Mylyn 3.0: Code at the Speed of Thought
Mylyn has changed the way developers work. This talk provides both an overview of the technology and a series of demos that will help newcomers get... more »
2 commentsSave Tags: coldfusion, eclipse, how-to, java
Scraping Google SERPs with ColdFusion
This was my first attempt to combine regular expressions with cfhttp. It’s pretty handy once you get the hang to it, and it can be a very powerful... more »
1 commentsSave Tags: coldfusion, how-to, tools, web services
Reducing software defects: 10 things to keep in mind
I've been involved with software development for over 12 years now. Over that period I've been a developer, architect and a project manager in... more »
2 commentsSave Tags: announcement, coldfusion, java, opinion
SQL Injection Part II (Make Sure You Are Sitting Down)
Back in February I wrote a blog post on SQL Injection that included an example of how a malicious user might inject into a character field even though... more »
1 commentsSave Tags: coldfusion, database, php, server
Coding standards, do you use them?
Does your development environment use coding standards, particularly around variable/method/file naming?
0 commentsSave Tags: coldfusion, standards
SvnTask - A New Ant Task for Subversion
I like it when people email me cool stuff. Today Jon emailed me about adding his new project SvnTask to my Ant wiki. SvnTask is a super simple... more »
0 commentsSave Tags: announcement, coldfusion, eclipse, java
Amazon AWS s3 ec2 / Google App Engine / Media Temple / Mosso CloudFS Comparison
Scalability, OS, Other uses, Resources, Price grid
0 commentsSave Tags: announcement, coldfusion, reviews, server
How Mylyn Changes the Way I Develop
Fair warning though: once you've started using Mylyn, you never want to return to the old ways....
0 commentsSave Tags: announcement, coldfusion, eclipse, opinion
Eclipse 3.4 New Project Feature (working sets)
After upgrading to the new Eclipse 3.4 Platform I am pretty excited about a couple new features. This one is more of a time saver for me and some may... more »
1 commentsSave Tags: announcement, coldfusion, eclipse, java
Top 6 underused Eclipse shortcuts for CFEclipse
Similar to Nic Tunney’s Top 6 Underused ColdFusion Functions I figured I would post an Eclipse underused shortcuts for CFEclipse users. I think it... more »
0 commentsSave Tags: coldfusion, eclipse, opinion, tools
Refreshing Eclipse Workspace using ANT
I was looking for a way to programmatically refresh some specific folders in my workspace anytime I ran my ANT script. Eclipse provides several ant... more »
0 commentsSave Tags: coldfusion, eclipse, java, xml
Cool Ant file trick and concept
I watched Qasim Rasheed's CFUnited presentation on Continuous Integration with SVN, ANT, CFUnit & Selenium. I picked up a fundamental concept,... more »
0 commentsSave Tags: coldfusion, eclipse, java, xml
Closures for Java
Wanting some light reading for this evening, I decided to dig into the Closures for Java draft spec (homepage). Oh. My. God. I'm a huge fan of... more »
2 commentsSave Tags: coldfusion, groovy, java
Your MOM Is The Future Of The Web: WebNext
Interesting article that discussed the possible next evolution of web apps.
0 commentsSave Tags: ajax, coldfusion, trends, web 2.0
ColdFusion 8-Enhancements You May Have Missed
ColdFusion 8 is arguably one of the most significant releases of the product since ColdFusion MX (6.0) first graced our servers in 2002. The release... more »
0 commentsSave Tags: coldfusion
Mach-II 1.5 Application Skeleton
I've put together an application skeleton for Mach-II 1.5 applications. This application skeleton is a nice way to get a Mach-II application up and... more »
0 commentsSave Tags: coldfusion, frameworks, java
How to Handle Object Composition?
Christopher R contacted me through my contact form to ask about object composition. To reiterate, composition models a "has-a" relationship between... more »
0 commentsSave Tags: coldfusion, frameworks, java
Minify CSS/JS ant revisited using YUI compressor
I have revisited adding Yui compressor into my work's ant build script to minify JS and CSS scripts. We achieved about an average 18% compression... more »
0 commentsSave Tags: coldfusion, css-html, how-to, javascript
Create Scalable Applications with ColdFusion Components
"This article presents an introduction to ColdFusion components (CFCs). For developers seeking to take their skills to the next level, CFCs are an... more »
0 commentsSave Tags: coldfusion
Playing with jQuery - ColdFusionBloggers.org Update
A while ago I built and released ColdFusionBloggers.org as a way to demonstrate and learn about new ColdFusion 8 Ajax technologies. Since then I've... more »
0 commentsSave Tags: coldfusion, frameworks, javascript
VMWare Open BlueDragon image made available
We are happy to announce that we have made our Open BlueDragon VMWare image available. The image contains: CentOS 5.1 (with all available upgrades... more »
0 commentsSave Tags: announcement, coldfusion, open source, server
Encryption of strings in Cold Fusion
Simple tutorian on CFM encryption
0 commentsSave Tags: coldfusion, how-to
Use ColdFusion? Use Java.
If you use ColdFusion (or another Java-based CFML runtime), you should be using Java. There's a reason that CF uses Java under the hood: Java is... more »
0 commentsSave Tags: coldfusion, frameworks, java
The Week in ColdFusion: 30 April-6 May: Is ColdFusion a programming language? blah blah blah…
There were a couple of big news items in the blogosphere this week, but making the most noise was the cf.Objective() conference. I’m not going to link... more »
0 commentsSave Tags: coldfusion
HA - Clustering ColdFusion Part 1 - Installing CF
This will be the first post in a series relating to clustering ColdFusion. In this first series of posts we will be looking at clustering CF at a... more »
0 commentsSave Tags: coldfusion, frameworks, java