<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free IT Web Resources for Web Developers and IT Enthusiasts</title>
	<atom:link href="http://itwebresources.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itwebresources.com</link>
	<description>IT Web Resources website publishes noteworthy tips, tutorials, and web resources for web developers and IT enthusiasts.</description>
	<lastBuildDate>Fri, 24 May 2013 18:00:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Free High Quality WordPress Themes 2013 vol. 2</title>
		<link>http://itwebresources.com/free-high-quality-wordpress-themes-2013-vol-2/</link>
		<comments>http://itwebresources.com/free-high-quality-wordpress-themes-2013-vol-2/#comments</comments>
		<pubDate>Fri, 24 May 2013 18:00:30 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1609</guid>
		<description><![CDATA[<p>With thousands of WordPress themes out there on the web, it can be an overwhelming task trying to find one right for you and your content. We have put together some of the best free WordPress themes that you should take in consideration. The Morning After DOWNLOAD &#124; DEMO Rockstar DOWNLOAD &#124; DEMO Academica DOWNLOAD [...]</p><p>The post <a href="http://itwebresources.com/free-high-quality-wordpress-themes-2013-vol-2/">Free High Quality WordPress Themes 2013 vol. 2</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/free-high-quality-wordpress-themes-2013-vol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to theme WordPress</title>
		<link>http://itwebresources.com/learn-how-to-theme-wordpress/</link>
		<comments>http://itwebresources.com/learn-how-to-theme-wordpress/#comments</comments>
		<pubDate>Fri, 24 May 2013 00:27:32 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1603</guid>
		<description><![CDATA[<p>Learn how to theme WordPress with the Naked WordPress theme. This is not your ordinary bare bones theme, Naked WordPress assumes that you know nothing about WordPress theme creation. This theme is designed for designers that don’t have the time to learn the WordPress Codex. Every single piece of the template files is commented so [...]</p><p>The post <a href="http://itwebresources.com/learn-how-to-theme-wordpress/">Learn how to theme WordPress</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/learn-how-to-theme-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restrict page view to authenticated users</title>
		<link>http://itwebresources.com/restrict-page-view-to-authenticated-users/</link>
		<comments>http://itwebresources.com/restrict-page-view-to-authenticated-users/#comments</comments>
		<pubDate>Tue, 21 May 2013 09:25:28 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1592</guid>
		<description><![CDATA[<p>This is a nice little WordPress code snippet when you wish to restrict page view to authenticated users only. We can achieve this using WordPress is_user_logged_in() function. This function will return true if user is logged in, false otherwise. In WordPress individual pages can be set to use a specific custom page template which you [...]</p><p>The post <a href="http://itwebresources.com/restrict-page-view-to-authenticated-users/">Restrict page view to authenticated users</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/restrict-page-view-to-authenticated-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force a file to download instead of display</title>
		<link>http://itwebresources.com/force-a-file-to-download-instead-of-display/</link>
		<comments>http://itwebresources.com/force-a-file-to-download-instead-of-display/#comments</comments>
		<pubDate>Tue, 21 May 2013 08:54:16 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1588</guid>
		<description><![CDATA[<p>Forces a user to download a file, for example you have an image but you want the user to download it instead of displaying it in a web browser.</p><p>The post <a href="http://itwebresources.com/force-a-file-to-download-instead-of-display/">Force a file to download instead of display</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/force-a-file-to-download-instead-of-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multimedia player for various audio and video formats</title>
		<link>http://itwebresources.com/multimedia-player-for-various-audio-and-video-formats/</link>
		<comments>http://itwebresources.com/multimedia-player-for-various-audio-and-video-formats/#comments</comments>
		<pubDate>Tue, 21 May 2013 03:24:56 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[software reviews]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1566</guid>
		<description><![CDATA[<p>VLC Media Player is a free and open source cross-platform multimedia player that plays various audio and video formats. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. It doesn&#8217;t need any external codecs or programs to work. VLC supports multiple operating [...]</p><p>The post <a href="http://itwebresources.com/multimedia-player-for-various-audio-and-video-formats/">Multimedia player for various audio and video formats</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/multimedia-player-for-various-audio-and-video-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A multi-platform remote control and desktop sharing software</title>
		<link>http://itwebresources.com/a-multi-platform-remote-control-and-desktop-sharing-software/</link>
		<comments>http://itwebresources.com/a-multi-platform-remote-control-and-desktop-sharing-software/#comments</comments>
		<pubDate>Tue, 21 May 2013 02:40:27 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac tips]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[software reviews]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1557</guid>
		<description><![CDATA[<p>TeamViewer is an easy to use application for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy. All you need to do is run TeamViewer on both machines and exchange the automatically assigned ID codes and passwords with the remote user, this can be done by email or over [...]</p><p>The post <a href="http://itwebresources.com/a-multi-platform-remote-control-and-desktop-sharing-software/">A multi-platform remote control and desktop sharing software</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/a-multi-platform-remote-control-and-desktop-sharing-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best free burning software</title>
		<link>http://itwebresources.com/best-free-burning-software/</link>
		<comments>http://itwebresources.com/best-free-burning-software/#comments</comments>
		<pubDate>Sun, 19 May 2013 06:24:45 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[burning software]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1533</guid>
		<description><![CDATA[<p>Best free burning software to create, burn and copy audio, video and data files. Perfect software choices for users who need a free, compact, reliable and easy-to-use solution for regular disc burning needs. ImgBurn ImgBurn is a lightweight CD / DVD / HD DVD / Blu-ray burning application and also one of the most popular [...]</p><p>The post <a href="http://itwebresources.com/best-free-burning-software/">Best free burning software</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/best-free-burning-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source chat scripts</title>
		<link>http://itwebresources.com/open-source-chat-scripts/</link>
		<comments>http://itwebresources.com/open-source-chat-scripts/#comments</comments>
		<pubDate>Fri, 17 May 2013 16:50:07 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1505</guid>
		<description><![CDATA[<p>This is a list of some most popular open source chat scripts. AJAX Chat is a free and fully customizable open source web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. For more information and download: AJAX Chat Candy Chat Candy Chat [...]</p><p>The post <a href="http://itwebresources.com/open-source-chat-scripts/">Open source chat scripts</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/open-source-chat-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple WordPress SEO Tips</title>
		<link>http://itwebresources.com/simple-wordpress-seo-tips/</link>
		<comments>http://itwebresources.com/simple-wordpress-seo-tips/#comments</comments>
		<pubDate>Thu, 16 May 2013 06:08:19 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[learn SEO]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1489</guid>
		<description><![CDATA[<p>WordPress is an open source blogging platform which can also function as a content management system (CMS). In this article we listed few simple WordPress SEO tips that you can implement on your WordPress powered website to improve your search engine rankings. 1. Keyword research and keyword rich domain You will have to find out [...]</p><p>The post <a href="http://itwebresources.com/simple-wordpress-seo-tips/">Simple WordPress SEO Tips</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/simple-wordpress-seo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful MySQL Cheat Sheet</title>
		<link>http://itwebresources.com/useful-mysql-cheat-sheet/</link>
		<comments>http://itwebresources.com/useful-mysql-cheat-sheet/#comments</comments>
		<pubDate>Thu, 16 May 2013 03:09:48 +0000</pubDate>
		<dc:creator>itwebresources</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://itwebresources.com/?p=1484</guid>
		<description><![CDATA[<p>This MySQL cheat sheet is designed to act as a reminder and reference sheet, listing useful information about MySQL. It includes a list of the available functions in MySQL, as well as data types. It also includes a list of MySQL functions available in PHP, and a list of useful sample queries to select data [...]</p><p>The post <a href="http://itwebresources.com/useful-mysql-cheat-sheet/">Useful MySQL Cheat Sheet</a> appeared first on <a href="http://itwebresources.com">Free IT Web Resources for Web Developers and IT Enthusiasts</a>.</p>]]></description>
		<wfw:commentRss>http://itwebresources.com/useful-mysql-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 7/14 queries in 0.005 seconds using apc
Object Caching 1405/1415 objects using apc

 Served from: itwebresources.com @ 2013-05-25 14:53:09 by W3 Total Cache -->