Grails 1.3.4, Groovy 7 and NetBeans 6.8
After about a year of doing nothing but Adobe Action Script projects, I'm finally back to a java/groovy/grails project. So, I downloaded the latest grails and fired up my version of NetBeans (6.8) and...
View ArticleEasy Mac Installs--MySQL & NetBeans
I just went through two very easy installs on my new mac; the first, MySQL 5.1.5. A few years ago, when I installed on my old mac it was the typical tar ball install that linux users are familiar with....
View ArticleJavascript Coding Standards
I love javascript. I love how it's flexible enough to be as expressive as you want. The power of closures used in the traditional way or simply as function pointers like in the old C days.Javascript's...
View ArticleJavascript Asynchronous Operations
Javascript is single threaded. That's good. But to take advantage of our ever increasing multi-processor world, we need to adopt functional solutions. Thats where asynchronous operations come...
View ArticleA Database for node.js Projects
LevelDb is a key/value store written three or four years ago by engineers at Google. Since then it has been adopted by many projects including Google Chrome, Bitcoin, Apache ActiveMQ, and others. It...
View Article