<?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>Weblash.net &#187; WordPress</title>
	<atom:link href="http://weblash.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblash.net</link>
	<description>Graphic Design &#38; Web Development for Small Businesses</description>
	<lastBuildDate>Mon, 18 Jul 2011 13:03:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Using Shortcodes for Plug-ins in WordPress</title>
		<link>http://weblash.net/228/using-shortcodes-for-plug-ins-in-wordpress/</link>
		<comments>http://weblash.net/228/using-shortcodes-for-plug-ins-in-wordpress/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 13:44:11 +0000</pubDate>
		<dc:creator>WeblashAdmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[add_shortcode]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://weblash.net/?p=228</guid>
		<description><![CDATA[First step:  read the shortcode API reference in WordPress Codex. I had a difficult time figuring out exactly where to place the &#8220;add_shortcode&#8221; function call. Second step:  Place the “add_shortcode(‘shortcut name’, ‘shortcut function’);” to the same place you put your add_action and add_filter calls &#8212; I&#8217;m basing this off the excellent tutorial I found &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>First step:  read the shortcode API reference in <a href="http://codex.wordpress.org" target="_blank"></a><a href="http://codex.wordpress.org/Shortcode_API" target="_blank">WordPress </a>Codex. I had a difficult time figuring out exactly where to place the &#8220;add_shortcode&#8221; function call.</p>
<p>Second step:  Place the “add_shortcode(‘shortcut name’, ‘shortcut function’);” to the same place you put your <em>add_action</em> and <em>add_filter</em> calls &#8212; I&#8217;m basing this off the excellent tutorial I found &#8212; &#8220;<a href="http://www.devlounge.net/extras/how-to-write-a-wordpress-plugin" target="_blank">How to Write a WordPress Plug-in</a>&#8220;:</p>
<p><code>//add actions<br />
add_action('admin_menu', 'DevloungePluginSeries_ap');<br />
add_action('wp_head', array(&amp;$dl_pluginSeries, 'addHeaderCode'), 1);<br />
add_action('activate_devlounge-plugin-series/devlounge-plugin-series.php',  array(&amp;$dl_pluginSeries, 'init'));</code></p>
<p><code>//Filters<br />
add_filter('the_content', array(&amp;$dl_pluginSeries, 'addContent'),1);<br />
add_filter('get_comment_author', array(&amp;$dl_pluginSeries, 'authorUpperCase'));</code></p>
<p><code>//Shortcodes<br />
add_shortcode('shortcodename', array(&amp;$dl_pluginSeries, 'function'));</code></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.devlounge.net/extras/how-to-write-a-wordpress-plugin</div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;submitHeadline=Using+Shortcodes+for+Plug-ins+in+WordPress&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;title=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;title=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;t=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;title=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;bm_description=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;title=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;title=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Using+Shortcodes+for+Plug-ins+in+WordPress+@+http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fweblash.net%2F228%2Fusing-shortcodes-for-plug-ins-in-wordpress%2F&amp;t=Using+Shortcodes+for+Plug-ins+in+WordPress" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://weblash.net/228/using-shortcodes-for-plug-ins-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excellent Tutorial on developing WordPress Plug-ins</title>
		<link>http://weblash.net/225/excellent-tutorial-on-developing-wordpress-plug-ins/</link>
		<comments>http://weblash.net/225/excellent-tutorial-on-developing-wordpress-plug-ins/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:48:46 +0000</pubDate>
		<dc:creator>WeblashAdmin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://weblash.net/225/excellent-tutorial-on-developing-wordpress-plug-ins/</guid>
		<description><![CDATA[So I decided I was going to write my first plug-in for WordPress about a week ago. I felt it would be a good addition to WordPress users. It’s currently in development now so I’m not going to specify just what it is quite yet. Having danced around and around the WordPress Codex, I wasn’t [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided I was going to write my first plug-in for <a href="http://wordpress.org/" target="_blank">WordPress</a> about a week ago. I felt it would be a good addition to WordPress users. It’s currently in development now so I’m not going to specify just what it is quite yet.</p>
<p>Having danced around and around the WordPress <a href="http://codex.wordpress.org" target="_blank">Codex</a>, I wasn’t getting very far. Issue number one is: I’m not a PHP devleoper – yet! However, I got a long way very fast by reading through this tutorial by <a href="http://www.ronalfy.com">Ronald Huereca</a>. I’ll give an update soon, when my plug-in is released.</p>
<p>If you’re struggling with the WordPress APIs, and want more insight to developing a plug-in for WordPress, check this out:</p>
<p><a href="http://www.devlounge.net/extras/how-to-write-a-wordpress-plugin" target="_blank">How to Write a WordPress Plugin</a></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;submitHeadline=Excellent+Tutorial+on+developing+WordPress+Plug-ins&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;title=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;title=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;t=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;title=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;bm_description=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;title=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;title=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Excellent+Tutorial+on+developing+WordPress+Plug-ins+@+http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fweblash.net%2F225%2Fexcellent-tutorial-on-developing-wordpress-plug-ins%2F&amp;t=Excellent+Tutorial+on+developing+WordPress+Plug-ins" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://weblash.net/225/excellent-tutorial-on-developing-wordpress-plug-ins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project: Photo Essence Web Site</title>
		<link>http://weblash.net/165/latest-project-photo-essence-web-site/</link>
		<comments>http://weblash.net/165/latest-project-photo-essence-web-site/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 05:44:58 +0000</pubDate>
		<dc:creator>WeblashAdmin</dc:creator>
				<category><![CDATA[Web Portfolio]]></category>
		<category><![CDATA[Weblash.net Updates]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://weblash.net/?p=165</guid>
		<description><![CDATA[Photo Essence of Lynnwood, Washington needed a new, dynamic Web site to compete with regional professional photographers. The client had few requests: Keep the site elegant integrate a slideshow feature on the landing page integrate a Flash gallery browser provide a way to automatically update his photo galleries. I decided to choose the WordPress platform [...]]]></description>
			<content:encoded><![CDATA[<p>Photo Essence of Lynnwood, Washington needed a new, dynamic Web site to compete with regional professional photographers. The client had few requests:</p>
<ol>
<li>Keep the site elegant</li>
<li>integrate a slideshow feature on the landing page</li>
<li>integrate a Flash gallery browser</li>
<li>provide a way to automatically update his photo galleries.</li>
</ol>
<p>I decided to choose the <a href="http://wordpress.org/" target="_blank">WordPress</a> platform because I was impressed with the ease of implementation and breadth of features for this framework. I was pretty sure I would be able to exceed the customer’s expectations by providing additional features with minimum development time.</p>
<p>One example of this is the <a href="http://wordpress.org/extend/plugins/shadowbox-js/" target="_blank">Shadowbox JS</a> plug-in, enabling visually engaging photo galleries that are easily customizable. See it in action on the site: <a title="http://www.photo-ess.com/blog/?page_id=42" href="http://www.photo-ess.com/blog/?page_id=42">http://www.photo-ess.com/blog/?page_id=42</a></p>
<p>I convinced Photo Essence that including a blog would be a great way to get higher rankings on search engines. As the site accumulates more and more content, that content is getting indexed by search engines, and thus, more and more views by potential customers. Blogging is so easy now and there are many applications out there to write and publish blogs including Microsoft Word 2007, Microsoft Live Writer, or even e-mail to post a blog.</p>
<p>Lastly, I developed tools to enable the client to quickly and easily update galleries with one or two mouse clicks. I wrote a small C# application which uses Photoshop APIs (OK, this is getting technical…) to take his high-resolution photographs and resize them, create thumbnail images in a specific size used in the WordPress photo galleries, save them in .jpg format, and finally, FTP the finished pictures to photo-ess.com. I’m going to write another blog soon on the C# application and PhotoShop scripting features. It’s really pretty awesome.</p>
<p>Below are some screenshots, but please visit the live site: <a href="http://www.photo-ess.com">www.photo-ess.com</a>.</p>
<p>
<a href='http://weblash.net/wp-content/uploads/2009/07/intro.jpg' rel='shadowbox[album-165];player=img;' title='The Photo Essence Home Page'><img width="150" height="150" src="http://weblash.net/wp-content/uploads/2009/07/intro-150x150.jpg" class="attachment-thumbnail" alt="Introduction Page" title="The Photo Essence Home Page" /></a>
<a href='http://weblash.net/wp-content/uploads/2009/07/galleryintro.jpg' rel='shadowbox[album-165];player=img;' title='Flash Gallery Selector'><img width="150" height="150" src="http://weblash.net/wp-content/uploads/2009/07/galleryintro-150x150.jpg" class="attachment-thumbnail" alt="Gallery Browser" title="Flash Gallery Selector" /></a>
<a href='http://weblash.net/wp-content/uploads/2009/07/gallerypage.jpg' rel='shadowbox[album-165];player=img;' title='Events Gallery'><img width="150" height="150" src="http://weblash.net/wp-content/uploads/2009/07/gallerypage-150x150.jpg" class="attachment-thumbnail" alt="Events Gallery" title="Events Gallery" /></a>
</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;submitHeadline=Project%3A+Photo+Essence+Web+Site&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;title=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;title=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;t=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;title=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;bm_description=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;title=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;title=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Project%3A+Photo+Essence+Web+Site+@+http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fweblash.net%2F165%2Flatest-project-photo-essence-web-site%2F&amp;t=Project%3A+Photo+Essence+Web+Site" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://weblash.net/165/latest-project-photo-essence-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Attempt at a WordPress Template</title>
		<link>http://weblash.net/113/first-attempt-at-a-wordpress-template/</link>
		<comments>http://weblash.net/113/first-attempt-at-a-wordpress-template/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:55:47 +0000</pubDate>
		<dc:creator>WeblashAdmin</dc:creator>
				<category><![CDATA[Weblash.net Updates]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://weblash.net/?p=113</guid>
		<description><![CDATA[So this is my first attempt at designing a template for WordPress. It didn&#8217;t take long to develop after reading the template articles on the WordPress Codex site. I&#8217;m hoping I can swap out background images with little trouble. There will probably be some tweeking to the styles for links and hovers, plus font colors [...]]]></description>
			<content:encoded><![CDATA[<p>So this is my first attempt at designing a template for <a href="http://wordpress.org/">WordPress</a>. It didn&#8217;t take long to develop after reading the <a href="http://codex.wordpress.org/Templates">template</a> articles on the <a href="http://codex.wordpress.org/Codex:About">WordPress Codex</a> site. I&#8217;m hoping I can swap out background images with little trouble. There will probably be some tweeking to the styles for links and hovers, plus font colors to align the color scheme. I&#8217;d love to hear comments on the theme. What do you think?</p>
<p>The background image is a photo of the Oregon coast taken at Seaside, Oregon.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;submitHeadline=First+Attempt+at+a+WordPress+Template&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;title=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;title=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;t=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;title=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;bm_description=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;title=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;title=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+First+Attempt+at+a+WordPress+Template+@+http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fweblash.net%2F113%2Ffirst-attempt-at-a-wordpress-template%2F&amp;t=First+Attempt+at+a+WordPress+Template" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://weblash.net/113/first-attempt-at-a-wordpress-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblash.net</title>
		<link>http://weblash.net/1/hello-world/</link>
		<comments>http://weblash.net/1/hello-world/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 01:53:15 +0000</pubDate>
		<dc:creator>WeblashAdmin</dc:creator>
				<category><![CDATA[Weblash.net Updates]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Weblash.net]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://weblash.net/?p=1</guid>
		<description><![CDATA[Connect With Customers. Communicate Your Mission. Grow Your Business. Weblash.net is web design, development, and graphic design, for small businesses. Call today for a free web site assessment. 425.220.8273 Do you have a new business just getting started? Do you need a new web site to promote your business? Do you want to offer more [...]]]></description>
			<content:encoded><![CDATA[<p><span>Connect With Customers.<br />
</br>Communicate Your Mission.<br />
</br>Grow Your Business.</span></p>
<p>Weblash.net is web design, development, and graphic design, <span id="more-1"></span>for small businesses.</p>
<p><span>Call today for a free web site assessment. 425.220.8273</span></p>
<p>Do you have a new business just getting started?<br />
</br>Do you need a new web site to promote your business?<br />
</br>Do you want to offer more convenience to your customers? </p>
<p>Weblash.net is dedicated to providing excellence in web design and development for small businesses. Services include:<br />
<span></p>
<ul>
<li>A new web site or web site redesign</li>
<li>Search Engine Optimization (SEO)</li>
<li>Converting a web site to a Content Management System (CMS) platform. I can build your web site to easily enable the business owner or staff to add, update, or remove web content from your site. It may also incorporate a blog and other great features.</li>
<li>Building a shopping cart solution and/or adding an online payment service to your web site’s shopping cart</li>
<li>adding a client portal for presenting protected information or downloads from the business’ web site.</li>
<li>presenting a way for customers to upload documents to the business.</li>
<li>Automating tedious, repetitive computing tasks – this doesn’t necessarily need to be web related either. Call Weblash.net for more information (425.220.8273).</li>
</ul>
<p></span></p>
<p>Does some of this sound complicated? It is. But I (Allan Brown, Weblash.net founder) am very qualified to handle these scenarios. Here’s a little bit about me:</p>
<ul>
<li>I’m a Microsoft Certified Professional. (This means I’ve been professionally trained and have passed some tests to prove I can do this type of work) </li>
<li>I’ve been designing and developing web sites for 12 years</li>
<li>I have a BS degree in Industrial Design (for those who don’t know – this is loosely defined as the field of user interaction – or &#8220;how a person uses technology through design&#8221;)</li>
<p>Lastly, I give all my customers a free web site assessment, so call Weblash.net if you need a new &#8220;web guy&#8221;. Thank you!</p>
<p><strong>Seattle | Bellevue | Everett: 425.220.8273</strong><br />
</br><br />
<a href="mailto:allan@weblash.net">allan@weblash.net</a></p>
<p>Feel free to join the discussion by leaving comments, and stay updated by subscribing to the <a href="http://weblash.net/?feed=rss2">RSS feed</a>. Talk to me!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Share this</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;submitHeadline=Weblash.net&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;title=Weblash.net" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;title=Weblash.net" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;t=Weblash.net" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;title=Weblash.net" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;bm_description=Weblash.net" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;title=Weblash.net" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;title=Weblash.net" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Weblash.net+@+http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fweblash.net%2F1%2Fhello-world%2F&amp;t=Weblash.net" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://weblash.net/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://weblash.net/1/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

