MVC security issue

Using the model-view-controller approach is a great way to organize your code and keep logic separate from presentation, but depending on the framework you use,…

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…