<?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>Earthman &#187; Wordpress Plugins</title>
	<atom:link href="http://earthman.ca/tag/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://earthman.ca</link>
	<description>Website Consultant, Wordpress Web Designer, 80&#039;s DJ, Existentialist, and more...</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Plugins + Jquery</title>
		<link>http://earthman.ca/2009/03/30/plugins-jquery/</link>
		<comments>http://earthman.ca/2009/03/30/plugins-jquery/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 10:22:30 +0000</pubDate>
		<dc:creator>Earthman</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Consulting]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Wordpress Development]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://earthman.ca/?p=23</guid>
		<description><![CDATA[Hi Fellow Wordpress Fans!

Here are some Wordpress plugins you will likely find useful&#8230;

My Page Order &#8211; Easy drag and drop ordering of your pages &#8211; Access under Pages &#62; Page Order

Cleaner Gallery &#8211; Makes it easy to integrate the Worpress built in photo gallery feature with Shadowbox (or other lightbox scripts) &#8211; or just simply [...]


No related posts.]]></description>
			<content:encoded><![CDATA[Hi Fellow <span class="il">Wordpress</span> Fans!

Here are some <span class="il">Wordpress</span> plugins you will likely find useful&#8230;

<strong>My Page Order</strong> &#8211; Easy drag and drop ordering of your pages &#8211; Access under Pages &gt; Page Order
<strong>
Cleaner Gallery</strong> &#8211; Makes it easy to integrate the Worpress built in photo gallery feature with Shadowbox (or other lightbox scripts) &#8211; or just simply removes the styles that <span class="il">wordpress</span> injects natively, so you can use your own more easily

<strong>ShadowboxJS </strong>- Activates overlay lightbox-style effects for your Image links.  Also works with Iframes, HTML content, Videos, SWF, etc.  Super frikkin cool!  Check out what it can do at:<a href="http://mjijackson.com/shadowbox" target="_blank">http://mjijackson.com/shadowbox</a> &#8211; The <span class="il">wordpress</span> plugin install will give you immediate access to all the functionality.
<strong>
WP-SIFR</strong> &#8211; Change Page titles (h1,h2, etc) into Flash-Rendered Text, using the SIFR font of your choice (find em on google) &#8211; Degrades gracefully and doesn&#8217;t affect accessibility at all
<strong>
CFORMSII</strong> &#8211; get the latest version &#8211; Stop coding forms, auto-verification, Captcha support etc.  YEAH!

&#8212;-

Also, for front end Javascript fancy FX &#8211; Check out <span class="il">JQuery</span> <a href="http://jquery.com/" target="_blank">http://<span class="il">jquery</span>.com/</a>

There are frameworks (prototype, mootools) but I like <span class="il">Jquery</span> so far &#8211; the syntax is easy, and there are lots of plugins around.  Downside, sometimes can get heavy on load times if you get too many plugins involved.

AND, <span style="text-decoration: underline"><strong><span class="il">Jquery</span> is already bundled in <span class="il">Wordpress</span></strong></span> which makes the install easy as pie!

To activate and use the core in your <span class="il">Wordpress</span> theme, just do the following:

In your theme&#8217;s <strong>functions.php</strong> file, include the following function call:
<div style="margin-left: 40px"><strong>wp_enqueue_script(&#8216;<span class="il">jquery</span>&#8216;);
</strong></div>
That will load the <span class="il">Jquery</span> 1.2.6 base file in your wp_head, and put the script into your page&#8217;s head section automagically.

Then, copy the following into your template&#8217;s <strong>header.php</strong> file,  <strong>AFTER </strong>&lt;?php wp_head(); ?&gt; and after all your stylesheets and CSS:
<div style="margin-left: 40px"><strong>&lt;script type=&#8221;text/javascript&#8221;&gt;</strong>
<div style="margin-left: 40px"><strong><span class="il">jQuery</span>.noConflict();</strong> // loads <span class="il">Jquery</span> and makes sure it won&#8217;t conflict with other libraries
<strong> var $ = <span class="il">jQuery</span>; </strong>// assigns $ to the <span class="il">Jquery</span> object/library for ease of use and plugin file access

<strong> $(document).ready(function() {</strong> <strong> </strong> // this is <span class="il">jquery</span>&#8217;s version of window.onload</div>
<div style="margin-left: 80px"><strong> </strong>//<span class="il">jquery</span> &#8216;on page load&#8217; code assignments go here

<strong> alert(&#8216;page loaded&#8217;);</strong> //sample of action to perform on page load</div>
<div style="margin-left: 40px"><strong> });</strong></div>
<strong>&lt;/script&gt; </strong></div>
There, with the snippet above you will see that an alert pops up on page load, showing that <span class="il">Jquery</span> is up and working.

Have fun!!!!
<span style="color: #888888"> T
</span>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://earthman.ca/2009/03/30/plugins-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
