<?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>Bloggink &#187; javascript</title>
	<atom:link href="http://joggink.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://joggink.com</link>
	<description>Blog of Joggink, home of Jochen Vandendriessche</description>
	<lastBuildDate>Fri, 27 Jan 2012 10:03:33 +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>Bookmarked responsive web resources</title>
		<link>http://joggink.com/2011/12/bookmarked-responsive-web-resources/</link>
		<comments>http://joggink.com/2011/12/bookmarked-responsive-web-resources/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:21:09 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[responsive]]></category>

		<guid isPermaLink="false">http://joggink.com/?p=433</guid>
		<description><![CDATA[Responsive webdesign has been a hot topic for a while, but I tend to loose track of all useful resources that cross my path. So I&#8217;ll try to make list them up. Feel free to share resources you find useful &#8230; <a href="http://joggink.com/2011/12/bookmarked-responsive-web-resources/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive webdesign</a> has been a hot topic for a while, but I tend to loose track of all useful resources that cross my path. So I&#8217;ll try to make list them up.</p>
<p>Feel free to share resources you find useful too!</p>
<p>If you&#8217;re not familiar with responsive webdesign I suggest you check out this nice presentation from <a href="http://twitter.com/bytte">@bytte</a>:</p>
<div id="__ss_10389263" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Responsive web design" href="http://www.slideshare.net/bytte/responsive-web-design-10389263" target="_blank">Responsive web design</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/10389263" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/bytte" target="_blank">Thomas Byttebier</a></div>
</div>
<p>&nbsp;</p>
<h3>CSS Frameworks:</h3>
<h3><a href="http://html5boilerplate.com/">HTML5 boilerplate</a></h3>
<p>HTML5 Boilerplate is the professional badass&#8217;s base HTML/CSS/JS template for a fast, robust and future-proof site.</p>
<h4><a href="http://goldengridsystem.com/">Goldengridsystem</a></h4>
<p>Golden Grid System (GGS) splits the screen into 18 even columns. The leftmost and rightmost columns are used as the outer margins of the grid, which leaves <em>16 columns</em> for use in design.</p>
<h4><a href="http://www.stuffandnonsense.co.uk/projects/320andup/">320 and up</a></h4>
<p>‘320 and Up’ starts with a tiny screen stylesheet that contains only reset, colour and typography styles. Media Queries then load assets and layout styles progressively and only as they’re needed.</p>
<h4><a href="http://getskeleton.com/">skeleton</a></h4>
<p>Skeleton is a small collection of CSS &amp; JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17&#8243; laptop screen or an iPhone.</p>
<h4> <a href="http://foundation.zurb.com/">Foundation</a></h4>
<p>An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.</p>
<h4><a href="http://thatcoolguy.github.com/gridless-boilerplate/">Gridless</a></h4>
<p>Gridless is an optionated HTML5 and CSS3 boilerplate for making mobile first responsive, cross-browser websites with beautiful typography.</p>
<h4> <a href="http://gridpak.com/">Gridpack</a></h4>
<p>The Responsive grid generator, created by Erskine Design.</p>
<h3>Embedding media</h3>
<h4><a href="http://fitvidsjs.com/">fitvidjs</a> (video)</h4>
<p>A lightweight, easy-to-use jQuery plugin for fluid width video embeds.</p>
<p>&nbsp;</p>
<h3>Text</h3>
<h4><a href="http://letteringjs.com/">letteringjs</a></h4>
<p>A jQuery plugin for radical web typography</p>
<h4><a href="http://fittextjs.com/"> fittextjs</a></h4>
<p>FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element.</p>
<p>&nbsp;</p>
<h3>SVG</h3>
<h4><a href="http://raphaeljs.com/">raphaël</a></h4>
<p>Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.</p>
<p>&nbsp;</p>
<h3>Making things work cross browser</h3>
<h4><a href="http://selectivizr.com/">selectivizr.js</a></h4>
<p>selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest.</p>
<p>&nbsp;</p>
<p><em>Contributions by <a href="https://twitter.com/baskwalla/status/143711863870472192">@baskwalla</a>, <a href="https://twitter.com/driesdelaey/status/143716620521582594">@driesdeleay</a>, <a href="http://twitter.com/wolfr_">@wolfr</a>, <a href="http://twitter.com/bengie">@bengie</a> &amp; <a href="https://twitter.com/paul_irish/status/143829828381061120">@paulirish</a> </em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2011/12/bookmarked-responsive-web-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So I won a google chromebook</title>
		<link>http://joggink.com/2011/10/so-i-won-a-google-chromebook/</link>
		<comments>http://joggink.com/2011/10/so-i-won-a-google-chromebook/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 14:33:36 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[chromebook]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[willistrator]]></category>
		<category><![CDATA[zotte sfeer]]></category>

		<guid isPermaLink="false">http://joggink.com/?p=396</guid>
		<description><![CDATA[&#160; &#160; There was a contest at the fronteers conference 2011 where you just had to fill in a form with your name, email address and the reason why you should win it. I wasn&#8217;t going to compete but a &#8230; <a href="http://joggink.com/2011/10/so-i-won-a-google-chromebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="attachment_397" class="wp-caption aligncenter" style="width: 810px"><a href="http://joggink.com/wp-content/uploads/2011/10/chromebook.jpg"><img class="size-full wp-image-397" title="chromebook" src="http://joggink.com/wp-content/uploads/2011/10/chromebook.jpg" alt="" width="800" height="371" /></a><p class="wp-caption-text">Google chromebook Samsung series 5</p></div>
<p>&nbsp;</p>
<p>There was a contest at the<a href="http://fronteers.nl/congres/2011"> fronteers conference 2011</a> where you just had to fill in a form with your name, email address and the reason why you should win it. I wasn&#8217;t going to compete but a little voice inside said &#8220;<em>why not&#8230;</em>&#8221; The app I proposed is a simple straightforward online <a href="http://www.w3.org/Graphics/SVG/">SVG</a> generator / editor. The possibility to add shapes, paths, text, etc.. and choose your output format: <a href="http://www.w3.org/Graphics/SVG/">SVG</a> or <a href="http://raphaeljs.com/">RaphaelJS</a>. (I&#8217;ll explain the inspiration for the app in a future blogpost)</p>
<p>So, as you already guessed, I won the <a href="http://www.google.com/intl/nl/chromebook/">chrome book</a>. It&#8217;s a pretty neat device, nothing fancy but fast as hell! It has a 16gb SSD which is enough if you know that the OS is just google chrome. I&#8217;m very happy I won because now I&#8217;m even more motivated to build this SVG tool. I&#8217;ve even been thinking about a name and a logo and found the perfect match: since it&#8217;s a web based version of Illustrator I&#8217;ll coin it Willistrator (Web Illustrator). The logo is very simple, some bezier curves, handlers and a simple font, resulting in something like this:</p>
<p>&nbsp;</p>
<div id="attachment_400" class="wp-caption aligncenter" style="width: 731px"><a href="http://joggink.com/wp-content/uploads/2011/10/willistrator.jpg"><img class="size-full wp-image-400" title="willistrator" src="http://joggink.com/wp-content/uploads/2011/10/willistrator.jpg" alt="" width="721" height="314" /></a><p class="wp-caption-text">Codename: willistrator</p></div>
<p>&nbsp;</p>
<p>And before you ask: <strong>YES</strong> I am serious about the codename, it&#8217;s not a spoof and I&#8217;ll build it. The logo I&#8217;m not really sure&#8230;</p>
<p>If all goes well I can kick this project in the groin later this week, I&#8217;ll post a follow-up blogpost with the inspiration for the app and a link to the github repository / pre-alpha version.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2011/10/so-i-won-a-google-chromebook/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>cheap jQuery fix for the firefox video loop problem</title>
		<link>http://joggink.com/2010/10/cheap-jquery-fix-for-the-firefox-video-loop-problem/</link>
		<comments>http://joggink.com/2010/10/cheap-jquery-fix-for-the-firefox-video-loop-problem/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 20:09:55 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=327</guid>
		<description><![CDATA[People who know me know how much I hate flash, therefore when I heard about html5 video and audio I did a happy dance. Recently I had the opportunity to use the video tag in one of my projects and &#8230; <a href="http://joggink.com/2010/10/cheap-jquery-fix-for-the-firefox-video-loop-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>People who know me know how much I hate flash, therefore when I heard about html5 <a href="http://www.w3.org/TR/html5/video.html">video</a> and <a href="http://www.w3.org/TR/html5/video.html#audio">audio</a> I did a happy dance. Recently I had the opportunity to use the video tag in one of my projects and my excitement got a little tempered when I learned that<a href="http://support.mozilla.com/nl/questions/747220"> the loop attribute doesn&#8217;t work in Firefox</a>. My main browser of choice is <a href="http://www.apple.com/benl/safari/">safari</a>, too bad not many of my customers visitors share this opinion, so a jQuery fix was needed. It&#8217;s far from perfect and it doesn&#8217;t work flawless, but it get&#8217;s the job done. The only quirk is the little delay to restart the video on end.</p>
<pre>
<div id="_mcePaste">$('video[loop="loop"]').bind('ended', function(){</div>
<div id="_mcePaste">   this.play();</div>
<div id="_mcePaste">})</div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2010/10/cheap-jquery-fix-for-the-firefox-video-loop-problem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Discovering magic: the ident engine</title>
		<link>http://joggink.com/2009/10/discovering-magic-the-ident-engine/</link>
		<comments>http://joggink.com/2009/10/discovering-magic-the-ident-engine/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:30:54 +0000</pubDate>
		<dc:creator>joggink</dc:creator>
				<category><![CDATA[frontend development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.joggink.com/?p=259</guid>
		<description><![CDATA[Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites. Wouldn’t it be a &#8230; <a href="http://joggink.com/2009/10/discovering-magic-the-ident-engine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.joggink.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-15.27.35.png"><img class="size-medium wp-image-260 alignright" title="Ident engine profile search joggink" src="http://blog.joggink.com/wp-content/uploads/2009/10/Screen-shot-2009-10-08-at-15.27.35-300x196.png" alt="Ident engine profile search joggink" width="180" height="118" /></a></p>
<blockquote><p>Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites. Wouldn’t it be a little magical if, when you signed up for a new site, the site said something like, “We notice you have a profile photo on Flickr and Twitter, would you like to use one of those or upload a new one?”</p>
<p><a href="http://www.alistapart.com/articles/discovering-magic/" target="_blank">Full article</a></p></blockquote>
<p><a href="http://www.alistapart.com/authors/j/glennjones" target="_blank">Glenn Jones</a> has written a javascript library that collects data from different social profiles. It currently supports 70 sites and 142 endpoint mappings. Now that&#8217;s some real magic! You can download this engine for free at <a href="http://identengine.com/" target="_blank">identengine.com</a>.</p>
<p>He also did a presentation about blending social graph data and other open data sources at <a href="http://twiist.be/" target="_blank">Twiist.be</a> in Leuven.</p>
<div id="__ss_1444828" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Experiments in Data Portability 2" href="http://www.slideshare.net/glennjones/experiments-in-data-portability-2">Experiments in Data Portability 2</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twiist01-090516105000-phpapp01&amp;rel=0&amp;stripped_title=experiments-in-data-portability-2" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twiist01-090516105000-phpapp01&amp;rel=0&amp;stripped_title=experiments-in-data-portability-2" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/glennjones">Glenn Jones</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joggink.com/2009/10/discovering-magic-the-ident-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

