Category Archives: Web Development

How to Install mysql database server on

Jun 28, 2012

Databases like MySQL can be difficult to set up. To properly install and configure MySQL on your PC, follow these instructions. 1.Log into the computer..

Read more

How to Install Ruby on Rails

Jun 28, 2012

Ruby on Rails, frequently shortened to Rails or RoR, is an open source web application framework for the Ruby programming language. It is future to..

Read more

Python Tutorial – How to Start Programming

Jun 28, 2012

Python is a fine programming language for beginners that continues to be a good programming language when you’re no longer a beginner. 1.Python is an..

Read more

Php script – Free open source cpanel

Jun 27, 2012

PHP cPanel Script is opensource APIfor automatically manage cPanel without requiring manually login. Features :(1) Automatically login your cpanel without goto cpanel;(2) Create/Edit ftp account..

Read more

How to Horizontally Center DIV in DIV

Jun 26, 2012

Outer DIV <div id=”outer” style=”width:100%”> <div id=”inner”>Foo foo</div> </div>  You can apply this CSS to the inner div:   #inner { width: 50%; margin: 0px..

Read more