<?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>Blueprint Design</title>
	<atom:link href="http://blueprintds.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blueprintds.com</link>
	<description>Web Design</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:54:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Shortening Your Own URL&#8217;s</title>
		<link>http://blueprintds.com/news/shortening-your-own-urls/</link>
		<comments>http://blueprintds.com/news/shortening-your-own-urls/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=2023</guid>
		<description><![CDATA[http://blueprintds.com/news/shortening-your-own-urls/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /><div><a href="" title="Shortening Your Own URL&#8217;s"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /></a></div>With the widespread adoption of Twitter, has come the need for short URL&#8217;s.  Unfortunately, the providers of those short URL&#8217;s are often not terribly financially stable.  Recently, tr.im was in the news for going under, and then being miraculously saved shortly afterward.  There was a lot of outcry, because people were unhappy to see those [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/shortening-your-own-urls/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /><div><a href="" title="Shortening Your Own URL&#8217;s"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /></a></div><p>With the widespread adoption of Twitter, has come the need for short URL&#8217;s.  Unfortunately, the providers of those short URL&#8217;s are often not terribly financially stable.  Recently, tr.im was in the news for going under, and then being miraculously saved shortly afterward.  There was a lot of outcry, because people were unhappy to see those links &#8220;go dark&#8221;.  Bit.ly and others have banded together to <a href="http://blog.bit.ly/post/159843105/301working">create a backup of their own links</a>, in case something happens to them.</p>
<p>WordPress.com users now have a different solution available to them now.  Automattic has launched an internal shortening feature:</p>
<p><a href="http://wp.me/sf2B5-shorten"><img class="aligncenter" title="WordPress.com Shortening service" src="http://en.blog.wordpress.com/files/2009/08/shortlink.jpg" alt="" width="296" height="187" /></a><a href="http://wp.me/sf2B5-shorten"></a></p>
<p><a href="http://wp.me/sf2B5-shorten">WP.me</a> is similar to what we&#8217;ve been using at Blueprint &#8211; we <img class="alignright size-full wp-image-2025" title="retweet button" src="http://blueprintds.com/wp-content/uploads/2009/08/retweet.jpeg" alt="retweet button" width="159" height="159" />purchased the shorter domain name <a title="Chicago Web Design Studio" href="http://bpds.us">bpds.us</a> so that we could build our own &#8220;retweet&#8221; button that linked to our own domain, and included our <a title="Chicago Web Design Twitter" href="http://twitter.com/blueprintds">@blueprintds</a> twitter as the source of the tweet.  Besides being a shortcut around  building a plugin just to interface with a shortening service&#8217;s API, it also guarantees that we won&#8217;t have to worry about a shortening service going under &#8211; the links will live as long as we do.</p>
<p>Shortening the url&#8217;s is pretty simple &#8211; it&#8217;s just a link to <code>http://bpds.us/?p=&lt;?php the_id(); ?&gt;</code>, placed in the <code>single.php</code> template.  We could be more advanced and <code>base_encode</code> the ID, and build a plugin to handle those URL&#8217;s, so that they looked more like Bit.ly or tinyurl.com links.  It&#8217;s not really worth the effort, since it would at best save 2 characters, and the URL&#8217;s are for copy/pasting, not typing.</p>
<p>If you don&#8217;t want to build your own short URL&#8217;s, WP.me <a href="http://en.blog.wordpress.com/2009/08/14/shorten/#comment-70071">will be extended</a> to all wordpress users in the near future.</p>
<p><a href="http://tourresourcecenter.com" target="_blank">tour resource center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/shortening-your-own-urls/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Top Twitter WordPress Plugin Roundup</title>
		<link>http://blueprintds.com/wordpress-posts/top-twitter-wordpress-plugin-roundup/</link>
		<comments>http://blueprintds.com/wordpress-posts/top-twitter-wordpress-plugin-roundup/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 19:01:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1137</guid>
		<description><![CDATA[http://blueprintds.com/wordpress-posts/top-twitter-wordpress-plugin-roundup/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/twitterpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Twitter WordPress Plugin Roundup" title="Top Twitter WordPress Plugin Roundup" /><div><a href="" title="Top Twitter WordPress Plugin Roundup"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/twitterpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Twitter WordPress Plugin Roundup" title="Top Twitter WordPress Plugin Roundup" /></a></div>Here at Blueprint Design we have been trying to figure out which WordPress Twitter plugins we should use to integrate our twitter account. Here are the results of our research. Look at the end of this post to see what we picked to use. Please note all of these plugins are compatible up to WordPress [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/wordpress-posts/top-twitter-wordpress-plugin-roundup/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/twitterpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Twitter WordPress Plugin Roundup" title="Top Twitter WordPress Plugin Roundup" /><div><a href="" title="Top Twitter WordPress Plugin Roundup"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/twitterpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Twitter WordPress Plugin Roundup" title="Top Twitter WordPress Plugin Roundup" /></a></div><p>Here at Blueprint Design we have been trying to figure out which <strong>WordPress Twitter plugins</strong> we should use to integrate <a href="http://twitter.com/blueprintds" target="_blank">our twitter account</a>. Here are the results of our research. Look at the end of this post to see what we picked to use. Please note all of these plugins are compatible up to WordPress 2.7.</p>
<ol>
<li><a title="twitter tools" href="http://alexking.org/blog/2008/11/13/twitter-tools-151" target="_blank"><strong>Twitter Tools</strong></a> - This plugin creates an integration between your WordPress blog and your Twitter account. Pull your tweets into your blog and create new tweets on blog posts and from within WordPress. <em>Alternative versions by other contributors: <span style="font-style: normal;">Kevin De Mulder: <a href="http://adromag.net/twittercomments/">TwitterComments &#8211; updates Twitter when a comment is posted on your blog</a>. Jonathan Dingman: <a href="http://www.firesidemedia.net/dev/software/wordpress/twitter-updater/">Twitter updater with support for tinyurl</a>. Ceritium: <a href="http://ceritium.net/306/software-libre/wordpress/my-twitter-updater/">Twitter updater that uses short url with your domain name</a>. James Cridland: <a href="http://james.cridland.net/code/twitterupdate.html">Bugfix for Twitter updater if it doesn&#8217;t work for you</a>.</span></em></li>
<li><a title="twitter for wordpress" href="http://rick.jinlabs.com/code/twitter/" target="_blank"><strong>Twitter for WordPress</strong></a> - <a onclick="javascript:pageTracker._trackPageview ('/outbound/www.twitter.com');" href="http://www.twitter.com/">Twitter</a> for WordPress displays yours latest <em>tweets</em> in your WordPress blog. Features: Simply, Customizable, Widget ready, Uses WordPress resources (no extra files needed), No options page (yes, it&#8217;s a feature), Detects URLs, e-mail address and @username replies, Multiple widgets (Thanks to <a onclick="javascript:pageTracker._trackPageview ('/outbound/bohuco.net');" href="http://bohuco.net/blog">Michael Feichtinger</a>)</li>
<li><a title="twitter updater" href="http://blog.victoriac.net/blog/twitter-updater" target="_blank"><strong>Twitter Updater</strong></a> - The Twitter Updater automatically sends a Twitter status update to your Twitter account when you create, publish, or edit your WordPress post. You can specify the text for the updates, and also have the option to turn the auto update on/off for the different post actions in the admin panel.</li>
<li><a title="tweetsuite" href="http://danzarrella.com/beyond-tweetbacks-introducing-tweetsuite.html" target="_blank"><strong>Tweetsuite</strong></a> - TweetSuite adds a server side fully-featured TweetBacks service, complete with a Digg-style “Tweet This” button at the top of each post, a “Retweet This” button for each TweetBack, widgets for your sidebar, and the ability to automatically update Twitter with your latest blog entries.<img class="alignnone size-full wp-image-64959" title="tweetsuite example" src="http://ec.mashable.com/wp-content/uploads/2009/01/tweet-suite.jpg" alt="tweetsuite example" width="596" height="377" />The self-explanatory sidebar widgets (you can customize which ones you want to display) include a Recently Tweeted widget, My Last-Tweets widget, Most-Tweeted widget, and My-Favorited Tweets Widget. That’s a lot of widgets, and they all serve very different, but useful purposes for super-tweeters who want to easily display relevant Twitter content to blog visitors. My personal favorite is the Most-Tweeted widget, which works in the same way as standard Popular Posts widgets, displaying your blog entries that get the most Twitter love in your sidebar. <a href="http://mashable.com/2009/01/12/tweetsuite/" target="_blank">Source</a></li>
<li><strong><a href="http://www.fiddyp.co.uk/wp-twitip-id-plugin-add-a-twitter-field-to-your-comment-form-easily/" target="_blank">WP Twitip ID</a> - </strong>This plugin takes the pain out of adding another field to your comment form for users to enter their twitter username to be displayed as a link to follow them via their twitter page. WP Twitip ID functionality: Adds an extra field to the comment form for user to enter their twitter username, Echo out the twitter id associated with the comment being displayed, Echo out a html link pointing to the users twitter page using “Click Here To Follow Me On Twitter”, Display link as an image, Ouput just the @ username, Return the twitter id as a variable to be used by php, Display html before the extra field, Display html after the extra field, Add a class name to the extra field</li>
<li><a href="http://twitter.com/widgets" target="_blank"><strong>Official Twitter Widget</strong></a> - Official Flash or HTML javascript codes that display badges showing what you are posting on Twitter. Available directly through the twitter site.</li>
<li><a href="http://twitthis.com/" target="_blank"><strong>Twitthis</strong></a> - TwitThis is an easy way for people to send Twitter messages about your blog post or website. When visitors to your website click on the TwitThis button or link, it takes the URL of the webpage and creates a shorter URL using TinyURL. Then visitors can send this shortened URL and a description of the web page to all of their friends on Twitter.</li>
<li><a href="http://deanjrobinson.com/projects/twitt-twoo/" target="_blank"><strong>Twitt-Twoo</strong></a> - Twitt-Twoo is a simple little plugin that will allow you to update your Twitter status right from your blog’s sidebar. <span class="caps">AJAX</span> takes cares of the hard work, and means that your page doens’t even have to reload, allowing for quick and easy status updates.&#8221;This is definitely the most aesthetically-pleasing Twitter plugin for <span class="caps">WP</span> to date, but it’s a shame I can’t use it as my host is running <span class="caps">PHP4</span> not 5!&#8221;</li>
<li><a href="http://yoast.com/wordpress/sociable/" target="_blank"><strong>Sociable</strong></a> - Sociable is a plugin which adds social media buttons to your posts, and does so easily, and beautifully.</li>
<li><a href="http://www.ibegin.com/labs/wp-lifestream/" target="_self"><strong>Lifestream</strong></a> - Lifestream displays your social feeds and photos much like you would see it on many of the social networking sites. Features: Unlimited number of feeds. Stores entire feed history, not just the last week or two. Extendable via a base PHP class. Easily add your own feed types with very little PHP code. Customizable display using stylesheets. Allows grouping of events to cutback on the daily feed spam. Localization ready! (<a href="mailto:david@ibegin.com">Email us</a> translations) Daily digest available to summarize your activities. Efficient! Built on scalable database structures so it won’t bog down your website.<span style="color: #000000; text-decoration: none;"> </span><a href="http://www.davidcramer.net/lifestream">View a live demo of LifeStream.</a></li>
<li><a href="http://www.phpvrouwen.nl/twitme/" target="_blank"><strong>Twitme</strong></a> &#8211; Lets you ignore posts in a given category so that if you import posts to a special category so it would not flood Twitter. This new option also allows you to have one category on your blog lets say &#8220;Twitter friends&#8221; and you could tell Twitme to dont send posts from all the other categorys except those in &#8220;Twitter friends&#8221;. In that case you would mark all the categories to disallow except the &#8220;Twitter friends&#8221; category.</li>
<li><a href="http://www.thomaspurnell.com/?page_id=8" target="_blank"><strong>Twitpress</strong></a> - Submits a user definable tweet to your twitter account notifying any twitter followers or friends that a new blog entry has been published on your blog (or an existing published entry has been edited). Supports inclusion of a permalink to your blog posting in the tweet.</li>
<li><a href="http://andrewjaswa.com/bird-feeder/" target="_blank"><strong>Birdfeeder</strong></a> - This plug-in serves one purpose and that is to tweet published posts. It doesn&#8217;t do anything other then tweet. It tweets in this format: [your message] [post title] [short url].</li>
<li><a href="http://yoast.com/wordpress/tweetbacks/" target="_blank"><strong>Tweetbacks</strong></a> - People are talking about your posts, and not only in the comments to your post. A lot of that conversation is happening on Twitter, and now, you can take that conversation right back to your blog! This plugin imports those tweets about your posts as comments. You can display them in between the other comments on your blog, or display them separately.</li>
<li><a href="http://anwanore.com/projects/mytwitter" target="_blank"><strong>MyTwitter</strong></a> - MyTwitter allows users to display their recent Twitter status updates (tweets) on their WordPress site and update their status through the Options page. Includes customization options including number of recent twitters to display, formatting options, and stylesheets. It can be called as a function or used as a widget.</li>
<li><a href="http://twitturls.com/wordpress/" target="_blank"><strong>TwitURLs</strong></a> - Widget that displays currently popular links that have been tweeted.</li>
<li><a title="tweetroll" href="http://tweetburn.com/tools/tweetroll/" target="_blank"><strong>Tweetroll</strong></a> - A smart badge that shows your Twitter details and who you&#8217;re following on Twitter. It shows your friends&#8217; avatars and invites your readers to come and follow you too.</li>
<li><a href="http://wordpress.org/extend/plugins/newstweet/"><strong>NewsTweet</strong></a> &#8211; Set a keyword or phrase and NewsTweet constantly pulls twitter posts containing that word or phrase. Useful for bands or anyone with a specific focus for their blog. NewsTweet uses AJAX and the Twitter API so your content stays fresh without the need to refresh the page.</li>
<li><a href="http://sitetweet.net/" target="_blank"><strong>SiteTweet</strong></a> &#8211; sitetweet allows webmasters to post immediate messages on <a style="text-decoration: underline; color: #3c3c3c;" href="http://twitter.com/">Twitter</a> about specific behaviors on their site. Usually installed on strategic pages, you can configure sitetweet to send a special message when a user performs a certain action on your site. You can use Twitter&#8217;s options for private posts in case you want to control who follows your login.</li>
<li><a href="http://wordpress.org/extend/plugins/tweetmeme/" target="_blank"><strong>TweetMeme Button</strong></a> &#8211; easily allows your blog to be retweeted. The button also provides a current count of how many times your story has been retweeted throughout twitter.</li>
<li><a href="http://wordpress.org/extend/plugins/simple-twitter-link/"><strong>Simple Twitter Link</strong></a> &#8211; simply returns a URL &#8211; this URL is a link to Twitter with your post/page URL within it. It even uses TinyURL to make the link passed to Twitter even more convenient.</li>
<li><a href="http://twitter.com/widgets"><strong>Twitter Badge</strong></a> &#8211; Official javascript codes that display badges showing what you are posting on Twitter.</li>
</ol>
<h3>WordPress Twitter Plugins We Choose</h3>
<p>&nbsp;</p>
<p><strong>23. <a href="http://twitterfeed.com/" target="_blank">Twitterfeed</a></strong> - Posts your blog updates to your twitter account. Login to twitterfeed using your OpenID, provide the URL for your blog RSS feed, and how often to post to Twitter.</p>
<p><strong>24. <a title="twitter widget pro" href="http://xavisys.com/2008/04/wordpress-twitter-widget/" target="_blank">Twitter Widget Pro</a></strong> - This twitter plugin is a sidebar widget that handles Twitter feeds. It’s true that you could just point and RSS widget at one of the Twitter feeds, but you end up with the whole tweet as a link, @replies don’t function, etc. Twitter Widget Pro properly handles twitter feeds, including @username and link parsing, feeds that include friends or just one user, and can even display profile images for the users. It’s set up like the RSS widgets, so you can have as many of as you want on your sidebars.</p>
<p>After long tedious testing here are the plugins we choose. Although there are many solutions like <a href="http://alexking.org/blog/2008/11/13/twitter-tools-151" target="_blank">TwitterTools</a> which integrate both the ability to show your tweets in a widget on our sidebar as well as posts from your blog to twitter we started by adding <a href="http://twitterfeed.com/" target="_blank">Tw</a><a href="http://twitterfeed.com/" target="_blank">itterfeed</a> to our site which is setup and configured from their site. After that since it was already setup we started searching for a plugin just to display our twitter feed. <a title="twitter widget pro" href="http://xavisys.com/2008/04/wordpress-twitter-widget/" target="_blank">Twitter Widget Pro</a> stood out from the rest for having a rss icon link to the feed as well as a direct title link (shown as &#8220;Follow Us On Twitter&#8221; on our page) to our twitter page. Installation was quick and simple and there you have it could you ask for anything more. Our needs were fairly simple. The other plugins above in the post are great for more advanced functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/wordpress-posts/top-twitter-wordpress-plugin-roundup/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Top Web Design Links for September &#8217;08</title>
		<link>http://blueprintds.com/links/top-web-design-links-for-september-08/</link>
		<comments>http://blueprintds.com/links/top-web-design-links-for-september-08/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 04:43:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[drawn]]></category>
		<category><![CDATA[hand]]></category>
		<category><![CDATA[overused]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=627</guid>
		<description><![CDATA[http://blueprintds.com/links/top-web-design-links-for-september-08/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/09/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Web Design Links for September &#8217;08" title="Top Web Design Links for September &#8217;08" /><div><a href="" title="Top Web Design Links for September &#8217;08"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/09/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Web Design Links for September &#8217;08" title="Top Web Design Links for September &#8217;08" /></a></div>Here&#8217;s a list of link of sites we seen in September: http://outlawdesignblog.com/2008/30-websites-that-feature-a-hand-drawn-style/ &#8220;In the past 5 years we ’ve seen an increasing trend of designers using a hand drawn style on their websites. Here are some great examples of the use of a hand drawn style in web design.&#8221; http://www.smashingapps.com/2008/09/10/39-masterpieces-of-creative-advertisements.html &#8220;I believe that strong advertisement [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/links/top-web-design-links-for-september-08/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/09/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Web Design Links for September &#8217;08" title="Top Web Design Links for September &#8217;08" /><div><a href="" title="Top Web Design Links for September &#8217;08"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/09/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Web Design Links for September &#8217;08" title="Top Web Design Links for September &#8217;08" /></a></div><p>Here&#8217;s a list of link of sites we seen in September:</p>
<p><a href="http://outlawdesignblog.com/2008/30-websites-that-feature-a-hand-drawn-style/" target="_blank">http://outlawdesignblog.com/2008/30-websites-that-feature-a-hand-drawn-style/</a><br />
&#8220;In the past 5 years we ’ve seen an increasing trend of designers using a hand drawn style on their websites. Here are some great examples of the use of a hand drawn style in web design.&#8221;</p>
<p><a href="http://www.smashingapps.com/2008/09/10/39-masterpieces-of-creative-advertisements.html" target="_blank">http://www.smashingapps.com/2008/09/10/39-masterpieces-of-creative-advertisements.html</a><br />
&#8220;I believe that strong advertisement is a fastest way to convey the message to the audience and if they are attractive as become inspiration for others so it ’s more useful. Sometimes they are just an advertisement but some companies works very hard to make their promotional / advertisement campaign very unique, striking and successful.&#8221;</p>
<p><a href="http://justcreativedesign.com/2008/09/09/top-7-most-overused-techniques-elements-used-in-graphic-design/" target="_blank">http://justcreativedesign.com/2008/09/09/top-7-most-overused-techniques-elements-used-in-graphic-design/</a><br />
This is a great list of over used design techniques. &#8220;Is all design looking the same too you? Are you following graphic design trends subconsciously?&#8221;</p>
<p><a href="http://news.cnet.com/8301-13515_3-10046206-26.html?part=rss" target="_blank">http://news.cnet.com/8301-13515_3-10046206-26.html?part=rss</a><br />
Twitter got a face lift.</p>
<p><a href="http://www.seomoz.org/blog/how-to-ruin-a-web-design-the-design-curve" target="_blank">http://www.seomoz.org/blog/how-to-ruin-a-web-design-the-design-curve</a><br />
&#8220; <span>As a professional web designer I&#8217;ve noticed a consistent trend in the majority of the projects I&#8217;ve worked on: The more time that is spent dissecting, analyzing, and critiquing a design by the wrong kinds of people the worse that design gets. The same trend applies to the number of people involved in the design process.&#8221; </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/links/top-web-design-links-for-september-08/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

