
Written by admin on May 8th, 2008 in Tutorials.
Okay. This isn’t all HTML, Its a bit of JavaScript but you will pick it up easily.
Right Plain tables can look boring and if there is a large amounts of rows with data alternating colours is not enough and it can get very annoying when you loose your place and can be stressful on the eyes.
So highlighting your table cells can be very helpful when reading down a list.
This tutorial will show you how to make a cell change colour (effectively highlight itself) when it is hovered over.
In your td tag place the following code:
<td onMouseover=”this.bgColor=’#FFCC00′”>
This will make your cell change colour when its hovered over. The value in the single quotes is the colour it will go.
what it is doing is saying. When hovered over this cells bgcolor = #FFCC00.
But this colour will stay and will not disappear.
So we need to tell the cell what to do when its not hovered over.
Read the rest of this entry »

Written by admin on May 7th, 2008 in PHP Tutorials, General.
In this tutorial I am going to teach you how to generate data from a text file with the use of PHP.
To start you must first make a document called data.txt
Open up your data.txt for editing (I highly recommend using Notepad++).
Now put the following code into your text file.
| News 1 | News 2 | News 3
The above is what we can output. Each phrase is separated by a |. We need this so that we can tell our php script when to stop outputting a piece of data.
Now you need to make a PHP file called quotes.php.
This is the file that will generate our data.
Insert the following code into your php file.
Read the rest of this entry »

Written by admin on May 6th, 2008 in General.
As the web grows in size and the opportunities for making money with the internet is becoming even bigger. The newest way of doing this is Pay-to-Click programmes otherwise known as PTC sites. The name is self explanatory but let me explain further.
You get paid x amount for each time you click on a link on the website. The link will take you to an external website which you must view for a certain amount of time for your click to be registered. Each valid click can you get you between $0.005 upto $0.015. Although this does not sound a lot it all mounts up when you click 30+ adds per day. Another catch to these sites are referrals. Referring people boosts your earning power as you earn a percentage from each of their clicks, sometimes even 100% credit from their clicks.
However some sites are there to cause inconvenience to you and to others so here is a list of reliable and worth while PTC sites.
I will update this list once I find some more reliable PTC programmes.
The earning potential from these websites is sometimes unbelievable. Steady investment into these programmes can gain you massive profits in the long run.These are not get rick quick schemes, but can sure put a bit of spare cash in your back pocket.

Written by admin on April 10th, 2008 in CSS Tutorials, Tutorials.
In coding a website most structures have a footer at the bottom of the page. Have you ever struggled with getting a footer to stay at the bottom of a page? This mainly occurs when using the float attribute to have multiple columns. But there is a way around this.
Most footers are defined using thew style name: footer. So inside your footer style if you add the following:
Read the rest of this entry »

Written by admin on March 17th, 2008 in General.

uPowerHosting are now offering UK and USA hosted game servers for PC games. They currently host Americas Army, Call of Duty 4, Counter-Strike: Source and Team Fortress 2. Their prices start at just $0.99 per slot for private servers and $1.49 for public servers.
We have personally tried a Call of Duty 4 Private server and are very pleased with the results and latency. We did have one problem with adding a certain modification to the server but everything was quickly dealt with through their Live Support. Although a new company, uPowerHosting has quality services with affordable prices and we would highly recommend them!