<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Tutorials2u.com</title>
	<link>http://www.tutorials2u.com</link>
	<description>Tutorials on various topics</description>
	<lastBuildDate>Sat, 09 Aug 2008 22:36:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Display categories</title>
		<description>This will display categories in Wordpress, note that for SEO an &#60;H1&#62; tag would be better for the categories text.

&#60;h2&#62;Categories&#60;/h2&#62;
&#60;ul&#62;
&#60;?php wp_list_cats('sort_column=name'); ?&#62;
&#60;/ul&#62; </description>
		<link>http://www.tutorials2u.com/cms/wordpress/display-categories/</link>
			</item>
	<item>
		<title>Dynamic title tag in Wordpress</title>
		<description>OK here goes for the example
&#60;title&#62;
&#60;?php
if (is_home()) {
	echo bloginfo('name');
} elseif (is_404()) {
	echo '404 Not Found';
} elseif (is_category()) {
	echo 'Category:'; wp_title('');
} elseif (is_search()) {
	echo 'Search Results';
} elseif ( is_day() &#124;&#124; is_month() &#124;&#124; is_year() ) {
	echo 'Archives:'; wp_title('');
} else {
	echo wp_title('');
}
?&#62;
&#60;/title&#62; </description>
		<link>http://www.tutorials2u.com/cms/wordpress/dynamic-title-tag-in-wordpress/</link>
			</item>
	<item>
		<title>Windows Explorer shortcuts</title>
		<description>Note: You can run applications without loading explorer. In Task Manager terminate explorer and select your application with "New Task"

	Windows E - Open Windows Explorer.
	Windows R - Open the Run Dialog Box.
	Windows U - Shows up The Utility Manager (Magnifier, Narrator and On-Screeen Keyboard).
	Windows D - Shows up Desktop.
	Windows F ...</description>
		<link>http://www.tutorials2u.com/operating-systems/windows/windows-explorer-shortcuts/</link>
			</item>
	<item>
		<title>How to Clear Internet Explorer&#8217;s URL History by Editing the Registry</title>
		<description>from wikiHow - The How to Manual That You Can Edit

Do you visit sites you don't want others to know about? Well here is the answer for cleaning your URL history.

Steps

	 Go to START → Run.
	 In the box, type regedit and hit enter to open the Windows Registry.
	 Navigate ...</description>
		<link>http://www.tutorials2u.com/operating-systems/windows/how-to-clear-internet-explorers-url-history-by-editing-the-registry/</link>
			</item>
	<item>
		<title>How to Change Windows Startup Sound</title>
		<description>from wikiHow - The How to Manual That You Can Edit

Change the startup, shutdown, and any system sounds on your Windows computer.

  Steps

	Go to the Control Panel
	Click the Sounds and Audio Devices tab
	Click on the sound you wish to change, the sounds are available and labeled in the box ...</description>
		<link>http://www.tutorials2u.com/operating-systems/windows/how-to-change-windows-startup-sound/</link>
			</item>
	<item>
		<title>Importance of Using ALT Text and Heading Tags</title>
		<description>If you have a website that you want ranked with higher rankings, there are several things you can do on your own to increase rankings. One thing you can do is double check the usage of alt text and heading tags on your sight. I've noticed by not having heading ...</description>
		<link>http://www.tutorials2u.com/programming/html/importance-of-using-alt-text-and-heading-tags/</link>
			</item>
	<item>
		<title>Site Personalization With PHP</title>
		<description>Your HTML files can work as PHP scripts.

Take any HTML file you have and rename it to a PHP extension. (So for example, if your HTML file is named sales.html, rename it to sales.php).

Put sales.php on your web server and run it in your browser. You get the exact same ...</description>
		<link>http://www.tutorials2u.com/programming/php/site-personalization-with-php/</link>
			</item>
	<item>
		<title>Developing State-enabled Applications With PHP</title>
		<description>Installment 1

Developing State-enabled Applications With PHP

When a user is browsing through a website and is surfing from one web page to another, sometimes the website needs to remember the actions (e.g. choices) performed by the user. For example, in a website that sells DVDs, the user typically browses through a ...</description>
		<link>http://www.tutorials2u.com/programming/php/developing-state-enabled-applications-with-php/</link>
			</item>
	<item>
		<title>MySQL Database Handling in PHP</title>
		<description>Most interactive websites nowadays require data to be presented dynamically and interactively based on input from the user. For example, a customer may need to log into a retail website to check his purchasing history. In this instance, the website would have stored two types of data in order for ...</description>
		<link>http://www.tutorials2u.com/programming/php/mysql-database-handling-in-php/</link>
			</item>
	<item>
		<title>Developing a Login System with PHP and MySQL</title>
		<description>Developing a Login System with PHP and MySQL

Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored ...</description>
		<link>http://www.tutorials2u.com/programming/php/developing-a-login-system-with-php-and-mysql/</link>
			</item>
</channel>
</rss>
