I Finally Got Hooked on the Eclipse Kool-Aid
The Eclipse Open Source IDE coupled with the CFML plugin, CFEclipse, has been embraced by the ColdFusion community for years. All of my sites were... more »
0 commentsSave Tags: coldfusion, css-html, eclipse, open source
Ant Build Templates: Prelude
I’ve long been an Ant enthusiast and advocate for its use beyond simple Java compilation tasks. A while back, I wrote a post, available in my... more »
0 commentsSave Tags: coldfusion, how-to, java, tools
My Approach to Test Driven Development Part 3 - Testing Against a Database
Confidently unit testing code that relies on a database is troublesome. There are many different approaches and many opinions on the matter. I've... more »
0 commentsSave Tags: coldfusion, database, frameworks, tools
Free Adobe Connect Accounts
I have been bugging Ryan Stille, Nebraska ColdFusion User Group Manager, about letting other user groups in the Omaha community (mostly Omaha Rails... more »
2 commentsSave Tags: announcement, coldfusion, tools
Using jQuery to Scroll to the bottom of an Element
I have been working on a little AJAX application using jQuery and ColdFusion using JSON to communicate with the page through components. One of the... more »
0 commentsSave Tags: ajax, coldfusion, frameworks, javascript
Quickly Understanding Selenium
Selenium is an open source, simple web site testing and automation platform. I say it's a "platform" because it can't really be classified as just a... more »
0 commentsSave Tags: coldfusion, open source, tools, usability
Considerations in moving from Subversion to Git, Mercurial or another DCVS
A lot of development teams use Subversion for source control management. With Distributed Version Control Systems (DCVS) like Git, Mercurial and... more »
0 commentsSave Tags: coldfusion, tools
Building RIAs on J2EE Foundations
"If you're still using HTML, JavaScript, complicated server deployments, and other technologies that don't "just work," try downloading the free Adobe... more »
0 commentsSave Tags: coldfusion, how-to, java, ria
A year as a ColdFusion developer... now what?
What a new software developer who learned ColdFusion on his first job thinks and struggles with...
1 commentsSave Tags: coldfusion, flash-flex, ria
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