Archives
-
Check If File Is Available (revisited)
In my post Check If File Is Available I showed a code using the Java method canWrite() to check if the file was available to be worked (read/write). Our colleague Marco Antonio commented that it could cause a race condition, so it is not a good idea to use it for that purpose. Here is a link [...]
May 22nd, 2009 | Filed under ColdFusion, Java -
ColdFusion Job Opening
Blue Seal Certified Staffing is looking for a contractor that is able to lead a group of Cold Fusion Developers on a 6 month contract. You may contact: Jeffrey Hoover Blue Seal Certified Staffing (763) 228-2082 phone (763) 201-1014 fax www.BlueSealCSI.com
May 16th, 2009 | Filed under Jobs -
American Flight 905 Miami-Rio on Mother's Day
I had a terrible fllight from Miami to Rio de Janeiro. My flight, American Airlines #905, had to do an unscheduled stop in Manaus (north of Brazil) to allow a passenger who had heart problems to be attended. After 3 hours waiting inside the plane, finally we were cleared to continue the trip. Soon as [...]
May 13th, 2009 | Filed under Travel -
Thanks Ben, Greg and Kristen
Some time ago I contacted Adobe and directly Ben Forta, and asked them for help on materials for my presentation at the Universities of Valença and Vassouras in Rio de Janeiro, Brazil. I want to thank Ben for sending me two Powerpoint presentations, Greg for sending me DVDs of Flex Tour and Kristen for the [...]
May 12th, 2009 | Filed under ColdFusionTags: ColdFusion, Evangelism Kit -
Split List Table-Valued Function Reviewed
In my previous post, I discussed the function used to split a string into a table of tokens. Very useful instead creating a cursor. Now, with SQL 2005/2008, it became easier and faster to do the same job using XML parsing. I found this function online, written by Jacob Sebastian which is much faster than my [...]
jQuery_Mobile First Look