<?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>Scott Reed Design</title>
	<atom:link href="http://scottreeddesign.com/feed" rel="self" type="application/rss+xml" />
	<link>http://scottreeddesign.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 13:20:09 +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>Reed Write 1.4.0 Released</title>
		<link>http://scottreeddesign.com/post/reed-write-1-4-0-is-released</link>
		<comments>http://scottreeddesign.com/post/reed-write-1-4-0-is-released#comments</comments>
		<pubDate>Fri, 30 Sep 2011 12:41:04 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=625</guid>
		<description><![CDATA[Reed Write, a content types and taxonomy type plugin for WordPress is out with version 1.4.0. In this version I fixed the field editor where you selected Choices, or Query type of data for drop downs, and check boxes; thanks to Schulte, Manoela. I also added an image download tab to the Select Image Field Type; thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>Reed Write, a content types and taxonomy type plugin for WordPress is out with version 1.4.0.</p>
<p>In this version I fixed the field editor where you selected Choices, or Query type of data for drop downs, and check boxes; thanks to Schulte, Manoela. I also added an image download tab to the Select Image Field Type; thanks to a donation from Manoela.</p>
<p>Get the newest version on the <a href="http://wordpress.org/extend/plugins/reed-write">WordPress.org plugin</a> site or read some <a href="/project/reed-write">documentation</a>.</p>
<p>If you&#8217;d like something new added to the plugin <a href="/contact">let me know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/reed-write-1-4-0-is-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript Tweet Parsing</title>
		<link>http://scottreeddesign.com/post/javascript-tweet-parsing</link>
		<comments>http://scottreeddesign.com/post/javascript-tweet-parsing#comments</comments>
		<pubDate>Wed, 21 Sep 2011 19:24:29 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=618</guid>
		<description><![CDATA[Really short post here but a valuable one; a simple JavaScript tweet parser. It parses links, user names, and hash tags. See, I told you it was short. &#160;]]></description>
			<content:encoded><![CDATA[<p>Really short post here but a valuable one; a simple JavaScript tweet parser. It parses links, user names, and hash tags.</p>
<pre class="brush: plain; title: ; notranslate">
function parse_tweet(text) {
	var text = text || '';
	text = text.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&amp;~\?\/.=]+/g, function(url) {
		return url.link(url);
	});
	text = text.replace(/[@]+[A-Za-z0-9-_]+/g, function(u) {
		var username = u.replace(&quot;@&quot;,&quot;&quot;)
		return u.link(&quot;http://twitter.com/&quot;+username);
	});
	text = text.replace(/[#]+[A-Za-z0-9-_]+/g, function(t) {
		var tag = t.replace(&quot;#&quot;,&quot;%23&quot;)
		return t.link(&quot;http://search.twitter.com/search?q=&quot;+tag);
	});
	return text.replace(/&lt;a/g, ' &lt;a target=&quot;_blank&quot;');
}
</pre>
<p>See, I told you it was short.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/javascript-tweet-parsing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBgov.com &#8211; Launched</title>
		<link>http://scottreeddesign.com/post/vbgov-com-launched</link>
		<comments>http://scottreeddesign.com/post/vbgov-com-launched#comments</comments>
		<pubDate>Sun, 18 Sep 2011 03:13:57 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=598</guid>
		<description><![CDATA[This week the City of Virginia Beach launched its newly redesigned and rebuilt website VBgov.com. I am extremely proud of the work I have put into this site. I am responsible for the visual design, server side and client side development, as well as the many custom applications through out the site. The site was built on SharePoint 2010 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://scottreeddesign.com/post/vbgov-com-launched/742-mtrash" rel="attachment wp-att-599" target="_blank"><img class="alignnone size-full wp-image-599" title="742-mtrash" src="http://scottreeddesign.com/wp-content/uploads/742-mtrash.jpg" alt="Mount Trashmore" width="742" height="150" /></a></p>
<p>This week the City of Virginia Beach launched its newly redesigned and rebuilt website <a href="http://VBgov.com" target="_blank">VBgov.com</a>. I am extremely proud of the work I have put into this site. I am responsible for the visual design, server side and client side development, as well as the many custom applications through out the site.</p>
<p>The site was built on SharePoint 2010 but in reality we use it pretty much only as a database backend. Every webpart is custom built from scratch. While I have learned a lot about SharePoint 2010, I much prefer working with other Content Management Services. My feelings about the software aside the project was a huge undertaking and am very happy to be in maintenance and upgrade mode. Look for some great features to be added in the future.</p>
<p>The above image is of <a href="http://en.wikipedia.org/wiki/Mount_Trashmore_Park" target="_blank">Mount Trashmore</a> in Virginia Beach. My family loves this park. It&#8217;s a pretty awesome place. As the name would hint at, the park is built on a mountain filled with trash. Amazing right?</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/vbgov-com-launched/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localhost doesn&#8217;t have to be Localhost</title>
		<link>http://scottreeddesign.com/post/localhost-doesnt-have-to-be-localhost</link>
		<comments>http://scottreeddesign.com/post/localhost-doesnt-have-to-be-localhost#comments</comments>
		<pubDate>Mon, 12 Sep 2011 04:17:04 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=564</guid>
		<description><![CDATA[For  a while I browsed all my web projects as a folder off of localhost. When I would browse my development site for Scott Reed Design the url would be http://localhost/srd. A while ago after a little Googling I found that I can have true &#8220;domain&#8221; names for all my projects on my local development machine. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://scottreeddesign.com/post/localhost-doesnt-have-to-be-localhost/742-scot" rel="attachment wp-att-575"><img class="alignnone size-full wp-image-575" title="742-scot" src="http://scottreeddesign.com/wp-content/uploads/742-scot.jpg" alt="" width="742" height="150" /></a>For  a while I browsed all my web projects as a folder off of localhost. When I would browse my development site for Scott Reed Design the url would be http://localhost/srd. A while ago after a little Googling I found that I can have true &#8220;domain&#8221; names for all my projects on my local development machine. Now working on my development Scott Reed Design site the url is http://srd.</p>
<p>My development platform is Apache on Windows XP but the following instructions will work for either Windows or Mac running Apache.</p>
<h3>Step 1</h3>
<p>Alter the <a title="hosts" href="http://en.wikipedia.org/wiki/Hosts_(file)#File_content">hosts</a> file by creating a &#8220;domain&#8221; and pointing it at your computer.</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">
127.0.0.1 scottreeddesign
</pre>
<p>The IP address above represents a machine&#8217;s local IP.</p>
<h3>Step 2</h3>
<p>Alter the <a href="http://en.wikipedia.org/wiki/Httpd.conf">configuration file (httpd.conf)</a>  for the Apache HTTP Server by adding a virtual host record at the very end of the file.</p>
<pre class="brush: plain; gutter: false; title: ; notranslate">
&lt;VirtualHost 127.0.0.1&gt;
DocumentRoot&quot;C:\wamp\www\scottreeddesign&quot;
ServerName scottreeddesign
ErrorLog logs/scottreeddesign_error.log
&lt;/VirtualHost&gt;
</pre>
<p>The above record tells where the site files are, what the server name is and where to save error logs.</p>
<p>That&#8217;s it. Simple as can be. Let me know if this makes your development easier. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/localhost-doesnt-have-to-be-localhost/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Site Relaunch</title>
		<link>http://scottreeddesign.com/post/site-relaunch</link>
		<comments>http://scottreeddesign.com/post/site-relaunch#comments</comments>
		<pubDate>Mon, 05 Sep 2011 04:02:20 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[self glorification]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=551</guid>
		<description><![CDATA[It has been a while since I did a site reboot. I needed to redesign the site for a while. I was working on my new plugin Reed Write and wasn&#8217;t updating WordPress because of it. Now the new site is up and running using the new Reed Write plugin. I have added a few projects, including [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://commons.wikimedia.org/wiki/File:Twin_FA-18E_launch_-_081122-N-9900B-005.jpg" target="_blank"><img class="alignnone size-full wp-image-553" title="Twin FA-18E launch" src="http://scottreeddesign.com/wp-content/uploads/742head.jpg" alt="" width="742" height="150" /></a>It has been a while since I did a site reboot. I needed to redesign the site for a while. I was working on my new plugin <a href="/project/reed-write">Reed Write</a> and wasn&#8217;t updating WordPress because of it. Now the new site is up and running using the new <a href="/project/reed-write">Reed Write</a> plugin.</p>
<p>I have added a few projects, including some sites that have been around for a while. I finished <a href="/project/rally-point-tactical">Rally Point Tactical&#8217;s ecommerce site</a> in the spring of 2010 but never added it. I added a few open source projects, the aforementioned WordPress plugin <a href="/project/reed-write">Reed Write</a> and a jQuery plugin <a href="/project/jcookies">jCookies</a>. I recently guest blogged about it on <a href="http://tympanus.net/codrops/2011/09/04/j-is-for-jcookies-http-cookie-handling-for-jquery/">http://tympanus.net/codrops</a>.</p>
<p>I plan on keeping the content much more updated. So look for much more great informative content on the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/site-relaunch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Milewski&#8217;s jQuery getScript</title>
		<link>http://scottreeddesign.com/post/milewskis-jquery-getscript</link>
		<comments>http://scottreeddesign.com/post/milewskis-jquery-getscript#comments</comments>
		<pubDate>Fri, 15 Jul 2011 14:34:23 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Plugin]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=467</guid>
		<description><![CDATA[I find it hard to break from my work to post but I just had to rant about this. Tom Milewski alternative jQuery getScript function is invaluable. It replaces the normal jQuery getScript function with one that supports debugging and which references the script files as external resources rather than inline. This is a huge [...]]]></description>
			<content:encoded><![CDATA[<p>I find it hard to break from my work to post but I just had to rant about this.</p>
<p>Tom Milewski alternative jQuery getScript function is invaluable.<br />
It replaces the normal jQuery getScript function with one that supports debugging and which references the script files as external resources rather than inline. This is a huge help when debugging in IE. Thanks Tom.</p>
<p><a title="https://gist.github.com/896561" href="https://gist.github.com/896561" target="_blank">https://gist.github.com/896561</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/milewskis-jquery-getscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Chrome in C# SharePoint Webparts</title>
		<link>http://scottreeddesign.com/post/disable-chrome-in-c-sharepoint-webparts</link>
		<comments>http://scottreeddesign.com/post/disable-chrome-in-c-sharepoint-webparts#comments</comments>
		<pubDate>Sat, 04 Dec 2010 20:01:58 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Server Side]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=454</guid>
		<description><![CDATA[I continue to create a lot of custom webparts for SharePoint 2010.  I found a better way to automatically disable Chrome in your c# webpart class. public override PartChromeType ChromeType { get { return PartChromeType.None; } set { base.ChromeType = PartChromeType.None; } } I started using this method because in my advanced webparts where I use and EditorPart [...]]]></description>
			<content:encoded><![CDATA[<p>I continue to create a lot of custom webparts for SharePoint 2010.  I found a better way to automatically disable Chrome in your c# webpart class.</p>
<pre>public override PartChromeType ChromeType
{
     get { return PartChromeType.None; }
     set { base.ChromeType = PartChromeType.None; }
}</pre>
<p>I started using this method because in my advanced webparts where I use and EditorPart to handle webpart options; I hide all the other webpart options. To hide the default webpart options I use the following code.</p>
<pre>base.Parent.Controls[2].Visible = false;</pre>
<p>This is an update of an <a href="http://scottreeddesign.com/post/disable-chrome-in-c-sharepoint-2007-webparts">earlier</a> post.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/disable-chrome-in-c-sharepoint-webparts/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Formbuilder &#8211; Launched</title>
		<link>http://scottreeddesign.com/post/formbuilder-launched</link>
		<comments>http://scottreeddesign.com/post/formbuilder-launched#comments</comments>
		<pubDate>Sun, 05 Sep 2010 12:33:34 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=190</guid>
		<description><![CDATA[The form builder takes basic data about your form and builds the XHTML, CSS, and Javascript need to deploy the form. It is really powerful and is a precursor to a few WordPress plugins. The formbuilder employs a new jQuery cookie plugin (yet to be published) which is able to store objects and arrays in cookies [...]]]></description>
			<content:encoded><![CDATA[<p>The form builder takes basic data about your form and builds the XHTML, CSS, and Javascript need to deploy the form. It is really powerful and is a precursor to a few WordPress plugins.</p>
<p>The formbuilder employs a new jQuery cookie plugin (yet to be published) which is able to store objects and arrays in cookies not just strings of text.</p>
<p>The formbuilder has been deployed to <a href="http://formbuilder.scottreeddesign.com/" target="_blank">formbuilder.scottreeddesign.com</a>. Please try it out, load the demo forms and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/formbuilder-launched/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expressions</title>
		<link>http://scottreeddesign.com/post/regular-expressions</link>
		<comments>http://scottreeddesign.com/post/regular-expressions#comments</comments>
		<pubDate>Sat, 17 Jul 2010 19:10:53 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.iambrian.com/?p=143</guid>
		<description><![CDATA[I have been getting better and better at using regular expressions in my C#, PHP, and JavaScript work. I love the AIR version of this tool which helps you easily test your expressions. I recently created this expression for a phone number search. [0-9]{10}&#124;[^0-9]{1}[0-9]{3}[^0-9]{1,3}?[0-9]{3}[^0-9]{1,3}?[0-9]{4} It first looks for a string of 10 numbers or it looks for groups [...]]]></description>
			<content:encoded><![CDATA[<p>I have been getting better and better at using regular expressions in my C#, PHP, and JavaScript work.</p>
<p>I love the AIR version of <a href="http://gskinner.com/RegExr/">this tool</a> which helps you easily test your expressions.</p>
<p>I recently created this expression for a phone number search.</p>
<p><code>[0-9]{10}|[^0-9]{1}[0-9]{3}[^0-9]{1,3}?[0-9]{3}[^0-9]{1,3}?[0-9]{4}</code></p>
<p>It first looks for a string of 10 numbers or it looks for groups of numbers separated by non-numbers totaling 10 numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/regular-expressions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jSuggest – New jQuery Plugin</title>
		<link>http://scottreeddesign.com/post/jsuggest-%e2%80%93-new-jquery-plugin</link>
		<comments>http://scottreeddesign.com/post/jsuggest-%e2%80%93-new-jquery-plugin#comments</comments>
		<pubDate>Mon, 12 Jul 2010 23:26:06 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[jSuggest]]></category>

		<guid isPermaLink="false">http://scottreeddesign.com/?p=166</guid>
		<description><![CDATA[In preparation for a massive site I am preparing for I wanted to find a simple jQuery plugin that did search suggestions. Everything I found was way to complicated and lacked server side support. With that in mind I made jSuggest, a lightweight jQuery plugin that helps you make suggestions for your text inputs. With only 3 KB in size [...]]]></description>
			<content:encoded><![CDATA[<p>In preparation for a massive site I am preparing for I wanted to find a simple jQuery plugin that did search suggestions. Everything I found was way to complicated and lacked server side support. With that in mind I made <a href="http://jsuggest.scottreeddesign.com/">jSuggest</a>, a lightweight <a href="http://jquery.com/">jQuery</a> plugin that helps you make suggestions for your text inputs. With only 3 KB in size it is very flexible and highly customizable.</p>
<p>The plugin site for <a href="http://jsuggest.scottreeddesign.com/">jSuggest</a> was made in the <a href="http://gmap.nurtext.de/">gMap </a>and <a href="http://gsearch.scottreeddesign.com/">gSearch </a>traditional view.</p>
]]></content:encoded>
			<wfw:commentRss>http://scottreeddesign.com/post/jsuggest-%e2%80%93-new-jquery-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

