How OO Almost Destroyed My Business
There comes a time in the history of every project when it becomes necessary to shoot the engineers and begin production.
Tweet 9 CommentsSave Tags: coldfusion, methodology, opinion, trends
Why You Should Care About Groovy
If you know anything about me, you probably know that I'm a big fan of Groovy. But why? I've never really addressed that question head on, I don't... more »
Tweet 0 CommentsSave Tags: coldfusion, groovy, opinion
Groovy: The Invasion Begins
If you're a ColdFusion developer, you may want to give Groovy a test drive. Because Groovy is a dynamic language, it plays almost perfectly with CF.... more »
Tweet 1 CommentsSave Tags: coldfusion, groovy
La Clojure... JetBrains Strikes Back
Yesterday JetBrains has released his IntelliJ Plugin for Clojure; La Clojure And…? Since JetBrains released IntelliJ 8.0 has released some... more »
Tweet 0 CommentsSave Tags: coldfusion, groovy, python, ruby
Of Software Design, The Law of Demeter and Credit Card Companies
Now, I'm no fan of laws, so I privately refer to this as the General Guideline of Demeter, even though it doesn't sound as snappy or cool. However,... more »
Tweet 0 CommentsSave Tags: coldfusion, humor, java, methodology
Intensive Exploration of jQuery (Video Presentation)
Nice informative video that gets non-jQuery user up to speed with what jQuery offers! Comments: "[It] literally took people foreign to jQuery from... more »
Tweet 0 CommentsSave Tags: ajax, coldfusion, javascript, web 2.0
How to View Only Pictures on Fark.com with ColdFusion
Take one part regular expressions, one part ColdFusion and one part Fark.com and you can see all the pics posted on the story comments minus all the... more »
Tweet 0 CommentsSave Tags: coldfusion, groovy, how-to
The Future Of ColdFusion
Steven Erat, a former Adobe employee, gives a brief history and timeline for the future of ColdFusion. He addresses some criticisms and common... more »
Tweet 0 CommentsSave Tags: coldfusion, reviews
Speeding Up Eclipse
So your Eclipse is sluggish, and you've tried the usual suspects: increase the heap and permgen, run -clean, close projects. You've found all the... more »
Tweet 2 CommentsSave Tags: coldfusion, eclipse
Does It Come Down To The IDE?
In listening to people complain about different languages (MXML, AS3, Java, ColdFusion, C#, etc), most everything someone lists as what they love/hate... more »
Tweet 2 CommentsSave Tags: coldfusion, eclipse, flash-flex, usability
Why ColdFusion for Rich Internet Applications
Article describing why ColdFusion is a good fit for rich internet applications.
Tweet 0 CommentsSave Tags: ajax, coldfusion, ria
Practical Refactoring
I've done a few presentations on refactoring in ColdFusion and in those presentations, I show a lot of code samples towards the end. No matter how... more »
Tweet 0 CommentsSave Tags: coldfusion, how-to, methodology
Why Silverlight Should Fail
Interesting argument against Silverlight
Tweet 1 CommentsSave Tags: coldfusion, flash-flex, web 2.0
Eclipse: Starting fresh a little less Painful
Having problems with a corrupted Eclipse instance like line number not showing up or some other funky issue and you swear you have done all the... more »
Tweet 0 CommentsSave Tags: coldfusion, eclipse, how-to, java
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 »
Tweet 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 »
Tweet 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 »
Tweet 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 »
Tweet 3 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 »
Tweet 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 »
Tweet 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 »
Tweet 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 »
Tweet 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...
Tweet 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 »
Tweet 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 »
Tweet 1 CommentsSave Tags: coldfusion, how-to, tools, web services