Comparing .csv files and generate sweet HTML reports in rendersnake
Building a simple tool to compare two delimiter separated files.
Building a simple tool to compare two delimiter separated files.
We live in an age where everything is open and innovations spring out every second. All those algorithms, all those concepts and all those frameworks are easily avalable to he who is willing to look. Unless you are not staring down from the tip of the cutting edge, you can pretty much get help on any problem. If someone had a similar problem before and you have the solution available, why re-invent the wheel..
I always wanted to do this. I always wanted to write down a detailed description of the work I do. So, here’s the deal, my task was to migrate a web application running on RichFaces 3.X to RichFaces 4.X.
Simple and clean application running on JBoss 5. Just a couple of pages and quite many validations happening with JavaScript.
A neat strategy to override the default “Copy & Paste” behaviour to modify the clipboard.
Anyone who has developed using JavaScript should be familiar with the term, DOM or Document Object Model. Let’s look at how the HTML document gets displayed as a DOM object
The beauty about JavaScript is that every single thing you see in JavaScript is an object. Isn’t is beautiful, a variable,string,number or even a method is an object. So, whenever you say ‘Object’, what comes to your mind is ‘properties’ and ‘methods’. An example speaks louder than 20 lines, so here goes..