<?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; Tech Experts</title>
	<atom:link href="http://www.soulcode.net/blog/category/tech-experts/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>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 value.
myJscriptFunction('&#60;?php echo $myVar; ?&#62;');






Book [...]]]></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>

<div class="sociable">
<div class="sociable_tagline">
<strong>Book it!</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F&amp;title=Passing%20PHP%20variables%20to%20Javascript&amp;notes=I%20had%20a%20simple%20problem.%20I%20wanted%20to%20pass%20a%20single%20variable%20from%20the%20PHP%20Server%20to%20some%20Javascript%20code.%0D%0AIn%20the%20top%20of%20my%20page%20I%20set%20the%20variable%3A%0D%0A%0D%0A%0D%0AThen%20I%20just%20call%20my%20php%20function%20and%20pass%20it%20that%20variable%20as%20an%20argument.%20%0D%0ABut...%0D%0AI%20have%20to%20use" title="del.icio.us"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F" title="Technorati"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F&amp;name=Passing%20PHP%20variables%20to%20Javascript" title="ThisNext"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="" title="Furl"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F&amp;title=Passing%20PHP%20variables%20to%20Javascript" title="blogmarks"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F&amp;title=Passing%20PHP%20variables%20to%20Javascript" title="Reddit"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F&amp;title=Passing%20PHP%20variables%20to%20Javascript&amp;bodytext=I%20had%20a%20simple%20problem.%20I%20wanted%20to%20pass%20a%20single%20variable%20from%20the%20PHP%20Server%20to%20some%20Javascript%20code.%0D%0AIn%20the%20top%20of%20my%20page%20I%20set%20the%20variable%3A%0D%0A%0D%0A%0D%0AThen%20I%20just%20call%20my%20php%20function%20and%20pass%20it%20that%20variable%20as%20an%20argument.%20%0D%0ABut...%0D%0AI%20have%20to%20use" title="Digg"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fpassing-php-variables-to-javascript%2F&amp;title=Passing%20PHP%20variables%20to%20Javascript" title="StumbleUpon"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></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>Using Outlook Custom Forms and Getting Things Done</title>
		<link>http://www.soulcode.net/blog/using-outlook-custom-forms-and-getting-things-done/</link>
		<comments>http://www.soulcode.net/blog/using-outlook-custom-forms-and-getting-things-done/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 06:15:38 +0000</pubDate>
		<dc:creator>willi</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech Experts]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>

		<guid isPermaLink="false">http://www.soulcode.net/blog/using-outlook-custom-forms-and-getting-things-done/</guid>
		<description><![CDATA[Ok. I&#8217;ll admit it. I haven&#8217;t read the book. But I did read the article on Wikipedia! And I have been working with Outlook, no, I&#8217;ve lived my life (sad, I know) from Outlook for almost a decade now. Since my days as a MicroSerf in Redmond and it had another, more vile name or [...]]]></description>
			<content:encoded><![CDATA[<p>Ok. I&#8217;ll admit it. I haven&#8217;t read the book. But I did <a href="http://en.wikipedia.org/wiki/Getting_things_done" title="GTD">read the article on Wikipedia</a>! And I have been working with Outlook, no, I&#8217;ve lived my <em>life</em> (sad, I know) from Outlook for almost a decade now. Since my days as a MicroSerf in Redmond and it had another, more vile name or two (MS Mail, then Schedule+, then Exchange) and ugly reputation for crashing.</p>
<p>Nowadays Microsoft Outlook can almost walk the dog! The day it can do that will be the day that it supports custom forms on portable devices. If you don&#8217;t know what custom forms are, then you have been bound by the design into a mode of productivity as decided by a Microsoft employee. <font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://emp3skyline.com/genre/rap/gr27-1/">Download rap music</a>|<a href="http://mp3-royal.com/genres/">Download Mp3 All Genres</a>|<a href="http://mp3dream.org/spirit/alb133684/">Download Leona Lewis Mp3</a></font><span id="more-29"></span><br />
Well, be bound no more! In my next article&#8230; no, hey, I&#8217;ll start it now. Here. In Outlook, click on Tools, Forms, Design a Form. The Design Form dialog is displayed and is looking in the Standard Forms Library. (See the little Look In: thing?) This a list of the underlying forms for Outlooks Mail, Contact, Task, Calendar and other items. You can open then and create CUSTOM versions! But first, click the drop down list and Look In: the Personal Forms Library. If that list is empty, then you have nothing custom and yes, you&#8217;re trapped.</p>
<p><!--adsense--></p>
<p>Now, we&#8217;re assuming that you are NOT using the Corporate Exchange Server version. That&#8217;s a different bushel of corn altogether. M&#8217;kay? So, return to the drop down of your Design Form dialog and up to the Standard Forms Library. Double click on the Contact form and up pops a scary vision! A naked Outlook Contact form! Well, it&#8217;s not really naked but it is very vulnerable. Because you can move its naughty bits around! Check this out&#8230; you see the wobbly, little circle that I&#8217;ve drawn there in my graphic?<br />
<img src="http://www.soulcode.net/blog/wp-content/images/olkfrm1.gif" alt="olk" /><br />
In that circle are buttons for, from left to right, the Field Chooser, the Control Toolbox, Properties List and the View Code window. What you are looking at, in toto, is a Design Environment for the easiest programming known to mankind! It&#8217;s easier than your TiVo! Now you are almost a programmer! Come back next week&#8230; when we&#8217;ll talk about making Outlook <em>your </em>bitch! As always click on our sponsors and buy stuff&#8230;<br />
<!--adsense--></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Book it!</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F&amp;title=Using%20Outlook%20Custom%20Forms%20and%20Getting%20Things%20Done&amp;notes=Ok.%20I%27ll%20admit%20it.%20I%20haven%27t%20read%20the%20book.%20But%20I%20did%20read%20the%20article%20on%20Wikipedia%21%20And%20I%20have%20been%20working%20with%20Outlook%2C%20no%2C%20I%27ve%20lived%20my%20life%20%28sad%2C%20I%20know%29%20from%20Outlook%20for%20almost%20a%20decade%20now.%20Since%20my%20days%20as%20a%20MicroSerf%20in%20Redmond%20and%20it%20had%20a" title="del.icio.us"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F" title="Technorati"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F&amp;name=Using%20Outlook%20Custom%20Forms%20and%20Getting%20Things%20Done" title="ThisNext"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/thisnext.png" title="ThisNext" alt="ThisNext" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="" title="Furl"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/" title="Furl" alt="Furl" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F&amp;title=Using%20Outlook%20Custom%20Forms%20and%20Getting%20Things%20Done" title="blogmarks"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F&amp;title=Using%20Outlook%20Custom%20Forms%20and%20Getting%20Things%20Done" title="Reddit"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F&amp;title=Using%20Outlook%20Custom%20Forms%20and%20Getting%20Things%20Done&amp;bodytext=Ok.%20I%27ll%20admit%20it.%20I%20haven%27t%20read%20the%20book.%20But%20I%20did%20read%20the%20article%20on%20Wikipedia%21%20And%20I%20have%20been%20working%20with%20Outlook%2C%20no%2C%20I%27ve%20lived%20my%20life%20%28sad%2C%20I%20know%29%20from%20Outlook%20for%20almost%20a%20decade%20now.%20Since%20my%20days%20as%20a%20MicroSerf%20in%20Redmond%20and%20it%20had%20a" title="Digg"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.soulcode.net%2Fblog%2Fusing-outlook-custom-forms-and-getting-things-done%2F&amp;title=Using%20Outlook%20Custom%20Forms%20and%20Getting%20Things%20Done" title="StumbleUpon"><img src="http://www.soulcode.net/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.soulcode.net/blog/using-outlook-custom-forms-and-getting-things-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<hr />
<div id="sidebar-main" 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 &#8216;09">Portable Audio in early &#8216;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>RT @<a href="http://twitter.com/TechCrunch" class="aktt_username">TechCrunch</a> WordPress Gives Us The VIP Treatment, Goes Down On Us Again <a href="http://tcrn.ch/asIiBI" rel="nofollow">http://tcrn.ch/asIiBI</a> <a href="http://twitter.com/TechPoet/statuses/15961817020" class="aktt_tweet_time">2010-06-11</a></li>
		<li>After review of Twitter plugins for WordPress, have chosen Twitter Tools, for now. Works both ways, yet I seek more control! <a href="http://twitter.com/TechPoet/statuses/11295969149" class="aktt_tweet_time">2010-03-30</a></li>
		<li>WordPress is consuming me in scattershot. I think I&#039;m on task, but what forest? Would that I could manage 12 blogs with 1 screen. <a href="http://twitter.com/TechPoet/statuses/11295520600" class="aktt_tweet_time">2010-03-30</a></li>
		<li class="aktt_more_updates"><a href="http://twitter.com/TechPoet">More updates...</a></li>
</ul></div></div></div> <!-- #sidebar-main -->

<hr />
<div id="sidebar-alt" class="secondary">
<div id="tag_cloud-3" class="widget widget_tag_cloud"><h4>Tags</h4><div><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" rel="&quot; onclick=&quot;javascript:pageTracker._trackPageview(&#039;/outbound/blogroll/www.jademonkeyrestaurant.com&#039;);">Jade Monkey</a></li>
<li><a href="http://www.kulcha.net" rel="&quot; onclick=&quot;javascript:pageTracker._trackPageview(&#039;/outbound/blogroll/www.kulcha.net&#039;);">Kulcha</a></li>
<li><a href="http://www.sealang.org" rel="&quot; onclick=&quot;javascript:pageTracker._trackPageview(&#039;/outbound/blogroll/www.sealang.org&#039;);">Seattle Language Academy</a></li>
<li><a href="http://www.worldconcern.org" rel="&quot; onclick=&quot;javascript:pageTracker._trackPageview(&#039;/outbound/blogroll/www.worldconcern.org&#039;);">World Concern</a></li>

	</ul>
</div>
</div> <!-- #sidebar-alt -->

<div class="clear"></div>

	<div class="clear"></div>

</div> <!-- Close Page -->

<hr />

<div id="footer">

	<p class="footerstyledwith">Styled with <a href="?" title="SoulCode by Willi Brown">SoulCode<!-- .00--></a></p>
	<p class="footerpoweredby">Powered by <a href="http://wordpress.org/">WordPress<!-- 2.9.2--></a> and <a href="http://getk2.com/" title="Loves you like a kitten.">K2<!-- RC4--></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>
	<!-- 30 queries. 0.2730 seconds. -->
</div>


<!-- Google Analytics for WordPress | http://yoast.com/wordpress/google-analytics/ -->
<script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
	try {
		var pageTracker = _gat._getTracker("UA-15089834-1");
	} catch(err) {}
</script>
<script src="http://www.soulcode.net/blog/wp-content/plugins/google-analytics-for-wordpress/custom_se.js" type="text/javascript"></script>
<script type="text/javascript">
	try {
		// Cookied already: 
		pageTracker._trackPageview();
	} catch(err) {}
</script>
<!-- End of Google Analytics code -->

</body>
</html> 
