MySQL emptying a table

Just a quick MySQL optimization note. Many times we're required to clear a database table and reset the auto increment counter. This is common with…

jQuery CSV Export

Is it possible to do a CSV export with pure JavaScript? Close, but you still need the help of a server-side script to tell the…