Want To Try Out Google Chrome OS For Yourself? Here’s How.
The public debut of Google Chrome OS today has the press abuzz over the potential of the new web-based operating system. And now that it’s open... more »
Tweet 0 CommentsSave Tags: announcement, how-to
Silent JDK Deployment on Windows
After not finding the full set of silent install options by searching, I decided to hunt them down myself and posted a write-up on silently deploying... more »
Tweet 0 CommentsSave Tags: how-to, java
Favorite Programming Quotes 2009
When I am not coding I am reading about code. Here is a short list of memerable programming quotes I read over the past year about the science and art... more »
Tweet 0 CommentsSave Tags: how-to, opinion
C++ Namespaces
A namespace is basically a container for a group of variables/functions etc. I can pretty much guarantee everyone reading this tutorial has already... more »
Tweet 0 CommentsSave Tags: c-and-cpp, how-to, methodology, tools
Microsoft's Process Explorer - surprisingly good tool
Have you ever stuck on "The process cannot access the file because it is being used by another process." error? Here's how you can deal with it.
Tweet 0 CommentsSave Tags: how-to, microsoft, tools, windows
Building Java Applications with Windows Azure
A very nice presentations from PDC 2009 - how to run tomcat on Microsoft Windows Azure.
Java development 2.0: REST up with CouchDB and Groovy's RESTClient
A burst of innovation in the open source world over the last few years has led to an increase in Java™ developer productivity. Freely available tools,... more »
Tweet 0 CommentsSave Tags: database, groovy, how-to, web services
Your Investment in Enterprise Software - Guidelines to CIOs and CFOs
The grand total of license fees, customer support fees and professional services fees over a 5 year period should not be higher than 3X license fees.... more »
Tweet 0 CommentsSave Tags: agile, how-to, methodology
Java Code to Convert PDF Using Itext jar
This article specifies a simple Java code to convert any given files to a PDF format.
Tweet 0 CommentsSave Tags: how-to, java
Free Project Management Training: 5 courses based on IBM's best-practices processes & tools
Now, you can learn more about the difference that IBM's project management curriculum makes with five free courses based on IBM's best-practices... more »
Tweet 2 CommentsSave Tags: announcement, how-to, methodology, news
Part 2: Using structured patterns as a basis for high-level parallel programming: selection
Selection chooses the results from one of two alternative tasks based on a condition. This can be used for speculative parallel execution, where both... more »
Tweet 0 CommentsSave Tags: how-to, methodology, standards
Groovy Goodness: Running Groovy Scripts in Java with GroovyClassLoader
With the GroovyClassLoader we can load Groovy scripts and run them in Java code.
Tweet 0 CommentsSave Tags: groovy, how-to, java
Units are Not Classes - Improving Unit Testing By Removing Artificial Boundaries
Software Developer Rod Hilton explains why in recent years he has revised his stance on Unit Tests - no longer drawling distinction between what is... more »
Refactoring vs. Rewrite
rewrite or refactor - the listing of pro's and cons for either option with some well-thought conclusions from product owner's standpoint.
Tweet 0 CommentsSave Tags: agile, how-to, methodology, opinion
A Strange behavior about Java Resource Bundle
I was got surprised when i was debugging the ResourceBundle Class.
Tweet 0 CommentsSave Tags: how-to, java, open source, reviews
4 Great Ways To Interpret Common Interview Questions ?
Everyone has heard them. “Why do you want to work here?” “What are your biggest accomplishments?” “What do you feel you have to offer?”
How To: Disable Form Submit on Enter Key Press
Sometimes, you need to disable form submission on Enter Key press. If you want to prevent it completely, you need to use OnKeyPress handler on tag of... more »
Tweet 1 CommentsSave Tags: how-to, javascript, usability, web design
Useful Tips Every Web Designer Should Know About SEO
This post is a roundup of simple and useful tips about SEO that every web designer should know.
Tweet 1 CommentsSave Tags: css-html, how-to, usability, web design
10 Java Regular Expression Examples You Should Know
10 Java Regular Expression Examples You Should Know
Tweet 4 CommentsSave Tags: how-to, java
Uppercasing First Letters of Words, Sentences or Lines in JAVA
There is a function that uppercases first letters of each word, sentence or line. You can also modify it as you want...
Tweet 4 CommentsSave Tags: how-to, java, usability
A guide to Java SimpleDateFormat in examples
I want to show you some examples of how you can use SimpleDateFormat class in your code. I hope some of them will be new and surprising!
Tweet 0 CommentsSave Tags: how-to, java
How To Avoid Image Hotlinking & Bandwidth Theft In Your Website
How To Avoid Image Hotlinking & Bandwidth Theft In Your Website
Tweet 1 CommentsSave Tags: how-to, other languages, server
Enhance your .NET applications for Windows 7
Learn how to exploit the full range of new Windows 7 features direct from your .NET code, including jumplists, tabbed thumbnails, sensor platform APIs... more »
5 Tips to Keep Your Code Clean
Often times someone will ask me to view some code that they are written and it turns out that it’s a total mess. Here’s a few tips to keep your code... more »
Tweet 0 CommentsSave Tags: how-to, opinion, php
A Step-by-Step Guide to dynaTrace AJAX Edition, available today for public download
The dynaTrace AJAX Edition has been out there as an Alpha for a couple of weeks. It gave you the first impression what was to come. All the feedback... more »
Tweet 0 CommentsSave Tags: ajax, how-to, javascript, tools