Archives
-
A hacker changed my server password!
This is not a ColdFusion post, but I found it very interesting for those who work with Linux systems. Jimmy Ray Purser, from Cisco, got attacked by a hacker on his dark net server who changed his root password. In his post, he explains how he got access back to his server.
Sep 25th, 2008 | Filed under Linux -
Job Opening in Orlando Area
My friend Rob from Hudson IT is seeking a ColdFusion developer for Orlando, Florida area. Here is the summary: Our established client is seeking an experienced ColdFusion Developer (MX 6.1) to join their IT department and responsible for fulfilling the technology and business process improvements needs. This person will work side by side a Sr [...]
Sep 24th, 2008 | Filed under JobsTags: ColdFusion, Job -
T-Mobile Introduces the G1, First Google Android Phone
Today in New York, T-Mobile introduced the first cell phone to use Google’s Android O.S., and announced the sales starting October in the U.S. for about $180. The data plan starts at $25 and includes free Gmail account, and comes with Google Maps. The phone includes 3G and Wi-Fi access, a 3Mp camera and an [...]
Sep 23rd, 2008 | Filed under Cell Phones -
ColdFusion Evangelism Kit, by Kristen Schofield
Kristen Schofield posted an article on her blog offering a ColdFusion Evangelism Kit in PDF format. Very useful for you to show your boss, customers, etc, to convince them why ColdFusion is the best solution for web development. Here is the link: Kristen Schofield’s Coldfusion Evangelism Kit
Sep 18th, 2008 | Filed under ColdFusion -
Printing BarCode from ColdFusion
I was reading a thread in the Brazilian ColdFusion group where VinÃcius Guimarães posted an interesting solution for printing barcode from a CF application.
Sep 12th, 2008 | Filed under ColdBox -
Railo 3.0 Launched
The new Railo version 3.0 is out there. Open source version with jBoss is coming soon, that will bring more developers to the CFML language. What’s new ? CF8 Compatibility Railo & jBoss
Sep 9th, 2008 | Filed under CFML -
Split List Table-Valued Function
Continuing my previous blog about splitting a list to insert data into a table, we could transform the stored procedure into a table-valued function that you can flaunt using your best hosting. Using the same example list as before, let’s create the function for this list <cfset addCartValues=”P555|2,P444|1,P333|2″ /> You may download the function here.
-
Looping Through a List Using T-SQL
Usually we have to loop through lists to insert or update data, and some of us choose to use ColdFusion tag CFLOOP with an inner query to do that job. That will cause several connections to the database (one for each member of the loop). One way to avoid that, other than create a huge [...]
-
Application Scope Non-Documented Functions
Another excerpt from “Por que CF?” by Pedro Claudio. To continue the “play” initiated by Ricardo Parente, but now using the Application.cfc, I show here 5 non-documented methods that can entertain us for hours.
Sep 1st, 2008 | Filed under ColdFusion -
Excluding a Method During Another Method (Application.cfc)
Pedro Claudio Silva (CF-Brasil) entered this post on the "Porque CF?" blog (Why CF?). I’m translating it here: I was reading about Application.cfc on a Ben Nadel’s post where he affirms that ” You Cannot Delete Application.cfc Methods In The Pseudo Constructor”, I agree, but I have my own solution for that and I hope [...]
Sep 1st, 2008 | Filed under ColdFusion
jQuery_Mobile First Look