Character Encoding Issue with Nodejs
Recently we faced many issues with character encoding in Nodejs. We came across the iconv module and this post explains how we handled those issues.…
Agile Development – A practice to maximize advantages
Agile is more likely a philosophical approach towards software development then just a methodology. It is smartly avoiding proscription in its precise phrasing which…
Cloning SVN Repository to GIT on Windows
Since couple of weeks working on implementing Git Repository for our codebase of our all projects. Before this we were using SVN as versioning…
Securing You ASP Scripts for SQL Injection
Recently I got a client email that his site is affected by malware and Trojan virus. Google safe browsing tool and other firewall security…
Add CMS Page Links to Top Navigation in Magento
I had a site running on magento 1.6.2 CE. To add a menu item, first of all you need to find out where it…
Problems, Tips and Tricks About Magento
HTML5 Compatible Table Design
Today I am showing you a tip to redesign your HTML table element that will be compatible with HTML4 and HTML5. Let me put…
cfform Creates javascript Variables for HTML Elements
This post is about JavaScript and ColdFusion. Few days ago, I caught an issue in HTML form post data. I received [object HTMLInputElement] as form…
SignatureDoesNotMatch – Amazon S3 File Opening Issue in FireFox
Few days ago, I see a case that my file on Amazon S3 wasn’t opening in FireFox but it was opening in Chrome and…
jQuery Plugin to Convert HTML Select Box to DIV Based Dropdown
Since long time I was planning to build jQuery plugin to convert HTML select box to DIV based dropdown but still do not want…
Importing data on Amazon RDS for Microsoft SQL Server.
Recently Amazon Cloud started RDS for Microsoft SQL Server and currently support Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012. Since RDS currently…
Managing ColdFusion Code Formatting
Since I use eclipse as ColdFusion editor, I have installed cfeclipse plug-in for ColdFusion. I got two issues which makes me writing this blog…
