<?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>Tim Sainburg &#124; State College Web Design &#187; Blog</title>
	<atom:link href="http://tim.bramblingdesign.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://tim.bramblingdesign.com</link>
	<description>Just another State College Web Design &#124; Brambling Design weblog</description>
	<lastBuildDate>Wed, 09 Mar 2011 23:04:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Clockwork &#8211; Free WordPress Theme</title>
		<link>http://tim.bramblingdesign.com/2009/08/17/clockwork-free-wordpress-theme/</link>
		<comments>http://tim.bramblingdesign.com/2009/08/17/clockwork-free-wordpress-theme/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:43:34 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=226</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/08/17/clockwork-free-wordpress-theme/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/Picture-1.jpg" class="alignleft wp-post-image tfe" alt="Picture-1" title="" /></a><img class="alignnone size-full wp-image-227" src="http://tim.bramblingdesign.com/files/2009/08/Picture-1.jpg" alt="Picture-1" width="350" height="131" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/themes/clockwork"><img class="alignnone size-full wp-image-227" src="http://tim.bramblingdesign.com/files/2009/08/Picture-1.jpg" alt="Picture-1" width="470" height="174" /></a></p>
<p>This week I released a new wordpress theme to WordPress called <a href="http://wordpress.org/extend/themes/clockwork">Clockwork</a>. It was built on the Carrington framework, features a very clean interface and is perfect for your average blogger. If you have any questions feel free to contact me. <a href="http://wordpress.org/extend/themes/clockwork">Download it!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/08/17/clockwork-free-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Watercolor Update</title>
		<link>http://tim.bramblingdesign.com/2009/08/08/watercolor-update/</link>
		<comments>http://tim.bramblingdesign.com/2009/08/08/watercolor-update/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 01:41:57 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=169</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/08/08/watercolor-update/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/Picture-6.png" class="alignleft wp-post-image tfe" alt="Picture-2" title="" /></a>Lately I&#8217;ve been getting a lot of people who want little changes on the theme Watercolor, today I&#8217;m going to address those changes, as well as update the theme. This is the biggest update yet, because I&#8217;ve changed the framework this theme was based off of. I had a little trouble with WP Framework, which [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been getting a lot of people who want little changes on the theme <a href="http://wordpress.org/extend/themes/watercolor">Watercolor</a>, today I&#8217;m going to address those changes, as well as update the theme. This is the biggest update yet, because I&#8217;ve changed the framework this theme was based off of. I had a little trouble with WP Framework, which is what I used for the previous versions of Watercolor, so I moved to Carrington CMS framework, which I&#8217;ve been using for all of my recent projects.</p>
<p><img class="alignnone size-full wp-image-171" src="http://tim.bramblingdesign.com/files/2009/08/Picture-6.png" alt="Picture-2" width="470" height="174" /></p>
<p>Because the whole theme was rebuilt, there are a lot of changes. Feel free to contact me if you see any bugs, errors, or want any changes to the theme. Most of the changes are behind the scenes, although if you are using a Webkit based browser such as Safari or Chrome, you may notice some new visuals. Ok, here&#8217;s how to change the way your title displays.</p>
<h3>Using CSS</h3>
<p>*requires a basic knowledge of <a href="http://www.w3schools.com/css/default.asp">CSS</a></p>
<p>1) Open carrington-text.css inside Watercolor&gt;css</p>
<p>2) replace</p>
<pre>#blog-description {
	line-height:60px;
	font-size:30px;
	margin:0;
	padding:0;
	color: rgb(83, 20, 55);
	text-shadow:0 0 1px #fff;
}</pre>
<p>and</p>
<pre>#blog-title a, #blog-title a:visited {
	font-size: 90px;
	text-decoration: none;
	line-height:120px;
	margin:0;
	padding:0;
	color: rgb(66, 53, 110);
	text-shadow:1px 1px 1px #fff;

}</pre>
<p>with your own CSS.</p>
<h3>Using an Image</h3>
<p>*Photoshop or it&#8217;s free alternative <a href="http://www.gimp.org/">Gimp</a> is required for this</p>
<p>1)Download PSD below</p>
<p><a href="http://rapidshare.com/files/267737115/title.psd.zip.html">Download PSD (11MB)</a></p>
<p>2) Open with either Photoshop or Gimp</p>
<p>3) Change image to your liking. (title, tagline, font, logo, etc.)</p>
<p>4) Save file as title.jpg</p>
<p>5) Place file in Watercolor&gt;img (replace existing file)</p>
<p>6) Open header-default.php , located in Watercolor&gt;header</p>
<p>7) Find the line starting in <code>&lt;!--</code> and delete<code> &lt;!-- </code>and <code>--&gt;</code></p>
<p>That should be all. If you have any questions feel free to contact me and I&#8217;ll try to get back to you as soon as I can.</p>
<p><a href="http://wordpress.org/extend/themes/watercolor">Download Watercolor </a></p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/08/08/watercolor-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Three Free Mac Web Design Essentials</title>
		<link>http://tim.bramblingdesign.com/2009/07/12/three-free-mac-web-design-essentials/</link>
		<comments>http://tim.bramblingdesign.com/2009/07/12/three-free-mac-web-design-essentials/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 18:43:31 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=159</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/07/12/three-free-mac-web-design-essentials/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/image_optim.jpg" class="alignleft wp-post-image tfe" alt="image_optim" title="" /></a>Sometimes the best applications around are free. Web design is one of the easiest jobs to get into, because there are literally no investments you have to make to get into it. If you look around enough, you can find the free version for anything. For example, you don&#8217;t want to shell out a few [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes the best applications around are free. Web design is one of the easiest jobs to get into, because there are literally no investments you have to make to get into it. If you look around enough, you can find the free version for anything. For example, you don&#8217;t want to shell out a few hundred dollars on Photoshop? Get <a href="http://www.gimp.org/">Gimp</a>. Don&#8217;t want to spend six bucks a month on hosting? Use a <a href="http://www.000webhost.com/">free host</a>. Don&#8217;t want to pay $16 to register a domain name? Get one <a href="http://www.co.cc/?id=162136">free</a>. With all of the free applications out there, some of the best ones get lost in the mix though. Here are the three essentials for any aspiring web designer or developer.</p>
<h3><a href="http://pornel.net/imageoptim/en">ImageOptim</a></h3>
<p><a href="http://pornel.net/imageoptim/en"><img class="alignnone size-full wp-image-160" src="http://tim.bramblingdesign.com/files/2009/08/image_optim.jpg" alt="image_optim" width="470" height="217" /></a></p>
<p>ImageOptim optimizes your images for size, without any change in quality. With its simple GUI all that you have to do is drop your image onto the ImageOptim icon, and you&#8217;re done. It&#8217;s great for PNGs and JPEGs.</p>
<h3><a href="http://cyberduck.ch/">Cyberduck</a></h3>
<p><a href="http://cyberduck.ch/"><img class="alignnone size-full wp-image-161" src="http://tim.bramblingdesign.com/files/2009/08/cyberduck.jpg" alt="cyberduck" width="470" height="174" /></a></p>
<p>Cyberduck is a fast and free ftp client that beats all of its competition. Don&#8217;t be fooled by a childlish icon, Cyberduck does it all.</p>
<h3><a href="http://www.barebones.com/products/textwrangler/">Text Wrangler</a></h3>
<p><a href="http://www.barebones.com/products/textwrangler/"><img class="alignnone size-full wp-image-162" src="http://tim.bramblingdesign.com/files/2009/08/text_wrangler.jpg" alt="text_wrangler" width="470" height="174" /></a></p>
<p>Text Wrangler is a fast, and powerful text editor, perfect for HTML, PHP, CSS, or Javascript. Text Wrangler is the perfect companion to Cyberduck, and when used together, can update files online without ever having to manually download or upload a thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/07/12/three-free-mac-web-design-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Tips For Selling Your Services</title>
		<link>http://tim.bramblingdesign.com/2009/06/22/three-tips-for-selling-your-services/</link>
		<comments>http://tim.bramblingdesign.com/2009/06/22/three-tips-for-selling-your-services/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:24:27 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=145</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/06/22/three-tips-for-selling-your-services/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/wordpress.png" class="alignleft wp-post-image tfe" alt="wordpress" title="" /></a>In web design, one of the most important things to know is how to sell yourself. Some of the best designers in the world have the knowledge and skill to create beautiful websites, but they don&#8217;t know how to get out there. Here are three tips to getting your foot in the door. 1. Give [...]]]></description>
			<content:encoded><![CDATA[<p>In web design, one of the most important things to know is how to sell yourself. Some of the best designers in the world have the knowledge and skill to create beautiful websites, but they don&#8217;t know how to get out there. Here are three tips to getting your foot in the door.</p>
<h2 style="font-size: 1.5em">1. Give Stuff Away</h2>
<p><img class="alignnone size-full wp-image-150" src="http://tim.bramblingdesign.com/files/2009/08/wordpress.png" alt="wordpress" width="470" height="217" /></p>
<p>Here&#8217;s the best one to start off with. When you first start off as a web designer or developer, you don&#8217;t have a portfolio. Nobody is going to pay you if they don&#8217;t know what you can do. In almost all businesses you&#8217;re going to have to put a little  in to get anything out. In web design, it&#8217;s not actually materials or money, but time. Every time you give something away for free, you can put your name on it. You can even link to your own site. There are endless opportunities for offering free services.</p>
<p>My favorite is to create a WordPress theme and give it away on <a href="http://wordpress.org/extend/themes/">WordPress.org</a>. If you searched my name on Google about five months ago, you would have gotten about twenty results total. Today if I search my name the results are around seven thousand, and the climb higher every day. That&#8217;s not because people are talking about me, it&#8217;s because I put my name on the bottom of every wordpress theme I make. People really do click on that stuff.</p>
<p>Another way is to do something for your local community. You could offer to do something for a local charity, like a food bank. Another great way to get your name out is to offer to do websites for your family. Chances are someone in your extended family owns a business, is in a school club, or has some sort of project they&#8217;d like a site for.</p>
<h2 style="font-size: 1.5em">2. Undercharge Your Clients</h2>
<p><img class="alignnone size-full wp-image-151" src="http://tim.bramblingdesign.com/files/2009/08/coins.png" alt="coins" width="470" height="217" /></p>
<p>This is a little harder to justify to yourself. You know your services are worth more, so why can&#8217;t you charge what they&#8217;re worth? Once you do have your name out there, you&#8217;re still not as credible as the local design company that&#8217;s been working in tables since 1996. They&#8217;ve done hundreds of websites, it doesn&#8217;t matter how bad they look. Your clients don&#8217;t really care if you&#8217;re the next big thing; they want someone they can trust. If they&#8217;re trying to decide between you and the local design company, who makes things look prettier is barely a factor in their decision. The two big things are money and reliability. You can&#8217;t provide them with the latter.</p>
<h2 style="font-size: 1.5em">3. Word of Mouth</h2>
<p><img class="alignnone size-full wp-image-152" src="http://tim.bramblingdesign.com/files/2009/08/business-card.png" alt="business-card" width="470" height="217" /></p>
<p>This is what the first two lead up to. The very best way to get clients is  from other clients. By giving your previous clients a good experience and an even better website, you&#8217;re getting the best PR available. Business owners will talk to other business owners, friends will talk to friends, bloggers will talk to bloggers, and in the end, you want that talk to be about you. Part of this is making sure that your clients are really happy with what you&#8217;ve done. Go above and beyond what you&#8217;ve promised them. Meet or beat the agreed upon completion date. Give them a reason to talk about you. You also have to make your information available to talk about. Give you clients a few of your business cards, create a portfolio, and make sure it&#8217;s on the first page of Google. After you&#8217;ve gotten all of this in place, clients will be seeking out you, not the other way around.</p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/06/22/three-tips-for-selling-your-services/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kid&#039;s Game</title>
		<link>http://tim.bramblingdesign.com/2009/06/22/kids-game/</link>
		<comments>http://tim.bramblingdesign.com/2009/06/22/kids-game/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:20:26 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=139</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/06/22/kids-game/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/Picture-31.png" class="alignleft wp-post-image tfe" alt="Picture-3" title="" /></a>This is a project I&#8217;ve been working on for the past few weeks. It&#8217;s a flash game that Sean and I made for a Penn State Child Psychologist. We did it all in AS2 , which I don&#8217;t like as much as AS3, but it works. It was a good way to brush up on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-140" src="http://tim.bramblingdesign.com/files/2009/08/Picture-31.png" alt="Picture-3" width="470" height="217" /></p>
<p>This is a project I&#8217;ve been working on for the past few weeks. It&#8217;s a flash game that Sean and I made for a Penn State Child Psychologist. We did it all in AS2 , which I don&#8217;t like as much as AS3, but it works. It was a good way to brush up on Flash since I haven&#8217;t been using it lately. We added a lot of cool features, like the ability to pick your own characters, drag and drop cookies, and a game where you could play ball with your friends. Now it&#8217;s time to start working on WordPress again.</p>
<p>Sean and I currently have a new design for <a href="http://www.bramblingdesign.com">BramblingDesign.com</a> in the  works, as well as a new logo. We&#8217;re also pushing to get new clients, so if you have a website that you&#8217;d like done, be sure to contact us.</p>
<p>This summer I&#8217;m also set out to work on SEO, which means getting better results for my clients on Google. WordPress really helps with this. If you search for &#8220;State College Web Design&#8221; on Google, I&#8217;m now on the front page.</p>
<p>That&#8217;s all for now,</p>
<p>Tim Sainburg</p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/06/22/kids-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Tools and JQuery UI</title>
		<link>http://tim.bramblingdesign.com/2009/06/21/jquery-tools-and-jquery-ui/</link>
		<comments>http://tim.bramblingdesign.com/2009/06/21/jquery-tools-and-jquery-ui/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 04:16:18 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=133</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/06/21/jquery-tools-and-jquery-ui/"><img align="left" hspace="5" width="150" height="150" src="http://tim.bramblingdesign.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>I&#8217;ve been looking at two javascript libraries recently that I&#8217;m considering using for and upcoming project. The first, JQuery UI. Which has been around much longer is linked on the JQuery website. The second is a new library called JQuery Tools, created by the maker of the popular flash video player Flowplayer. They both seem [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking at two javascript libraries recently that I&#8217;m considering using for and upcoming project. The first, <a href="http://jqueryui.com/">JQuery UI</a>. Which has been around much longer is linked on the <a href="http://jquery.com/">JQuery</a> website. The second is a new library called <a href="http://flowplayer.org/tools/index.html">JQuery Tools</a>, created by the maker of the popular flash video player <a href="http://flowplayer.org/index.html">Flowplayer</a>. They both seem to have their advantages and disadvantages which is what I&#8217;m going to discuss today. The article I&#8217;m writing is &#8216;JQuery Tools <em>and</em> JQuery UI&#8217; because while I&#8217;m comparing them, they both have their purposes, and which one I decide to use isn&#8217;t based on which is better, but which is more appropriate of my current project.</p>
<p>What&#8217;s great about both of these libraries is the ease of use that they both have. They both give you a relatively small file, that makes all of your projects much faster. Rather than have to install multiple different javascript files for one page, all that I have to do is make a add one line of code to import the whole library. What&#8217;s even better is that I don&#8217;t even have to host the files myself. <a href="http://code.google.com/apis/ajaxlibs/documentation/index.html">Google hosts</a> JQuery and JQuery UI, while <a href="http://flowplayer.org/tools/performance.html">JQueryTools.org</a> host JQuery tools. That means that I don&#8217;t have to expend bandwidth, and load times will be much faster.</p>
<p>The obvious advantage of JQuery UI is that it&#8217;s been around longer. It&#8217;s got more support and virtually no bugs. UI has many great feature such as the <a href="http://jqueryui.com/demos/datepicker/">Datepicker</a>. Which would be useful of contact forms (whereas <a href="http://www.bramblingdesign.com/contact.php">previously</a> using MooTools I had to load a whole new javascript file). It&#8217;s also got a few fun little <a href="http://jqueryui.com/demos/effect/">effects</a> which serve very little purpose, to me at least, but look cool. It comes with customizable <a href="http://jqueryui.com/demos/effect/">themes</a>, where you can create your own or use one of the many default themes it has. It really makes the whole experience feel like a desktop application over the traditional static web page.</p>
<p>JQuery Tools does plays more of an enhancement role in user interface. Rather than attempt to change the way the web works, Tools tries to simplify it. Tools comes with a myriad of simplifications to normal JQuery, as demonstrated on the<a href="http://flowplayer.org/tools/demos/index.html"> demo area of it&#8217;s site</a>. Some of the more useful of these to me would be the overlay, the scrollbar, tabs, and the flashembed. It&#8217;s easy to see why this new library has been getting so much attention since it&#8217;s release.</p>
<p>In conclusion, for my next project it looks like I&#8217;ll try out JQuery Tools. Tools has may of the design enhancements that could be useful in this project, whereas UI would be better suited being used in a larger, more structured website.</p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/06/21/jquery-tools-and-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watercolor &#8211; Free WordPress Theme</title>
		<link>http://tim.bramblingdesign.com/2009/06/20/watercolor-update-1-10/</link>
		<comments>http://tim.bramblingdesign.com/2009/06/20/watercolor-update-1-10/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 04:57:01 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=122</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/06/20/watercolor-update-1-10/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/Picture-11.png" class="alignleft wp-post-image tfe" alt="Picture 1" title="" /></a><img src="http://tim.bramblingdesign.com/files/2009/08/picture-12.jpg" alt="Picture-12" width="350" height="163" />]]></description>
			<content:encoded><![CDATA[<p>Today I submitted to wordpress.org an updated version of my Watercolor <a href="http://www.cssperk.com/gallery/portfolios/tim-sainburg">WordPress</a> theme to <a href="http://www.cssperk.com/gallery/portfolios/tim-sainburg">WordPress.org</a>. This update applies the WP Framework update, along with fixing back end problems. The updated theme will (probably) be available mid day Monday. Thanks to everyone for informing me of the bugs in the previous version. If any more problems occur or bugs are spotted, please send a message on the <a href="http://tim.bramblingdesign.com/?page_id=116">Contact Me</a> page of the blog.</p>
<p>This blog/ portfolio has been around for almost a month now, and has brought me a lot of good recognition. This post is just to thank some of the websites that have featured my new theme Watercolor.</p>
<p><a href="http://www.rgbgarden.com/content/tim-sainburg-a-personal-portfolio"><img class="alignnone size-full wp-image-130" src="http://tim.bramblingdesign.com/files/2009/08/Picture-11.png" alt="Picture 1" width="470" height="174" /></a></p>
<p><a href="http://www.csscount.com/comments?id=1285"><img class="alignnone size-full wp-image-124" src="http://tim.bramblingdesign.com/files/2009/08/Picture-21.png" alt="Picture 2" width="470" height="174" /></a></p>
<p><a href="http://w3csites.com/profile.asp?u=timsainb"><img class="alignnone size-full wp-image-125" src="http://tim.bramblingdesign.com/files/2009/08/Picture-3.png" alt="Picture 3" width="470" height="174" /></a></p>
<p><a href="http://www.cssperk.com/gallery/portfolios/tim-sainburg"><img class="alignnone size-full wp-image-126" src="http://tim.bramblingdesign.com/files/2009/08/Picture-4.png" alt="Picture 4" width="470" height="174" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/06/20/watercolor-update-1-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cafe Moderna</title>
		<link>http://tim.bramblingdesign.com/2009/06/17/cafe-moderna/</link>
		<comments>http://tim.bramblingdesign.com/2009/06/17/cafe-moderna/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 00:42:11 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=100</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/06/17/cafe-moderna/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/cafe.png" class="alignleft wp-post-image tfe" alt="cafe" title="" /></a>This is another example design I did for brambling. We&#8217;re working on finding a niche in the local restaurant market, so what better way to do that than show them what we can do? The whole restaurant is fictional. It was built on wordpress, from the Carrington CMS theme. The menu items are posts, which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tim.bramblingdesign.com/projects/restaurant/"><img class="alignnone size-full wp-image-101" src="http://tim.bramblingdesign.com/files/2009/08/cafe.png" alt="cafe" width="470" height="217" /></a></p>
<p>This is another example design I did for brambling. We&#8217;re working on finding a niche in the local restaurant market, so what better way to do that than show them what we can do? The whole restaurant is fictional. It was built on wordpress, from the Carrington CMS theme. The menu items are posts, which are displayed using special tags, categorized by using &#8216;categories&#8217; and &#8216;tags&#8217;. Hopefully we&#8217;ll find a restaurant that&#8217;s interested in our work that we can implement this for.</p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/06/17/cafe-moderna/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cloudy Night &#8211; Free WordPress Theme</title>
		<link>http://tim.bramblingdesign.com/2009/05/27/cloudy-night/</link>
		<comments>http://tim.bramblingdesign.com/2009/05/27/cloudy-night/#comments</comments>
		<pubDate>Thu, 28 May 2009 00:44:06 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=82</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/05/27/cloudy-night/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/picture-7.jpg" class="alignleft wp-post-image tfe" alt="Cloudy Night" title="" /></a><img class="size-full wp-image-83 alignnone" src="http://tim.bramblingdesign.com/files/2009/08/picture-7.jpg" alt="Cloudy Night" width="350" height="163" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/themes/cloudy-night"><img class="size-full wp-image-83 alignnone" src="http://tim.bramblingdesign.com/files/2009/08/picture-7.jpg" alt="Cloudy Night" width="470" height="217" /></a></p>
<p>Here&#8217;s another old one. This is my first wordpress theme ever. I actually really like this design, despite it&#8217;s defaultish blog feel. I built this one off of the default wordpress theme, and barely even touched the HTML. I did go back through it recently though, and added a few javascript effects. All in all, I really like it.</p>
<p><a href="http://wordpress.org/extend/themes/cloudy-night">Heres the link to download it.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/05/27/cloudy-night/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Furniture Store</title>
		<link>http://tim.bramblingdesign.com/2009/05/27/78/</link>
		<comments>http://tim.bramblingdesign.com/2009/05/27/78/#comments</comments>
		<pubDate>Thu, 28 May 2009 00:36:36 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://tim.bramblingdesign.com/?p=78</guid>
		<description><![CDATA[<a href="http://tim.bramblingdesign.com/2009/05/27/78/"><img align="left" hspace="5" width="150" src="http://tim.bramblingdesign.com/files/2009/08/picture-6.jpg" class="alignleft wp-post-image tfe" alt="furniture" title="" /></a>To be honest, the only reason I put this in here is because I can&#8217;t believe I stumbled upon it. This is the first websites I&#8217;d ever done, just after I had learned CSS. I made this as a template to show to any local companies as an idea of what we could do for them.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-77" src="http://tim.bramblingdesign.com/files/2009/08/picture-6.jpg" alt="furniture" width="470" height="217" /></p>
<p>To be honest, the only reason I put this in here is because I can&#8217;t believe I stumbled upon it. This is the first websites I&#8217;d ever done, just after I had learned CSS. I made this as a template to show to any local companies as an idea of what we could do for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://tim.bramblingdesign.com/2009/05/27/78/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

