Tech talk!
Discussing my experiences with technology!
Friday, September 17, 2010
Yii - data grid view with some customization of cell content format
›
Lets start by creating a simple table CREATE TABLE IF NOT EXISTS `users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` v...
3 comments:
Thursday, September 9, 2010
Setup and debug an Yii app in Netbeans IDE
›
After using Eclipse for a while I switched to Netbeans IDE for Yii development. It seems faster and easier to setup. Following is my experie...
9 comments:
Tuesday, August 24, 2010
Yii - Authentication from mysql database using a md5 password
›
Before proceeding make sure the database has been connected to Yii application. (see previous post ) For this example, the passwords are st...
4 comments:
Friday, August 6, 2010
A UNIX survival guide for students
›
1. Basic UNIX commands > ls List the contents in current directory. > ls -alF List the contents in lon...
4 comments:
Friday, July 30, 2010
Compiling Ganglia - Errors and problems
›
Some errors and problems: My install directory was /opt/ganglia. Error - checking for gcc... no checking for cc... no checking for cl...
5 comments:
jQuery - Start date/end date datepicker calendar and datatable
›
This post is basically a snippet of code to address the following - 1. Attach jQuery (datepicker) calendar to start date and end date input...
2 comments:
Tuesday, July 27, 2010
Ganglia - Basic installation and configuration guide
›
After playing around, with both Zabbix and Ganglia, I decided to go ahead with Ganglia. The installation is tricky but once it is installed,...
4 comments:
‹
›
Home
View web version