<?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>Icode4you - PHP, CSS, HTML, and Javascript coding tips, tricks, help, and more</title>
	<atom:link href="http://icode4you.net/feed" rel="self" type="application/rss+xml" />
	<link>http://icode4you.net</link>
	<description>coding tips, tricks, help, and more!</description>
	<lastBuildDate>Thu, 11 Apr 2013 16:35:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Tricks: Use a WordPress query to exclude a category from your home page without breaking pagination</title>
		<link>http://icode4you.net/wordpress-tricks-use-a-wordpress-query-to-exclude-a-category-from-your-home-page-without-breaking-pagination</link>
		<comments>http://icode4you.net/wordpress-tricks-use-a-wordpress-query-to-exclude-a-category-from-your-home-page-without-breaking-pagination#comments</comments>
		<pubDate>Wed, 27 Mar 2013 18:22:02 +0000</pubDate>
		<dc:creator>Libby Fisher</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://icode4you.net/?p=2747</guid>
		<description><![CDATA[Here is the code I use in a WordPress site&#8217;s index.php file to exclude a specific category from the home page withOUT breaking the pagination: &#60;?php if ( is_home() ) { query_posts( $query_string.'&#38;cat=-21' ); } ?&#62; Of course, to include a specific category, you would use this: &#60;?php if ( is_home() ) { query_posts( $query_string.'&#38;cat=4' [...]]]></description>
		<wfw:commentRss>http://icode4you.net/wordpress-tricks-use-a-wordpress-query-to-exclude-a-category-from-your-home-page-without-breaking-pagination/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips: How to remove the extra space between LI elements from wp_nav_menu</title>
		<link>http://icode4you.net/wordpress-tips-how-to-remove-the-extra-space-between-li-elements-from-wp_nav_menu</link>
		<comments>http://icode4you.net/wordpress-tips-how-to-remove-the-extra-space-between-li-elements-from-wp_nav_menu#comments</comments>
		<pubDate>Wed, 20 Mar 2013 04:32:46 +0000</pubDate>
		<dc:creator>Libby Fisher</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[li]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp_nav_menu]]></category>

		<guid isPermaLink="false">http://icode4you.net/?p=2729</guid>
		<description><![CDATA[Here is the snippet of code I use to remove the extra space that WordPress adds to the end of &#60;li&#62; elements when you use wp_nav_menu to call in a menu: &#60;?php $custommenu = wp_nav_menu ( array ( 'menu' =&#62; 'my-custom-menu', 'container' =&#62; '', 'container_id' =&#62; '', 'menu_class' =&#62; '', 'menu_id' =&#62; '', 'echo' =&#62; [...]]]></description>
		<wfw:commentRss>http://icode4you.net/wordpress-tips-how-to-remove-the-extra-space-between-li-elements-from-wp_nav_menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tricks: How to Show Most Recent Posts from Specific Categories with Thumbnails</title>
		<link>http://icode4you.net/wordpress-tricks-how-to-show-most-recent-posts-from-specific-categories-with-thumbnails</link>
		<comments>http://icode4you.net/wordpress-tricks-how-to-show-most-recent-posts-from-specific-categories-with-thumbnails#comments</comments>
		<pubDate>Sun, 20 Jan 2013 21:02:56 +0000</pubDate>
		<dc:creator>Libby Fisher</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[recent]]></category>
		<category><![CDATA[specific]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://icode4you.net/?p=2723</guid>
		<description><![CDATA[Here is the code I use to show a certain number of the most recent posts including their thumbnails from specific categories in a WordPress website. To show the 3 most recent posts from Category 1, you would add this code to the appropriate template file of your site: &#60;?php //for category 1, show 3 [...]]]></description>
		<wfw:commentRss>http://icode4you.net/wordpress-tricks-how-to-show-most-recent-posts-from-specific-categories-with-thumbnails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Tips: How to assign body IDs to each page</title>
		<link>http://icode4you.net/joomla-tips-how-to-assign-body-ids-to-each-page</link>
		<comments>http://icode4you.net/joomla-tips-how-to-assign-body-ids-to-each-page#comments</comments>
		<pubDate>Sat, 22 Dec 2012 03:55:08 +0000</pubDate>
		<dc:creator>Libby Fisher</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://icode4you.net/?p=2718</guid>
		<description><![CDATA[Here is the code I use to add an individual ID to each page in a Joomla website. In index.php of your site&#8217;s template folder, add this code in place of the &#60; body&#62; tag: &#60;?php $menu = &#38;JSite::getMenu(); $active = $menu-&#62;getActive(); ?&#62; &#60;body id="&#60;?php print $active-&#62;alias; ?&#62;"&#62; Now, each page will have it&#8217;s own [...]]]></description>
		<wfw:commentRss>http://icode4you.net/joomla-tips-how-to-assign-body-ids-to-each-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Trick: Add a class or ID to an HTML element on hover</title>
		<link>http://icode4you.net/javascript-trick-add-a-class-or-id-to-an-html-element-on-hover</link>
		<comments>http://icode4you.net/javascript-trick-add-a-class-or-id-to-an-html-element-on-hover#comments</comments>
		<pubDate>Mon, 12 Nov 2012 02:16:34 +0000</pubDate>
		<dc:creator>Libby Fisher</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://icode4you.net/?p=2714</guid>
		<description><![CDATA[Here is the line of code you can use to add a class or ID to an element in your webpage when a user hovers over it (for example: if you want to add a class called &#8220;active&#8221; to an li element with a class called &#8220;top-nav&#8221; in the div called &#8220;menu&#8221; when a user [...]]]></description>
		<wfw:commentRss>http://icode4you.net/javascript-trick-add-a-class-or-id-to-an-html-element-on-hover/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Tips: How to send an email through a contact form to multiple recipients</title>
		<link>http://icode4you.net/php-tips-how-to-send-an-email-through-a-contact-form-to-multiple-recipients</link>
		<comments>http://icode4you.net/php-tips-how-to-send-an-email-through-a-contact-form-to-multiple-recipients#comments</comments>
		<pubDate>Mon, 12 Nov 2012 02:09:37 +0000</pubDate>
		<dc:creator>Libby Fisher</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[recipients]]></category>

		<guid isPermaLink="false">http://icode4you.net/?p=2712</guid>
		<description><![CDATA[Here is the simple line of code you can use to send a PHP email contact form to multiple email addresses: $to = $this-&#62;fields['EmailAddress'].','; $to .='info@yourwebsite.com'; This comes in handy when you have to send the email to one specific email address in addition to an email address which is being pulled in via a [...]]]></description>
		<wfw:commentRss>http://icode4you.net/php-tips-how-to-send-an-email-through-a-contact-form-to-multiple-recipients/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
