<?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>Jean Egan &#187; WordPress</title>
	<atom:link href="http://jeanegan.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeanegan.com</link>
	<description>On-time, under budget and unpretentious.</description>
	<lastBuildDate>Wed, 09 Jun 2010 16:01:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Excellent Gallery Plug-in for WordPress &#8211; NextGen</title>
		<link>http://jeanegan.com/2010/05/02/excellent-gallery-plug-in-for-wordpress/</link>
		<comments>http://jeanegan.com/2010/05/02/excellent-gallery-plug-in-for-wordpress/#comments</comments>
		<pubDate>Sun, 02 May 2010 17:53:46 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/?p=1032</guid>
		<description><![CDATA[NOTE: I&#8217;ve been doing a lot of linking to other people&#8217;s site blogs. This is partly to help me remember where to find the information as well as to share with my clients (and anyone else) searching for similar solutions.
The NextGen Gallery plug-in is so comprehensive, I&#8217;ve set my husband&#8217;s photography site up with it, [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>NOTE</strong>: I&#8217;ve been doing a lot of linking to other people&#8217;s site blogs. This is partly to help me remember where to find the information as well as to share with my clients (and anyone else) searching for similar solutions.</em></p>
<p>The NextGen Gallery plug-in is so comprehensive, I&#8217;ve set my husband&#8217;s photography site up with it, and I&#8217;ll be setting my site up with it shortly.<span id="more-1032"></span></p>
<p>It gives you complete control of what page you&#8217;d like your gallery images to appear, the title and description of the images and it&#8217;s easy to move images from gallery to gallery. (if, for instance you would like to share your newer images on your home page, then be able to move them into their respective final gallery spot.)</p>
<p>You even have complete control over the <em>order</em> in which your images are viewed &#8211; <em>and so much more</em>.</p>
<p>One thing I was particularly impressed with &#8211; and it is something I&#8217;ve been searching for for a LONG time as a solution for a client of mine who went with a very rigid flash gallery because he wanted to have different background songs depending on which gallery people were viewing.</p>
<p>The NextGen gallery plug-in <em>absolutely</em> comes through. I&#8217;ll be sharing this information with my client so he can actually enjoy working with his online galleries rather than feel constrained by the rigid constraints of the gallery he&#8217;s using right now.</p>
<p>With regards to having different songs play on each slideshow, the NextGen people said it much better than I could recount it here, so <a href="http://nextgen-gallery.com/custom-fields/" target="_blank">here&#8217;s a link</a>!</p>
<p>Also, here&#8217;s a link to <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">download</a> the plug-in, if you have a WordPress driven site.</p>
<p>Have fun!</p>
<div class='wp_likes' id='wp_likes_post-1032'><a class='like' href="javascript:wp_likes.like(1032);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(1032);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2010/05/02/excellent-gallery-plug-in-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Layering a Flash animation below a div element</title>
		<link>http://jeanegan.com/2010/05/02/layering-a-flash-animation-below-a-div-element/</link>
		<comments>http://jeanegan.com/2010/05/02/layering-a-flash-animation-below-a-div-element/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:05:30 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/?p=1011</guid>
		<description><![CDATA[This article impressed me enough to share it. If you are creating a website with a css drop-down menu that happens to rest directly north of a placed swf animation, you will find Internet Explorer ignores any z-index settings you may have placed. (Layering the Flash animation below the drop downs.) Much to your dismay, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slightlymore.co.uk/flash-and-the-z-index-problem-solved" target="_blank">This article</a> impressed me enough to share it. If you are creating a website with a css drop-down menu that happens to rest directly north of a placed swf animation, you will find Internet Explorer ignores any z-index settings you may have placed. (Layering the Flash animation below the drop downs.) Much to your dismay, your drop down menus will go below the flash no matter what your z-index settings are!</p>
<p>Thanks to the Slightlymore site &#8211; I was able to add the following parameter within my placed .swf code &#038; it immediately was layered properly! Thank you, Slightlymore!</p>
<p><code>&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;</code></p>
<div class='wp_likes' id='wp_likes_post-1011'><a class='like' href="javascript:wp_likes.like(1011);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(1011);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2010/05/02/layering-a-flash-animation-below-a-div-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centering a horizontal unordered or ordered list menu</title>
		<link>http://jeanegan.com/2010/05/01/centering-a-horizontal-unordered-or-ordered-list-menu/</link>
		<comments>http://jeanegan.com/2010/05/01/centering-a-horizontal-unordered-or-ordered-list-menu/#comments</comments>
		<pubDate>Sat, 01 May 2010 15:13:18 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/?p=1021</guid>
		<description><![CDATA[This article does a great job at showing how to center a horizontal &#60;li&#62; menu. Unfortunately, drop down menus off of that centered list need to be tweaked, as they don&#8217;t appear where you would expect them to.
If you have any suggestions, feel free to leave a comment. I&#8217;ll be trying to figure it out [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support" target="_blank">This article</a> does a great job at showing how to center a horizontal <code>&lt;li&gt;</code> menu. Unfortunately, drop down menus off of that centered list need to be tweaked, as they don&#8217;t appear where you would expect them to.</p>
<p>If you have any suggestions, feel free to leave a comment. I&#8217;ll be trying to figure it out as well!</p>
<div class='wp_likes' id='wp_likes_post-1021'><a class='like' href="javascript:wp_likes.like(1021);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(1021);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2010/05/01/centering-a-horizontal-unordered-or-ordered-list-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 101</title>
		<link>http://jeanegan.com/2010/04/26/wordpress-101/</link>
		<comments>http://jeanegan.com/2010/04/26/wordpress-101/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 14:39:27 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/?p=997</guid>
		<description><![CDATA[
Discover the value and benefit of using WordPress to create your website. In this class, you will follow along with an example site as it&#8217;s being built. Handouts will be given as a guide for your future reference.
This class is a &#8220;build from the ground&#8221; &#8211; no experience necessary, class. I&#8217;ll be discussing concepts and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1000 alignleft" title="WordPress 101 - No HTML experience necessary!" src="http://jeanegan.com/wp-content/uploads/2010/04/wordpress101-tiny.jpg" alt="" width="330" height="450" /></p>
<p>Discover the value and benefit of using WordPress to create your website. In this class, you will follow along with an example site as it&#8217;s being built. Handouts will be given as a guide for your future reference.</p>
<p>This class is a &#8220;build from the ground&#8221; &#8211; no experience necessary, class. I&#8217;ll be discussing concepts and giving out step-by-step instructions so you can feel confident you can do it on your own!</p>
<p>(A certificate of attendance will be given, for business funded reimbursement purposes.)</p>
<p><strong>Presented by</strong>: Jean Egan</p>
<p><strong>Where</strong>:	Spirit of Light Wellness Studio, Wallingford, CT<br />
(<a title="Google Map for Directions to the Spirit of Light Wellness Center, 1161 S. Broad St., Wallingford, CT 06492" href="http://tinyurl.com/spiritoflight-wallingford" target="_blank">Click here</a> for map/directions)</p>
<p><strong>When</strong>:	Thursday, June 10th, 6:30 to 8:30 p.m.</p>
<p><strong>Cost</strong>:	$35</p>
<p><a href="http://www.eventbrite.com/event/682521440" target="_blank"><img class="size-full wp-image-1061 alignnone" title="Register Here" src="http://jeanegan.com/wp-content/uploads/2010/04/register-button.gif" alt="" width="138" height="54" /></a> <a href="http://www.eventbrite.com/event/682521440" target="_blank"> </a><a href="http://us1.forward-to-friend.com/forward?u=a9f0ee20aac6f7136d6417a04&amp;id=675488cbb2&amp;e=8b6bbd4d9e"><img class="alignnone size-full wp-image-1069" title="Share with a Friend" src="http://jeanegan.com/wp-content/uploads/2010/04/share.gif" alt="" width="163" height="54" /></a></p>
<p>Call 203-641-3371 to speak to Colleen Behan for more information about the Spirit of Light Wellness Studio and 860-881-2346 to speak with Jean Egan for more information about class content.</p>
<p>~~~</p>
<p><em>If you would like Jean to host this class at your business location, she is available for a group reservation of 10 or more people. Contact for More Information or to Schedule a Class.</em></p>
<p><em>Jean is also available for one-on-one instruction as well as for consultation at a reduced hourly rate.</em></p>
<div class='wp_likes' id='wp_likes_post-997'><a class='like' href="javascript:wp_likes.like(997);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(997);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2010/04/26/wordpress-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a client portal in WordPress</title>
		<link>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/</link>
		<comments>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 06:07:43 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/</guid>
		<description><![CDATA[I&#8217;m not a programmer, but I play one when I&#8217;m adventurous.
A client of mine needed to share different (private) content with their clients. He also needed workers of his to be able to view and update all clients pages, but didn&#8217;t want to give access to the WordPress admin area for either.
Although I would have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a programmer, but I play one when I&#8217;m adventurous.</p>
<p>A client of mine needed to share different (private) content with their clients. He also needed workers of his to be able to view and update all clients pages, but didn&#8217;t want to give access to the WordPress admin area for either.<span id="more-883"></span></p>
<p>Although I would have loved to dig REALLY deep in the programming and pull the content dynamically from the database, my client and I both opted for the quicker, cheaper route, although this takes more time on his end to add new users and create pages they&#8217;ll be redirected to.</p>
<p>I did a quick search for &#8220;Client Portal WordPress&#8221; and came up with <a href="http://wordpress.org/support/topic/217141" target="_blank">this</a>. I did a few more things than they did, but that&#8217;s where I started. I liked what I created for my client&#8217;s site, so I set my site up with a client portal as well. This allows me to privately share information with my clients.</p>
<p>Basically, here&#8217;s how it works: Install the plugins listed below, set up and assign a new roll called &#8220;Clients&#8221;, create the actual user (as you would create a subscriber in your WordPress Users area), create the page they&#8217;ll be redirected to, then set up the redirection! Clients can correspond to you via their page(s) and an email is sent to every person subscribed to that page.</p>
<p>I&#8217;ll go through the steps below in detail. If anything is confusing, feel free to contact me and ask. I spent a bit of time organizing the following information &amp; hope I haven&#8217;t forgotten anything! (Plus, it&#8217;s a couple weeks after I set it up, so I may have forgotten something.)</p>
<p><em>I&#8217;m still working out the steps below, but have published because I&#8217;ve received an inquiry on how to do it! Share the knowledge!</em></p>
<h2>Let&#8217;s create a client portal, using mostly WordPress plug-ins &#8211; and some specialized code in your template page(s)!</h2>
<h3>Step 1: Install the following plugins</h3>
<p>The list of plugins I used &amp; what they do:</p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/bm-custom-login/" target="_blank">BM Custom Login</a> &#8211; Use this if you wish to brand the standard &#8220;/wp-login.php&#8221; page with your own logo, colors, etc. if clients happen to find themselves there. The Sidebar Login plugin below makes this area somewhat obsolete/redundant, but I want to cover all bases &amp; give a professional look.</li>
<li><a href="http://wordpress.org/extend/plugins/breadcrumb-navigation-xt/" target="_blank">Breadcrumb Nav XT</a> &#8211; This helps people understand where they are by showing the current page location &amp; site hierarchy above that page. The default top level breadcrumb is called &#8220;Blog&#8221; but it&#8217;s easily changed to &#8220;Home&#8221; in the Breadcrumb Nav XT settings.</li>
<li><a href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank">Exclude Pages</a> &#8211; If you wish to have your full client list page hidden to non-administrators.</li>
<li><a href="http://wordpress.org/extend/plugins/iwg-hide-dashboard/" target="_blank">IWG Hide Dashboard</a> &#8211; This allows you to keep clients from accessing the WordPress Dashboard. Comments from everyone are shown on the Dashboard. I didn&#8217;t want clients viewing other clients comments.</li>
<li><a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank">Role Manager</a> (This plugin doesn&#8217;t seem to be offered on WordPress&#8217; site.) &#8211; This allows you to create new rolls. It is a little overkill, but it helps to identify rolls and keep yourself sane <img src='http://jeanegan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li><a href="http://wordpress.org/extend/plugins/sidebar-login/" target="_blank">Sidebar Login</a> &#8211; This lets clients log in and log out right from the sidebar. It allows you to post persistant helpful links for yourself, your workers and for clients once they&#8217;re logged in.</li>
<li><a href="http://wordpress.org/extend/plugins/subpages-widget/" target="_blank">Subpages Widget</a> &#8211; This shows subpages in your sidebar widgets. It&#8217;s helpful in that you won&#8217;t have to post links to sub pages &#8211; they&#8217;re automatically created as you create your pages.</li>
<li><a href="http://wordpress.org/extend/plugins/subscribe-to-comments/" target="_blank">Subscribe to Comments</a> &#8211; As administrator, you always receive an email when someone makes a comment to your site. If you wish to have your clients receive an email when you or your worker update their page, install this plugin. They can subscribe to comments of any page they have the ability to make comments on.</li>
<li><a href="http://wordpress.org/extend/plugins/peters-login-redirect/" target="_blank">Peter&#8217;s Login Redirect</a> &#8211; This will allow you to redirect clients to their own page once they&#8217;ve signed in. I&#8217;ve set mine up so I won&#8217;t have to continually add new redirects. I set one redirect. Everyone is redirected to my main clients page &amp; based on their user level, they either see the full client page (administrators &amp; workers), or are directed to a page that matches their username.</li>
</ol>
<p>I&#8217;ll go through why I used all of these, but list form is easiest to go down and just install.</p>
<h3>Step 2: Set up a special role for your clients (and workers, if you wish to assign another level of access)</h3>
<p>Once you install the <strong>Role Manager plugin</strong>, your WordPress admin interface will have additional choices:</p>
<p><img class="alignnone size-full wp-image-891" title="role-manager" src="http://jeanegan.com/wp-content/uploads/2010/02/role-manager.png" alt="" width="144" height="206" /></p>
<p>I created a roll called &#8220;Clients&#8221; with a user level of 2, another roll called &#8220;Worker&#8221; with a user level of 5 and deleted rolls that were superfluous, just to keep things neat. This left me with three rolls &#8211; Administrator, Clients &amp; Worker.</p>
<p>This step is a little reverse-intuitive. Once you install the <strong>IWG Hide Dashboard plugin</strong> you&#8217;ll create a capability to <em>take away</em> the capability to go to the WordPress Dashboard. You <em>grant</em> the capability to <em>not grant</em> them access to your Dashboard.</p>
<p>As per<strong> </strong><a href="http://www.im-web-gefunden.de/wordpress-plugins/iwg-hide-dashboard/" target="_blank">their instructions</a>:</p>
<p>First use the <a title="Role Manager for WordPress" href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/">Role Manager</a> and create a new capability “hide dashboard”.<br />
Assign the newly created capability “Hide Dashboard” to each role who you don’t want give access to the Dashboard.<br />
From this time on, all users with the capability “Hide Dashboard” have no longer access to the Dashboard.</p>
<p>My clients capabilities:</p>
<div id="attachment_922" class="wp-caption alignnone" style="width: 310px"><a href="http://jeanegan.com/wp-content/uploads/2010/02/role-clients.gif" target="_blank"><img class="size-medium wp-image-922" title="role-clients" src="http://jeanegan.com/wp-content/uploads/2010/02/role-clients-300x92.gif" alt="" width="300" height="92" /></a><p class="wp-caption-text">(Click to view full-size.)</p></div>
<h3>Create a user</h3>
<p>Just as you would create a subscriber, create a new user in your WordPress interface. Make sure to set their roll as &#8220;Clients&#8221;.</p>
<p><img class="alignnone size-full wp-image-925" title="add-new-user" src="http://jeanegan.com/wp-content/uploads/2010/02/add-new-user.gif" alt="" width="147" height="73" /></p>
<h3>Step 3: Create the page your client will be directed to</h3>
<p>My client pages are organized with a main &#8220;Clients&#8221; page, and each client&#8217;s page is a child of that page. This keeps my page list organized. Each client&#8217;s page can also have children. (Only 1 level deep, the way I have mine set up.)</p>
<p>My client portal uses 2 templates. The first one I called &#8220;<a href="../wp-content/uploads/2010/02/clientsredirect.zip">clientsredirect.php</a>&#8220;. My main &#8220;Clients&#8221; page uses that template. In code, it asks what level the person is, and directs them to the appropriate page. If the user is a worker (Level 5) or greater, it shows the page. If it is a client (level 2), it directs them to their sub-page. Of course it has my formatting, so you can take it and reformat it for yourself.</p>
<p>The second template I called &#8220;<a href="http://jeanegan.com/wp-content/uploads/2010/02/clients.zip">clients.php</a>&#8220;. This is the template I assign to my client pages and their child pages (if any).</p>
<p><em>This is being worked on. In the meantime, if you have questions, feel free to email <a href="mailto:jean@jeanegan.com">me</a>.</em></p>
<div class='wp_likes' id='wp_likes_post-883'><a class='like' href="javascript:wp_likes.like(883);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(883);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2010/02/05/how-to-create-a-client-portal-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My top 25 played iTunes songs</title>
		<link>http://jeanegan.com/2009/04/19/my-top-25-played-itunes-songs/</link>
		<comments>http://jeanegan.com/2009/04/19/my-top-25-played-itunes-songs/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 23:36:45 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/?p=598</guid>
		<description><![CDATA[In an effort to get to know friends better, and for friends to get to know me better, I share my top 25 songs from iTunes (since it keeps track!) I encourage you to do the same. I&#8217;m sure I&#8217;ll experience new music! Have fun!
1. Across The Universe &#8211; The Beatles
2. Continuous KoL &#8211; (Radio)
3. [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to get to know friends better, and for friends to get to know me better, I share my top 25 songs from iTunes (since it keeps track!) I encourage you to do the same. I&#8217;m sure I&#8217;ll experience new music! Have fun!<span id="more-598"></span></p>
<p>1.<strong> Across The Universe</strong> &#8211; The Beatles<br />
2.<strong> </strong><strong>Continuous KoL</strong> &#8211; (Radio)<br />
3.<strong> </strong><strong>Décollage</strong> &#8211; Les Balayeurs Du Désert<br />
4.<strong> </strong><strong>Within You Without You</strong> &#8211; The Beatles<br />
5.<strong> </strong><strong>Knight of the Woeful Countenance</strong> &#8211; Man of La Mancha (Pladido Domingo) Soundtrack<br />
6.<strong> </strong><strong>Universal Traveler</strong> &#8211; Air<br />
7.<strong> </strong><strong>Coconut Woman</strong> &#8211; Harry Belafonte<br />
8.<strong> </strong><strong>Alpha Beta Gaga</strong> &#8211; Air<br />
9.<strong> </strong><strong>Dreams</strong> &#8211; Cranberries<br />
10.<strong> </strong><strong>Swami-Plus Strings &#8211; </strong>The Monkees<br />
11.<strong> </strong><strong>I</strong><strong>t&#8217;s All The Same</strong> &#8211; Man of La Mancha (Pladido Domingo) Soundtrack<br />
12.<strong> </strong><strong>Baby Love Child</strong> &#8211; Pizzicato Five<br />
13.<strong> </strong><strong>Outside Violin Solo</strong> &#8211; Aphex Twin<br />
14.<strong> </strong><strong>Rainbow Connection</strong> &#8211; Kermit<br />
15.<strong> </strong><strong>Love You Madly</strong> &#8211; Cake<br />
16.<strong> </strong><strong>My Eyes</strong> &#8211; Laurie Anderson<br />
17.<strong> </strong><strong>True Affection</strong> &#8211; The Blow<br />
18.<strong> </strong><strong>Land Down Under Remix &#8211; M</strong>en At Work<br />
19.<strong> </strong><strong>Big Belly Butterflies</strong> &#8211; Bel Canto<br />
20.<strong> </strong><strong>Black Steel</strong> &#8211; Tricky<br />
21.<strong> </strong><strong>Be Still thy Soul</strong> &#8211; Anael<br />
22.<strong> </strong><strong>Dissapointed</strong> &#8211; Morrissey<br />
23.<strong> </strong><strong>Mama Look A Boo Boo</strong> &#8211; Harry Belafonte<br />
24.<strong> </strong><strong>Shadow Stabbing</strong> &#8211; Cake<br />
25.<strong> </strong><strong>Golden Slumbers / Carry That Weight /The End</strong> &#8211; Paul McCartney</p>
<div class='wp_likes' id='wp_likes_post-598'><a class='like' href="javascript:wp_likes.like(598);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(598);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2009/04/19/my-top-25-played-itunes-songs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Additional WordPress Usage</title>
		<link>http://jeanegan.com/2008/03/19/additional-wordpress-usage/</link>
		<comments>http://jeanegan.com/2008/03/19/additional-wordpress-usage/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 19:27:59 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/2008/03/19/additional-wordpress-usage/</guid>
		<description><![CDATA[Well it looks like others have thought of the same solution that I have: to use WordPress, which is primarily &#8220;blogging&#8221; software for use on websites that don&#8217;t look like blogs. It has changed the way I work with my clients. I can set a client up with a WordPress site, and they&#8217;re able to [...]]]></description>
			<content:encoded><![CDATA[<p>Well it looks like others have thought of the same solution that I have: to use WordPress, which is primarily &#8220;blogging&#8221; software for use on websites that don&#8217;t look like blogs. <em><strong>It has changed the way I work with my clients.</strong></em> I can set a client up with a WordPress site, and they&#8217;re able to make edits to their site, and even page additions and deletions.<span id="more-46"></span></p>
<p>Even the &#8220;big guys&#8221; are using it:<br />
<a href="http://autoshows.ford.com/">autoshows.ford.com</a></p>
<p>You wouldn&#8217;t be able to tell, except it shows in their code in the background. Great job!</p>
<p>I just finished a client site: <a href="http://www.woodfaeries.com" target="_blank">woodfaeries.com</a> and it considerably brought down the cost the site would have been without WordPress. Plus ~ she now has the ability to update her website herself! Of course, I&#8217;m still around for tech support, but she can control her website now. Great stuff.</p>
<div class='wp_likes' id='wp_likes_post-46'><a class='like' href="javascript:wp_likes.like(46);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(46);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2008/03/19/additional-wordpress-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eCommerce</title>
		<link>http://jeanegan.com/2008/01/28/ecommerce/</link>
		<comments>http://jeanegan.com/2008/01/28/ecommerce/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 02:31:42 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/blog/2008/01/28/ecommerce/</guid>
		<description><![CDATA[I&#8217;m just now looking into an eCommerce solution through WordPress. It looks like it may not be as difficult as it looks. You&#8217;ll see my site will have products that I&#8217;ll be &#8220;selling&#8221;. This is only for testing purposes. I will not be selling any products, but am testing out the software for a couple [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just now looking into an eCommerce solution through WordPress. It looks like it may not be as difficult as it looks. You&#8217;ll see my site will have products that I&#8217;ll be &#8220;selling&#8221;. This is only for testing purposes. I will not be selling any products, but am testing out the software for a couple clients of mine that actually do have products and want online stores!</p>
<div class='wp_likes' id='wp_likes_post-18'><a class='like' href="javascript:wp_likes.like(18);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(18);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2008/01/28/ecommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox vs Safari (on Mac)</title>
		<link>http://jeanegan.com/2008/01/23/blogging-in-firefox-vs-safari-on-mac/</link>
		<comments>http://jeanegan.com/2008/01/23/blogging-in-firefox-vs-safari-on-mac/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 22:21:48 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/blog/2008/01/23/blogging-in-firefox-vs-safari-on-mac/</guid>
		<description><![CDATA[Well after pulling my hair out, I have determined that it is better to write and edit WordPress posts in Firefox rather than Safari. It appears as though the return key does not register in Safari, which causes all my intended paragraphs to be clumped into one big, ugly, hard-to-read paragraph. In Firefox, however, it [...]]]></description>
			<content:encoded><![CDATA[<p>Well after pulling my hair out, I have determined that it is better to write and edit WordPress posts in Firefox rather than Safari. It appears as though the return key does not register in Safari, which causes all my intended paragraphs to be clumped into one big, ugly, hard-to-read paragraph. In Firefox, however, it behaves well. So, if I intend on continuing to add to this, Firefox will be my browser/editor of choice.</p>
<div class='wp_likes' id='wp_likes_post-8'><a class='like' href="javascript:wp_likes.like(8);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(8);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2008/01/23/blogging-in-firefox-vs-safari-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I post a blog for the future?</title>
		<link>http://jeanegan.com/2008/01/23/can-i-post-a-blog-for-the-future/</link>
		<comments>http://jeanegan.com/2008/01/23/can-i-post-a-blog-for-the-future/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 17:56:36 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jeanegan.com/blog/2008/01/23/can-i-post-a-blog-for-the-future/</guid>
		<description><![CDATA[If I can figure out how to change the date of the blog posts, I can utilize the calendar for appointments and special events. This could prove to be helpful. This will allow clients of mine to use this software for scheduling workshops and sharing it with their clients. Otherwise, it&#8217;s ineffective. We&#8217;ll see. Ooo&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>If I can figure out how to change the date of the blog posts, I can utilize the calendar for appointments and special events. This could prove to be helpful. This will allow clients of mine to use this software for scheduling workshops and sharing it with their clients. Otherwise, it&#8217;s ineffective. We&#8217;ll see. Ooo&#8230; looks like I can. I like it.<span id="more-5"></span></p>
<p>Damn. It doesn&#8217;t show up in the calendar until that day and time has passed. I guess this is to allow a blogger to post for a specific release time, which can be helpful, but it would be more helpful for me and my clients if it showed up!!! What particularly makes it annoying is that it said &#8220;publish&#8221;. You would think that would mean &#8220;I want this to show&#8221;. Oh well. I guess not.</p>
<p>I wonder if I can tweak the code to allow a post from the future to appear? I&#8217;ll keep you posted.</p>
<div class='wp_likes' id='wp_likes_post-5'><a class='like' href="javascript:wp_likes.like(5);" title='' ><img src="http://jeanegan.com/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(5);">Unlike</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jeanegan.com/2008/01/23/can-i-post-a-blog-for-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
