<?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>Philadesigns &#187; Web Design</title>
	<atom:link href="http://www.philadesigns.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philadesigns.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 02:33:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>@font-face = Nice!</title>
		<link>http://www.philadesigns.com/2010/07/18/font-face-nice/</link>
		<comments>http://www.philadesigns.com/2010/07/18/font-face-nice/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 22:17:14 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[sIFR]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[web fonts]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=2246</guid>
		<description><![CDATA[I&#8217;ve been experimenting with @font-face, a CSS3 native rule, for font replacement. Years ago, I tried out sIFR (Scalable Inman Flash Replacement) on a few sites, but found it a bit too hacky, quirky, and not quite represented well across all browsers. Plus, you had to incorporate a Flash file and JavaScript to get it [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">I&#8217;ve been experimenting with <span class="html">@font-face</span>, a CSS3 native rule,  for font replacement. Years ago, I tried out sIFR (Scalable Inman Flash Replacement) on a few sites, but found it a bit too hacky, quirky, and not quite represented well across all browsers. Plus, you had to incorporate a Flash file and JavaScript to get it done. So, back to <a href="http://www.webdesigndev.com/web-development/16-gorgeous-web-safe-fonts-to-use-with-css" target="_blank">web-safe fonts</a> I went. But the results of <span class="html">@font-face</span> so far have been one <a href="http://www.youtube.com/watch?v=tB8EUs5NFLM" target="_blank">smooth operator</a>, giving you selectable and searchable type that looks the same across all <a href="http://caniuse.com/" target="_blank">major browsers</a>.</p>
<h2>Goodbye, Georgia&#8230;For Now.</h2>
<p>The headlines and body font of my Philadesigns site used to be Georgia, but it is now another serif-based font called <a href="http://friedrichalthausen.de/vollkorn/" target="_blank">Vollktron</a>, which is free to use commercially under the <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&#038;id=OFL_we" target="_blank">OFL</a> (Open Font License).</p>
<h2>Font Squirrel: Loads of Fonts and Font Format Generator</h2>
<p>Under the OFL, there are tons of fonts to choose from, many of which can be found at <a href="http://www.fontsquirrel.com/" target="_blank">Font Squirrel</a>. Font Squirrel also has a kickass <a href="http://www.fontsquirrel.com/fontface/generator" target="_blank">@font-face Generator</a> that creates all of the font formats needed to support all major browsers (yes, even IE7 and IE8), allowing you to <a href="http://www.youtube.com/watch?v=2Zail7Gdqro" target="_blank">get nuts</a>. Font Squirrel also gives you the CSS code to paste, with everything ready to download in a .zip file. Supah.</p>
<h2>Font Formats</h2>
<p>Depending on the browser, different font format files are needed to display the font. So, you&#8217;ll need to call a bunch of fonts in the CSS like this example with the Vollkorn Regular font:</p>
<pre>
@font-face {
	font-family: 'VollkornRegular';
	src: url('vollkorn-regular-webfont.eot');
	src: local('Vollkorn'), 
	local('Vollkorn-Regular'), 
	url('vollkorn-regular-webfont.woff') format('woff'), 
	url('vollkorn-regular-webfont.ttf') format('truetype'), 
	url('vollkorn-regular-webfont.svg#webfontGeigTbV2') format('svg');}
</pre>
<p>As stated earlier, Font Squirrel provides you with the CSS and fonts. You just need to add this to the CSS, copy over the font files (in a suitable directory), and then add the following to your whatever element tag you want to apply the font:</p>
<pre>
body {font-family: VollkornRegular, Georgia, Baskerville, Garamond, "Times New Roman";}
</pre>
<p>If the browser can&#8217;t read any of those fonts, then it will jump to Georgia. I&#8217;ve successfully tested <span class="html">@font-face</span> in the following browsers:</p>
<ul class="blogBullets">
<li>IE7 (PC)</li>
<li>IE8 (PC)</li>
<li>Safari 5.0 (Mac)</li>
<li>Safari Mobile (iPhone)</li>
<li>Firefox 3.6.6 (Mac)</li>
<li>Chrome 5.0.375.99 (Mac)</li>
<li>Opera 10.60 (Mac)
</ul> 
<p>Learn more about <a href="http://webfonts.info/wiki/index.php?title=@font-face_browser_support" target="_blank">what font formats are loaded by browser type</a>.</p> 
<h2>Updated!</h2>
<p>Due to a lag in load time, I have removed <span class="html">@font-face</span> and have reverted the body font back to Georgia.</h2>]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/07/18/font-face-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Video</title>
		<link>http://www.philadesigns.com/2010/07/13/christmas-in-july/</link>
		<comments>http://www.philadesigns.com/2010/07/13/christmas-in-july/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:08:44 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=2182</guid>
		<description><![CDATA[Been finally getting some code wet with HTML5, especially after reading HTML5 For Web Designers by Jeremy Keith. Below is a video of Santucci during Christmas of &#8217;09, using the new video element. The Video Within the video element, two video files are served up: .MP4 for the latest versions of Safari and Chrome, .OGV [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">Been finally getting some code wet with HTML5, especially after reading <span class="italic"><a href="http://books.alistapart.com/product/html5-for-web-designers" target="_blank">HTML5 For Web Designers</a></span> by <a href="http://www.adactio.com" target="_blank">Jeremy Keith</a>. Below is a video of Santucci during Christmas of &#8217;09, using the new <span class="html">video</span> element.</p>
<h2>The Video</h2>
<p>Within the <span class="html">video</span> element, two video files are served up: .MP4 for the latest versions of Safari and Chrome, .OGV for the latest versions of Firefox and Opera. <a href="http://www.canIuse.com" target="_blank">Latest versions supported are listed here</a>.</p>
<p>Unfortunately, if you are using Internet Explorer, you won&#8217;t see this video. I could have been a saint and created a Flash version, but I wasn&#8217;t feeling Flashy at the time.</p>
<video width="620" height="350"  poster="http://www.philadesigns.com/video/toochChristmas09.jpg" preload="none"  controls>
<source src="http://www.philadesigns.com/video/toochChristmas09.mp4" type="video/mp4" />
<source src="http://www.philadesigns.com/video/toochChristmas09.ogv" type="video/ogg" />
</video>
<h2>Poster Attribute</h2>
<p>The <span class="html">poster</span> attribute is very cool and allows you to put a placeholder image for the video, as shown with Santucci above. This allows for some beautiful web design, as opposed to the typical middle frame image that YouTube displays.</p>
<h2>File Types And What Is Going On With Them</h2>
<p>Unfortunately, there isn&#8217;t a single video file type that all browsers can display. So, you have to serve up a series of video files for the <span class="html">video</span> element to display, depending on the browser. For Safari and Chrome, you serve up a .MP4 file. For Firefox and Opera, you dish out a .OGV file. For Internet Explorer 7 and 8, you have a Flash version ready or an embedded YouTube, Vimeo, Viddler or other 3rd party hosting file embedded and ready to showcase.</p> 
<p>So, yeah, that&#8217;s a lot of versions to make just to play a video in all modern browsers. Kind&#8217;ve sucks, I know.</p>
<h2>Hosting Hurdle</h2>
<p>You may need to alter your .htaccess file to allow your server to play .OGV files. </p>
<p>With my BlueHost.com hosted site, I had to add the following to .htaccess: <span class="html">AddType application/ogg .ogv</span></p>
<h2>Creating A .OGV File On The Mac</h2>
<p>If you were like me and never heard of a .OGV file, you may be wondering how the hell to create a such a file. Well, if you use iMovie on a Mac, you can export to an MP4 video file. Then, to create a .OGV, download and install a free app called <a href="http://commons.wikimedia.org/wiki/Help:Converting_video" target="_blank">ffmpeg2theora</a> that allows you to just drag a movie file into the Terminal after a command line of: <span class="html">ffmpeg2theora</span>. Trying to convert a QuickTime .MOV file doesn&#8217;t work with this method though.</p> 
<h2>Firefogg</h2>
<p>With the Firefox browser, you can use the <a href="http://firefogg.org/make" target="_blank">Firefogg Make Web Video</a> plugin. This will connect you to the online app that allows you to simply upload a file and export it as an .OGV file. Again, QuickTime .MOV could not be converted with this app.</p>
<h2>Vimeo Version</h2>
<p>You Internet Explorer people can watch this version:</p>
<p><a href="http://www.philadesigns.com/2010/07/13/christmas-in-july/"><em>Click here to view the embedded video.</em></a></p>
<p>This the first time I&#8217;m using the &#8220;thumb&#8221; option with Vimeo, which allows you to add a placeholder image, or a &#8220;poster&#8221; image to display before the visitor starts. YouTube still doesn&#8217;t have this feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/07/13/christmas-in-july/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.philadesigns.com/video/toochChristmas09.mp4" length="10311989" type="video/mp4" />
<enclosure url="http://www.philadesigns.com/video/toochChristmas09.ogv" length="6653789" type="video/ogg" />
		</item>
		<item>
		<title>Coinstar Time</title>
		<link>http://www.philadesigns.com/2010/07/09/coinstar-time/</link>
		<comments>http://www.philadesigns.com/2010/07/09/coinstar-time/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:13:21 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[coinstar]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/2010/07/09/coinstar-time/</guid>
		<description><![CDATA[Guess within $10 of how much loot is in the jar and I&#8217;ll buy ya two beers at some local watering hole! The time has come to buy Photoshop CS5 and this jar is getting too massive to carry. Time to cash it in. My guess is $485.00. Loads of quarters here. This blog post [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">Guess within $10 of how much loot is in the jar and I&#8217;ll buy ya two beers at some local watering hole!</p>
<p>The time has come to buy Photoshop CS5 and this jar is getting too massive to carry. Time to cash it in.  My guess is $485.00. Loads of quarters here.</p>
<p>This blog post was written laboriously on the WordPress iPhone app. Whew!</p>

<img src="http://www.philadesigns.com/wp-content/uploads/2010/07/p_2048_1536_6DF38E86-7D5E-4EB2-A6C9-A51CB575C010.jpeg" alt="" class="alignnone size-full" />]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/07/09/coinstar-time/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Big Web Show</title>
		<link>http://www.philadesigns.com/2010/06/11/the-big-web-show/</link>
		<comments>http://www.philadesigns.com/2010/06/11/the-big-web-show/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 13:57:04 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[jeffrey zeldman]]></category>
		<category><![CDATA[the big web show]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=2157</guid>
		<description><![CDATA[If you&#8217;re a web designer / developer, you&#8217;ve got to check out The Big Web Show, starring Jeffrey Zeldman and Dan Benjamin. The Big Web Show doesn&#8217;t use the word &#8220;podcast&#8221;, although you could classify it as that, but it truly doesn&#8217;t feel like one in the sense of other web shows such as Boagworld. [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">If you&#8217;re a web designer / developer, you&#8217;ve got to check out <a href="http://5by5.tv/bigwebshow" target="_blank">The Big Web Show</a>, starring <a href="http://www.zeldman.com" target="_blank">Jeffrey Zeldman</a> and <a href="http://danbenjamin.com/" target="_blank">Dan Benjamin</a>. The Big Web Show doesn&#8217;t use the word &#8220;podcast&#8221;, although you could classify it as that, but it truly doesn&#8217;t feel like one in the sense of other web shows such as <a href="http://www.boagworld.com" target="_blank">Boagworld</a>. The video and audio quality is superb, as well as the use of time and guest interviews. (Sorry, Paul.) This is attributed to the <a href="http://www.5by5.tv" target="_blank">5by5.tv</a> internet broadcasting service.</p>
<p>The Big Web show also sticks to solely one topic per show, as opposed to bouncing around like an RSS reader in your ear. &#8220;Episode 6: Mobile First&#8221; discusses the importance of designing for the mobile web, sometimes even BEFORE desktop versions, and how smart phones are surpassing desktop computer sales more increasingly every year.</p>]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/06/11/the-big-web-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please Start From The Beginning</title>
		<link>http://www.philadesigns.com/2010/03/13/please-start-from-the-beginning/</link>
		<comments>http://www.philadesigns.com/2010/03/13/please-start-from-the-beginning/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 23:03:37 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ryan taylor]]></category>
		<category><![CDATA[sarah parmenter]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=1979</guid>
		<description><![CDATA[United Kingdom designer / developer, Ryan Taylor, has a very insightful video series entitled &#8220;Please Start From The Beginning&#8221; in which he lets top web industry professionals discuss their often humble beginnings as well as offering advice. These videos allow you to &#8220;hang&#8221; with leading web authors and designers in a very laidback and languid [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">United Kingdom designer / developer, <a href="http://www.havocinspired.co.uk" target="_blank">Ryan Taylor</a>, has a very insightful video series entitled &#8220;Please Start From The Beginning&#8221; in which he lets top web industry professionals discuss their often humble beginnings as well as offering advice.</p>
<p>These videos allow you to &#8220;hang&#8221; with leading web authors and designers in a very laidback and languid moment in a time that is off the cuff and highly revealing. Many of these videos feature authors that I have read in book form or via RSS feeds for years, and it&#8217;s nice to put a face and a personality to the name.</p>
<p>Here is an example of one of the videos, starring Sarah Parmenter talking about the beginnings of her company <a href="http://www.youknowwhodesign.com/" target="_blank">You Know Who Design</a>.</p>
<embed src="http://blip.tv/play/hPpfgbuOWgI" type="application/x-shockwave-flash" width="480" height="326" allowscriptaccess="always" allowfullscreen="true"></embed>
<p></p>
<p>These videos are solid gold for web designers of all experiences ranges. Take a break from coding, grab a coffee, and watch one of these great videos.</p>]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/03/13/please-start-from-the-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumblr vs. Posterous</title>
		<link>http://www.philadesigns.com/2010/03/05/tumblr-vs-posterous/</link>
		<comments>http://www.philadesigns.com/2010/03/05/tumblr-vs-posterous/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 03:41:48 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[tumblr]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=1931</guid>
		<description><![CDATA[So, after experimenting with two free services, Tumblr and Posterous, I&#8217;ve decided that I&#8217;m a Tumblr guy. I already have Facebook, Twitter, Delicious, and Flickr accounts, as well as a WordPress blog, and everything is accessible from my Philadesigns personal site. So, why the hell would I even need a Tumblr?! Well, the answer is: [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">So, after experimenting with two free services, Tumblr and Posterous, I&#8217;ve decided that I&#8217;m a <a href="http://carlfranke.tumblr.com/" target="_blank">Tumblr</a> guy. I already have Facebook, Twitter, Delicious, and Flickr accounts, as well as a WordPress blog, and everything is accessible from my Philadesigns personal site. So, why the hell would I even need a Tumblr?!</p>
<p>Well, the answer is: &#8220;I don&#8217;t.&#8221; But, at the same time, it&#8217;s nice to have a place that puts all 5 of those above mentioned social networking and content storage services in one continuous &#8220;lifestream&#8221;. A stream of life&#8230;a never ending posting delight, that is until you do eventually die and stop posting. But, that&#8217;s a whole different story, and there&#8217;s services for that as well. Yes, people acutally back up their tweets with services such as <a href="http://www.tweetbackup.com" target="_blank">TweetBackup.com</a>.</p>
<h2>Posterous</h2>
<p>Posterous is not a lifestream. It only allows you to post on Posterous. You can&#8217;t even import your blog to it. But what you can do is post to all of your favorite social media outlets via the @posterous email services. They have a boomarklet as well that allows you to easily comment on a web page, post it to your Posterous and external blog, and have it posted immediately. But they toss in loads of HTML break tags, extra divs, and it&#8217;s a formatting nightmare, especially when posting to an external blog.</p>
<p>The one thing about Posterous that I find absolutely ridiculous is that there&#8217;s no way to delete your account. I would love to delete my half-ass account, but how to do so is not documented on Posterous.com, it&#8217;s not in the account settings, and loads of people on forums are questioning the same thing.</p>
<h2>Tumblr</h2>
<p>Tumblr allows you to import up to 5 different RSS feeds into your stream of content. I currently have it set up to display my most recent:</p>
<ul class="blogBullets">
<li>Flickr photos</li>
<li>Delicious links</li>
<li>Tweets</li>
<li>Blog posts</li>
<li>YouTube videos</li>
</ul>
<p>Other great features of Tumblr include:</p>
<ul class="blogBullets">
<li>iPhone App (free)</li>
<li>Loads of preset themes that can be customized</li>
<li>Ability to add more pages and have them instantly appear in the navigation</li>
<li>Beautiful and easy to use interface</li>
<li>Custom domain setup</li>
<li>Audio posts &#8212; just call the number and report the scene!</li>
<li>Oh, and if you don&#8217;t like Tumblr, you can actually delete the account</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/03/05/tumblr-vs-posterous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App Faves</title>
		<link>http://www.philadesigns.com/2010/02/06/iphone-app-faves/</link>
		<comments>http://www.philadesigns.com/2010/02/06/iphone-app-faves/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 18:02:27 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iphone apps]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=1690</guid>
		<description><![CDATA[After about seven months of playing with my iPhone, these are my favorite iPhone apps so far. Any apps that you recommend? Let me know! Stocks Watch your money go down the drain live as it happens. The Stocks app that comes with the iPhone is one of my favorites, as I&#8217;ve gotten back into [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">After about seven months of playing with my iPhone, these are my favorite iPhone apps so far. Any apps that you recommend? Let me know!</p>

<h2>Stocks</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-3.jpg" alt="Stocks" title="Stocks" width="320" height="480" class="floatLeft" />
<p>Watch your money go down the drain live as it happens. The Stocks app that comes with the iPhone is one of my favorites, as I&#8217;ve gotten back into the Stock Market again recently. You can select which stocks you want to always immediately appear. Upon highlighting a particular stock, you receive the latest links to articles related to that stock and its competitors, as well as comparisons on the stock&#8217;s performance.</p>

<h2>All Countries</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-17.jpg" alt="All Countries" title="All Countries" width="320" height="480" class="floatLeft" />
<p>Scroll through all of the countries of the world and scan their national flags. Then, select a country to gain info on their population, monetary units, ethnicity, religions, economic summary &#8212; everything. Very useful on the train when you suddenly want to find out what national resources Chad provides.</p>

<h2>The New York Times</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-16.jpg" alt="New York Times" title="New York Times" width="320" height="480" class="floatLeft" />
<p>The New York Times news stories categorized by latest and most popular. Select an article and kick back and enjoy. You can really lean back because the text is massive.</p>

<h2>Restaurants</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-15.jpg" alt="Restaurants" title="Restaurants" width="320" height="480" class="floatLeft" />
<p>I really don&#8217;t eat out at many fast food or chain restaurants, but I find this app absolutely eye-opening. Click on a restaurant, such as McDonald&#8217;s, and you&#8217;ll find all of the food that McDonald&#8217;s offers. Select an entree, appetizer, dessert, and get the nutritional (or lack of) information. For example, a Big Mac has 540 calories, 29g of fat, 10g of saturated fat, 1.5g of trans fat, and 1040mg of sodium!</p>

<h2>Facebook</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-14.jpg" alt="Facebook" title="Facebook" width="320" height="480" class="floatLeft" />
<p>Update your Facebook status and post photos that you&#8217;ve taken with your iPhone camera. A must-have for Facebook addicts. You can also view a stripped down version of friends&#8217; profiles.</p>

<h2>Evernote</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-13.jpg" alt="Evernote" title="Evernote" width="320" height="480" class="floatLeft" />
<p>I use Evernote.com to organize all of my &#8220;to do&#8221; lists and projects. The Evernote app allows you to seamlessly tap into your account, update content, and view all of your Evernote wonders. I highly recommend this app if you&#8217;re looking to organize your projects and need to check up on them over multiple computers.</p>

<h2>Flickr</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-12.jpg" alt="Flickr" title="Flickr" width="320" height="480" class="floatLeft" />
<p>If you use Flickr for photo management, this app will come in handy. Upload photos you&#8217;ve captured with your iPhone straight to Flickr, name it, select the set, and boom, you&#8217;re done. Browse your Flickr contacts&#8217; photos as well.</p>

<h2>Dub Siren</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-11.jpg" alt="Dub Siren" title="Dub Siren" width="320" height="480" class="floatLeft" />
<p>If you dig reggae and dub music, get this jawn. Dub Siren brings you all of the reggae and dub internet radio stations all in one finger scroll, and also allows you to add your own effects to the streaming songs! Add your own twist on songs with cool spin, tempo, delay, mute, pitch, and sine wave effects. Lock in your effects as well. The graphics on this app bring a 1970s Lee Perry studio panel feel to the app.</p>

<h2>Stitcher</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-10.jpg" alt="Stitcher" title="Stitcher" width="320" height="480" class="floatLeft" />
<p>Stitcher categorizes podcasts, easily allowing you to find as well as search for podcasts that might be up your alley. Star a podcast to add to your favorites. Your favorites will always be ready to listen to in succession upon loading the app. I highly recommend the Adam Carolla (for celebrity interviews and good laughs) and Boagworld (for web designers).</p>

<h2>Phone Flicks</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-9.jpg" alt="Phone Flicks" title="Phone Flicks" class="floatLeft" />
<p>If you have a Netflix account, Phone Flicks allows you to update your Netflix queue as well as browse movie titles to add to your queue. If you have queue battles with your spouse, this will give you the upper hand in getting the movie that you want to watch to the top of the queue.</p>

<h2>Nambu</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-7.jpg" alt="Nambu" title="Nambu" width="320" height="480"  class="floatLeft" />
<p>There are a bunch of Twitter apps out there. Nambu is how I prefer to update my Twitter status and read the feeds of the people that I follow. On launching the app, you&#8217;ll see a number indicating all of the updates that you haven&#8217;t read yet. The chill gray / black background works nicely with the white text for enhanced readability. Click on the profile links for more individual info.</p>

<h2>Flixster</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-8.jpg" alt="Flixster" title="Flixster" width="320" height="480" class="floatLeft" />
<p>Watch the latest movie trailers on your iPhone, get movie reviews, and check out what movies are coming out deep into the future. For example, I can see that Scary Movie 5 is coming out in 2011 and Spiderman 4 is coming out in 2012. Check local theatre listings and find out when movies come out on DVD as well.</p>

<h2>ESPN Score Center</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-6.jpg" alt="ESPN ScoreCenter" title="ESPN ScoreCenter" width="320" height="480" class="floatLeft" />
<p>Get live scores from the MLB, NHL, NFL, NBA and loads more. Customize it to receive only the sports that you care for. Tap into the score zone for play-by-play scoring information. An amazing app that I see pop-up in bars all the time during NFL games. A must have for sports nuts.</p>

<h2>Whole Foods Recipes</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-5.jpg" alt="Whole Foods Recipes" title="Whole Foods Recipes" width="320" height="480" class="floatLeft" />
<p>Say you have a chicken in the fridge, but you want to cook it differently than you always do it. Tap into the Whole Foods Recipes app, enter in &#8220;chicken&#8221;, and receive chicken-based recipes immediately. This also comes in handy when you&#8217;re at the grocery store and you draw a blank on how to spice up your dinners.</p>

<h2>Word Press</h2>
<img src="http://www.philadesigns.com/wp-content/uploads/2010/02/photo-4.jpg" alt="WordPress" title="WordPress" width="320" height="480" class="floatLeft" />
<p>Have a WordPress based blog? With this app, you can edit and create posts straight from your iPhone. Take photos of a show and write about it live as it happens. Faux photo journalism at your fingertips.</p>]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/02/06/iphone-app-faves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging From iPhone</title>
		<link>http://www.philadesigns.com/2010/02/06/blogging-from-iphone/</link>
		<comments>http://www.philadesigns.com/2010/02/06/blogging-from-iphone/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:15:30 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[memphis tap room]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/2010/02/06/blogging-from-iphone/</guid>
		<description><![CDATA[With this post, I am testing out the WordPress iPhone app, which enables you to blog to your site directly from your iPhone. It enables you to add text and photos taken with your iPhone, bringing realtime faux photo journalism as a new arsenal to your bag of tricks. You can add custom formatting as [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">With this post, I am testing out the WordPress iPhone app, which enables you to blog to your site directly from your iPhone.</p>

<p>It enables you to add text and photos taken with your iPhone, bringing realtime faux photo journalism as a new arsenal to your bag of tricks. You can add custom formatting as well, although coding on the iPhone is cumbersome.</p>

<p><img src="http://www.philadesigns.com/wp-content/uploads/2010/02/l_2048_1536_A53A2247-67B6-4538-9850-B2CA5550FC61.jpeg" alt="Memphis Tap Room Menu" title="Memphis Tap Room Menu"  />Here is a closeup of the Memphis Tap Room menu. The Suicide Rings are very good. Give &#8216;em a go next time you&#8217;re there.</p>]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/02/06/blogging-from-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugins For All Sites</title>
		<link>http://www.philadesigns.com/2010/02/05/wordpress-plugins-all-sites-can-benefit-from/</link>
		<comments>http://www.philadesigns.com/2010/02/05/wordpress-plugins-all-sites-can-benefit-from/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:26:55 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=1107</guid>
		<description><![CDATA[After experimenting with a lot of WordPress plugins over the past couple of years, I&#8217;ve realized that there is definitely a core group of plugins that every WordPress site can benefit from. Here&#8217;s a listing of them with a brief description of what they do: Askimet Akismet checks your comments against the Akismet web service [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">After experimenting with a lot of WordPress plugins over the past couple of years, I&#8217;ve realized that there is definitely a core group of plugins that every WordPress site can benefit from. Here&#8217;s a listing of them with a brief description of what they do:</p>
<p class="bold">Askimet</p>

<p>Akismet checks your comments against the Akismet web service to see if they look like spam or not. I once didn&#8217;t have this plugin installed for a couple  months and literally got hundreds of spam comments.</p>

<p><a href="http://akismet.com/" target="_blank">Get Aksimet</a></p>
<p class="bold">All-In-One SEO</p>

<p>Let&#8217;s you customize the title tag, META descriptions, META keywords and more for each post or page.</p>

<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">Get All-In-One SEO</a></p>
<p class="bold">Breadcrumb NavXT</p>

<p>If you have many child and sibling pages, you might want to keep your user in the know as to where the heck they are within your web site. This highly customizable plugin allows you to easily add a simple Breadcrumb link trail anywhere on your site.</p>

<p><a href="http://mtekk.weblogs.us/code/breadcrumb-navxt/" target="_blank">Get Breadcrumb NavXT</a>
<p class="bold">Classy Body</p>

<p>This will add page ID specific classes to the body tags of all pages and posts. This is extremely useful if you want so stylize a particular page.</p>

<p><a href="http://www.alistercameron.com/2007/01/04/wordpress-plugin-classybody/" target="_blank">Get Classy Body</a></p>
<p class="bold">Disable-WPAutoP</p>

<p>Certain versions of WordPress add a lot of random &lt;p&gt; tags all over the place when writing or editing a post, even in HTML mode. This plug-in gets rid of this nuisance.</p>

<p><a href="http://urbangiraffe.com/plugins/disable-wpautop/" target="_blank">Get Disable-WPAutoP</a></p>
<p class="bold">Google XML Sitemaps</p>

<p>This plugin will generate a special XML sitemap which will help search engines better index your web site. With such a sitemap, it&#8217;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently.</p>

<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Get Google XML Sitemaps</a></p>
<p class="bold">Head-Meta</p>

<p>This allows you to add anything to the head of an individual post or page. This is very useful if you have to insert some javascript on a particular post for something exclusive to that page, such as an audio player. Ordinarily, you would have to put the script in the header.php file, but this plugin comes to rescue for this scenario.</p>

<p><a href="http://lud.icro.us/wordpress-plugin-head-meta/" target="_blank">Get Head-Meta</a></p>
<p class="bold">Search Everything</p>

<p>Typically the search feature of WordPress searches just the blog posts. With this plugin, you can expand the searchability to include tags, categories, comments, and pages.</p>

<p><a href="http://wordpress.org/extend/plugins/search-everything/" target="_blank">Get Search Everything</a></p>
<p class="bold">Sociable</p>

<p>With this little nugget, you can add a subtle &#8220;Share This&#8221; section to your blog post. Simply check off which of the 99 (yes, 99!) different social network, news, and feed based sites you want to allow people to choose from. The logos that will appear at the bottom of the blog posts are about the size of a favicon and have a transparency of about 60%. When you hover each one, they increase to 100%.</p>

<p><a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">Get Sociable</a></p>
<p class="bold">WP Super Cache</p>

<p>WP Super Cache speeds up your blog by generating html files that are served directly by Apache without processing the comparitvely heavy PHP scripts.</p>

<p><a href="http://ocaoimh.ie/wp-super-cache/" target="_blank">Get WP Super Cache</a></p>
<p class="bold">Viper&#8217;s Video Quick Tags</p>

<p>If you like to add videos to your blog posts, then this plugin is for you. Now, when grabbing the &#8220;source code&#8221; from sites like YouTube, the code is often inflated and definitely not valid (X)HTML. This plugin inserts YouTube, Vimeo, Google Video buttons &#8212; whatever video source you want &#8212; into your editor. You can then just click &#8220;YouTube&#8221;, paste in the URL, and the video gets embedded with cleaner and valid (X)HTML. You can even specify the default widths for all of your videos so that you don&#8217;t have to keep readjusting them.</p>

<p><a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/" target="_blank">Get Viper&#8217;s Video Quick Tags</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2010/02/05/wordpress-plugins-all-sites-can-benefit-from/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Computer During College? Not Me</title>
		<link>http://www.philadesigns.com/2009/10/20/i-never-had-a-computer-during-college/</link>
		<comments>http://www.philadesigns.com/2009/10/20/i-never-had-a-computer-during-college/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:44:26 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Vintage]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[magic mouse]]></category>
		<category><![CDATA[vintage computer]]></category>

		<guid isPermaLink="false">http://www.philadesigns.com/?p=671</guid>
		<description><![CDATA[With the new iMac and Magic Mouse announced today from Apple, I took a moment to think of computers from the past and realized that I actually never had a computer during college. That is unthinkable today, and I can officially chalk up that I am one old dude! Back when I went to Kutztown [...]]]></description>
			<content:encoded><![CDATA[<p class="leadText">With the new <a href="http://www.apple.com/imac/" target="_blank">iMac</a> and <a href="http://www.apple.com/magicmouse/" target="_blank">Magic Mouse</a> announced today from Apple, I took a moment to think of computers from the past and realized that I actually never had a computer during college. That is unthinkable today, and I can officially chalk up that I am one old dude!</p>

<p>Back when I went to Kutztown university, I was one of the lucky ones fortunate enough to have a Brother word processor that clanked out 5-page reports in about 20 minutes and featured a tiny black display with bright yellow text. Sure, we had a computer lab in the library with about 25 Apple computers, but there was always a line or a wait and we hardly knew how to use those damn things back then.</p>

<p>My first computer was an bondi blue iMac, the first iMac that was ever released, back in 1998 I believe. My friend John Roberts hooked me up with Photoshop 4.0 and something called Dreamweaver and I was well on my way into the murky confusion of table based web design, and then the eventual dreaded &#8220;DHTML&#8221;. I clearly remember designing sites that stated &#8220;Click Here for Internet Explorer or Click Here for Netscape Navigator&#8221;.</p>

<p>In celebration of the past, here&#8217;s a look at some old school computers and diligent workers:</p>

<a href="http://www.flickr.com/photos/33158682@N06/4016927907/" title="1970 by retro-space, on Flickr"><img src="http://farm3.static.flickr.com/2799/4016927907_5196fe7127.jpg" width="500" height="428" alt="1970" /></a>

<a href="http://www.flickr.com/photos/33158682@N06/4016928297/" title="1976 by retro-space, on Flickr"><img src="http://farm3.static.flickr.com/2688/4016928297_eeeba0586c.jpg" width="336" height="500" alt="1976" /></a>

<a href="http://www.flickr.com/photos/33158682@N06/4016927211/" title="1969 by retro-space, on Flickr"><img src="http://farm3.static.flickr.com/2543/4016927211_a3b6667336.jpg" width="500" height="499" alt="1969" /></a>

<a href="http://www.flickr.com/photos/33158682@N06/4017692268/" title="1972 by retro-space, on Flickr"><img src="http://farm3.static.flickr.com/2547/4017692268_c8858559c7.jpg" width="370" height="500" alt="1972" /></a>

<a href="http://www.flickr.com/photos/33158682@N06/4016927959/" title="1970 by retro-space, on Flickr"><img src="http://farm3.static.flickr.com/2730/4016927959_3ea6b9e718.jpg" width="367" height="500" alt="1970" /></a>

<a href="http://www.flickr.com/photos/33158682@N06/4016927713/" title="1961 by retro-space, on Flickr"><img src="http://farm3.static.flickr.com/2619/4016927713_33431fc4f4.jpg" width="500" height="283" alt="1961" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.philadesigns.com/2009/10/20/i-never-had-a-computer-during-college/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
