Installing WordPress quick and easy
Category: Web Development > PHP
Posted: 02 Feb 09
There are a lot of blog software’s out there but the best by far is WordPress. It is fully customizable, easy to use, it has a lot of plugins, it is SEO friendly etcetera. In this tutorial you will learn to install WordPress
|
|
Regular expressions
Category: Web Development > PHP
Posted: 02 Feb 09
About regular expressions. What they are? How do they help us? How to use them? This is what you’ll learn from this series of tutorials. Regular expressions can help us very much if we have to find different portions of string in a bigger context. If we have a pattern for those string than we can mak...
|
|
Introduction to Drupal
Category: Web Development > PHP
Posted: 02 Feb 09
Drupal is not like the avarege open source CMS software. It is powerd by its’ lightwight core, the simplicity of use, the thousand of contributers that are constantly updating and upgrading it and the thousand of customised free plugins that you can use to achive your online porpuse. Drupal is not on...
|
|
PHP calculator
Category: Web Development > PHP
Posted: 11 Jul 08
This is a very interesting tutorial if you would like to build your own calculator written in PHP. It guides you through all the steps and it is very c...
|
|
|
|
|
Working Modularly with PHP
Category: Web Development > PHP
Posted: 28 Mar 08
Many sites do not use any fancy Content Managment System (CMS) to generate their pages, they are just just good ol' static HTML content. A site for your grandmothers pie baking business probably only has a few pages, perhaps a homepage, about page, and contact page. Each of these pages has different ...
|
|
|
Using Cookies in PHP
Category: Web Development > PHP
Posted: 05 May 07
Ever wonder how websites are able to remember who you are? They remember your country, your language, and many other details? This is often-times the product of small text-files being stored on your computer, which contain information about you. Don’t worry, the information isn’t derived from sec...
|
|
PHP Pagination
Category: Web Development > PHP
Posted: 05 May 07
You wanted it, so here it is - Pagination with PHP and MySQL! Pagination, as described in the video, is the process of breaking a bunch of results, from a MySQL Query, up into specific pages, which themselves list a set number of items each. This process can be viewed on almost any reputable site tha...
|
|
PHP and Dreamweaver MX Video Tutorials
Category: Web Development > PHP
Posted: 05 May 07
Learn how to set up site definitions for PHP within Dreamweaver, how to create a MySQL database and connect to it through Dreamweaver, and how to perform basic database tasks through PHP, such as inserting, deleting, updating data. Get all your PHP basics through these video tutorials from Mark Fletc...
|
|
|