<?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>Purpleurbia.com</title>
	<atom:link href="http://purpleurbia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://purpleurbia.com</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 13:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finish your SilverStripe portfolio</title>
		<link>http://purpleurbia.com/finish-your-silverstripe-portfolio/</link>
		<comments>http://purpleurbia.com/finish-your-silverstripe-portfolio/#comments</comments>
		<pubDate>Wed, 26 May 2010 13:17:25 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[SilverStripe]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=580</guid>
		<description><![CDATA[We already finished the PHP and have a design, now let&#8217;s finish!

We need to create our templates in a special format, but it can be edited in any HTML editor. If you want Dreamweaver to recognize the .ss file extension as HTML you need to follow these instructions.
If putting together the HTML is not really [...]]]></description>
			<content:encoded><![CDATA[<p>We already <a href="http://purpleurbia.com/building-a-web-portfolio-using-silverstripe/">finished</a> the PHP and have <a href="http://originalmoxie.net">a design</a>, now let&#8217;s finish!</p>
<p><span id="more-580"></span></p>
<p>We need to create our templates in a special format, but it can be edited in any HTML editor. If you want Dreamweaver to recognize the .ss file extension as HTML you need to follow <a href="http://kb2.adobe.com/cps/164/tn_16410.html">these</a> instructions.</p>
<p>If putting together the HTML is not really your thing, I would suggest heading over to SmashingMagazine&#8217;s list of <a title="Free HTML templates from Smashing Magazine" href="http://www.smashingmagazine.com/2008/12/01/100-free-high-quality-xhtmlcss-templates/">free HTML templates</a>.</p>
<p>Also, I am not posting my CSS files. You can take this raw HTML and use CSS to do your own layout (or you can even just use the loops in the .SS file and use different HTML markup).</p>
<p>The .ss file is basically just an HTML file. There is one .ss file that holds the header and footer, and then various other files that handle the middle of the page. You can find better explanations of the templating language <a title="SilverStripe Documentation" href="http://doc.silverstripe.org/">here</a>.</p>
<p>We need to create only one page-specific template &#8211; the PortfolioHolder.ss template. We do not need a PortfolioPage template, as we are displaying all portfolio items on one page.</p>
<p>The PortfolioHolder.ss template is as follows:</p>
<pre class="brush: xml;">&lt;div class=&quot;hr grid_12 clearfix&quot;&gt;&amp;nbsp;&lt;/div&gt;

		&lt;!-- Catch Line and Link --&gt;
			&lt;h2 class=&quot;grid_12 caption clearfix&quot;&gt;My &lt;span&gt;portfolio&lt;/span&gt; is pretty darn awesome, don't you think?&lt;/h2&gt;

		&lt;div class=&quot;pr grid_12 clearfix&quot;&gt;&amp;nbsp;&lt;/div&gt;
        &lt;% control Children %&gt;
        	&lt;div class=&quot;grid_3 textright&quot; &gt;
				&lt;span class=&quot;meta&quot;&gt;$NavSubTitle&lt;/span&gt;
				&lt;h4 class=&quot;title &quot;&gt;$Title&lt;/h4&gt;
				&lt;div class=&quot;hr clearfix dotted&quot;&gt;&amp;nbsp;&lt;/div&gt;
				&lt;p&gt;$Content&lt;/p&gt;
			&lt;/div&gt;
            &lt;div class=&quot;grid_9&quot;&gt;
				&lt;% control PortfolioProjects %&gt;
				&lt;a class=&quot;portfolio_item float thickbox&quot; href=&quot;$Fullsize.URL&quot; title=&quot;$Caption&quot;&gt;
				&lt;em&gt;$Title&lt;/em&gt;
                &lt;img src=&quot;$Thumbnail.URL&quot; /&gt;
				&lt;/a&gt;
				&lt;% end_control %&gt; &lt;!--end PortfolioProjects --&gt;
            &lt;/div&gt;
            &lt;% end_control %&gt;&lt;!--end Children--&gt;
		&lt;/div&gt;</pre>
<p>What we are doing here is looping through the page&#8217;s children (the PortfolioPages), displaying their info and then looping through the dataobjects (PortfolioProjects) that we have associated with each of those pages. We use the $FullSize.URL method of retrieving the images, so that we can add alt text to our images.</p>
<p>This file goes in the Templates/Layout folder. I am leaving the rest of the theming to you, but now you know how to set up all the crucial bits for your portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/finish-your-silverstripe-portfolio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome back winner!</title>
		<link>http://purpleurbia.com/welcome-back-winner/</link>
		<comments>http://purpleurbia.com/welcome-back-winner/#comments</comments>
		<pubDate>Tue, 25 May 2010 13:30:47 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Contest]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=586</guid>
		<description><![CDATA[We have a winner for our business card contest!And the winner from Random.org is Sharokina Pazand! She is the owner of a small event planning firm in Chicago and recently started selling Stella &#38; Dot jewelery to compliment her wedding planing services.
I know these cards will be useful!

]]></description>
			<content:encoded><![CDATA[<p>We have a winner for our business card contest!<span id="more-586"></span>And the winner from Random.org is Sharokina Pazand! She is the owner of a small <a href="http://eventsbysharokina.com">event planning</a> firm in Chicago and recently started selling <a href="http://stelladot.com/sharokina">Stella &amp; Dot</a> jewelery to compliment her wedding planing services.</p>
<p>I know these cards will be useful!</p>
<p><a href="http://purpleurbia.com/wp-content/uploads/2010/05/bcards.png"><img class="aligncenter size-full wp-image-571" title="bcards" src="http://purpleurbia.com/wp-content/uploads/2010/05/bcards.png" alt="" width="550" height="314" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/welcome-back-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a web portfolio using SilverStripe</title>
		<link>http://purpleurbia.com/building-a-web-portfolio-using-silverstripe/</link>
		<comments>http://purpleurbia.com/building-a-web-portfolio-using-silverstripe/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:19:04 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SilverStripe]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[2.4]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=564</guid>
		<description><![CDATA[I know, we all love WordPress, but sometimes, you just need to try something else.
The inspiration for this post is OrigninalMoxie. It is my personal portfolio, and I built it in SilverStripe in about half the time it would have taken me in WordPress &#8211; and it is only the third SilverStripe site that I [...]]]></description>
			<content:encoded><![CDATA[<p>I know, we all love WordPress, but sometimes, you just need to try something else.</p>
<p><span id="more-564"></span>The inspiration for this post is <a href="http://originalmoxie.net/">OrigninalMoxie</a>. It is my personal portfolio, and I built it in SilverStripe in about half the time it would have taken me in WordPress &#8211; and it is only the third SilverStripe site that I have built. Now, I did get help from their community when building this site, but that is quite OK. I am going to pass their insights on to you.</p>
<p>What first needs to happen is you need to install SilverStripe. It is almost as easy to install as WordPress, but it actually requires a few extras.</p>
<p>To be able to run SilverStripe, you need to have PHP5 enabled on your server. And, you might need a little bit of patience.</p>
<p>First, download SilverStripe and upload it to your webhost. Navigate to yoursite.com and follow the install directions. For the record I am pretty sure that it always says that it cannot determine if Mod_Rewrite is enabled. (At least on MediaTemple).</p>
<p>Once you have your shiny new installation of SilverStripe up and running, it is time for the fun stuff&#8230;writing the PHP functions that make the site work. This is the beauty of SilverStripe &#8211; the ability to write custom data &amp; page types with a few lines of code.</p>
<p>You will also need to install the <a title="SilverStripe Dataobjectmanager" href="http://www.silverstripe.org/dataobjectmanager-module/">Dataobjectmanager</a> and <a title="SilverStripe SWF upload" href="http://www.silverstripe.org/swfuploadfield-module/">SWFupload</a> modules. To install, simply download them and upload them into your main directory and run yoursite.com/dev/build. You will need to rename them to dataobject_manager and swfupload before running the dev/build.</p>
<p>Now that those are installed, we can move on to building the site.  (I am also assuming that you have written your HTML/CSS and that your site is designed). I find it is always best to write the HTML/CSS before delving into the PHP. If it doesn&#8217;t work when the page is static, it is definitely not going to work once you start messing around with the theme.</p>
<p>Time for the PHP! (For this example, I am assuming that you have only one page for your portfolio, but that your work is divided into multiple categories)</p>
<p>We start by determining how we are going to display our data. In this example we want to break down our work into categories. But, the beauty of this is that we don&#8217;t have to go writing data types for each category. We are going to create the following files:</p>
<ul>
<li>PortfolioProject.php</li>
<li>PortfolioPage.php</li>
<li>PortfolioHolder.php</li>
</ul>
<p>PortfolioProject is not a page, it is a dataobject, and it is the most specific of our files. This file creates the live entry for each portfolio piece that appears on your site. PortfolioPage is essentially the category. This means that if you ever want to change your portfolio so that pieces for each category are on their own page, you can. PortfolioHolder is the page that will display the content from all of its children (the portfolio pages).</p>
<p>Confused yet?</p>
<p>Let&#8217;s start by creating the PortfolioProject.php file.</p>
<pre class="brush: php;">
&lt;?php
class PortfolioProject extends DataObject
{
static $db = array (
'Title' =&gt; 'Text',
'Caption' =&gt; 'Text'
);
static $has_one = array (
'PortfolioPage' =&gt; 'PortfolioPage',
'Thumbnail' =&gt; 'Image',
'FullSize' =&gt; 'Image'
);

static $summary_fields = array (
'Title' =&gt; 'Title',
'Caption' =&gt; 'Caption'
);

public function getCMSFields()
{
return new FieldSet(
new TextField('Title'),
new TextareaField('Caption'),
new ImageField('Thumbnail'),
new ImageField('FullSize','Full size image')
);
}
}
?&gt;
</pre>
<p>We just created a custom dataobject. Pretty cool, eh? We also told the system what fields we need to be able to edit on the front end. Copy your file to the mysite/code folder and go to yoursite.com/dev/build to create the page type in the database and make sure there are no errors.</p>
<p>Now the PortfolioPage (or category):</p>
<pre class="brush: php;">
&lt;?php
class PortfolioPage extends Page
{
static $has_many = array (
'PortfolioProjects' =&gt; 'PortfolioProject',
);

public function getCMSFields() {
$f = parent::getCMSFields();
$f-&gt;addFieldToTab(&quot;Root.Content.Portfolio Projects&quot;, new ImageDataObjectManager($this,'PortfolioProjects','PortfolioProject','Thumbnail', 'Category'));
return $f;
}
}

class PortfolioPage_Controller extends Page_Controller
{
}
?&gt;
</pre>
<p>Copy your file again to the mysite/code folder and go to yoursite.com/dev/build to create the page type in the database and make sure there are no errors.</p>
<p>And finally the Portfolio Holder. This page is going to aggregate the information from its child pages.</p>
<pre class="brush: php;">
&lt;?php
class PortfolioHolder extends Page
{
static $allowed_children = array(
	'PortfolioPage'
);
}

class PortfolioHolder_Controller extends Page_Controller
{ 

}
?&gt;
</pre>
<p>We have now written our &#8220;Holder&#8221; page.</p>
<p>Copy your file again to the mysite/code folder and go to yoursite.com/dev/build to create the page type in the database and make sure there are no errors.</p>
<p>Check back later this week for how to enter your data and then show it in a template.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/building-a-web-portfolio-using-silverstripe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome back with Business Cards from UPrinting!</title>
		<link>http://purpleurbia.com/welcome-back-with-business-cards-from-uprinting/</link>
		<comments>http://purpleurbia.com/welcome-back-with-business-cards-from-uprinting/#comments</comments>
		<pubDate>Wed, 19 May 2010 13:14:49 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=569</guid>
		<description><![CDATA[UPrinting is giving me some business cards to give away as a congrats on finishing design school. Pretty awesome, eh?
CONTEST IS CLOSED!
These are the folks who handle my printing services (and most of my clients&#8217; printing). I have never been disappointed with what arrived from them. They even have a picture of my business cards [...]]]></description>
			<content:encoded><![CDATA[<p>UPrinting is giving me some business cards to give away as a congrats on finishing design school. Pretty awesome, eh?<span id="more-569"></span></p>
<h3>CONTEST IS CLOSED!</h3>
<p>These are the folks who handle my <a href="http://www.uprinting.com/ ">printing services</a> (and most of my clients&#8217; printing). I have never been disappointed with what arrived from them. They even have a picture of my business cards on their Yelp! page&#8230;Their <a href="http://www.uprinting.com/Business-Cards.html ">color business cards</a> are always spot on with what I sent.</p>
<h3>To enter:</h3>
<p>Leave a comment here.<br />
Tweet this post with @purpleurbia and @uprinting mentioned.<br />
Leave a comment on our Facebook page.<br />
(you may enter once via each method for a total of three entries)</p>
<h3>Giveaway Prize:</h3>
<p>500 Business Cards<br />
2 x 3.5”, 2 x 2” (square card) or 1.75 x 3.5” (slim card)<br />
14 pt gloss cardstock, 14 pt matte cardstock or 13 pt recycled uncoated cardstock<br />
Full Color Both Sides; Offset Press; 3 Business Day Printing<br />
Shipping: FREE UPS Ground Shipping<br />
Eligibility: Limited to US Residents only. Must be 18 years old and up.</p>
<p><strong>Contest ends May 22.</strong><br />
<a href="http://www.uprinting.com/Business-Cards.html"><img class="aligncenter size-full wp-image-571" title="bcards" src="http://purpleurbia.com/wp-content/uploads/2010/05/bcards.png" alt="" width="550" height="314" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/welcome-back-with-business-cards-from-uprinting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Well, hello friends!</title>
		<link>http://purpleurbia.com/well-hello-friends/</link>
		<comments>http://purpleurbia.com/well-hello-friends/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:39:28 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=560</guid>
		<description><![CDATA[Hi! I have been absent from here for quite a while. Between running the company (Purple Crayon) and going back to school, there hasn&#8217;t been much time to write. 
I now am an award winning designer. I now have a design degree (before I was making things happen with a French/Marketing degree and my awesomely [...]]]></description>
			<content:encoded><![CDATA[<p>Hi! I have been absent from here for quite a while. Between running the company (Purple Crayon) and going back to school, there hasn&#8217;t been much time to write. <span id="more-560"></span></p>
<p>I now am an award winning designer. I now have a design degree (before I was making things happen with a French/Marketing degree and my awesomely good looks).</p>
<p>I now have time to write tutorials. And thoughts on design. And that my friends, is awesome sauce.</p>
<p>This week, I will show you how to use SilverStripe to build a clone of my new personal portfolio site (originalmoxie). I might even have a Drupal article or two up my sleeves.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/well-hello-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Card Winner!</title>
		<link>http://purpleurbia.com/business-card-winner-2/</link>
		<comments>http://purpleurbia.com/business-card-winner-2/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:34:48 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=558</guid>
		<description><![CDATA[Ed W. from Resident Smarty Pants won our 250 Business Card Giveaway.
Thanks UPrinting!
]]></description>
			<content:encoded><![CDATA[<p>Ed W. from <a href="http://residentsmartypants.com">Resident Smarty Pants</a> won our 250 Business Card Giveaway.</p>
<p>Thanks UPrinting!</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/business-card-winner-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>250 free business cards!</title>
		<link>http://purpleurbia.com/250-free-business-cards/</link>
		<comments>http://purpleurbia.com/250-free-business-cards/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:18:36 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Contest]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=555</guid>
		<description><![CDATA[Our friends at UPrinting are giving us and you a nice present for the new year: 250 business cards!
I have been ordering business cards from them for a while now, and have never been disappointed with what I have gotten for myself and my clients. I refuse to tell my clients how little I pay for the [...]]]></description>
			<content:encoded><![CDATA[<p>Our friends at <a href="http://uprinting.com">UPrinting</a> are giving us and you a nice present for the new year: 250 business cards!</p>
<p>I have been ordering <a title="Business Cards from UPrinting" href="http://www.uprinting.com/Business-Cards.html">business cards</a> from them for a while now, and have never been disappointed with what I have gotten for myself and my clients. I refuse to tell my clients how little I pay for the printing, because every where I go, I get compliments on them! (They are the 2&#8243; square ones). So, I let them give me a box of cards for myself in return for giving a box of cards to you.</p>
<p>Here are the details:</p>
<p><strong>Giveaway Prize:</strong> 250 Business Cards for one (1) lucky winner</p>
<p><strong>Size:</strong> 2 x 3.5”, 2 x 3”, 2 x 2” (square card) or 1.5 x 3.5” (skinny card)</p>
<p><strong>Paper:</strong> 14 pt gloss cardstock, 14 pt matte cardstock or 13 pt recycled uncoated cardstock</p>
<p><strong>Shipping:</strong> Sponsored bloggers and Winners have to pay for shipping</p>
<p><strong>Eligibility:</strong> Limited to US Residents due to shipping costs.</p>
<p>To enter: Comment below. For a second entry retweet the giveaway with &#8220;@purpleurbia @uprinting #giveaway&#8221; in it somewhere. Contest ends on the 18th.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/250-free-business-cards/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve seen it all before.</title>
		<link>http://purpleurbia.com/ive-seen-it-all-before/</link>
		<comments>http://purpleurbia.com/ive-seen-it-all-before/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:23:53 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=531</guid>
		<description><![CDATA[Web design galleries are starting to all look the same. Web sites featured for their &#8220;design&#8221; simply look like the &#8220;designer&#8221; followed a tutorial. I am starting to see a decrease in original ideas and an increase in copied design.

Please don&#8217;t hate me for calling these folks out. There is nothing inherently bad about their [...]]]></description>
			<content:encoded><![CDATA[<p>Web design galleries are starting to all look the same. Web sites featured for their &#8220;design&#8221; simply look like the &#8220;designer&#8221; followed a tutorial. I am starting to see a decrease in original ideas and an increase in copied design.</p>
<p><span id="more-531"></span></p>
<p>Please don&#8217;t hate me for calling these folks out. There is nothing inherently <em>bad</em> about their sites. However, the layots &amp; graphic elements are becoming all too common from one site to the next. These are all well put together examples, and to someone who doesn&#8217;t read 30 design blogs everyday, they look pretty darn good. But are they worthy of being showcased for their individuality? Probably not.</p>
<h3>&#8220;3 bar&#8221; layout</h3>
<p>Here are 5 sites with the &#8220;3 bar&#8221; layout &#8211; a top nav with a logo, a middle bar with headline content and main content below that. Usually the top nav is in a dark grey, the middle is a bright blue or green and the bottom is a light color.</p>
<p><a href="http://www.solidshops.com/"><img class="aligncenter size-full wp-image-533" title="solidshops" src="http://purpleurbia.com/wp-content/uploads/2010/01/solidshops.jpg" alt="Solid Shops" width="550" height="314" /></a></p>
<p><a href="http://www.solidshops.com/">http://www.solidshops.com/</a> &#8211; This layout has become ubiquitous with web apps. I could have filled 5 blog posts with web apps that use this style and layout. It looks clean and professional, but gets an F for layout originality.</p>
<p><a href="http://niagakit.com/"><img class="aligncenter size-full wp-image-532" title="nigakit" src="http://purpleurbia.com/wp-content/uploads/2010/01/nigakit.jpg" alt="nigakit" width="550" height="314" /></a></p>
<p><a href="http://niagakit.com/">http://niagakit.com/</a> &#8211; Same as above.</p>
<p><a href="?http://www.proudcloud.net/"><img class="aligncenter size-full wp-image-534" title="proudcloud" src="http://purpleurbia.com/wp-content/uploads/2010/01/proudcloud.jpg" alt="Proud Cloud" width="550" height="314" /></a></p>
<p>?<a href="http://www.proudcloud.net/">http://www.proudcloud.net/</a></p>
<p><a href="http://www.yaronschoen.com/"><img class="aligncenter size-full wp-image-536" title="yaron" src="http://purpleurbia.com/wp-content/uploads/2010/01/yaron.jpg" alt="Yaron Schoen" width="550" height="314" /></a></p>
<p><a href="http://www.yaronschoen.com/">http://www.yaronschoen.com/</a> &#8211; At least the illustrations and breaking of the grid make up for the standard layout used.</p>
<p><a href="http://www.nabru.co.uk/"><img class="aligncenter size-full wp-image-537" title="nabru" src="http://purpleurbia.com/wp-content/uploads/2010/01/nabru.jpg" alt="Nabru" width="550" height="314" /></a></p>
<p><a href="http://www.nabru.co.uk/">http://www.nabru.co.uk/</a> &#8211; Again, it looks clean and professional and the elements add a more organic feel, but the layout is still too out-of-the-box for me.</p>
<p>Here is where to go to learn how to do this effect:</p>
<p><a title="Tutorial at PSD tuts +" href="http://psd.tutsplus.com/news/new-plus-tutorial-designing-a-family-of-websites/">PSD Tuts+ &#8211; How to design a family of websites</a></p>
<p>And, here is how to do it right:</p>
<p><a href="http://madebygiant.com/"><img class="aligncenter size-full wp-image-541" title="giantcreative" src="http://purpleurbia.com/wp-content/uploads/2010/01/giantcreative.jpg" alt="Giant Creative" width="550" height="314" /></a></p>
<p><a href="http://madebygiant.com/">http://madebygiant.com/</a> &#8211; Giant Creative has taken this layot and made it their own simply by making their navigation &#8220;talk&#8221;. The bright colors contrast with the neutral background. The superb typography makes the design shine.</p>
<p><a href="http://www.stanleysolutions.in/"><img class="aligncenter size-full wp-image-542" title="stanleysolutions" src="http://purpleurbia.com/wp-content/uploads/2010/01/stanleysolutions.jpg" alt="Stanley Solutions" width="550" height="314" /></a></p>
<p><a href="http://www.stanleysolutions.in/">http://www.stanleysolutions.in/</a> &#8211; This site is broken into those same 3 visual sections, but the diagonal lines on the center text box as well as the lack of line dividing the nav and the feature area make this site own its design.</p>
<h3>The pinking shear effect.</h3>
<p>I like textured edges as much as the next guy. Heck, I probably like sewing and handmade edges more than the next guy. But it has become an over-used design trend. Evidence below:</p>
<p><a href="https://epicevent.com.au/"><img class="aligncenter size-full wp-image-540" title="epicevent" src="http://purpleurbia.com/wp-content/uploads/2010/01/epicevent.jpg" alt="Epic Event" width="550" height="314" /></a></p>
<p><a href="https://epicevent.com.au/">https://epicevent.com.au/</a> &#8211; To me this site is overdone and Photoshop heavy. The overall effect is nice, but there is just one too many effects here.</p>
<p><a href="http://www.stthomasartgallery.org/"><img class="aligncenter size-full wp-image-539" title="stthomas" src="http://purpleurbia.com/wp-content/uploads/2010/01/stthomas.jpg" alt="St. Thomas Art Gallery" width="550" height="314" /></a></p>
<p><a href="http://www.stthomasartgallery.org/">http://www.stthomasartgallery.org/</a> &#8211; You cannot take pinking shears to wood. The zig-zag line makes little to no sense here. No background behind the nav and darker text would have made more sense.</p>
<div id="attachment_543" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.culinaryculture.com/"><img class="size-full wp-image-543" title="culinaryculture" src="http://purpleurbia.com/wp-content/uploads/2010/01/culinaryculture.jpg" alt="" width="550" height="314" /></a><p class="wp-caption-text">Culinary Culture</p></div>
<p><a href="http://www.culinaryculture.com/">http://www.culinaryculture.com/</a>- This one has me on cute overload. This is another case where someone needed to turn off 30% of the Photoshop effects. It isn&#8217;t bad, but it isn&#8217;t terribly awesome either.</p>
<p>Here is where to go to learn how to do this effect:</p>
<p><a title="Tutorial on Grafpedia" href="http://www.grafpedia.com/tutorials/create-unique-wordpress-theme">Grafpedia &#8211; Design a unique WordPress theme</a></p>
<p><a title="Tutorial at Grafpedia" href="http://www.grafpedia.com/tutorials/create-gritty-website-layout">Grafpedia &#8211; Gritty website design</a></p>
<p>And here is how to do it right:</p>
<p><a href="http://analog.coop/"><img class="aligncenter size-full wp-image-538" title="analog" src="http://purpleurbia.com/wp-content/uploads/2010/01/analog.jpg" alt="Analog" width="550" height="314" /></a></p>
<p><a href="http://analog.coop/">http://analog.coop/</a> &#8211; The effect is used sparingly. And tastefully. It adds to the design without being an over-powering element.</p>
<p>In conclusion, the web design world is slowly being over taken by what is &#8220;trendy&#8221;. And, yes, it can still be good design even if it is &#8220;trendy&#8221;. What you want is a site that acknowledges the trends in the industry and then takes them and makes them their own, instead of letting the trends take control.</p>
<p>That being said, all of the websites here are designed well (I don&#8217;t like ugly websites, and don&#8217;t want to call out people for having terrible skills, just doing what is &#8220;trendy&#8221; or &#8220;typical&#8221;), some are just more original than others. These sites were all put together by designers with tremendous skill. Some are just a little too attached to the bandwagon.</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/ive-seen-it-all-before/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Postcard winner!</title>
		<link>http://purpleurbia.com/postcard-winner/</link>
		<comments>http://purpleurbia.com/postcard-winner/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 00:08:56 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Contest]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=529</guid>
		<description><![CDATA[Scott from sllab.net has won the 100 postcards from our friends at UPrinting.

]]></description>
			<content:encoded><![CDATA[<p>Scott from <a title="http://www.sllab.net" href="http://www.sllab.net/">sllab.net</a> has won the 100 postcards from our friends at <a href="http://uprinting.com">UPrinting</a>.<span id="more-529"></span></p>
<p><a href="http://uprinting.com"><img class="aligncenter size-full wp-image-521" title="uprinting-post" src="http://purpleurbia.com/wp-content/uploads/2009/12/uprinting-post.jpg" alt="" width="550" height="314" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/postcard-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010: Design Manifesto</title>
		<link>http://purpleurbia.com/2010-design-manifesto/</link>
		<comments>http://purpleurbia.com/2010-design-manifesto/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 15:36:23 +0000</pubDate>
		<dc:creator>mary fran</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://purpleurbia.com/?p=526</guid>
		<description><![CDATA[In 2010 I am going to be a better designer and developer. I am going to outperform 2009 like nobody&#8217;s business, and I have written my manifesto on how I am going to get there.

Listen. Listen more. Question. Understand.
Exercise the creative muscle. Be creative every day. And not by doing client work. Create something daily [...]]]></description>
			<content:encoded><![CDATA[<p>In 2010 I am going to be a better designer and developer. I am going to outperform 2009 like nobody&#8217;s business, and I have written my manifesto on how I am going to get there.<span id="more-526"></span></p>
<ol>
<li>Listen. Listen more. Question. Understand.</li>
<li>Exercise the creative muscle. Be creative every day. And not by doing client work. Create something daily that has no restrictions.</li>
<li>Get away from the computer. It can be for a date with my oft neglected sketchbook or something of the New York Times best seller list, but even the computer needs a rest every now and then.</li>
<li>Learn new coding techniques. The more ways there are to solve a problem, the better the final solution will be.</li>
<li>Revel in accidents. Sometimes they are even happy.</li>
<li>Have a connection. Both with the creation and the audience.</li>
<li>Ignore convention. The masses are rarely right.</li>
<li>Take field trips. Change the scenery.</li>
<li>Collect inspiration. Harvest ideas. Grow creativity.</li>
<li>Stretch. Adapt. Bend.</li>
</ol>
<p>This list is meant to guide my way through 2010 and beyond. To make it better than 2009. To aid my choices. I know that being creative takes effort and growth. I know I need to listen better to clients and myself in order to understand their needs and my ability to fulfill those needs. I know I need to create outside of the confines of client work and grad school portfolio pieces to become truly creative. I need to step away from my computer, even though it is my main tool, it should not be my only tool or my only connection to the outside world.</p>
<p>Development techniques are always changing, it would be stupid not to learn new techniques. I have grand plans for my skills. This year is the year that it all happens. And we all know that accidents happen. Make them happy and learn something. Or maybe they are happy and you already have something useful for them. All creation should be personal and bear a personal creation. It should never be about the money.</p>
<p>The masses are frequently wrong. And my friends, with websites looking so much alike in this age of infinite possibility, that is not a good thing. Grids are for breaking, trends are for ignoring.</p>
<p>I am going to get out of the office more this year. I am going to enjoy the view both in Chicago and around the world. The more I see, the more inspiration I can collect. I can have more ideas from which to pluck the good ones. I can grow as a designer, or &#8220;creative&#8221;.</p>
<p>I will adapt to the changing landscape of design and make this world my own. I will bend my designs to the limits of today&#8217;s technologies.</p>
<p>I will be better.</p>
<p>Have you written your own manifesto? Do you have professional resolutions for the new year?</p>
]]></content:encoded>
			<wfw:commentRss>http://purpleurbia.com/2010-design-manifesto/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
