Archive for September, 2008

10 Basic things to start with MySQL

There are few basic things which a beginner wants to know about MySql database server. After installing it on Windows or linux, first few things which are required or which are steps to start with MySql database server are listed below: 1. How to connect to Mysql ? To connect to mysql server you need [...]


Prototype & jQuery – Javascript libraries

A walk through process comparison between Prototype and jQuery to help developers go from one language to another Prototype & jQuery View SlideShare presentation or Upload your own. (tags: prototype libraries)


First web based WYSIWYG Form Builder – www.jotform.com

Create form for your website at www.jotform.com. You can easily work with this without any technical knowledge related to websites. I find this kind of websites very interesting and useful because people who are not from Web background can use them easily and take benefit of it. And they can also start learning things using [...]


Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause: MySql

I found this strange thing happening when i tried to create a table having 2 timestamp columns and tried to set default values for both the columns to CURRENT_TIMESTAMP. I ran following commands(followed by errors):   DROP TABLE foo; CREATE TABLE foo ( foo_1 timestamp DEFAULT now(), foo_2 time DEFAULT now() );   Error Code [...]


VLC media player 0.9.2

VLC media player 0.9, code name Grishenko released recently. Download it from here Simplified settings and dialogs Media library integration Album art displaying and metadata editing Live activation of Video and audio filters Basic encoding profiles Multiple start modes (classic, enhanced and minimalist) System tray icon and minimizing Fullscreen controller According to their wiki following [...]