<?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>SoulCode &#187; Web Technology</title>
	<atom:link href="http://www.soulcode.net/blog/tag/web-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soulcode.net</link>
	<description>Technology and Creative Services with a purpose!</description>
	<lastBuildDate>Sat, 12 Jun 2010 05:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Passing PHP variables to Javascript</title>
		<link>http://www.soulcode.net/blog/passing-php-variables-to-javascript/</link>
		<comments>http://www.soulcode.net/blog/passing-php-variables-to-javascript/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 07:32:04 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech Experts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/blog/passing-php-variables-to-javascript/</guid>
		<description><![CDATA[I had a simple problem. I wanted to pass a single variable from the PHP Server to some Javascript code. In the top of my page I set the variable: Then I just call my php function and pass it that variable as an argument. But&#8230; I have to use PHP to echo back the [...]]]></description>
			<content:encoded><![CDATA[<p>I had a simple problem. I wanted to pass a single variable from the PHP Server to some Javascript code.<br />
In the top of my page I set the variable:<br />
<code><?php<br />
$myVar = $_SERVER['PHP_SELF'];<br />
?></code></p>
<p>Then I just call my php function and pass it that variable as an argument.<br />
But&#8230;<br />
I have to use PHP to echo back the value.<br />
<code>myJscriptFunction('&lt;?php echo $myVar; ?&gt;');</code></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9012800389694262";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/passing-php-variables-to-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.1 in its Own Folder with a Static Front Page</title>
		<link>http://www.soulcode.net/blog/wp21-folder-static-front/</link>
		<comments>http://www.soulcode.net/blog/wp21-folder-static-front/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 19:32:24 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Consultant]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/blog/wp21-folder-static-front/</guid>
		<description><![CDATA[If you have an existing WordPress 2.0 and you&#8217;ve been using the old static_front plugin from Semiologic you might run into some issues&#8230; I was using v 2.4 of sem_static_front and once I upgraded to WordPress 2.1, the plugin wasn&#8217;t working any longer. While WordPress 2.1 now offers its own control for that setting, that [...]]]></description>
			<content:encoded><![CDATA[<p>If you have an existing WordPress 2.0 and you&#8217;ve been using the old <a href="http://www.semiologic.com/software/static-front/" title="static-front">static_front plugin from Semiologic</a> you might run into some issues&#8230; I was using v 2.4 of sem_static_front and once I upgraded to WordPress 2.1, the plugin wasn&#8217;t working any longer. While WordPress 2.1 now offers its own control for that setting, that too was not working correctly for me. But please, forgive us a word from our sponsors and read on&#8230;</p>
<p><!--adsense--></p>
<p><span id="more-28"></span></p>
<p>My installation of WordPress is in a folder below my root directory.  Therefore all of my WordPress folders and files are below www.soulcode.net in a folder named blog. Of course I didn&#8217;t want visitors to www.soulcode.net to be presented with a different look and feel and so I followed the WordPress codex about giving <a href="http://codex.wordpress.org/Moving_WordPress#Giving_WordPress_its_Own_Directory_While_Leaving_the_WordPress_Index_File_in_the_Root_Directory" title="wordpress own folder">WordPress in its own directory</a> while leaving the WordPress index.php at the root of my site. And so in the world of WordPress 2.0, using the sem_static_front plugin and the /* Short and sweet */ index.php, I was whistling dixe, bob&#8217;s your uncle, a-ok, rockin&#8217; like dokken&#8230; in other words I had a static front page and my blog postings lived beneath www.soulcode.net/blog.  Whew, all this typing&#8217;s making me thirsty&#8230; How about we sell some Carlsberg beer or something right about here&#8230;</p>
<p><!--adsense--></p>
<p><!--more--></p>
<p>And so, I merrily upgraded to WordPress 2.1 with illusions that it would be as easy as the upgrade from WordPress 2.02 to 2.05 and boy did I cry. In WordPress 2.1 Options/Reading the first section is titled Front Page and looks a bit like this:<br />
<img src="http://www.soulcode.net/blog/wp-content/images/optionreadingfront.gif" alt="wp option reading" /><br />
Well I had selected Home to be my Home page and another page that I called Blog to be the index of my blog and it wouldn&#8217;t work. The root address of my site kept returning the latest posts, i.e., the blog index page.</p>
<p>By the way, I had followed <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">the WordPress Codex</a> in regard to these settings in the Options/General of my WordPress address (URL) and Blog address (URL). And so, WTF?</p>
<p>I tested on a different site, doing a fresh install of WordPress 2.1 and using the Options/Reading/Front Page settings and they worked like a charm. I searched the WordPress support forums but found no definitive answers&#8230; until I came across this very confusing document. It is written reasonably clearly, however, the authors provide too many options, and like a witch doctor in a drugstore I was overwhelmed. And so I took off my shirt, smeared my chest with chicken grease and downloaded the <a href="http://www.ilfilosofo.com/downloads/plugins/filosofo-home-page-control.zip">Filosofo Home-Page Control</a>. I uploaded it to the /wp-content/plugins/ folder and activated it in the Plugins Dashboard section and it &#8216;just worked&#8217;. I left its Home-Page Page option set at WordPress Default and its Blog directory option blank. This is rather strange behavior from code, essentially I&#8217;ve activated a plugin which is telling WordPress to do what it is already configured to do that is, use a certain page as the index of my site and another &#8220;page&#8221; as the index of my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/wp21-folder-static-front/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soulcode moves to WordPress 2.1</title>
		<link>http://www.soulcode.net/blog/soulcode-wp21/</link>
		<comments>http://www.soulcode.net/blog/soulcode-wp21/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 21:07:51 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Consultant]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/soulcode-wp21/</guid>
		<description><![CDATA[The new version of WordPress is now available. It offers many new features as well as increased speed and security. Soulcode is in the process of redesigning its template to be 2.1 compatible so look out for our new look coming soon!]]></description>
			<content:encoded><![CDATA[<p>The new version of WordPress is now available. It offers many <a href="http://wordpress.org/development/2007/01/ella-21/">new features</a> as well as increased speed and security. Soulcode is in the process of redesigning its template  to be 2.1 compatible so look out for our new look coming soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/soulcode-wp21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable Cookies</title>
		<link>http://www.soulcode.net/blog/enable-cookies/</link>
		<comments>http://www.soulcode.net/blog/enable-cookies/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 18:34:51 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Gear]]></category>
		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/enable-cookies/</guid>
		<description><![CDATA[To enable cookies, follow the instructions below for the browser version you are using. Mozilla Firefox (1.0 final release and earlier) * Go to the &#8220;Tools&#8221; menu. * Select &#8220;Options&#8221;. * Select the &#8220;Privacy&#8221; icon in the left panel. * Check the box corresponding to &#8220;Allow sites to set cookies&#8221;. * Click &#8220;OK&#8221; to save [...]]]></description>
			<content:encoded><![CDATA[<p>To enable cookies, follow the instructions below for the browser version you are using.</p>
<p>Mozilla Firefox (1.0 final release and earlier)</p>
<p>    * Go to the &#8220;Tools&#8221; menu.<br />
    * Select &#8220;Options&#8221;.<br />
    * Select the &#8220;Privacy&#8221; icon in the left panel.<br />
    * Check the box corresponding to &#8220;Allow sites to set cookies&#8221;.<br />
    * Click &#8220;OK&#8221; to save changes. </p>
<p>Netscape 7.1/Mozilla 5.0</p>
<p>    * Select &#8220;Preferences&#8221; from the Edit menu.<br />
    * Click on the arrow next to &#8220;Privacy &#038; Security&#8221; in the scrolling window to expand.<br />
    * Under &#8220;Privacy &#038; Security&#8221;, select &#8220;Cookies.&#8221;<br />
    * Select &#8220;Enable all cookies&#8221;.<br />
    * Click &#8220;OK&#8221;. </p>
<p>Microsoft Internet Explorer 6.0+</p>
<p>    * Select &#8220;Internet Options&#8221; from the Tools menu.<br />
    * Click on the &#8220;Privacy&#8221; tab.<br />
    * Click the &#8220;Default&#8221; button (or manually slide the bar down to &#8220;Medium&#8221;) under &#8220;Settings&#8221;.<br />
    * Click &#8220;OK&#8221;. </p>
<p>Microsoft Internet Explorer 5.x</p>
<p>    * Select &#8220;Internet Options&#8221; from the Tools menu.<br />
    * Click on the &#8220;Security&#8221; tab.<br />
    * Click the &#8220;Custom Level&#8221; button.<br />
    * Scroll down to the &#8220;Cookies&#8221; section.<br />
    * To enable:<br />
          o Set &#8220;Allow cookies that are stored on your computer&#8221; to &#8220;Enable&#8221;.<br />
          o Set &#8220;Allow per-session cookies&#8221; to &#8220;Enable&#8221;.<br />
    * Click &#8220;OK&#8221;.<br />
<!--adsense--><br />
Microsoft Internet Explorer 4.x</p>
<p>    * Select &#8220;Internet Options&#8221; from the View menu.<br />
    * Click on the &#8220;Advanced&#8221; tab.<br />
    * Scroll down to find &#8220;Cookies&#8221; within the &#8220;Security&#8221; section.<br />
    * To enable:<br />
          o Select &#8220;Always accept cookies&#8221;.<br />
    * Click &#8220;OK&#8221;. </p>
<p>Netscape Communicator 4.x</p>
<p>    * Select &#8220;Preferences&#8221; from the Edit menu.<br />
    * Find the &#8220;Cookies&#8221; section in the &#8220;Advanced&#8221; category.<br />
    * To enable:<br />
          o Select &#8220;Accept all cookies&#8221; (or &#8220;Enable all cookies&#8221;).<br />
    * Click &#8220;OK&#8221;. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/enable-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog vs. Mailing List (Push and Pull)</title>
		<link>http://www.soulcode.net/blog/blog-vs-mailing-list-push-and-pull/</link>
		<comments>http://www.soulcode.net/blog/blog-vs-mailing-list-push-and-pull/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 08:40:26 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/blog-vs-mailing-list-push-and-pull/</guid>
		<description><![CDATA[Blog vs. Mailing List &#8211; Which is better? Both blogs and mailing lists may be used to communicate to and among groups of people. This article looks at a few scenarios of use and the differences between these tools. The writer also attempts to help instruct users on how to use a &#8220;blog reader&#8221;. The [...]]]></description>
			<content:encoded><![CDATA[<p>Blog vs. Mailing List &#8211; Which is better?  Both blogs and mailing lists may be used to communicate to and among groups of people. This article looks at a few scenarios of use and the differences between these tools. The writer also attempts to help instruct users on how to use a &#8220;blog reader&#8221;.<br />
<!--adsense--><br />
<span id="more-10"></span> The phrase &#8220;mailing list&#8221; means a few different things. Some lists are &#8220;moderated&#8221;and voluntary/private and other lists are just plain spam. The <a target="_blank" href="http://www.soulcode.net/lists/">SoulCode mailing list</a> is a voluntary, group of like-minded individuals. We can send them (you?) all email and they can opt out of the list at any time. Since the email comes <em>to you</em> this is called &#8220;push&#8221; technology.  A blog is also a great way to post a News Letter but is more of a &#8220;pull&#8221; technology. Readers have to navigate to the website and then to the blog page. <em>Or do they?</em> <!--adsense--><br />
<!--more--> No. In fact blogs can be &#8220;pushed&#8221; through a subscription technology known as RSS. Through RSS, readers can &#8220;subscribe&#8221; to a blog either through the use of <a href="http://directory.google.com/Top/Reference/Libraries/Library_and_Information_Science/Technical_Services/Cataloguing/Metadata/RDF/Applications/RSS/News_Readers/">blog reader software</a> like <a target="_blank" href="http://www.sharpreader.com/">SharpReader</a> or an enabled internet browser (<a href="http://www.mozilla.com/">Firefox</a> works and currently <a href="http://www.microsoft.com/ie">IE</a> does not). There are also cool RSS tools for <a href="http://www.newsgator.com/home.aspx">Microsoft Outlook</a>.  To subscribe to the SoulCode blog use this address in your blog reader  http://soulcode.net/feed or in most readers you may just be able to enter http://soulcode.net<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/blog-vs-mailing-list-push-and-pull/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Hosting?</title>
		<link>http://www.soulcode.net/blog/hosting/</link>
		<comments>http://www.soulcode.net/blog/hosting/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 01:21:55 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Website Hosting]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/hosting/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div align="center"><a href="http://www.bluehost.com/track/willbro/tech">  				<img src="http://www.soulcode.net/images/bluehost2.gif" /> 				</a></div>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<hr />
<div id="sidebar-1" class="secondary">
		<div id="recent-posts-3" class="widget widget_recent_entries">		<h4>Recent Posts</h4>		<ul>
				<li><a href="http://www.soulcode.net/blog/carepages/" title="CarePages: Healthcare Microsite for Patient, Friends and Family">CarePages: Healthcare Microsite for Patient, Friends and Family</a></li>
				<li><a href="http://www.soulcode.net/blog/portable-audio-in-early-09/" title="Portable Audio in early &#8217;09">Portable Audio in early &#8217;09</a></li>
				<li><a href="http://www.soulcode.net/blog/web-20-knowledge-management-post-1/" title="web 2.0 knowledge management post #1">web 2.0 knowledge management post #1</a></li>
				<li><a href="http://www.soulcode.net/blog/skype-to-the-desktop-with-belkin/" title="Skype to the Desktop with Belkin!">Skype to the Desktop with Belkin!</a></li>
				<li><a href="http://www.soulcode.net/blog/astore-into-k2-theme-on-wordpress/" title="aStore into K2 theme on WordPress">aStore into K2 theme on WordPress</a></li>
				</ul>
		</div><div id="twitter-tools" class="widget aktt_widget"><h4>Tweets...</h4><div class="aktt_tweets">
	<ul>
		<li>World Series: God Bless America and please, don&#039;t ask don&#039;t tell. (Baby that was a sweet rendition!) <a href="http://twitter.com/TechPoet/statuses/29045647770" class="aktt_tweet_time">2010-10-29</a></li>
		<li>Straight Edge Lifestyle hits the mainstream courtesy of Fox Sports, World Series, reporting on  Ranger&#039;s starting pitcher @<a href="http://twitter.com/str8edgeracer" class="aktt_username">str8edgeracer</a> <a href="http://twitter.com/TechPoet/statuses/29045574565" class="aktt_tweet_time">2010-10-29</a></li>
		<li>Via @<a href="http://twitter.com/nprnews" class="aktt_username">nprnews</a>: Obama Signs Technology Access Bill For Disabled | <a href="http://t.co/MWuQdnj" rel="nofollow">http://t.co/MWuQdnj</a> <a href="http://twitter.com/TechPoet/statuses/26788736274" class="aktt_tweet_time">2010-10-08</a></li>
		<li class="aktt_more_updates"><a href="http://twitter.com/TechPoet">More updates...</a></li>
</ul></div></div></div> <!-- #sidebar-1 -->
<hr />
<div id="sidebar-2" class="secondary">
	<div id="tag_cloud-3" class="widget widget_tag_cloud"><h4>Tags</h4><div class="tagcloud"><a href='http://www.soulcode.net/blog/tag/amazon/' class='tag-link-39' title='1 topic' style='font-size: 8pt;'>amazon</a>
<a href='http://www.soulcode.net/blog/tag/audio/' class='tag-link-3' title='1 topic' style='font-size: 8pt;'>Audio</a>
<a href='http://www.soulcode.net/blog/tag/blog-software/' class='tag-link-34' title='10 topics' style='font-size: 19.7727272727pt;'>blog software</a>
<a href='http://www.soulcode.net/blog/tag/bookmarks/' class='tag-link-14' title='1 topic' style='font-size: 8pt;'>Bookmarks</a>
<a href='http://www.soulcode.net/blog/tag/cms/' class='tag-link-35' title='8 topics' style='font-size: 18.3409090909pt;'>CMS</a>
<a href='http://www.soulcode.net/blog/tag/collaboration-technologies/' class='tag-link-50' title='1 topic' style='font-size: 8pt;'>Collaboration Technologies</a>
<a href='http://www.soulcode.net/blog/tag/community/' class='tag-link-54' title='1 topic' style='font-size: 8pt;'>community</a>
<a href='http://www.soulcode.net/blog/tag/computer/' class='tag-link-2' title='1 topic' style='font-size: 8pt;'>Computer</a>
<a href='http://www.soulcode.net/blog/tag/css/' class='tag-link-41' title='1 topic' style='font-size: 8pt;'>css</a>
<a href='http://www.soulcode.net/blog/tag/domain-registration/' class='tag-link-10' title='1 topic' style='font-size: 8pt;'>Domain Registration</a>
<a href='http://www.soulcode.net/blog/tag/echoplex/' class='tag-link-43' title='1 topic' style='font-size: 8pt;'>echoplex</a>
<a href='http://www.soulcode.net/blog/tag/ecology/' class='tag-link-16' title='2 topics' style='font-size: 10.8636363636pt;'>Ecology</a>
<a href='http://www.soulcode.net/blog/tag/gear/' class='tag-link-1' title='14 topics' style='font-size: 22pt;'>Gear</a>
<a href='http://www.soulcode.net/blog/tag/healthcare/' class='tag-link-55' title='1 topic' style='font-size: 8pt;'>healthcare</a>
<a href='http://www.soulcode.net/blog/tag/internet/' class='tag-link-9' title='4 topics' style='font-size: 14.3636363636pt;'>Internet</a>
<a href='http://www.soulcode.net/blog/tag/javascript/' class='tag-link-31' title='1 topic' style='font-size: 8pt;'>JavaScript</a>
<a href='http://www.soulcode.net/blog/tag/k2/' class='tag-link-37' title='3 topics' style='font-size: 12.7727272727pt;'>k2</a>
<a href='http://www.soulcode.net/blog/tag/kitty-litter/' class='tag-link-42' title='1 topic' style='font-size: 8pt;'>kitty litter</a>
<a href='http://www.soulcode.net/blog/tag/km/' class='tag-link-47' title='1 topic' style='font-size: 8pt;'>KM</a>
<a href='http://www.soulcode.net/blog/tag/knowledge-management/' class='tag-link-49' title='1 topic' style='font-size: 8pt;'>Knowledge Management</a>
<a href='http://www.soulcode.net/blog/tag/outlook/' class='tag-link-27' title='1 topic' style='font-size: 8pt;'>Microsoft Outlook</a>
<a href='http://www.soulcode.net/blog/tag/mobile-phone/' class='tag-link-4' title='1 topic' style='font-size: 8pt;'>Mobile Phone</a>
<a href='http://www.soulcode.net/blog/tag/mp3-gear/' class='tag-link-52' title='1 topic' style='font-size: 8pt;'>mp3 gear</a>
<a href='http://www.soulcode.net/blog/tag/music/' class='tag-link-5' title='1 topic' style='font-size: 8pt;'>Music</a>
<a href='http://www.soulcode.net/blog/tag/organizational-development/' class='tag-link-51' title='1 topic' style='font-size: 8pt;'>Organizational Development</a>
<a href='http://www.soulcode.net/blog/tag/php/' class='tag-link-30' title='3 topics' style='font-size: 12.7727272727pt;'>PHP</a>
<a href='http://www.soulcode.net/blog/tag/skype-phone/' class='tag-link-46' title='1 topic' style='font-size: 8pt;'>skype phone</a>
<a href='http://www.soulcode.net/blog/tag/social-bookmarking/' class='tag-link-15' title='1 topic' style='font-size: 8pt;'>Social Bookmarking</a>
<a href='http://www.soulcode.net/blog/tag/software/' class='tag-link-33' title='2 topics' style='font-size: 10.8636363636pt;'>Software</a>
<a href='http://www.soulcode.net/blog/tag/soulcode/' class='tag-link-44' title='1 topic' style='font-size: 8pt;'>SoulCode</a>
<a href='http://www.soulcode.net/blog/tag/tools/' class='tag-link-32' title='9 topics' style='font-size: 19.1363636364pt;'>Tools</a>
<a href='http://www.soulcode.net/blog/tag/web-20/' class='tag-link-48' title='2 topics' style='font-size: 10.8636363636pt;'>Web 2.0</a>
<a href='http://www.soulcode.net/blog/tag/hosting/' class='tag-link-7' title='1 topic' style='font-size: 8pt;'>Website Hosting</a>
<a href='http://www.soulcode.net/blog/tag/web-technology/' class='tag-link-6' title='6 topics' style='font-size: 16.75pt;'>Web Technology</a>
<a href='http://www.soulcode.net/blog/tag/wordpress/' class='tag-link-12' title='12 topics' style='font-size: 20.8863636364pt;'>Wordpress</a>
<a href='http://www.soulcode.net/blog/tag/wordpress-consultant/' class='tag-link-24' title='5 topics' style='font-size: 15.6363636364pt;'>WordPress Consultant</a>
<a href='http://www.soulcode.net/blog/tag/wp-23/' class='tag-link-38' title='1 topic' style='font-size: 8pt;'>wp 2.3</a></div>
</div><div id="linkcat-45" class="widget widget_links"><h4>Clients</h4>
	<ul class='xoxo blogroll'>
<li><a href="http://www.jademonkeyrestaurant.com">Jade Monkey</a></li>
<li><a href="http://www.kulcha.net">Kulcha</a></li>
<li><a href="http://www.sealang.org">Seattle Language Academy</a></li>
<li><a href="http://www.worldconcern.org">World Concern</a></li>

	</ul>
</div>
</div><!-- #sidebar-2 -->
<div class="clear"></div>

	
	<div class="clear"></div>
</div> <!-- Close Page -->

<hr />


<div id="footer">

	
<p class="footerpoweredby">
	Powered by <a href="http://wordpress.org/">WordPress</a> and <a href="http://getk2.com/" title="Loves you like a kitten.">K2</a></p>

	<p class="footerstyledwith">
		<a href="?" title="SoulCode by Willi Brown">SoulCode<!-- .00--></a>	</p>

<p class="footerfeedlinks">
	<a href="http://www.soulcode.net/feed/">Entries Feed</a> and <a href="http://www.soulcode.net/comments/feed/">Comments Feed</a></p>

<p class="footerstats">
	31 queries. 0.293 seconds.</p>

	</div><!-- #footer -->

	<script type="text/javascript">
	//<![CDATA[
	
		K2.AjaxURL = "http://www.soulcode.net/";
		K2.Animations = 1;

		jQuery(document).ready(function(){
						K2.LiveSearch = new LiveSearch(
				"Type and Wait to Search"
			);
			
						K2.RollingArchives = new RollingArchives(
				"Page %1$d of %2$d"
			);

			jQuery('body').addClass('rollingarchives');
			
			jQuery('#dynamic-content').ajaxSuccess(function () {
				// Lightbox v2.03.3 - Adds new images to lightbox
if (typeof myLightbox != 'undefined' && myLightbox instanceof Lightbox && myLightbox.updateImageList) {
	myLightbox.updateImageList();
}
			});

			initARIA();
		});
	//]]>
	</script>

</body>
</html> 

