<?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>Leeroy Studio</title>
	<atom:link href="http://www.leeroy.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leeroy.com.au</link>
	<description>Advertising and Design</description>
	<lastBuildDate>Wed, 24 Oct 2012 22:16:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Who&#8217;s On First? Classic Abbott and Costello</title>
		<link>http://www.leeroy.com.au/whos-on-first-classic-abbot-and-costello/</link>
		<comments>http://www.leeroy.com.au/whos-on-first-classic-abbot-and-costello/#comments</comments>
		<pubDate>Sat, 21 Jul 2012 00:36:47 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Creative People]]></category>
		<category><![CDATA[Funny Stuff]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=603</guid>
		<description><![CDATA[This post has nothing to do with art or design&#8230;. this was just a great way for me to start a Saturday. To cut a longer story short&#8230;. this morning my 12yo daughter mis-heard something I was saying to my 9yo daughter and said &#8220;who?&#8221;. Without missing a beat I answered &#8220;he&#8217;s on first base&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p><em>This post has nothing to do with art or design&#8230;. this was just a great way for me to start a Saturday.</em></p>
<p>To cut a longer story short&#8230;. this morning my 12yo daughter mis-heard something I was saying to my 9yo daughter and said &#8220;who?&#8221;. Without missing a beat I answered &#8220;he&#8217;s on first base&#8221;. She looked at me with an extremely puzzled look on her face (and maybe slightly amused), and said &#8220;what?&#8221;, so I answered, &#8220;no, he&#8217;s on second&#8221;.</p>
<p>Now, to the young folk out there (like my kids), who have no idea of who <a title="Abbot and Costello" href="http://en.wikipedia.org/wiki/Abbott_and_Costello" target="_blank">Abbott and Costello</a> are, they are 2 guys who were extremely funny, and successful in their day. Whether it was on stage, TV or in one of their many, many <a title="Abbot and Costello movies" href="http://www.imdb.com/name/nm0007941/" target="_blank">movies</a>, these guys new how to be funny without having to resort to being controversial, or even swearing.</p>
<blockquote><p>Bud &amp; Lou made 36 films together between 1940 and 1956. Abbott and Costello were among the most popular and highest-paid entertainers in the world during World War II.</p></blockquote>
<p>I watched this video with my girls twice, and laughed till I cried, both times. The girls smiled through the screening, and appreciated the cleverness of the wordplay, but I don&#8217;t think they truly appreciated the genius that was playing out before their very eyes.</p>
<p>Now to get the girls to sit through one of their movies&#8230;&#8230; but which one?</p>
<p><iframe src="http://www.youtube.com/embed/sShMA85pv8M" frameborder="0" width="480" height="360"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/whos-on-first-classic-abbot-and-costello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Apple Bookmark Icons to your Website</title>
		<link>http://www.leeroy.com.au/add-apple-bookmark-icons-to-your-website/</link>
		<comments>http://www.leeroy.com.au/add-apple-bookmark-icons-to-your-website/#comments</comments>
		<pubDate>Fri, 20 Jul 2012 03:59:34 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=568</guid>
		<description><![CDATA[When bookmarking a site on your iOS device using the &#8220;Save to Home Screen&#8221; button, Safari will save an icon on your device which is simply based on a snapshot of the site homepage itself. However, you can add your own custom bookmark icons to be used instead. Plus it&#8217;s very easy to do. Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>When bookmarking a site on your iOS device using the &#8220;Save to Home Screen&#8221; button, Safari will save an icon on your device which is simply based on a snapshot of the site homepage itself. However, you can add your own custom bookmark icons to be used instead. Plus it&#8217;s very easy to do. Here&#8217;s how:</p>
<p>1. Create 3 versions of your icon in 57&#215;57, 72&#215;72 and 114&#215;114 pixel sizes.<br />
2. Add your images to the root folder.<br />
3. Add code to your site:</p>
<h3>WordPress</h3>
<p>Add this code into your header.php file in your theme folder, just above the closing &lt;/head&gt;</code> tag.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/apple-touch-icon.png&quot; /&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/apple-touch-icon-72x72.png&quot; /&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/apple-touch-icon-114x114.png&quot; /&gt;</pre></td></tr></table></div>

<p>The above code allows for the icon to be left as it is, and not for the device to add the gloss highlight. However if you want the highlight added to the icon by the device, use this instead:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/apple-touch-icon.png&quot; /&gt;
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/apple-touch-icon-72x72.png&quot; /&gt;
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/apple-touch-icon-114x114.png&quot; /&gt;</pre></td></tr></table></div>

<h3>Static html</h3>
<p>Add this code to the index.html file, just above the closing &lt;/head&gt; tag.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;apple-touch-icon.png&quot;/&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;apple-touch-icon-72x72.png&quot;/&gt;
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;apple-touch-icon-114x114.png&quot;/&gt;</pre></td></tr></table></div>

<p>The above code allows for the icon to be left as it is, and not for the device to add the gloss highlight. However if you want the highlight added to the icon by the device, use this instead:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;apple-touch-icon.png&quot;/&gt;
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;apple-touch-icon-72x72.png&quot;/&gt;
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;apple-touch-icon-114x114.png&quot;/&gt;</pre></td></tr></table></div>

<p>That's it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/add-apple-bookmark-icons-to-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deadlines make you creative</title>
		<link>http://www.leeroy.com.au/deadlines-make-you-creative/</link>
		<comments>http://www.leeroy.com.au/deadlines-make-you-creative/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 08:25:55 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Creative People]]></category>
		<category><![CDATA[creativity]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=559</guid>
		<description><![CDATA[Here is a video of Jack White, from the White Stripes talking about how he likes to make things a little bit more difficult for himself, so he has to work a little harder for the end result he is trying to achieve. This is just a short piece from the documentary &#8220;Under Great White [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a video of Jack White, from the White Stripes talking about how he likes to make things a little bit more difficult for himself, so he has to work a little harder for the end result he is trying to achieve. This is just a short piece from the documentary &#8220;Under Great White Northern Lights&#8221;.</p>
<p>The one comment that really struck a chord with me was &#8220;Deadlines make you creative&#8221;. Those 4 words are so true, and I personally experience this on &#8220;almost&#8221; every one of my &#8220;finished&#8221; projects. I have a draw full of half started ideas, and half-written stories that I know will never see the day, unless the circumstances change, and a deadline all of a sudden rears its ugly head.</p>
<p>Deadlines&#8230;. I need you!!</p>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/MckHLBWuz7E" frameborder="0" width="480" height="360"></iframe></p>
<blockquote><p>&#8220;Deadlines make you creative&#8221;</p>
<p><em>Jack White</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/deadlines-make-you-creative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dandelion iPad App &#8220;Bullying is for people with no imagination&#8221;</title>
		<link>http://www.leeroy.com.au/dandelion-ipad-app-bullying-is-for-people-with-no-imagination/</link>
		<comments>http://www.leeroy.com.au/dandelion-ipad-app-bullying-is-for-people-with-no-imagination/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 09:42:28 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Creative People]]></category>
		<category><![CDATA[Product Review]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=548</guid>
		<description><![CDATA[I first saw this app when the developer, Galvin Scott Davis, showed me a few of the pages, in his studio in Sydney. I immediately loved the artwork, and the unique page turn navigation system that he and his developers had created. He also mentioned a &#8220;hook&#8221;, a special feature that was included in the [...]]]></description>
			<content:encoded><![CDATA[<p>I first saw this app when the developer, Galvin Scott Davis, showed me a few of the pages, in his studio in Sydney. I immediately loved the artwork, and the unique page turn navigation system that he and his developers had created. He also mentioned a &#8220;hook&#8221;, a special feature that was included in the app that the kids would love, and that added another level of interactivity to the story &#8220;experience&#8221;.</p>
<p>He wouldn&#8217;t tell me then what the hook was, but we know know that it is the ability to &#8220;blow dandelions from the screen&#8221;.</p>
<p><a href="http://www.leeroy.com.au/wp-content/uploads/2012/07/blow.png"><img class="aligncenter size-full wp-image-549" title="blow" src="http://www.leeroy.com.au/wp-content/uploads/2012/07/blow.png" alt="" width="640" height="316" /></a></p>
<p>The app is up on Kicktarter to help with the final development production. With only a week to go, the app is approximately 90% funded and needs just a bit more help to get it over the line.</p>
<p><a title="Dandelion iPad App Kickstarter" href="http://www.kickstarter.com/projects/protein/dandelion-bullying-is-for-people-with-no-imaginati" target="_blank">Click here to go to the Kickstarter page</a>, to get all the info on the project including a video showing some of the features in action. Then why not make a pledge&#8230; every little bit helps.</p>
<p>Read below for the official Press Release:</p>
<blockquote><p>FOR IMMEDIATE RELEASE &#8211; Dandelion &#8211; &#8220;Bullying is for people with no imagination&#8221;:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>A positive tale told with a unique tech interaction stands out amongst the current bullying news.</p>
<p>&#8216;Dandelion&#8217; is a just-launched anti-bullying project by award-winning creative Galvin Scott Davis.<br />
The children&#8217;s iPad book encourages kids and parents to discuss bullying by interacting with an iPad App in an entirely new story&#8230;<br />
By physically blowing Dandelion wishes from the screen of the device!</p>
<p>&#8216;Dandelion&#8217; was released this week on Kickstarter.com (the subject of many recent online success stories) and is already surpassing its daily target.<br />
The project asks children to embrace creativity to combat the problem and spread the word that &#8220;Bullying is for people with no imagination&#8221;.</p>
<p>The project has taken months of development to prefect the Dandelion spore blowing, and combines hand/eye game components with interactive storytelling.</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/dandelion-ipad-app-bullying-is-for-people-with-no-imagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Above the Fold?</title>
		<link>http://www.leeroy.com.au/above-the-fold/</link>
		<comments>http://www.leeroy.com.au/above-the-fold/#comments</comments>
		<pubDate>Sun, 15 Jul 2012 06:50:55 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=534</guid>
		<description><![CDATA[from Wikipedia: &#8220;Above the fold&#8221; is a graphic design concept that refers to the location of an important news story or a visually appealing photograph on the upper half of the front page of a newspaper, or in case of webpages, the part of a page that&#8217;s visible without scrolling. I was asked by a [...]]]></description>
			<content:encoded><![CDATA[<p><em>from Wikipedia:</em></p>
<blockquote><p>&#8220;<strong>Above the fold</strong>&#8221; is a <a title="Graphic design" href="http://en.wikipedia.org/wiki/Graphic_design">graphic design</a> concept that refers to the location of an important <a title="News" href="http://en.wikipedia.org/wiki/News">news</a> story or a visually appealing <a title="Photograph" href="http://en.wikipedia.org/wiki/Photograph">photograph</a> on the upper half of the <a title="wikt:front page" href="http://en.wiktionary.org/wiki/front_page">front page</a> of a <a title="Newspaper" href="http://en.wikipedia.org/wiki/Newspaper">newspaper</a>, or in case of <a title="Webpage" href="http://en.wikipedia.org/wiki/Webpage">webpages</a>, the part of a page that&#8217;s visible without scrolling.</p></blockquote>
<p>I was asked by a client the other day to reduce the height of the header of his website, to bring more of the information &#8220;above the fold&#8221;. Now there is a term I hadn&#8217;t heard in quite some time.</p>
<p>&#8220;Above the fold&#8221; is an old newspaper term that dictates all the most important information needs to be on the top half of the paper. As most papers were folded back then, people would see everything they needed to in order to be enticed to buy the paper itself. This term may have had some validity before, when the choice of monitors and screen resolution were both quite small. But not any more. With the high quality of screen technology, and prices becoming a lot more affordable, most of us can afford to have at the very least a 17&#8243; screen size.</p>
<p>Also, as designer Paddy Donnelly explains in his article &#8220;<a title="Life, Below 600px" href="http://iampaddy.com/lifebelow600/" target="_blank">Life, Below 600px</a>&#8220;, if the story you are telling is interesting enough, people will gladly scroll further down, without giving it a second thought. Plus, keep in mind that Apple themselves determined that scrolling was just second nature to all of us, that they removed the scroll bar altogether.</p>
<p>So when I was given this instruction, I must admit I wasn&#8217;t exactly sure what to do. If I was to alter any sizes to comply with the clients instructions, I would need to know his monitor&#8217;s screen size, and resolution, as I saw all the information on my 27&#8243; iMac quite nicely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/above-the-fold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jack Dorsey and Wabi-Sabi</title>
		<link>http://www.leeroy.com.au/jack-dorsey-and-wabi-sabi/</link>
		<comments>http://www.leeroy.com.au/jack-dorsey-and-wabi-sabi/#comments</comments>
		<pubDate>Sun, 01 Jul 2012 12:12:57 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Creative People]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=375</guid>
		<description><![CDATA[I was reading an interesting article in the latest Wired magazine, about Jack Dorsey, the man behind Twitter and Square. The interview was taking place in a San Francisco tea house, and while the tea was being served, Jack notices the worn corner on the serving tray and remarks, &#8220;that&#8217;s wabi-sabi&#8221;. Dorsey also mentions that [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading an interesting article in the latest <a title="Wired Magazine" href="http://www.wired.com" target="_blank">Wired</a> magazine, about Jack Dorsey, the man behind <a title="Twitter" href="http://twitter.com" target="_blank">Twitter</a> and <a href="http://squareup.com" target="_blank">Square</a>. The interview was taking place in a San Francisco tea house, and while the tea was being served, Jack notices the worn corner on the serving tray and remarks, &#8220;that&#8217;s wabi-sabi&#8221;. Dorsey also mentions that &#8220;this mysterious aesthetic is at the core of his design philosophy, a simple yet lived-in quality that pleases and engages users on a profound level&#8221;.</p>
<p>Wabi-sabi is the Japanese concept of &#8220;finding beauty in imperfection&#8221;, and is a term I personally have never heard of before. <a title="wabi sabi book" href="http://c2.com/cgi/wiki?WabiSabi" target="_blank">This site</a> promoting the book &#8220;Wab-Sabi for Artists, Designers, Poets &amp; Philosophers&#8221; takes the meaning one step further:</p>
<p><em>&#8220;Wabi-sabi is the quintessential Japanese aesthetic. It is a beauty of things imperfect, impermanent, and incomplete. It is a beauty of things modest and humble. It is a beauty of things unconventional&#8230; </em></p>
<p><em>It is also two separate words, with related but different meanings. &#8220;Wabi&#8221; is the kind of perfect beauty that is seemingly-paradoxically caused by just the right kind of imperfection, such as an asymmetry in a ceramic bowl which reflects the handmade craftsmanship, as opposed to another bowl which is perfect, but soul-less and machine-made.</em></p>
<p><em>&#8220;Sabi&#8221; is the kind of beauty that can come only with age, such as the patina on a very old bronze statue.&#8221; </em></p>
<p>I find this theory intriguing and must admit that I ordered the book (I mentioned above) to get a better understanding of the concept. The Wired article is an interesting read, and Jack Dorsey sounds like an interesting guy, with quite a few comparisons to Steve Jobs thrown in.</p>
<p><a title="Jack Dorsey interview Wired magazine" href="http://www.wired.com/business/2012/06/ff_dorsey/all/" target="_blank">Here is a link to the article on the Wired site.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/jack-dorsey-and-wabi-sabi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leeroy Studio &#8211; 1st Post</title>
		<link>http://www.leeroy.com.au/leeroy-studio-1st-post/</link>
		<comments>http://www.leeroy.com.au/leeroy-studio-1st-post/#comments</comments>
		<pubDate>Sun, 01 Jul 2012 11:28:35 +0000</pubDate>
		<dc:creator>Steve S.</dc:creator>
				<category><![CDATA[Leeroy Stuff]]></category>
		<category><![CDATA[Leeroy Studio]]></category>

		<guid isPermaLink="false">http://www.leeroy.com.au/?p=371</guid>
		<description><![CDATA[This post is just to get the blog part of the site started. Also, just a bit of back story. Leeroy Studio was up until recently called MCP Design. The MCP site was created a few years ago and wasn&#8217;t really ever updated. But the time had come to get things in order, and instead [...]]]></description>
			<content:encoded><![CDATA[<p>This post is just to get the blog part of the site started.</p>
<p>Also, just a bit of back story. Leeroy Studio was up until recently called MCP Design. The MCP site was created a few years ago and wasn&#8217;t really ever updated. But the time had come to get things in order, and instead of just re-designing the site, it was decided to start with a new site and new name. Well, an old name actually. The studio was originally called Leeroy Productions for about 10 years, until I started an Animation Studio called &#8220;Mad Cow Pictures&#8221; (see now where the MCP comes from).</p>
<p>But to cut a much longer story very short, it&#8217;s time to get back to where, and what we once were. This site isn&#8217;t complete yet, but most of what you need to know is there.</p>
<p>Cheers. Steve</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leeroy.com.au/leeroy-studio-1st-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
