<?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>Sat, 04 Jun 2011 08:00: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>
		<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>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>Jobety the web design job search engine has launched</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/66ifveK3ymA/</link>
		<comments>http://boxmodeljunkie.com/jobety-the-job-search-engine-for-web-designers-and-developers-has-launched/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 16:28:04 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=2031</guid>
		<description>Jobety.com, a side project I am really excited about has just launched.  Jobety is unique in that it&amp;#8217;s the first job search engine to focus solely on the web design and web development industry.   Designers and programmers that are seeking a employment should also be excited about Jobety, because it allows them to see jobs [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/66ifveK3ymA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/jobety-the-job-search-engine-for-web-designers-and-developers-has-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/jobety-the-job-search-engine-for-web-designers-and-developers-has-launched/</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>
		<item>
		<title>The Ultimate Freelance Job Board List 2010</title>
		<link>http://feedproxy.google.com/~r/BoxModelJunkie/~3/73AcqiWj19U/</link>
		<comments>http://boxmodeljunkie.com/the-ultimate-freelance-job-board-list-2010/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 09:01:41 +0000</pubDate>
		<dc:creator>Nate Smith</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[job board]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://boxmodeljunkie.com/?p=599</guid>
		<description>Ask most freelancers what the hardest part about their job is and they will tell you finding new clients. It&amp;#8217;s a pain to do and takes up time you could be devoting to other more important things. One thing is for sure though, new jobs are what powers your freelancing business and you want to [...]&lt;img src="http://feeds.feedburner.com/~r/BoxModelJunkie/~4/73AcqiWj19U" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://boxmodeljunkie.com/the-ultimate-freelance-job-board-list-2010/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://boxmodeljunkie.com/the-ultimate-freelance-job-board-list-2010/</feedburner:origLink></item>
	</channel>
</rss>

