webdesign

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.1stwebdesigner.com/tutorials/php-for-beginners-email-php/

PHP for Beginners: Part 3 – Email with PHP

Today We are continuing our PHP series.
Have you ever built a site to realize it is a pain to manage? http://www.1stwebdesigner.com/tutorials/creating-your-own-cms-1/

Creating Your Own CMS Part 1 - Secure Login

Creating Your Own CMS Part 2 - Access Levels & Administrators

http://www.1stwebdesigner.com/css/creating-cms-2-access-levels-administrators/ Alright if you have read the first article that we worked on a while ago “Creating Your Own CMS Part 1 – Secure Login” then you should have some sort of CMS design with a secure login. Now that we can login to our CMS we will need to have an easy way to add an administrator and of course give them access to only certain parts of the CMS. But first one little thing that I decided to add in to make it easy for you to login without having to manually add an entry in phpmyadmin was to make the first login attempt double as a create user.
If you have been following along you should have a simple CMS built that has a place to securely log in and you should be able to create some users and access levels for your site.

Creating Your Own CMS Part 3 - Advanced Features

http://www.1stwebdesigner.com/css/creating-cms-3-advanced-features/
http://www.1stwebdesigner.com/css/how-to-create-php-website-template/

How to Create a PHP Website Template from Scratch

This is a tutorial on creating a PHP website template starting with HTML and CSS. We will start with the basics and you can also download the final product. Please remember that I am using very basic CSS styling in this example just for you to get the idea, and not so much to make it look pretty.