November 20, 2009
For those not following me on Twitter or Facebook, here’s a quick post to let everyone know to check out my latest article talking about how to implement the Observer Pattern in JavaScript. Give it a click, and thanks for reading!
http://blog.adampresley.com/software-development/observer-pattern-in-javascript/
November 19, 2009
I don’t know about you guys, but I run into horrible performance issues as I use ColdFusion Builder, or most other Eclipse-based IDEs, as I use them more over time, add more projects, etc… After researching I’ve got a set of settings now that help a bit. These settings make garbage collection more aggressive, which [...]
November 17, 2009
In my daily blog reading I came across Mr. Ray Camden’s blog post about rotating a grouped set of data in a “round robin” fashion. In his example he uses a multi-dimensional array, then uses ColdFusion to iterate over the array, copy the item to move, delete it, them push it to the end of [...]
November 17, 2009
I’ve blogged twice recently about sorting an array of structures in ColdFusion, using both pure CF, and dipping into Groovy. This time we’ll look at how we can easily do the same task in PHP. In this post I will take the same problem, a complex array containing a structure (in PHP, an associative array), [...]
November 13, 2009
In a previous post, Sorting Array of Structures with ColdFusion and Groovy, I talked about how one can use the Java Comparator interface to build a class that, when used with the Java Collections class, can sort an array of structures on multiple criteria. I demonstrated how to first compare the product ID, then the [...]
November 9, 2009
Ok, this programming language I stumbled across has to be the nerdiest programming language ever conceived, sober or drunk! The creators of this language believe that humble whitespace characters have received a bad wrap, and as such pay homage to the lowest common characters, whitespace. For the nerdy programmer types such as myself, check it [...]
November 4, 2009
I work for a company that provides eCommerce applications for NFL and NCAA teams. Two days ago we released the new web application for the Houston Texans team. Written in ColdFusion 8, and powered by jQuery, the new application boasts a sleeker new design and makes use of some of the newest Web 2.0 goodness. [...]