How to remove recycle-bin icon from your desktop

How to remove recycle-bin icon from your desktop

Sep 4, 2011

If you are one of the clean-desktop lover’s like me and you think that recycle-bin is just for annoying on the desktop then read this article!  I will show you how to easily remove recycle-bin, My Computer and other windows icons from your desktop. 1) Picture below shows my current desktop with Recycle-bin and other default icons on your...

How to get your live.com account with custom domain name ?

How to get your live.com account with custom domain name ?

Sep 2, 2011

If you ever saw some people using their live.com accounts or MSN accounts like some might call it, having a custom domain name (e.x my live.com account is hendrik.toome@gmail.com) and you have probably think how they done it ? Well in this article i will show you how you can get your very own custom domain live.com account. Its actually a little trick with...

PHP Basics: A better way to display HTML

PHP Basics: A better way to display HTML

Aug 26, 2011

A much better, faster way of displaying HTML within PHP. In this example, in an IF ELSE statement. Alex from phpacademy

PHP Basics: Embedding PHP within HTML

PHP Basics: Embedding PHP within HTML

Aug 26, 2011

How to embed PHP inside HTML, including an example with a form and a textarea. Please ensure you use the htmlentities() function, wrapped around your $_POST['name'], when submitting data to be displayed on a page.  

PHP Basics: $_GET

PHP Basics: $_GET

Aug 25, 2011

$_GET allows values to be read in through the page URL (e.g. index.php?name=Alex). This example shows how to read these in, and how to incorporate a form as to submit these variables.