Introducing ScriptAndStyle.com
To maintain and grow as a designer or developer, the person must read the popular blogs, keep up with the new tools, and take as much from their web... more »
1 commentsSave Tags: announcement, css-html, javascript, web 2.0
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
View Rendering in Java: Templates Out, Groovy Builders In
Template engines have long been the de-facto standard for rendering views in Java web development. Learn why templates are far from ideal and how... more »
0 commentsSave Tags: groovy, java
Continuous integration reduces bugs, increases productivity
Development teams can use continuous integration (CI) to find and fix bugs, share knowledge and generally work better together, Agile coach Jared... more »
1 commentsSave Tags: methodology, trends
In the ORM Battle, Everyone Loses
As Ted Neward aptly pointed out in his post: ORM is the Vietnam of Computer Science(credit to Justin Etheredge for reminding me of this). You need to... more »
4 commentsSave Tags: opinion, tools, trends
Is Scala Really the Next C++?
I’ve been turning that question over in my head for a few months now. It’s really a worthy thought. At face value, it’s incredibly derogatory and... more »
0 commentsSave Tags: c-and-cpp, other languages
Implementation of My Java7 Wishlist
Last month I blogged about my java7 wishlist regarding collections. There I was redirected to a similar post by Stephen Coleourne and also introduced... more »
0 commentsSave Tags: java, open source
GAME OVER - Java Server Faces
Hey JSF - you are FIRED!
18 commentsSave Tags: frameworks, java, opinion, reviews
Multithreading in Java 7 - oh my god
First, the MergeSort example doesn't seem to compile. Correct me, if I'm wrong, I didn't try it. Secondly, they use MergeSort as an example of how to... more »
3 commentsSave Tags: java, opinion
StrokeDB is an embeddable distributed document database written in Ruby
StrokeDB is an embeddable distributed document database written in Ruby. It is schema-free, it scales infinitely, it even tracks revisions and... more »
4 commentsSave Tags: announcement, database, open source, ruby
The Death of the Relational Database
The relational database is becoming increasingly less useful in a web 2.0 world. The reason for this is that, while the relational database model is... more »
5 commentsSave Tags: database, opinion, trends, web 2.0
Java Free Magazine
Java Jazz Up - Free magazine for Java Programmers Java Jazz Up Team is releasing free Java Magazine every month. This free Java magazine is and can... more »
0 commentsSave Tags: ajax, java, open source
What de-motivates programmers?
This time round I wanted to concentrate on what de-motivates programmers the most.
4 commentsSave Tags: opinion
Java Threads: Minimal Synchronization Techniques
Overview: This paper completes the discussion of data synchronization and thread safety by examining two related topics.
3 commentsSave Tags: java
10 Steps to Beautiful Shell Scripts
Linux gurus don’t use cut, awk, and sed when they want to replace or strip out a portion if a variable. They use parameter substitution. You can learn... more »
0 commentsSave Tags: how-to, tools, unix-linux
Remember, This Stuff Is Supposed To Be Fun
I distinctly remember the tribulations my father went through in his career. He worked hard to achieve an MBA from a prestigious business school. The... more »
1 commentsSave Tags: opinion
FreeBSD: The best server OS.
I've configured and maintained over 100 UNIX-based servers over the years starting with Slackware Linux 2.0 back in 1995. Over all course of all the... more »
3 commentsSave Tags: opinion, unix-linux
NetBeans: Using Hibernate with the Java Persistence API
One of the main features of the new Java Persistence API that was introduced with the Java EE 5 platform is that you can plug in any persistence... more »
1 commentsSave Tags: frameworks, java, tools
via