<?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>shoogle designs&#039; blog</title>
	<atom:link href="http://shoogledesigns.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://shoogledesigns.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 07:25:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Codekit for Windows has landed and it&#8217;s called Prepros</title>
		<link>http://shoogledesigns.com/blog/blog/2013/05/18/codekit-for-windows-prepros/</link>
		<comments>http://shoogledesigns.com/blog/blog/2013/05/18/codekit-for-windows-prepros/#comments</comments>
		<pubDate>Sat, 18 May 2013 09:17:52 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[app review]]></category>
		<category><![CDATA[Sass]]></category>
		<category><![CDATA[Prepros]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1286</guid>
		<description><![CDATA[I am a huge fan of Codekit. I don&#8217;t have enough words to praise Bryan (who is such a cool guy) and his dev tool, and since I work 95% of my time on Apple, Codekit is AND does all I need as far as my Sass is concerned. But I happen to use windows [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>I am a huge fan of <a href="http://incident57.com/codekit/" title="Codekit" target="_blank">Codekit</a>. I don&#8217;t have enough words to praise <a href="https://twitter.com/bdkjones" title="Bryan Jones on Twitter" target="_blank">Bryan</a> (who is such a cool guy) and his dev tool, and since I work 95% of my time on Apple, Codekit is AND does all I need as far as my Sass is concerned.</p>
<p>But I happen to use windows machines every now and then, and although using the command lines &#8220;compass create&#8221; and &#8220;compass watch&#8221; is far from rocket science, I do miss Codekit&#8217;s features so much when I&#8217;m on Windows environments.<br />
<span id="more-1286"></span><br />
Huge news this week for Windows folks (sorry if I&#8217;m late to the party). A clever guy (Subash Pathak, you can give him some love <a href="https://twitter.com/sbspk" title="Subash Pathak on Twitter" target="_blank">here</a>) released a free windows version of a Codekit-like app, named <a href="http://alphapixels.com/prepros/" title="Prepros" target="_blank">Prepros</a>, and I thought I would give it a go.</p>
<p>Be aware that I&#8217;m only testing Sass here. Prepros looks like it compiles a number of other languages including the likes of coffee script, jade (whatever this is lol), and more, but I&#8217;m not touching those.</p>
<h3>Install</h3>
<p>Let&#8217;s get cracking then. There&#8217;s not a huge amount of documentation on the site, but install and use are easy enough. Grab the app by downloading it (green button), and run the .exe.<br />
Save the Live Browser refresh chrome extension in your files, open your chrome extension page (chrome://extensions), grab the saved extension file and drop it on the extension page.</p>
<p>Then it&#8217;s dev time. Go ahead and create a test folder. And add it to Prepros by dragging it onto the app (or use the + icon to locate the folder). The moment you add an scss folder and a file in it, Prepros will automatically recognize it and create a config.rb file and a .sass-cache folder.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/05/prepros1.jpg" alt="Free Codekit-like app for windows Prepros" title="Codekit-like app for windows Prepros" width="595" height="300" class="alignnone size-full wp-image-1284" /></p>
<p>Edit the config.rb file as you wish, and create a css folder. You can then adjust the name of your css, img and js folders right on Prepros. For the rest, use your preferred text editor.</p>
<h3>Live Refresh</h3>
<p>1. Make sure you tick the &#8220;Allow Access to file URLs&#8221; checkbox in your chrome extensions settings</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/05/prepros-chrome-extension1.jpg" alt="Prepros in the Chrome extensions settings" title="Prepros Chrome extensions settings" width="595" height="300" class="alignnone size-full wp-image-1285" /></p>
<p>and 2. do not open your html straight from the browser or by choosing open file with following a right click. Use Prepros&#8217; &#8216;Open project live url&#8217; as Subash stated it in the <a href="http://alphapixels.com/prepros/faq.html" title="Prepros FAQ" target="_blank">FAQ</a>. Change your files and watch your html getting refreshed automatically.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/05/prepros-project-url1.jpg" alt="Make sure to use Prepros &#039;Open project live url&#039; option" title="Prepros &#039;Open project live url&#039; option" width="595" height="300" class="alignnone size-full wp-image-1287" /></p>
<h3>Verdict</h3>
<p>Very much impressed with Prepros. We were promised a free version of Codekit for Windows, and the least we can say is we did get that. <strong>Well done Subash!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2013/05/18/codekit-for-windows-prepros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a neat little breakpoint snippet to your Sublime</title>
		<link>http://shoogledesigns.com/blog/blog/2013/05/15/add-breakpoint-snippet-to-sublimetext/</link>
		<comments>http://shoogledesigns.com/blog/blog/2013/05/15/add-breakpoint-snippet-to-sublimetext/#comments</comments>
		<pubDate>Wed, 15 May 2013 08:42:53 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[Code editor]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Sass]]></category>
		<category><![CDATA[Sublime Text 2]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1278</guid>
		<description><![CDATA[Let&#8217;s get Sassy today with this little yet very useful Sublime Text 2 breakpoint snippet hand made by James Nowland and obviously editable as you wish. If, like me, you code a lot of responsive sites, chances are that you work with Sass and end up putting half a million @include breakpoint lines, working your [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>Let&#8217;s get Sassy today with this little yet very useful Sublime Text 2 <a href="https://gist.github.com/jnowland/5151162" title="James Nowland's Breakpoint snippet" target="_blank">breakpoint snippet</a> hand made by James Nowland and obviously editable as you wish.</p>
<p>If, like me, you code a lot of responsive sites, chances are that you work with Sass and end up putting half a million <em>@include breakpoint</em> lines, working your site&#8217;s scss the modular way&#8230; as you do.<span id="more-1278"></span></p>
<p>Well, this little snippet will surely reduce your work, by allowing you to tabTrigger mq (or whatever you wanna call it) into the full <em>@include breakpoint</em> desired code lines.</p>
<p>Open Sublime, go to Tools, then New Snippet. Copy and paste James&#8217;s code in there, and save. Your&#8217;re done. You can type mq and tab in your scss and enjoy the ride.</p>
<p>The Snippet:</p>
<pre class="brush: css; title: ;">
&lt;snippet&gt;
  &lt;content&gt;&lt;![CDATA[
@include breakpoint(${1:papa-bear / mama-bear / baby-bear}) {
    ${2:}
}
 
]]&gt;&lt;/content&gt;
  &lt;!-- Optional: Set a tabTrigger to define how to trigger the snippet --&gt;
	&lt;tabTrigger&gt;mq&lt;/tabTrigger&gt; 
	&lt;!-- Optional: Set a scope to limit where the snippet will trigger --&gt;
	&lt;!-- &lt;scope&gt;source.python&lt;/scope&gt; --&gt;
&lt;/snippet&gt;
</pre>
<p>The result in Sublime:</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/05/breakpoint-snippet.jpg" alt="Add a Sublime text 2 breakpoint snippet" title="Sublime text 2 breakpoint snippet" width="595" height="300" class="alignnone size-full wp-image-1277" /></p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2013/05/15/add-breakpoint-snippet-to-sublimetext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking WordPress database migration to another level</title>
		<link>http://shoogledesigns.com/blog/blog/2013/05/03/taking-wordpress-database-migration-to-another-level/</link>
		<comments>http://shoogledesigns.com/blog/blog/2013/05/03/taking-wordpress-database-migration-to-another-level/#comments</comments>
		<pubDate>Fri, 03 May 2013 10:17:32 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1271</guid>
		<description><![CDATA[We can all agree keeping our development WordPress database in sync with the production is pretty important and neat when it comes to WordPress theme development. And you might already know WP Migrate DB, the cool little plugin that exports your database as a MySQL data dump, does a find and replace on URLs and [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>We can all agree keeping our development WordPress database in sync with the production is pretty important and neat when it comes to WordPress theme development. </p>
<p>And you might already know <a href="http://wordpress.org/extend/plugins/wp-migrate-db/" title="WP Migrate DB" target="_blank">WP Migrate DB</a>, the cool little plugin that exports your database as a MySQL data dump, does a find and replace on URLs and file paths, then allows you to save it to your computer.</p>
<p>Well, you will be delighted to hear that the guys at <a href="http://deliciousbrains.com/" title="Delicious Brains" target="_blank">Delicious Brains</a> are releasing <strong>Wp Migrate DB Pro</strong>, taking this wp database sync business to another level, and offering (in exchange of a one-time fee) features such as:</p>
<ul>
<li>Pull production/staging db down and replace local db</li>
<li>Push local db up and replace production/staging db</li>
<li>Select tables to export</li>
<li>Unlimited find &#038; replaces (currently you can only do 2)</li>
<li>Compatibility with multi-site</li>
<li>Priority email support</li>
</ul>
<p>Developer edition at $99 for use on unlimited sites looks right up my street if I&#8217;m honest with you.</p>
<div class="videoWrapper"><iframe width="560" height="315" src="http://www.youtube.com/embed/IFdHIpf6jjc" frameborder="0" allowfullscreen></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2013/05/03/taking-wordpress-database-migration-to-another-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Parisian co-working space La Cantine</title>
		<link>http://shoogledesigns.com/blog/blog/2013/04/08/welcome-to-la-cantine/</link>
		<comments>http://shoogledesigns.com/blog/blog/2013/04/08/welcome-to-la-cantine/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 15:02:34 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[place]]></category>
		<category><![CDATA[coworking]]></category>
		<category><![CDATA[lacantine]]></category>
		<category><![CDATA[paris]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1261</guid>
		<description><![CDATA[A visit of La Cantine in Galerie Montmartre, Paris II had been on my cards for ever. And last week on Friday, I had a meeting in Paris in the middle of the afternoon, and decided to go into town early, and have a chance to sit in La Cantine for most of the day. [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>A visit of La Cantine in Galerie Montmartre, Paris II had been on my cards for ever. And last week on Friday, I had a meeting in Paris in the middle of the afternoon, and decided to go into town early, and have a chance to sit in La Cantine for most of the day.<br />
<span id="more-1261"></span><br />
<img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/04/lacantine1.jpg" alt="Parisian Co-working space La Cantine (Paris II)" title="La Cantine" width="595" height="300" class="alignnone size-full wp-image-1262" /></p>
<p>And &#8216;I wasn&#8217;t disappointed&#8217; might sound like an understatement. Very chilled out atmosphere, with no payment, nor question/form to fill upfront. Somebody working there will be gentle enough to show you around, make you a coffee, and guide you to the co-working area.</p>
<p>Paris area-based freelancing folks, I can only encourage you to test this place. It is literally buzzing with energy. You can work on your own, meet people, and network. On top of that, prices are mega affordable. Needless to say I will be back in there.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/04/lacantine2.jpg" alt="Parisian Co-working space La Cantine (Paris II)" title="La Cantine" width="595" height="300" class="alignnone size-full wp-image-1263" /></p>
<p><a href="http://lacantine.org/" title="La Cantine" target="_blank">http://lacantine.org/</a><br />
151 rue Montmartre, Passage des Panoramas<br />
12 Galerie Montmartre, 75002 Paris<br />
<a href="https://twitter.com/lacantine" title="La Cantine on Twitter" target="_blank">@lacantine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2013/04/08/welcome-to-la-cantine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color is my torment&#8230; no more</title>
		<link>http://shoogledesigns.com/blog/blog/2013/02/20/color-hailpixel-review/</link>
		<comments>http://shoogledesigns.com/blog/blog/2013/02/20/color-hailpixel-review/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 10:54:35 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[app review]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[hailpixel]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1247</guid>
		<description><![CDATA[Claude Monet used to say: &#8220;Color is my day-long obsession, joy and torment&#8221;. Not that I would want to fool you in a very unfortunate comparison between one of the most known French painters in history and myself, but yes indeed, colors matter to all of us. Especially in the process of building a brand&#8217;s [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>Claude Monet used to say: &#8220;Color is my day-long obsession, joy and torment&#8221;. </p>
<p>Not that I would want to fool you in a very unfortunate comparison between one of the most known French painters in history and myself, but yes indeed, colors matter to all of us.<br />
<span id="more-1247"></span><br />
Especially in the process of building a brand&#8217;s identity, or designing a website. I have to say I&#8217;m absolutely rubbish at picking colors and associating them, and although the challenge of taking a company&#8217;s digital identity from the ground up is always a very exciting project, being handed a set of colors to work with from the start is often more comfy to me.</p>
<p>This was before <a href="http://color.hailpixel.com/" title="Color by HailPixel" target="_blank">Color by HailPixel</a> appeared. A very handy browser app helping you make color selection and color association on the fly, by simply hovering across the screen before clicking to pick the hex code of your choice.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/02/colorhailpixel.jpg" alt="Color by HailPixel" /></p>
<p>Hover back and forth for hue, up and down for lightness, and scroll to fine tune the saturation, and you&#8217;re done.<br />
On top of that, you can share your selections with your friends/customers/mentors with a simple url.<br />
An example: <a href="http://color.hailpixel.com/#699858,77EEBC,E7E741,0F1B03,641707," title="color.hailpixel.com example" target="_blank">&#8230;#699858,77EEBC,E7E741,0F1B03,&#8230;</a></p>
<p>Been playing with this tool for a few days, and i have to say I can ALMOST feel like I can pick colors now. Have a go at it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2013/02/20/color-hailpixel-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The day I understood Git</title>
		<link>http://shoogledesigns.com/blog/blog/2013/01/25/the-day-i-understood-git/</link>
		<comments>http://shoogledesigns.com/blog/blog/2013/01/25/the-day-i-understood-git/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 15:32:03 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[version control system]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1233</guid>
		<description><![CDATA[There are tons of good reasons to use version control systems. Number one is obviously being able to keep total control over the changes made to your code. Whether you work on your own, or collaborate on a project, making changes and committing them through a version control system ensures you and your team are [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>There are tons of good reasons to use version control systems.</p>
<p>Number one is obviously being able to keep total control over the changes made to your code. Whether you work on your own, or collaborate on a project, making changes and committing them through a version control system ensures you and your team are in total sync with your code, and allow you to quickly roll back if needed.<br />
<span id="more-1233"></span><br />
<img src="http://shoogledesigns.com/blog/wp-content/uploads/2013/01/git.jpg" alt="Git" /></p>
<p>This week, I spotted a free <a href="http://www.codeschool.com/courses/try-git" title="Try Git" target="_blank">&#8216;Try Git&#8217;</a> course while taking a look at <a href="http://www.codeschool.com/" title="Code School" target="_blank">Code School</a>&#8216;s available courses. I can only advise you to create yourself an account and follow this one.  </p>
<p>However, folks like me, ie autodidacts who have not learned web design, computer science in uni &#8212; let alone version control! &#8212;  will have difficulty grasping the concept and universe of Git without a bit of help.</p>
<p>This does remind me of the day I did understand Git. I had been reading quite a few things on it, without passion to be honest, and the projects at hand had kept me away from really digging into it&#8230;</p>
<p>&#8230; until a few months ago when I watched <a href="https://twitter.com/chacon" title="Scott Chacon's twitter" target="_blank">Scott Chacon</a>&#8216;s video and it all became clear, and I stayed motivated to learn some more. </p>
<p>So, if you are, as i was, allergic to terminal, interested in version control system, knowing you&#8217;ll have to get cracking one day, but yet too lazy to dive into it, now may be the time you <strong>commit</strong> to it, and watch this video.</p>
<p>ps. you&#8217;ve got to love Scott&#8217;s energy.</p>
<div class="videoWrapper"><iframe width="560" height="315" src="http://www.youtube.com/embed/ZDR433b0HJY" frameborder="0" allowfullscreen></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2013/01/25/the-day-i-understood-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task management within Sublime Text 2 with PlainTasks</title>
		<link>http://shoogledesigns.com/blog/blog/2012/12/15/task-management-sublimetext2-plaintasks/</link>
		<comments>http://shoogledesigns.com/blog/blog/2012/12/15/task-management-sublimetext2-plaintasks/#comments</comments>
		<pubDate>Sat, 15 Dec 2012 21:54:25 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[Code editor]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[plaintasks]]></category>
		<category><![CDATA[Sublime Text 2]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1225</guid>
		<description><![CDATA[Today, I&#8217;d like to talk about a package which I reckon will help a lot of folks keen to keep a hand on their project task management, without having to deal with getting-things-done apps way too complex for their own good. Don&#8217;t get me wrong, I am a big fan of Wunderkit, Producteev, et al, [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>Today, I&#8217;d like to talk about a package which I reckon will help a lot of folks keen to keep a hand on their project task management, without having to deal with getting-things-done apps way too complex for their own good.<br />
<span id="more-1225"></span><br />
Don&#8217;t get me wrong, I am a big fan of Wunderkit, Producteev, et al, but most times, a list of tasks and checkboxes are way better than the whole nine yeards app that lists your tasks, interacts with twitter, and makes coffee.</p>
<p>Let&#8217;s talk plain tasks then, and as a matter of facts lets talk <strong>PlainTasks</strong>, as the package I wanna introduce is named like so.</p>
<p>PlainTasks is a Sublime Text 2 plugin allowing you to create simple yet powerful todo lists in a few clicks and/or shorthands. I personally recommend to use Plaintasks at project level and create a single todo list at the root of each of your project&#8217;s directory structures.</p>
<p>I absolutely love it. It&#8217;s simple to install (look it up in your Package Control), and mega simple to use. No need for fancy stuff, all you need to do is create section, tasks, archive, and keep track (once again) at project level of all the nitty gritty things you (and your team) need to do. </p>
<p>If you put your project files in a shared dropbox folder like most folks do, then, do not change anything and make sure your .todo file is there at the root, and up to date for your team.</p>
<p>For full details go to <a href="https://github.com/aziz/PlainTasks" title="PlainTasks" target="_blank">aziz&#8217; github page</a>.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2012/12/plaintasks.jpg" alt="PlainTasks sample" /></p>
<p>For more posts on SublimeText 2, click <a href="http://shoogledesigns.com/blog/blog/tag/sublime-text-2/" title="My Sublime Text 2 posts">da link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2012/12/15/task-management-sublimetext2-plaintasks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile Internet Testing Environment aka MITE</title>
		<link>http://shoogledesigns.com/blog/blog/2012/12/07/mobile-internet-testing-environment-aka-mite/</link>
		<comments>http://shoogledesigns.com/blog/blog/2012/12/07/mobile-internet-testing-environment-aka-mite/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 09:14:22 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[app review]]></category>
		<category><![CDATA[mite]]></category>
		<category><![CDATA[rwd]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1214</guid>
		<description><![CDATA[Responsive web design and mobile testing, whether live on the devices available at hand, or via the use of emulators, have definitely become an important part of designers&#8217; lives and workflows. Testing a newly designed website in real life, i.e. on specific devices is obviously the best way to go. But owning 20 odd devices [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>Responsive web design and mobile testing, whether live on the devices available at hand, or via the use of emulators, have definitely become an important part of designers&#8217; lives and workflows.<br />
<span id="more-1214"></span><br />
Testing a newly designed website in real life, i.e. on specific devices is obviously the best way to go. But owning 20 odd devices just for the sake of mobile environment testing can be a costly affair, and unless you&#8217;re a mobile guru like Luke Wroblewski (pictured below), you may want to use emulators in order to test your designs on a wide set of devices.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2012/12/lukewroblewski-and-devices.jpg" alt="Luke Wroblewski and a few mobile devices" /></p>
<figcaption>Image Credits: <a href="http://bradfrostweb.com/blog/mobile/the-many-faces-of-mobile-first/" alt="Luke Wroblewski" target="_blank">Brad Frost</a></figcaption>
</figure>
<p>Today, I&#8217;d like to introduce you to <strong>MITE</strong>, an app I&#8217;ve had the chance to try lately. MITE is short for Mobile Internet Testing Environment, and has been developed by Keynote Systems. The app is free to download and use, but a paid version will allow you to simultaneously test your design from 7 locations and on 7 devices.</p>
<p>If you can survive the urge to cancel your download of the 700mb install file, which is longer than a week in jail, you will surely appreciate the many features of MITE. </p>
<p>The app allegedly allows you to see your design on more than 2100 mobile devices, but also provides great information of potential issues with your code. The MITE score will give you an idea of how well your site has been designed, and the app will give you direct access to source code, and the chance to automate your testing.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2012/12/mite.jpg" alt="shoogledesigns.com tested on MITE" /></p>
<p>Huge downside: It&#8217;s a windows-ONLY app.</p>
<p>More details: <a href="http://mite.keynote.com/" title="Keynote MITE" target="_blank">http://mite.keynote.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2012/12/07/mobile-internet-testing-environment-aka-mite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Geek Alert: Sky Wifi SmartPen</title>
		<link>http://shoogledesigns.com/blog/blog/2012/11/27/geek-alert-sky-wifi-smartpen/</link>
		<comments>http://shoogledesigns.com/blog/blog/2012/11/27/geek-alert-sky-wifi-smartpen/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 22:47:40 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[smartpen]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1209</guid>
		<description><![CDATA[Geeky Boys and Girls, this blogpost is for you. I don&#8217;t usually talk about gadgets, but this morning, I saw one of my mates use the Sky Wifi SmartPen during one of our entrepreneurs&#8217; get-together meetings, and thought this was one of the most geeky shit I had seen, and hence decided it deserved enough [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>Geeky Boys and Girls, this blogpost is for you. I don&#8217;t usually talk about gadgets, but this morning, I saw one of my mates use the Sky Wifi SmartPen during one of our entrepreneurs&#8217; get-together meetings, and thought this was one of the most geeky shit I had seen, and hence decided it deserved enough attention to write something about it.<br />
<span id="more-1209"></span><br />
So the concept is simple: &#8220;What starts on paper, doesn&#8217;t have to stay there.&#8221;</p>
<p>Enough words, let&#8217;s take a look at the video, it&#8217;ll be worth a thousand of my words.</p>
<div class="videoWrapper"><iframe width="560" height="315" src="http://www.youtube.com/embed/20Hgc_B4xuM" frameborder="0" allowfullscreen></iframe></div>
<p>On the spot, I just went wow, then thought how much would I be using this if I got one? Drop your comments to let me know what you think of this product, especially if you already use one&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2012/11/27/geek-alert-sky-wifi-smartpen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CAPS LOCK weekly #6</title>
		<link>http://shoogledesigns.com/blog/blog/2012/11/16/caps-lock-weekly-6/</link>
		<comments>http://shoogledesigns.com/blog/blog/2012/11/16/caps-lock-weekly-6/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 10:14:17 +0000</pubDate>
		<dc:creator>shoogledesigns</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[mobile app]]></category>
		<category><![CDATA[rwd]]></category>

		<guid isPermaLink="false">http://shoogledesigns.com/blog/?p=1197</guid>
		<description><![CDATA[This week, we are going to talk responsive design with &#8212; what&#8217;s already an ancient pitch from &#8212; Ethan Marcotte, adaptive maps with Mr Frost, prototyping iPhone apps with Ratchet, and a screencast library provided by Peepcode. Responsively yours So what&#8217;s been happening this week? Well, the top news for me is obviously the launch [...]]]></description>
			<content:encoded><![CDATA[
<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> 
<p>This week, we are going to talk responsive design with &#8212; what&#8217;s already an ancient pitch from &#8212; Ethan Marcotte, adaptive maps with Mr Frost, prototyping iPhone apps with Ratchet, and a screencast library provided by Peepcode.</p>
<p><span id="more-1197"></span></p>
<h2 class="capslock">Responsively yours</h2>
<p>So what&#8217;s been happening this week? Well, the top news for me is obviously the <a href="http://shoogledesigns.com/blog/blog/2012/11/08/shoogledesigns-com-v2-launch/" title="shoogledesigns.com v2 launch">launch of my new website</a>, in responsive fashion. As we speak today, I&#8217;ve released the latest part of my work, i.e the blog side of my site which has now the look and feel of the static homepage I have had the pleasure to develop on the side. </p>
<p>We may as well stick to RWD while we&#8217;re at it. Funnily enough, and despite the fact I&#8217;ve read pretty much everything on responsive web design these last few years (including the now-famous <a href="http://www.abookapart.com/products/responsive-web-design" title="Ethan Marcotte's Responsive Web Design" target="_blank">Responsive Web Design</a> of Ethan Marcotte), I had never watched Ethan&#8217;s initial speech on the subject, which took place at An Event Apart San Diego 2010. No breaking news you will admit. But watching it in retrospect, I wonder if the man had any idea of the impact his work and book would have on us and the web in general&#8230;</p>
<p>Here&#8217;s a <a href="http://www.besquare.me/session/a-dao-of-flexibility/" title="A DAO of flexibility" target="_blank">link to it</a> for those who would like to watch or re-watch the pitch.</p>
<p>Still on the subject of RWD, a little essay from Brad Frost, which touches yet another aspect of the responsive/adaptive area, and how we could (or should) approach the integration of maps in our design. Very enlightening as usual.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2012/11/adaptive-maps.jpg" alt="Adaptive Maps" /></p>
<p><a href="http://bradfrostweb.com/blog/post/adaptive-maps/" title="Adaptive Maps" target="_blank">Adaptive Maps</a></p>
<h2 class="capslock">Ratchet</h2>
<p>Since I&#8217;m just out of <a href="http://shoogledesigns.com/blog/blog/2012/11/12/appdays-paris-review/" title="Appdays Paris Review">Appdays Paris</a> (event which too place last Friday), this link did catch my attention. If you are a newbie like me when it comes down to mobile app design and development, you may want to take a look at Ratchet, a framework helping you prototype iPhone apps with simple HTML, CSS and JS components.</p>
<p><img src="http://shoogledesigns.com/blog/wp-content/uploads/2012/11/ratchet.jpg" alt="Ratchet" /></p>
<p><a href="http://maker.github.com/ratchet/" title="Ratchet" target="_blank">http://maker.github.com/ratchet/</a></p>
<h2 class="capslock">Peepcode</h2>
<p>Finally, a link to <a href="https://peepcode.com/products/design-bundle" title="Peepcode's design bundle" target="_blank">Peepcode</a>, specialists in screencast tutorials for web developers and designers. Some neat Play by Play series on all kind of technologies, and a deign bundle likely to get bigger in the coming months and years.</p>
]]></content:encoded>
			<wfw:commentRss>http://shoogledesigns.com/blog/blog/2012/11/16/caps-lock-weekly-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: shoogledesigns.com @ 2013-05-23 05:52:12 -->