Boosting traffic to your website with submission websites Comments (7)
by Wez Pyke - November 21, 2008 in General

There are many ways of getting traffic to your website such as with search engines, social network websites and telling friends. The best way that I have found besides search engines of getting traffic to your website is by submitting your tutorials to tutorial submission websites.

There are tutorial websites that allow for submission of specific tutorials such as only PHP or Photoshop tutorials and there are websites that allow you to submit a lot of different types of tutorials to that website.

codebounce Boosting traffic to your website with submission websites
CodeBounce is one of the tutorial submission websites that allow you to submit a range of different tutorials. Its system is somewhat similar to that of Digg's. CodeBounce is a great website and is easy to get to grips with. They allow for the submission of ASP.NET, PHP, CSS, Photoshop, WordPress, Graphic Design, Web Design and Java.
Developer Links and Tutorials.
(more...)

Creating a WordPress plugin Comments (32)
by Wez Pyke - in PHP,Text Tutorials

The plugin that I'm going to show you how to create within this post is a plugin that I created for MakeUseOf.

Creating plugins for WP is relatively easy and uses actions to call functions that are included in pages within the main WP files. To learn more about creating plugins for WP go here.

Ok so lets get started with creating the plugin.

When creating a plugin for WP make sure that you include your own unique word or acronym to your functions so that they don't conflict with any other plugins that may be installed.

Because I created this for MakeUseOf the acronym I use is MUO and then AF because I named the plugin author footer so every function within this plugin begins with MUO_AF.
(more...)

PHP One Line IF Statement Comments (6)
by Wez Pyke - August 27, 2008 in PHP,Text Tutorials

I'm sure if you've been programming for a few years that you've come across when you need to check if something equals something than do something else a few times.

Well the best way to do this is like so.

Say for example we have a variable called $num and the value of it is 5.
(more...)

PHP News System Part 4 Comments (5)
by Wez Pyke - August 17, 2008 in PHP,Text Tutorials

If you haven't checked out the previous tutorials then click on the names to view them. Part 1, Part 2, Part3.

In Part 4 of this tutorial you are going to learn how to edit and delete your posts from the admin page.
(more...)

Sending Email With PHP Comments (0)
by Wez Pyke - August 4, 2008 in PHP,Text Tutorials

Email is used by most people that use the internet and is good for sending activation codes and notifications to users when you have a website.

To send an email you use the mail() function and it requires 3 parameters.

(more...)

Retrieving an RSS Feed in PHP Comments (9)
by Wez Pyke - in PHP,Text Tutorials

RSS Feeds are widely used throughout the internet today and on all kinds of websites. From websites like Digg to most blogs. If you want to display an RSS feed on your website its probably easier than you think.

For this example I'm going to show you how to display the RSS feed for The Tutorial Blog using PHP.

(more...)

PHP News System Part 3 Comments (3)
by Wez Pyke - August 1, 2008 in PHP,Text Tutorials

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.
(more...)

PHP News System Part 2 Comments (7)
by Wez Pyke - July 30, 2008 in PHP,Text Tutorials

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 your news system.

(more...)

PHP News System Part 1 (With Sound) Comments (8)
by Wez Pyke - June 17, 2008 in PHP,Video Tutorials

Sessions in PHP Comments (0)
by Wez Pyke - May 10, 2008 in PHP

« Newer PostsOlder Posts »