<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Box Model Junkie</title>
	
	<link>http://boxmodeljunkie.com</link>
	<description>Web Design &amp; Development Blog</description>
	<lastBuildDate>Mon, 18 Feb 2013 17:48:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BoxModelJunkie" /><feedburner:info uri="boxmodeljunkie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>BoxModelJunkie</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Cabooodle a community for creatives</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/NSE6lPT80f8/</link>
		<comments>http://boxmodeljunkie.com/cabooodle-a-community-for-creatives/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 17:48:12 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=2336</guid>
		<description>Cabooodle is a cool new site for creative types. Graphic and web designers will find the site helpful. Users can upload designs and get feedback on their work.&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/NSE6lPT80f8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/cabooodle-a-community-for-creatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/cabooodle-a-community-for-creatives/</feedburner:origLink></item>
		<item>
		<title>Junkie Tip: Asynchronous Google Analytics</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/rssg4oV5rEI/</link>
		<comments>http://boxmodeljunkie.com/junkie-tip-asynchronous-google-analytics/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 17:30:37 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Junkie Tips]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[html5boilerplate]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=2309</guid>
		<description>Here is a way to make your Google Analytics asynchronous (non blocking). Make sure you change XXXXX-X to your sites ID. This example comes from the great HTML5Boilerplate. Which if you aren&amp;#8217;t using, you should be.&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/rssg4oV5rEI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/junkie-tip-asynchronous-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/junkie-tip-asynchronous-google-analytics/</feedburner:origLink></item>
		<item>
		<title>Junkie Tips: Disable Right Click Menu</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/9VMdrP2g2Xs/</link>
		<comments>http://boxmodeljunkie.com/disable-right-click-menu/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 08:00:27 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Junkie Tips]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=268</guid>
		<description>Although this is not recommended from a usability standpoint, sometimes occasions call for the need to disable the browsers right click menu. Here&amp;#8217;s a nice snippet to accomplish that:&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/9VMdrP2g2Xs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/disable-right-click-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/disable-right-click-menu/</feedburner:origLink></item>
		<item>
		<title>Breaking Down a YUI3 Widget</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/3nLdk3mpqzo/</link>
		<comments>http://boxmodeljunkie.com/breaking-down-a-yui3-widget/#comments</comments>
		<pubDate>Tue, 31 May 2011 08:00:29 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[yui3]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=2218</guid>
		<description>YUI3 has these great things called widgets. For you jQuery guys, a widget is sorta like a plugin. Widget driven development is nice because it allows you to modularize your code, based on certain element of your site. You might for instance have a search results widget or an advanced search widget. Today I&amp;#8217;m going [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/3nLdk3mpqzo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/breaking-down-a-yui3-widget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/breaking-down-a-yui3-widget/</feedburner:origLink></item>
		<item>
		<title>Junkie Tip: Check If An Element Exists</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/lsbEgF1xMxM/</link>
		<comments>http://boxmodeljunkie.com/check-if-an-element-exists/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:00:10 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Junkie Tips]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=271</guid>
		<description>A good way to see if the element you are looking for exists (with jQuery).&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/lsbEgF1xMxM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/check-if-an-element-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/check-if-an-element-exists/</feedburner:origLink></item>
		<item>
		<title>A Closer Look at jQuery’s delegate Method</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/_3dsaLWh5sE/</link>
		<comments>http://boxmodeljunkie.com/a-closer-look-at-jquerys-delegate-method/#comments</comments>
		<pubDate>Thu, 26 May 2011 08:00:46 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=2262</guid>
		<description>jQuery has several ways to attach an event to an element, and sometimes which one to use is not so obvious. In this article I am going to be focusing on .delegate() and some of the benefits of using it. There are two primary times when delegate comes in handy. The first scenario is when [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/_3dsaLWh5sE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/a-closer-look-at-jquerys-delegate-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/a-closer-look-at-jquerys-delegate-method/</feedburner:origLink></item>
		<item>
		<title>Create a Simple Twitter Widget with YUI 3 and YQL</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/haDgUraem24/</link>
		<comments>http://boxmodeljunkie.com/create-a-simple-twitter-widget-with-yui-3-and-yql/#comments</comments>
		<pubDate>Tue, 24 May 2011 08:00:04 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[yql]]></category>
		<category><![CDATA[yui3]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=1412</guid>
		<description>I have been working a lot with YUI3 at my day job lately. One of the coolest new things about YUI 3 is YQL. YQL has a ton of features, but the short version is that it standardize different api&amp;#8217;s into one nice and easy to use format. Today I thought I would do a [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/haDgUraem24" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/create-a-simple-twitter-widget-with-yui-3-and-yql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/create-a-simple-twitter-widget-with-yui-3-and-yql/</feedburner:origLink></item>
		<item>
		<title>Junkie Tips: Using Protocol Relative URLs</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/7bmc2ZsF2sE/</link>
		<comments>http://boxmodeljunkie.com/junkie-tips-using-protocol-relative-urls/#comments</comments>
		<pubDate>Sun, 01 May 2011 00:03:52 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Junkie Tips]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=1464</guid>
		<description>If you&amp;#8217;ve ever created a site that need https, then you have probably ran into this issue. In IE, you get a warning about some of the content not being secure. This warning is caused because you are serving some of your media, like images and CSS from a non https domain. A really quick [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/7bmc2ZsF2sE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/junkie-tips-using-protocol-relative-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/junkie-tips-using-protocol-relative-urls/</feedburner:origLink></item>
		<item>
		<title>Tasty Canned Unicorn Meat Giveaway</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/bqwUE0c0P3g/</link>
		<comments>http://boxmodeljunkie.com/tasty-canned-unicorn-meat-giveaway/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 18:11:53 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[giveaway]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=1526</guid>
		<description>Jobety is giving away 3 delicious cans of unicorn meat.  I bet your mouth is watering now!  Jobety, which is still in development, is a job search engine built for web designers and developers.  The site is scheduled to launch in early April 2011. All you have to do to enter is go to their [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/bqwUE0c0P3g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/tasty-canned-unicorn-meat-giveaway/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/tasty-canned-unicorn-meat-giveaway/</feedburner:origLink></item>
		<item>
		<title>Portrait Photography: Turn up the Bass with Headphones</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/6kwTIbsrHjM/</link>
		<comments>http://boxmodeljunkie.com/portrait-photography-turn-up-the-bass-with-headphones/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 02:54:06 +0000</pubDate>
		<dc:creator>Jared Thompson</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[headphones]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[portrait photography]]></category>
		<category><![CDATA[showcase]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=611</guid>
		<description>This is a great inspirational and colorful showcase of photography from photographers on DeviantART, the very best in photos which use headphones as a strong focal point in the subject.&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/6kwTIbsrHjM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/portrait-photography-turn-up-the-bass-with-headphones/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/portrait-photography-turn-up-the-bass-with-headphones/</feedburner:origLink></item>
	</channel>
</rss>
