Creating a Wordpress plugin 48 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
The plugin that I'm going to show you how to create within this post is a plugin that I crea...
Basic iPhone Button 78 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
PHP One Line IF Statement 134 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
I'm sure if you've been programming for a few years that you've come across when you need to...
PHP News System Part 4 143 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
If you haven't checked out the previous tutorials then click on the names to view them. Part...
Timers in Actionscript 3 155 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
I'm writing this tutorial for someone who posted a comment on Basic Actionscript 3 Game Part...
Sending Email With PHP 156 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
Email is used by most people that use the internet and is good for sending activation codes ...
Retrieving an RSS Feed in PHP 156 days ago Read More
#code_div { border: 1px solid #DFF4B5; background-color: #F0FFD2; padding-left: 50px; padding:10px;}
RSS Feeds are widely used throughout the internet today and on all kinds of websites. From w...
PHP News System Part 3 160 days ago Read More
If you haven’t already viewed part 1 and part 2 then view them if you’re new to PHP.
In part 3 of this tutorial you will learn how to display your posts, edit and delete them.
Creating The Main Pag...
PHP News System Part 2 161 days ago Read More
If you haven’t already seen part 1 of this tutorial then watch it here.
For the second part of this tutorial you will learn how to create a cookie to log the admin user in and create the tables for...