<?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>Luke McDonald</title>
	<atom:link href="http://www.lukemcdonald.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lukemcdonald.com</link>
	<description>On The Grid</description>
	<lastBuildDate>Fri, 04 May 2012 08:54:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Hoon WordPress Theme</title>
		<link>http://www.lukemcdonald.com/blog/hoon-wordpress-theme/</link>
		<comments>http://www.lukemcdonald.com/blog/hoon-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 00:48:31 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=267</guid>
		<description><![CDATA[Hoon is a unique theme with a simple design packed with a variety of advanced features. Built with HTML5, Hoon features a custom audio &#8230;]]></description>
			<content:encoded><![CDATA[<p>Hoon is a unique theme with a simple design packed with a variety of advanced features. Built with HTML5, Hoon features a custom audio player with playlist capabilities to play on all devices, desktop to mobile. This also means Hoon is a responsive theme, allowing your videos, images, and slideshows to display nicely as well. </p>
<p><span id="more-267"></span></p>
<p>With two fists full of custom page template layouts, support for all nine WordPress post formats, and custom shortcodes and widgets for some of the most popular social networks out there, Hoon is great fit for many walks of life. Utilizing hand picked Theme Options, quickly change your themes colors, hide various layout parts, and be on your merry way.</p>
<p><a class="button radius" href="http://press75.com/theme-details/hoon/" title="Hoon WordPress Theme Info on Press75">Theme Info &#038; Demo &rarr;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/hoon-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Post Formats as Admin Menu Items?</title>
		<link>http://www.lukemcdonald.com/blog/wordpress-custom-post-formats-as-menu-items/</link>
		<comments>http://www.lukemcdonald.com/blog/wordpress-custom-post-formats-as-menu-items/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 18:06:27 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Custom Post Formats]]></category>
		<category><![CDATA[Custom Post Types]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=188</guid>
		<description><![CDATA[My ideas, ramblings, and frustrations with Custom Post Types when Custom Post Formats would do.]]></description>
			<content:encoded><![CDATA[<h3>Food Prep</h3>
<p>In WordPress version 2.9, <a title="Custom Post Types" href="http://codex.wordpress.org/Post_Types" target="_blank">Custom Post Types</a> (CPT&#8217;s) were introduced. By now, most developers know the power that CPT&#8217;s can have when creating a theme for WordPress. We should also know how bad they are to include in a <a title="Theming For The Masses Video Presentation by Michael Fields" href="http://wordpress.mfields.org/2011/theming-for-the-masses/" target="_blank">theme for the masses</a>. <em>I&#8217;m guilty</em>.</p>
<p>In my mind, one of the best features of Custom Post Types is the simple fact that they add an admin menu item with the Custom Post Type name displayed. This makes it very clear to the user as to what information is setup there as well as where to find that particular type of information. Often times themes use CPT&#8217;s for Portfolios, Videos, Testimonials, etc. As many know, or unexpectedly found out, when going to change themes, this information is more than likely &#8220;Gonzoe&#8221; (does not show). There are ways to get this back, but I will not be going into detail on how to jump through those hoops.</p>
<p><span id="more-188"></span></p>
<p>In WordPresss version 3.1, <a title="Custom Post Formats" href="http://codex.wordpress.org/Post_Formats" target="_blank">Custom Post Formats</a> (CPF&#8217;s) were introduced. I believe this was in an effort to simulate what was somewhat the intended purpose of Custom Post Types, but be available in Core and usable by all themes. I love me some CPF&#8217;s and usually add support for them in most of my current work.</p>
<p>With Custom Post Formats, developers can now add support for one of the various <a title="Supported Post Formats" href="http://codex.wordpress.org/Post_Formats#Supported_Formats" target="_blank">supported post formats</a> into their theme. With this feature, users can create new posts and specify what type of content it includes. For example, a post can be created where it&#8217;s primary content is a video. In this case, the post may be set to use the &#8220;Video&#8221; post format. In most cases this eliminates the need to create a CPT for Video. The plus side in this scenario is when the user changes themes, their video post information still exists, and can be still be accessed and viewed. No hoops. No jumping.</p>
<p>While all this sounds grand, it certainly does not cover all cases in which a CPT may be a better solution. However, if creating a CPT, it&#8217;s should seriously be considered as to if there is a better way to integrate the same functionality with what WordPress offers.</p>
<h3>Meat and Potatoes</h3>
<p>Now to what this post is really about. Like I mentioned before, one of my favorite features of CPT&#8217;s is the simple fact that it adds a menu item to the WordPress admin. This happens to be my biggest gripe with CPF&#8217;s&#8230; I&#8217;ll explain.</p>
<p>After I&#8217;ve created a theme, for the masses or a client, I typically need to explain, in documentation or verbally, how the theme works. I found when doing so, users often get confused when trying to explain how to create a &#8220;Video&#8221; post using CPF&#8217;s and it&#8217;s difference from a regular post. They are all the same thing right.. or are they? This does not hold true when explaing the use of CPT&#8217;s.</p>
<p>It should be noted, that when viewing all Posts in the admin, each CPF has a label next to it showing it&#8217;s Post Format type. This is helpful, but still makes it hard to find/view a all posts of a particular post format (e.g. Video) as all posts are grouped together. Additionally, WordPress by default does not offer a way to filter these post formats as it does to filter posts by category. More often than not, I find myself creating categories, for my post formats, so I easily filter, find, and display those types of posts.</p>
<p>I have since found myself wanting to create CPT&#8217;s for audio, video, galleries, images, etc so that it makes it easy and clear to users as to what they are setting up. This is not to mention the ease of finding that information when wanting to edit or delete content. In my eyes, this essentially makes a better user experience as it doesn&#8217;t require the user to think&#8230; or at least not as hard. When I really start think about it, I get increasingly frustrated being torn between how I want the users experience to be and my morals behind not wanting to lock someone into a theme by using CPT&#8217;s. Basically, I&#8217;m recreating the wheel of functionality that already exists in WordPress in the form of CPF&#8217;s to achieve a small but important feature of CPT&#8217;s&#8230; ease of use.</p>
<p>This got me thinking. Wouldn&#8217;t it be nice if a theme could add support for Custom Post Formats (e.g. Audio, Video, Gallery, Image, etc) and then have the option for each of those formats to be displayed or not displayed as menu items in the WordPress admin&#8230; much like CPT&#8217;s. Users could then easily add, edit, find, and categorize those post formats. The functionality and post type information would not change for the posts, it would just be a different way to view, add, and edit them. Essentially, by classifying a post format, your theoretically setting it&#8217;s post type.</p>
<p>I tend to think this along would make things much easier for users when adding content to their website. At the same time, we are not locking users into a theme by creating a CPT. Instead of viewing all the posts of various formats grouped together under the &#8220;Post&#8221; menu item, each would have it&#8217;s own menu item and actions to &#8220;Add New&#8221; and &#8220;Categorize&#8221;. This also allows themes to still use the native WordPress functions to access the various post format information (e.g. has_post_format() ) as well as still query those types of formats.</p>
<h3>Desert</h3>
<p>Now, if I had the smarts and time to figure all this out, I would jump on it and see if it would actually work as well as my mind thinks it would or if it would inherently make things worse. This is not to say that I won&#8217;t try at some point, but I thought I would put my thoughts down and allow for discussion. I could be completely off my rocker, over looking some important bits of information, or just making things more complex when they don&#8217;t need to be. In any case, I&#8217;m increasingly interested in if I&#8217;m the only one that thinks this is a good idea and if anyone else has experienced similar frustrations between Custom Post Formats and Custom Post Types.</p>
<h3>Night Cap</h3>
<p>To take things a step further, and at risk of a step to far, it might be nice to filter those Custom Post Format menu item names.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/wordpress-custom-post-formats-as-menu-items/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>2011: 1% For The Planet Donation</title>
		<link>http://www.lukemcdonald.com/blog/2011-1-for-the-planet-donation/</link>
		<comments>http://www.lukemcdonald.com/blog/2011-1-for-the-planet-donation/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:26:22 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[1FTP]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=132</guid>
		<description><![CDATA[This year will be the first full year of working for myself under my business CELTIC7. When I started CELTIC7 in January 2010, one &#8230;]]></description>
			<content:encoded><![CDATA[<p>This year will be the first full year of working for myself under my business <a title="CELTIC7 Studio, LLC Website" href="http://celtic7.com" target="_blank">CELTIC7</a>. When I started CELTIC7 in January 2010, one of the first things I did was join <a title="Link to 1% For The Planet Website" href="http://www.onepercentfortheplanet.org/en/" target="_blank">1% For The Planet</a> (1FTP). In short, as a <a title="Link to CELTIC7 1FTP Membership Page" href="http://www.onepercentfortheplanet.org/en/search/member_profile_page.php?id=2001" target="_blank">member of 1FTP</a>, I donate 1% of my sales to a network of environmental organizations worldwide. I was excited this year in particular because it was my first full year of working for myself and would be the largest donation I&#8217;ve made, both personally and as a business. <span id="more-132"></span></p>
<p>I looked forward to finding an <a title="Link to Approved 1FTP Non-Profits search page" href="http://www.onepercentfortheplanet.org/en/search/nonprofits_search.php" target="_blank">approved 1FTP Non-Profit</a> that I was interested in and could contribute 1% of my earnings toward. With well over 2,000 approved 1FTP Non-Profit organizations, I wasn&#8217;t sure how I would go about finding just one. In the end, I decided that each year I will pick one Non-Profit organization based on a set of criteria. The criteria may change from year to year, but this year I wanted to make it personal. Below is the criteria for my 2011 selection, which the name of the chosen Non-Profit will follow.</p>
<hr />
<h3>Non-Profit Selection Criteria</h3>
<ul style="border: none;">
<li><strong>Location: </strong><em>Bozeman, MT</em><br />
I was born in Bozeman, MT and spent every summer running around the outdoor trails, mountains, and rivers. In past years, more and more people have moved to the area to take in it&#8217;s beauty. I wanted to support a Non-Profit that helps keep bozeman beautiful, the way I remember it.</li>
<li><strong>Website</strong><br />
I build websites, so it was a must the Non-Profit have a website. Bonus points for a nice, kept up website :)</li>
<li><strong>WordPress</strong><br />
Without WordPress, I wouldn&#8217;t be where I am at now. I thought it be a good fun idea to support a Non-Profit that utilized a tool that helped support me and my business.</li>
<li><strong>Interest</strong><br />
I wanted to have a genuine interest in what the Non-Profit was doing.</li>
</ul>
<hr />
<p>With the criteria in place, it turns out there was one Non-Profit that fit the bill perfectly&#8230;</p>
<div class="panel"><img src="http://www.lukemcdonald.com/wp-content/uploads/2012/01/gvlt.png" alt="" title="gvlt" width="961" height="361" class="alignnone size-full wp-image-236" /></p>
<h3><a title="Link to Gallatin Valley Land Trust Website" href="http://www.gvlt.org/" target="_blank">Gallatin Valley Land Trust</a></h3>
<h4>Trails &amp; Conservation</h4>
<p>Located in Bozeman, MT, with a great looking website using WordPress, the<a title="Link to Gallatin Valley Land Trust" href="http://www.gvlt.org/" target="_blank"> Gallatin Valley Land Trust</a> conserves southwest Montana’s heritage of open landscapes, working farms and ranches, healthy rivers, and wildlife habitat; and creates trails to connect people, communities and the land.</p>
<p><a class="button radius" href="http://www.gvlt.org/" title="Link to GVLT" target="_blank">Learn more about GVLT&rarr;</a></div>
<hr />
<h3>Giving Thanks</h3>
<p>I wanted to give a special thanks to the following business&#8217;s and people who have helped make a difference by working with me or have purchased one of my products. Everyone has been a part of making an environmental difference with our donation to the great organization of Gallatin Valley Land Trust.</p>
<ul style="border: none;">
<li>2011 CELTIC7 Clients</li>
<li>Josh Schamberger (<a title="Link to ICCCVB Website" href="http://www.iowacitycoralville.org/" target="_blank">Iowa City Coralville Convention and Visitors Bureau</a>)</li>
<li>Jason Schuller &amp; <a title="Link to Press75.com" href="http://www.press75.com/" target="_blank">Press75.com</a></li>
<li><a title="Link to Soundcheck WordPress Theme on Press75.com" href="http://www.press75.com/themes/soundcheck-for-wordpress/" target="_blank">Soundcheck</a> &amp; <a title="Link to Debut WordPress Theme on Press75.com" href="http://www.press75.com/themes/debut-for-wordpress/" target="_blank">Debut</a> WordPress theme buyers</li>
<li><a title="Link to WordPress Website" href="http://wordpress.org" target="_blank">WordPress</a></li>
<li>Those websites who host with CELTIC7 Hosting</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/2011-1-for-the-planet-donation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Soundcheck WordPress Theme</title>
		<link>http://www.lukemcdonald.com/blog/soundcheck-wordpress-theme/</link>
		<comments>http://www.lukemcdonald.com/blog/soundcheck-wordpress-theme/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 18:17:26 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=118</guid>
		<description><![CDATA[An audio centric WordPress theme great for any band, artist, or musician to showcase their audio, images, videos and more.]]></description>
			<content:encoded><![CDATA[<p><a href="http://press75.com/theme-details/soundcheck/" title="Soundcheck WordPress Theme Information" target="_blank">Soundcheck</a> is a unique and one of kind audio theme for WordPress and built with the latest web technologies (jQuery, CSS3, and HTML5). This theme is perfect for any band, artist, musician, church or website looking to provide audio to it’s users. </p>
<p><span id="more-118"></span></p>
<p>Featuring a custom MP3 audio player, Soundcheck allows your visitors to select, play, and skip through tracks from albums setup within the theme. Integration and styles for the popular Audio Player WordPress plugin have been included as well. All tracks, files, purchase links and info setup for each album are automatically pulled onto custom album pages and ready to be played.</p>
<p>Aside from the great audio features, Soundcheck also includes other useful features like video support, unique image slider, galleries, custom post types, custom post formats, and more. Taking things one step further, we’ve also included unique styles for popular plugins such as GigPress, Gravity Forms, WP-PageNavi, and Audio Player.</p>
<p><a class="button radius" title="Soundcheck WordPress Theme Demo on Press75.com" href="http://press75.com/theme-details/soundcheck/" target="_blank">Theme Info &amp; Demo →</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/soundcheck-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standing Desk &#8220;Development&#8221;</title>
		<link>http://www.lukemcdonald.com/blog/standing-desk-development/</link>
		<comments>http://www.lukemcdonald.com/blog/standing-desk-development/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 04:11:23 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Standing Desk]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=101</guid>
		<description><![CDATA[I have always been told &#8220;Desk jobs are bad for your health and will make you soft&#8230;&#8221;, or something along those lines as I &#8230;]]></description>
			<content:encoded><![CDATA[<p>I have always been told &#8220;Desk jobs are bad for your health and will make you soft&#8230;&#8221;, or something along those lines as I usually brushed it off. After seeing an infographic called &#8220;<a title="Link to Sitting Is Killing You Article" href="http://www.medicalbillingandcoding.org/sitting-kills/" target="_blank">Sittin is Killing You</a>&#8220;, this time I was more bound and determined to find a solution to sitting and coding all day. For the last couple of months or so, I have been on the search for a standing desk. In the end, all the desks I found either looked cheap and were cheaply made or cost a small fortune to buy and ship. So, I decided to build one myself. Here is what I came up with&#8230; all for around $120!</p>

<a href='http://www.lukemcdonald.com/blog/standing-desk-development/attachment/img_1075/' title='Standing Desk 6'><img width="150" height="150" src="http://www.lukemcdonald.com/wp-content/uploads/2011/07/IMG_1075-150x150.jpg" class="attachment-thumbnail" alt="Standing Desk Image 6" title="Standing Desk 6" /></a>
<a href='http://www.lukemcdonald.com/blog/standing-desk-development/attachment/img_1054/' title='Standing Desk 3'><img width="150" height="150" src="http://www.lukemcdonald.com/wp-content/uploads/2011/07/IMG_1054-150x150.jpg" class="attachment-thumbnail" alt="Standing Desk Image 3" title="Standing Desk 3" /></a>
<a href='http://www.lukemcdonald.com/blog/standing-desk-development/attachment/img_1048/' title='Standing Desk 2'><img width="150" height="150" src="http://www.lukemcdonald.com/wp-content/uploads/2011/07/IMG_1048-150x150.jpg" class="attachment-thumbnail" alt="Standing Desk Image 2" title="Standing Desk 2" /></a>
<a href='http://www.lukemcdonald.com/blog/standing-desk-development/attachment/img_1036/' title='Standing Desk 1'><img width="150" height="150" src="http://www.lukemcdonald.com/wp-content/uploads/2011/07/IMG_1036-150x150.jpg" class="attachment-thumbnail" alt="Standing Desk Image 1" title="Standing Desk 1" /></a>
<a href='http://www.lukemcdonald.com/blog/standing-desk-development/attachment/img_1057/' title='Standing Desk 4'><img width="150" height="150" src="http://www.lukemcdonald.com/wp-content/uploads/2011/07/IMG_1057-150x150.jpg" class="attachment-thumbnail" alt="Standing Desk Image 4" title="Standing Desk 4" /></a>
<a href='http://www.lukemcdonald.com/blog/standing-desk-development/attachment/img_1061/' title='Standing Desk 5'><img width="150" height="150" src="http://www.lukemcdonald.com/wp-content/uploads/2011/07/IMG_1061-150x150.jpg" class="attachment-thumbnail" alt="Standing Desk Image 5" title="Standing Desk 5" /></a>

<p><span id="more-101"></span></p>
<h3>Below are the materials I used to create the standing desk.</h3>
<ul>
<li>VIKA BYSKE Adjustable Leg × 2 &#8211; <a title="VIKA BYSKE Legs on IKEA" href="http://www.ikea.com/us/en/catalog/products/84609085" target="_blank">IKEA</a></li>
<li>VIKA AMON Table Top &#8211; <a title="VIKA AMON Table Top on IKEA" href="http://www.ikea.com/us/en/catalog/products/10071172" target="_blank">IKEA</a></li>
<li>DIODER Multicolor Lighting Set (w /Chrom Circular Inlays) &#8211; <a title="DIODER Multicolor Lighting on IKEA" href="http://www.ikea.com/us/en/catalog/products/80192378" target="_blank">IKEA</a></li>
</ul>
<h3>I also added a few other items to top things off.</h3>
<div>
<ul>
<li>3M Knob-Adjust Keyboard Tray with Standard Platform, 17 Inch Track &#8211; <a title="Adjustable Keyboard Tray and Platform on Amazon.com" href="http://www.amazon.com/gp/product/B001B0DCOO" target="_blank">Amazon.com</a></li>
<li>Vintage Stool &#8211; $10 at local thrift store</li>
<li><a title="IDEA Paint Website" href="http://www.ideapaint.com/" target="_blank">IDEA Paint </a>- The entire back wall is a giant Eraser Board. Very handy&#8230;</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/standing-desk-development/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Debut WordPress Theme</title>
		<link>http://www.lukemcdonald.com/blog/debut-wordpress-theme/</link>
		<comments>http://www.lukemcdonald.com/blog/debut-wordpress-theme/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 17:29:08 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Press75.com]]></category>
		<category><![CDATA[WordPress.com]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=67</guid>
		<description><![CDATA[This theme is carefully crafted with a multitude of usage options as well as all the theme customization options you need to do the &#8230;]]></description>
			<content:encoded><![CDATA[<p>This theme is carefully crafted with a multitude of usage options as well as all the theme customization options you need to do the job. Built with the latest web technologies (jQuery, CSS3, and HTML5), you can expect your site to rock all major browsers for years to come.</p>
<p>Debut is now available for sale in two locations, Press75.com and WordPress.com. Each of these locations have slightly different features and functionality to accommodate for the WordPress install type.</p>
<p><a class="button radius" href="http://press75.com/theme-details/debut/">Debut on Press75.com</a> or <a class="button radius" href="http://theme.wordpress.com/themes/debut/">Debut on WordPress.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/debut-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom jPlayer Audio Skin (HTML)</title>
		<link>http://www.lukemcdonald.com/blog/custom-jplayer-audio-skin-html/</link>
		<comments>http://www.lukemcdonald.com/blog/custom-jplayer-audio-skin-html/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 19:45:24 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Demos]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Freebie]]></category>
		<category><![CDATA[jPlayer]]></category>
		<category><![CDATA[PremiumPixels]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=52</guid>
		<description><![CDATA[I took a some time to code up one of Orman Clarks freebies over at PremiumPixels.com. This custom audio player skin was built using &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://dl.dropbox.com/u/2557221/online/demos/jplayer-black-and-yellow/index.html"><img class="size-full wp-image-56 aligncenter" title="Custom-Audio-Player-Skin-(PSD)" src="http://www.lukemcdonald.com/wp-content/uploads/2011/04/Custom-Audio-Player-Skin-PSD.jpg" alt="" width="580" height="350" /></a></p>
<p>I took a some time to code up one of <a href="http://www.twitter.com/ormanclark" target="_blank">Orman Clarks</a> freebies over at <a href="http://www.premiumpixels.com" target="_blank">PremiumPixels.com</a>. This custom audio player skin was built using the <a href="http://www.jplayer.org/" target="_blank">jPlayer</a>. The skins PSD and HTML files are included in the demo, so check it out, download and start posting some music! Congrats to Orman and an amazing looking audio player design.</p>
<p><span id="more-52"></span></p>
<p><a class="button radius" href="http://dl.dropbox.com/u/2557221/online/demos/jplayer-black-and-yellow/index.html" target="_blank">View Demo →</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/custom-jplayer-audio-skin-html/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Innocent theme for WordPress teaser</title>
		<link>http://www.lukemcdonald.com/blog/innocent-theme-for-wordpress-teaser/</link>
		<comments>http://www.lukemcdonald.com/blog/innocent-theme-for-wordpress-teaser/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 13:06:42 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=48</guid>
		<description><![CDATA[I was recently reminded of a theme I had started for WordPress called, Innocent. This theme has been coded up in HTML, I just &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lukemcdonald.com/wp-content/uploads/2011/03/Innocent.png"><img src="http://www.lukemcdonald.com/wp-content/uploads/2011/03/Innocent-280x300.png" alt="" title="Innocent" width="280" height="300" class="alignright size-medium wp-image-50" /></a>I was recently reminded of a theme I had started for WordPress called, Innocent. This theme has been coded up in HTML, I just haven&#8217;t had the time convert it over to WordPress. Attached is a screenshot of what the Innocent theme&#8217;s home page would look like featuring 4 categories each with their own image slider. Only a handfull of images are used for the core design, the rest is CSS3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/innocent-theme-for-wordpress-teaser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 U.S. Olympic Trials &#8211; Wrestling site teaser</title>
		<link>http://www.lukemcdonald.com/web-design/2012-u-s-olympic-trials-wrestling-site-teaser/</link>
		<comments>http://www.lukemcdonald.com/web-design/2012-u-s-olympic-trials-wrestling-site-teaser/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 10:52:44 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=40</guid>
		<description><![CDATA[I&#8217;ve started on the 2012 U.S. Olympic Trials &#8211; Wrestling site which will be held in Iowa City, IA. The site launches May 2011. Here &#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started on the <a title="Iowa City To London" href="http://iowacitytolondon.com">2012 U.S. Olympic Trials &#8211; Wrestling</a> site which will be held in Iowa City, IA. The site launches May 2011. Here is a screenshot featuring a digital scoreboard countdown widget.</p>
<p><a href="http://www.iowacitytolondon.com"><img class="alignnone size-medium wp-image-44" title="usaw-shot" src="http://www.lukemcdonald.com/wp-content/uploads/2011/03/usaw-shot-300x200.png" alt="" width="300" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/web-design/2012-u-s-olympic-trials-wrestling-site-teaser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New project completed for Iowa Sports Camps</title>
		<link>http://www.lukemcdonald.com/blog/new-project-completed-for-iowa-sports-camps/</link>
		<comments>http://www.lukemcdonald.com/blog/new-project-completed-for-iowa-sports-camps/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 22:55:59 +0000</pubDate>
		<dc:creator>Luke McDonald</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lukemcdonald.com/?p=35</guid>
		<description><![CDATA[I just finished up the final touches for Iowa Sports Camps website redesign through my own small business CELTIC7 Studio (currently trying to finish &#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="Iowa Sports Camps Website" href="http://www.iowasportscamps.com"><img class="size-medium wp-image-36 alignright" title="Iowa Sports Camps Screenshot" src="http://www.lukemcdonald.com/wp-content/uploads/2011/01/isc-screenshot-265x300.jpg" alt="" width="265" height="300" /></a>I just finished up the final touches for Iowa Sports Camps website redesign through my own small business <a title="CELTIC7 Studio" href="http://celtic7studio.com" target="_blank">CELTIC7 Studio</a> (currently trying to finish my own site too :). This has so far been the most enjoyable project I have worked. Being an athlete and a sports enthusiast, I felt right at home and eager to work each day. On top of that, it challenged me and my WordPress skills to create all sorts off theme options and custom metabox&#8217;s to easily handle the content dynamically. The goal was to avoid duplicated efforts where ever possible.</p>
<p>Check it out at <a title="Iowa Sports Camps Website" href="http://www.iowasportscamps.com">www.iowasportscamps.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lukemcdonald.com/blog/new-project-completed-for-iowa-sports-camps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

