Pages
Calendar
<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
Here are some things you may need to know.  Check out the link posted at the cfbuilder blog.   http://blogs.adobe.com/cfbuilder/2010/03/things_to_watch_out_while_inst.html  

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
dasignz , Posted February, 18 2009, 03:00 PM
Okay, so I don't know how relevant this question really is, but I have been questioning something about Verity in ColdFusion.  For you noobs out there, verity is a search server that comes as part of the package, you have the ability to not install the search server on setup though. &... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
dasignz , Posted January, 15 2009, 03:22 PM
So it's been a while since I blogged as time is something that seems to be eluding me.  But I have some time today, and want to share something that I have been researching and playing around with.   Disclaimer:  While I have some knowledge with these tools that I speak about... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
When I was a noob (new user) to coldfusion, I racked my brain, and spent countless hours trying to figure out when to use which.  So after speaking to many developers, and doing countless tests of my own, I will give you my take.  Hopefully you will find this information useful, and if y... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
You may ask why I am using a .net blog application since I speak about ColdFusion here.  I have tried to install a CF blog here (AVBlog), but my host unfortunately does not want me using the CFOBJECT tag or createObject function.  They have them disabled for security reasons and since AV... [More]

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
My problems with CFFLUSH and ColdFusion 8 are baffling me. I am trying to display an animated .gif file while my page is loading, but for some reason it does not show. I have installed all the updates and hotfixes for coldfusion, but to no avail, it still does not work. So.. I am forced to use AJ... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
dasignz , Posted July, 21 2008, 12:57 PM
For the longest time, I've pondered the question, which one is best to use when?  I will break these down a little and give you my preference.  For you people who have been programming for a long time, and have used many different types of programming languages, you may already&nbs... [More]

Currently rated 4.8 by 5 people

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