Languages have their marks and roles in programming, but nothing is as versatile and fast as C code. But their is a major lacking in c++ web frameworks so I've been working on a simple framework.... Read more about "Teasing C++ into the Web"
A lot of time when a user posts data it swamped with bad characters and then saved to a database. Well then its pulled back and displayed incorrectly. I present a simple method to getting around them and how to find them in php.... Read more about "Defeating weird characters in php"
A simple way to find those html web pages that are the same but the code isn't 100% the same. Its using php and mysql for fast and accurate findings.... Read more about "Efficient File Duplication Dectection"
All this Bing hype and everyone still saying google is better. But doesn't mean I don't like Bing, however it really needs to understand localization.... Read more about "Bing's horrible localization"
Mozilla has a project called Rhino, it uses the JVM to interface to all of java libraries. I go over the perks and how to setup / deploy a Rhino application.... Read more about "Deploying Javascript Applications"