Archive for June, 2009
Cleaning up files – Clean up shell script
Few days back I wrote a post about, how to use shell script to backup mysql database. Using this shell script you will have lot of data files which will be created every day. You can not just keep all these files as backup because generally you need DB backup of previous day or few [...]
Google Web Toolkit (GWT) – An overview
GWT Overview And Feature Preview – SV Web JUG – June 16 2009 View more Microsoft Word documents from Fred Sauer.
Setting up Slow Query log – MySql
Slow query log is a very useful tool using which you can identify slow running queries in your application and then tune them accordingly. This post in scope of MySql database server, which is an open source and free database server for community. A growing application generally get corrupted by slow running queries over the [...]
SAX Parser – Reading CDATA
CDATA is the section in XML Document which should not be parsed by XML parser implementation. This section can be used to pass the data which generally does not comply with XML syntax like a javascript function. If you need to transfer a javascript function in your XML document or a JSON formatted data which [...]
Introduction to Silverlight
It's Time for Silverlight View more OpenOffice presentations from Rajesh Lal.
