<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Pegor.com - Free Tutorials, Tips and Tricks &#124; PHP,MySQL,XHTML,CSS,Adobe Photoshop, Windows XP tricks</title>
	<link>http://www.pegor.com</link>
	<description>Adobe Photoshop Tutorials - XHTML CSS, Flash, 3d Studio Max and PHP MySQL Tutorials</description>
	<lastBuildDate>Thu, 17 Jul 2008 08:46:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to Show date using PHP Strftime</title>
		<description><![CDATA[How to Show date using PHP Strftime
In this tutorial, I am going to tell you how to show current date using PHP builtin function strftime();
It is very easy, you just need to pass some parameters to this function, which format the date.
In this tutorial, I will teach you how to show date in this format [...]]]></description>
		<link>http://www.pegor.com/tutorials/php-mysql-tutorials/how-to-show-date-using-php-strftime</link>
			</item>
	<item>
		<title>Highlight Current Active Navigation Link - Step 2 - PHP</title>
		<description><![CDATA[Highlight Current Active Navigation Menu Link using PHP Xhtml and CSS
Now that our Page is ready, we need to integrate our menu in that page.
Step 2: PHP
To do this, open the home.php again, and at the top of the page, before anything, add this PHP code:
PHP Code :

&#60;?php
define('THIS_PAGE', 'home');
?&#62;

By using this code, we defined that [...]]]></description>
		<link>http://www.pegor.com/tutorials/php-mysql-tutorials/highlight-current-active-navigation-link-php</link>
			</item>
	<item>
		<title>Highlight Current Active Navigation Link - Step 1 - Xhtml and Css</title>
		<description><![CDATA[Highlight Current Active Navigation Menu Link using PHP Xhtml and CSS
Today I am going to teach you how to make Dynamic Navigation bar or Highlight the Currently Active Link in your Navigation menu or anywhere in your page, like the ones being used on our site.
This can easily be done using PHP, CSS and HTML [...]]]></description>
		<link>http://www.pegor.com/tutorials/php-mysql-tutorials/highlight-current-active-navigation-link-step-1-xhtml-and-css</link>
			</item>
	<item>
		<title>How to remove write protection from USB drive</title>
		<description><![CDATA[How to remove write protection from a write protected USB flash drive:
Six days ago, My Kingston USB Flash Drive got Write Protected, And I couldnt write files to it, nor could I delete any files, nor could I format my USB drive.
I spent hours and hours searching on google for a solution, then on a [...]]]></description>
		<link>http://www.pegor.com/tutorials/mics-tutorials/how-to-remove-write-protection-from-usb-drive</link>
			</item>
	<item>
		<title>Display current time using PHP</title>
		<description><![CDATA[Display time using PHP

Today, I will tell you how to display current time in this format : HH:MM:SS ( Hours:Minutes:Seconds )
We will use PHP&#8217;s Built in Function : time(); and another one : date(); in a combination to set our time according to our Time Zone.
The most easiest example is :

PHP Code :
date("h:i:s");
Which prints(for me) [...]]]></description>
		<link>http://www.pegor.com/tutorials/php-mysql-tutorials/display-current-time-using-php</link>
			</item>
	<item>
		<title>PHP if else and if elseif else statement</title>
		<description><![CDATA[Okay now back to basics.
Many of new php programmers dont even know the uses of PHP&#8217;s If else and elseif Statement.
So, I thought it would be good to teach them..
We are going to use the built in PHP function rand() to get results of flipping a coin.
Then we will use PHP if else statement to [...]]]></description>
		<link>http://www.pegor.com/tutorials/php-mysql-tutorials/php-if-else-elseif-statement-tutorial</link>
			</item>
	<item>
		<title>Make the Footer Stick to the Bottom of a Page</title>
		<description><![CDATA[Make the Footer Stick to the Bottom of a Page

Many of us dont know how to make the sticky footer at the bottom of page using CSS stylesheet.
Now is the time to learn it !
There are several ways to make a footer stick to the bottom of a page using CSS which works on all [...]]]></description>
		<link>http://www.pegor.com/tutorials/xhtml-css/make-the-footer-stick-to-the-bottom-of-a-page</link>
			</item>
	<item>
		<title>How to Download files using Cron Jobs - cURL</title>
		<description><![CDATA[Download files using Cron Jobs - cURL
In this tutorial, I am gonna teach you , how to download files using Cpanel&#8217;s Cron Jobs with the help of cULR .
Downloading files to your Server using cURL is pretty easy if you have access to Cron Jobs or SSH Shell.
It saves a lot of time if you [...]]]></description>
		<link>http://www.pegor.com/tutorials/mics-tutorials/how-to-download-files-using-cron-jobs-curl</link>
			</item>
	<item>
		<title>How to Access your PC using a Subdomain</title>
		<description><![CDATA[Okay, Today I am going to teach you how to access your PC using a Subdomain, instead of a Hard-to-remember IP address.
Its easy, lets get started !
First goto http://www.pegor.com/your-ip-address/
Copy your IP address, which is shown on the middle of Page.
Now goto http://www.no-ip.com/ and register an account, Then login after activation and every thing.
Click on Hosts [...]]]></description>
		<link>http://www.pegor.com/tutorials/mics-tutorials/how-to-access-your-pc-using-a-subdomain</link>
			</item>
	<item>
		<title>Misc Tutorials</title>
		<description><![CDATA[Misc Tutorials contains large collection of tutorials, tips and tricks on various other subjects like Games, Technology, Gadgets etc. Submit a Tutorial
]]></description>
		<link>http://www.pegor.com/tutorials/mics-tutorials/misc-tutorials</link>
			</item>
</channel>
</rss>
