Pages
Calendar
<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
According to the Microsoft Q&A at the Mix 10 conference held just this past week, it was revealed that copy and paste will not be included in the initial release. Go here to checkout an interview with Todd Brix.  Brix is cited defending this decision by Microsoft, but I am not convin... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
dasignz , Posted March, 16 2010, 11:18 AM
To all my fellow programmers out there, here is a great list.  >>>> Top 10 Things That Annoy Programmers Number one on this list, I couldn't agree more.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Here is a cool video my friend found out there.   Makes you wonder what the next decade, and even more so, the next century will bring.  

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
dasignz , Posted March, 5 2010, 10:49 AM
This is a really nice online drawing tool. It has a lot of the same tools as some of the expensive image editing applications.  Sketchpad Here is a quick image I made messing around.  

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Over at escapemotions.com, I stumbled upon this amazing abstract wallpaper generator. Go here to try it yourself. Here is an image I made in less than a minute. Simply amazing.   Hi Resolution File: AbstractBG.jpg (1.00 mb)   Here's another one &nbs... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
dasignz , Posted December, 18 2009, 10:17 AM
I do a lot of reading on the technical blogs, and thought I should add my two cents into something that I have been pondering for a long time now, and its about purchasing an XBox 360.  First of all, when the XBox came out a few years ago, I wanted one but at the time, money and time to play ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Recently I have come to realize that the evaluate() function in coldfusion can be slow.  So the best this to do to avoid this is to evaluate it as a struct variable. For example, if you have 3 form variables with counter numbers, and you want to loop through them and pull the data from e... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
I have found that when you are trying to use a string list variable in an IN operator of a SQL query, it can sometimes be difficult.  The IN operator requires a list to have single quotes around each list item, if they are strings, in order for the query to process correctly.  There are ... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
When you want to get an ID field of a record that was just inserted, you have to use the code below in ColdFusion.  First you "SET NOCOUNT ON" and process your insert statement.  After the insert, use a select statement like the following "SELECT @@IDENTITY AS varname".... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
I've run into an issue, and I know I am not alone in this matter.  My wife and I bought a 2007 Nissan Quest 3.5SE W/Navigation, and in doing so the Michelin PAX tire system was included.  Well, we have approached 40k miles on the vehicle, and let me tell you that we absolutely love the... [More]

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5