Guyfromchennai - guyfromchennai.com - GuyFromChennai

Latest News:

Snippet to Dynamically add rows to a table 9 Jan 2010 | 12:20 am

This code snippet will help you to add rows dynamically in a html table. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <titl...

Get computed Width of an HTML Element 9 Jan 2010 | 12:09 am

This function will help you to get the computed width(actual width) of an HTML Element/Object. For example you may be using a div to show some contents inside that. But want to calculate the actual wi...

Get computed Height of an HTML Element 8 Jan 2010 | 11:56 pm

This function will help you to get the computed height (actual height) of an HTML Element/Object. For example you may be using a div to show some contents inside that. But want to calculate the actual...

Structured Process of Developing a Web Application 7 Jan 2010 | 05:16 pm

A small presentation that will help the beginners to understand the process of developing a Web application. I did this presentation for the my Team @ Office to give them the idea of the whole proces...

Advanced Techniques in PHP – Part 1 7 Jan 2010 | 05:05 pm

Here I tried to explain two advanced techniques in PHP. 1. Backtracing 2. Method Chaining

Webservice – a brief Introduction 7 Jan 2010 | 04:48 pm

Recently I prepared this presentation for a small lecture for my team, to give info about web services. Hope this will be helpful to others too. I tried to explain what is an Webservice, how and wher...

SVN Quick Installation Guide in Ubuntu 16 Dec 2009 | 01:58 pm

For all of the installation and configuration process, you need to login as root. Installation apt-get install subversion (this will install the subversion package) Install any other dependencies if...

Installing Apache,PHP5,MySQL on Ubuntu 27 Oct 2009 | 07:03 pm

Apache sudo apt-get install apache2 PHP sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart MySQL To install the MySQL Server and Client packages...

Check if a firefox addon is installed or not 26 Oct 2009 | 07:31 pm

While trying to check if one of my firefox add-on is installed or not, I found that, Chrome resources can no longer be referenced from within <img>, <script>, or other elements contained in, or added ...

Cannot load mysql extension. Please check your PHP configuration 23 Jun 2009 | 12:16 am

Everytime I install PHP, MySQL in windows boxes I used to get the error message “Cannot load mysql extension. Please check your PHP configuration“. This is because i’d forget to do the necessary steps...

Recently parsed news:

Recent searches: