<?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>Being the adventures of a young man whose principal interests are... &#187; Uncategorized</title>
	<atom:link href="http://juliankussman.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliankussman.com/blog</link>
	<description>Advertising, Interactive Art Direction, and usability.</description>
	<lastBuildDate>Tue, 27 Dec 2011 17:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Helping Threadless automate their printing</title>
		<link>http://juliankussman.com/blog/2011/08/30/helping-threadless-automate-their-printing/</link>
		<comments>http://juliankussman.com/blog/2011/08/30/helping-threadless-automate-their-printing/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 18:29:52 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/?p=177</guid>
		<description><![CDATA[This thread is asking for help automating printing and using Data Merge with Adobe InDesign (CS5), here it is. First download threadless.zip Edit data.csv as needed, open template.indd and choose Window&#62;Data Merge from the menu. (Adobe Docs) Click the little &#8220;Merge Documents&#8221; &#8230; <a href="http://juliankussman.com/blog/2011/08/30/helping-threadless-automate-their-printing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reddit.com/r/Design/comments/jy3uu/help_out_threadless_and_ill_give_you_a_giftcard/">This thread is asking for help</a> automating printing and using Data Merge with Adobe InDesign (CS5), here it is.</p>
<p>First download <a href="http://juliankussman.com/blog/wp-content/uploads/2011/08/threadless.zip">threadless.zip</a></p>
<p>Edit data.csv as needed, open template.indd and choose Window&gt;Data Merge from the menu. (<a title="Adobe Docs" href="http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-6c3ca.html#WSa285fff53dea4f8617383751001ea8cb3f-6c3ba">Adobe Docs</a>)</p>
<p>Click the little &#8220;Merge Documents&#8221; icon in this panel. It spits out an .indd with a page for each set of data.</p>
<p>Obviously for testing I didn&#8217;t set up nice fonts, etc. but you get the point. Read thru the Adobe Docs for the extra details.</p>
<p>Thanks to my lovely wife <a href="http://kassienappier.com">Kassie</a> for pointing me in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2011/08/30/helping-threadless-automate-their-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hangover II wallpaper</title>
		<link>http://juliankussman.com/blog/2011/04/14/hangover/</link>
		<comments>http://juliankussman.com/blog/2011/04/14/hangover/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 20:10:41 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/?p=150</guid>
		<description><![CDATA[Here&#8217;s a Hangover II wallpaper at 1920&#215;1080. Enjoy.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a Hangover II wallpaper at 1920&#215;1080. Enjoy.</p>
<p><a href="http://juliankussman.com/blog/wp-content/uploads/2011/04/HangoverII.png"><img class="alignnone size-medium wp-image-151" title="HangoverII" src="http://juliankussman.com/blog/wp-content/uploads/2011/04/HangoverII-300x168.png" alt="" width="300" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2011/04/14/hangover/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy auto-width HTML button with 1 background image</title>
		<link>http://juliankussman.com/blog/2010/08/17/easy-auto-width-html-button-with-1-background-image/</link>
		<comments>http://juliankussman.com/blog/2010/08/17/easy-auto-width-html-button-with-1-background-image/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 21:04:41 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/?p=124</guid>
		<description><![CDATA[Here&#8217;s a super simple technique to create a button of variable width in HTML/CSS. I started here and then stripped it down to only 2 HTML elements, your A and an EM. This technique uses one background image for the &#8230; <a href="http://juliankussman.com/blog/2010/08/17/easy-auto-width-html-button-with-1-background-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Here&#8217;s a super simple technique to create a button of variable width in HTML/CSS.</div>
<div id="_mcePaste">I started <a href="http://cssglobe.com/post/1367/creating-and-styling-resizable-buttons" target="_blank">here</a> and then stripped it down to only 2 HTML elements, your A and an EM.</div>
<div id="_mcePaste">This technique uses one background image for the button.</div>
<div id="_mcePaste">First, create a button image that is about 2x as long as any button would ever be on your site.</div>
<div>Like so:</div>
<div><a href="http://juliankussman.com/blog/wp-content/uploads/2010/08/largeBtn.png"><img class="alignnone size-full wp-image-137" title="largeBtn" src="http://juliankussman.com/blog/wp-content/uploads/2010/08/largeBtn.png" alt="" width="299" height="31" /></a></div>
<div></div>
<div>The rest is in the CSS comments&#8230;</div>
<p><code><br />
&lt;a href="#" class="button"&gt;&lt;em&gt;CLICK ME!!!&lt;/em&gt;&lt;/a&gt;</code></p>
<p><code> </code></p>
<p><code>.button{<br />
border:none;<br />
background:none;<br />
padding:0;<br />
margin:0;<br />
width:auto;<br />
height:31px;<br />
overflow:visible;<br />
text-align:center;<br />
display:inline-block;<br />
white-space:nowrap;</code></p>
<p><code>/* Here's the magic sauce<br />
padding left is the space between the left edge of your button and your text<br />
background is set to left top<br />
*/</code></p>
<p><code> </code></p>
<p><code>padding-left:22px;<br />
background:url(../images/largeBtn.png) no-repeat 0 0;<br />
}</p>
<p>.button em{<br />
height:31px;<br />
display:block;<br />
margin:0;<br />
color:#fff;<br />
font-style:normal;<br />
line-height:33px;</p>
<p>/* Here's the magic sauce<br />
margin right is the radius of your rounded corner if you have one (so pngs don't show through behind)<br />
padding right is the space between the right edge of your button and your text<br />
background is set to right top<br />
*/</p>
<p>margin-right:-3px;<br />
padding-right:22px;<br />
background:url(../images/largeBtn.png) no-repeat 100% 0;</p>
<p>}</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2010/08/17/easy-auto-width-html-button-with-1-background-image/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TweetBar &#8211; Safari 5 Extension</title>
		<link>http://juliankussman.com/blog/2010/06/08/tweetbar-safari-5-extension/</link>
		<comments>http://juliankussman.com/blog/2010/06/08/tweetbar-safari-5-extension/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 00:00:10 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Safari 5]]></category>
		<category><![CDATA[Safari Extension]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/?p=107</guid>
		<description><![CDATA[This Extension is out of date and does not work. Sorry for any inconvenience. Blame Twiiter and OAuth. &#160; This Extension will place your Twitter feed in a bar in Safari. The first time you run it, Twitter will want &#8230; <a href="http://juliankussman.com/blog/2010/06/08/tweetbar-safari-5-extension/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This Extension is out of date and does not work. Sorry for any inconvenience. Blame Twiiter and OAuth.</p>
<p><span id="more-107"></span></p>
<p>&nbsp;</p>
<p>This Extension will place your Twitter feed in a bar in Safari.<br />
The first time you run it, Twitter will want your credentials. The extension doesn&#8217;t process these, it goes straight to Twitter.<br />
<a href="http://juliankussman.com/blog/wp-content/uploads/2010/06/Screen-shot-2010-06-14-at-3.42.46-PM.png"><img class="alignnone size-medium wp-image-115" title="Screen-shot-2010-06-14-at-3.42.46-PM" src="http://juliankussman.com/blog/wp-content/uploads/2010/06/Screen-shot-2010-06-14-at-3.42.46-PM-300x38.png" alt="" width="300" height="38" /></a></p>
<p>FEATURES<br />
Click links in tweets<br />
Click @replies and click author usernames<br />
Auto-updating<br />
Toolbar button to hide/show bar<br />
Only one bar shows in one window, click toolbar button to make that window the active TweetBar window</p>
<p>PLANNED<br />
Preview of twitpic images<br />
Eventually, OAuth with posting/replying/DMs etc.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2010/06/08/tweetbar-safari-5-extension/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
	</channel>
</rss>

