JavaScript Function and Closure
A blog post to help understanding JavaScript function and closure with an example and suggested video.
View ArticleDojo ItemFileReadStore and ComboBox
A blog post to show how to make a dojo comboBox using the data stored in ItemFileReadStore and display it in a dojo dialog.
View ArticleApply XSLT to a XML File with XPath
A blog post about applying style sheet to a XML file and changing xml dom node with xPath.
View ArticleDojo Build System
Introductory tutorial on Dojo build system and information about how you can use on you application.
View ArticleIBM Extreme Blue Summer Internship
A blog post about IBM Extreme Blue Summer Internship and my experience with it.
View ArticleImport Data in an Excel File to a DB2 Table
This post is a step-by-step tutorial for importing data in an Excel File to a DB2 table and it can be done with DB2 Express-C or DB2 for Linux, UNIX and Windows.
View ArticleREST and JAX-RS
An introduction to REST and JAX-RS with sample code to help you get started.
View ArticleGoogle App Engine VS Amazon EC2
My experience of using Google App Engine and Amazon EC2.
View ArticleJ-Meter Remote Testing on AWS EC2
A blog post about how I set up J-Meter remote testing on two Amazon EC2 instances.
View ArticleIntroduction to Selenium
Introduction of one of the most popular GUI testing tools - Selenium. Check this out before you dive into coding.
View ArticleScheduling with Java Thread
Step-by-step tutorial for setting up a scheduler using Java threads.
View ArticleDojo Spider Chart is Awesome!
Step-by-step tutorial to make an awesome Dojo spider chart to represent your data.
View ArticleMake Your Weather Forecast with Wunderground
If you check weather report as often as me, you may want to build one from scratch. This blog post shows you how to use the Wunderground weather report API to build your own weather report forecast.
View ArticleDebugging Javascript
Debugging is one of the most important techniques to master for a good web developer. This blog post talks about three major browsers and their debuggers and suggestions for debugging javascript.
View ArticleJavaScript Scope and Closure
A blog post about the visibility of different kinds of variables and closure in JavaScript with examples.
View ArticleJavaScript – common String operations
This post explains some common String based operations like formatting numbers, subtracting from really long numbers, checking for palindrome and String comparisons.
View ArticleDojo.marginBox and Dojo.contentBox
A blog post that explains margin box and content box with an example in dojo 1.7.
View ArticleJavaScript Memory Leaks
A blog post about how to detect JavaScript memory leaks and tools to help fixing this common but often overlooked programming issue.
View ArticleWeb Application Security - Risks and Suggestions
This post explains the top 10 security risks according to the Open Web Application Security Project(OWASP) and suggestions to improve web application security.
View ArticleNew Dojo Toolkit Module - Dojo/On
Introduction to the new Dojo toolkit dojo/on module - connect or listen to multiple events/nodes.
View Article