<?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>Altryne's Blog</title> <atom:link href="http://alexw.me/feed/" rel="self" type="application/rss+xml" /><link>http://alexw.me</link> <description>Not everyday I get to learn "nothing"</description> <lastBuildDate>Thu, 08 Mar 2012 10:29: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>Numbers in javascript</title><link>http://alexw.me/2012/03/numbers-in-javascript/</link> <comments>http://alexw.me/2012/03/numbers-in-javascript/#comments</comments> <pubDate>Thu, 08 Mar 2012 10:29:33 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=343</guid> <description><![CDATA[So apparently I was in the dark, someone (@bigel) has sent me a link to a great post about 5 missing javascript numbers functions. In there I found a real jem! function round(number, decimals){ return parseFloat(number.toFixed(decimals)); }]]></description> <content:encoded><![CDATA[<p>So apparently I was in the dark,</p><p>someone (@bigel) has sent me a link to a <a
href="http://www.queness.com/post/9806/5-missing-javascript-number-format-functions">great post</a> about 5 missing javascript numbers functions.</p><p>In there I found a real jem!</p><pre class="brush: javascript">
function round(number, decimals){
return parseFloat(number.toFixed(decimals));
}
</pre>]]></content:encoded> <wfw:commentRss>http://alexw.me/2012/03/numbers-in-javascript/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>new playground layout</title><link>http://alexw.me/2012/03/new-playground-layout/</link> <comments>http://alexw.me/2012/03/new-playground-layout/#comments</comments> <pubDate>Wed, 29 Feb 2012 22:32:04 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=335</guid> <description><![CDATA[As some of you may know, I&#8217;m always playing with html,css, and javascript stuff, some experiments work out, and I put them online. Previously though, I was just dumping them in a git repository I call playground, and I was hard linking to them in posts and what not. Now however i&#8217;ve added an awesome [...]]]></description> <content:encoded><![CDATA[<p>As some of you may know, I&#8217;m always playing with html,css, and javascript stuff,</p><p>some experiments work out, and I put them online.</p><p>Previously though, I was just dumping them in a git repository I call playground, and I was hard linking to them in posts and what not.</p><p>Now however i&#8217;ve added an awesome feature, which is called <a
href="http://larsjung.de/h5ai/">html5 apache index</a> by the mega talented <a
href="http://larsjung.de/">Lars Jung</a></p><div
id="attachment_336" class="wp-caption aligncenter" style="width: 546px"><a
href="http://alexw.me/playground"><img
class="size-full wp-image-336 " title="h5ai index" src="http://alexw.me/wp-content/uploads/2012/03/Screen-Shot-2012-03-01-at-00.05.00-.png" alt="" width="536" height="367" /></a><p
class="wp-caption-text">my new playground, all sorted out</p></div><p>You can check out some of my projects like  the <a
href="http://alexw.me/ipad2">ipad simulator</a> , <a
href="http://alexw.me/playground/http://alexw.me/playground/canvas_video_puzzle.php">html5 canvas video puzzle</a> and <a
href="http://alexw.me/playground/">more</a></p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2012/03/new-playground-layout/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Dabblet.com and &#8220;Scrubbing Values&#8221;</title><link>http://alexw.me/2012/02/dabblet-scrubbing/</link> <comments>http://alexw.me/2012/02/dabblet-scrubbing/#comments</comments> <pubDate>Sun, 19 Feb 2012 20:58:17 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=330</guid> <description><![CDATA[I was so impressed by Bret Victor&#8217;s talk at  Canadian University Software Engineering Conference! I then read that Paul Irish had described it as &#8220;think Dabblet.com for canvas&#8221; and I had a lightbulb moment! why not in dabblet?  I then quickly rushed to Dabblet to see if I can fork it ( github ) and play. One saturday [...]]]></description> <content:encoded><![CDATA[<p>I was so impressed by <a
href="http://worrydream.com/">Bret Victor&#8217;s</a> talk at  <a
href="http://alexw.me/2012/02/one-of-the-most-inspiring-talks-ive-seen-in-a-while/">Canadian University Software Engineering Conference</a>!</p><p>I then read that <a
href="http://paulirish.com/">Paul Irish</a> had described it as &#8220;think Dabblet.com for canvas&#8221; and I had a lightbulb moment!</p><p><span
style="font-size: large;">why not in dabblet? </span></p><p>I then quickly rushed to Dabblet to see if I can fork it ( <a
href="https://github.com/LeaVerou/dabblet">github</a> ) and play.</p><p>One saturday later, I present you <a
href="http://alexw.me/dabblet" target="_blank">scrubbing values in dabblet.com</a> ( <span
style="font-size: x-large;"><a
href="http://alexw.me/dabblet">DEMO</a></span> )</p><p><iframe
frameborder="0" src="http://www.youtube.com/embed/vfxuAeJ-qqE" width="580" height="478"></iframe></p><p>Features : cmd/ctrl + click and drag to resize absolute lengnth values (px,em,etc)</p><p>Iphone style scrubbing, the higher you raise the cursor above the element, the higher the increment value per drag is (it&#8217;s also indicated by the lovely cursors )</p><p>Next on queue : colorpickers on color values and duration support for animations and transitions</p><p>&nbsp;</p><p>Feel free to check the code</p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2012/02/dabblet-scrubbing/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>One of the most inspiring talks i&#8217;ve seen in a while</title><link>http://alexw.me/2012/02/one-of-the-most-inspiring-talks-ive-seen-in-a-while/</link> <comments>http://alexw.me/2012/02/one-of-the-most-inspiring-talks-ive-seen-in-a-while/#comments</comments> <pubDate>Sat, 18 Feb 2012 12:57:23 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=320</guid> <description><![CDATA[If you only have time to see one talk this week, month, year, make sure it&#8217;s this one Bret Victor &#8211; Inventing on Principle from CUSEC on Vimeo. Bio: Bret Victor invents tools that enable people to understand and create. He has designed experimental UI concepts at Apple, interactive data graphics for Al Gore, and [...]]]></description> <content:encoded><![CDATA[<p>If you only have time to see one talk this week, month, year, make sure it&#8217;s this one</p><p><iframe
frameborder="0" src="http://player.vimeo.com/video/36579366?byline=0" width="600" height="450"></iframe></p><p><a
href="http://vimeo.com/36579366">Bret Victor &#8211; Inventing on Principle</a> from <a
href="http://vimeo.com/cusec">CUSEC</a> on <a
href="http://vimeo.com">Vimeo</a>.</p><p>Bio: Bret Victor invents tools that enable people to understand and create. He has designed experimental UI concepts at Apple, interactive data graphics for Al Gore, and musical instruments at Alesis.</p><p>For more Bret, see http://worrydream.com</p><p>This talk was given at CUSEC 2012 http://2012.cusec.net</p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2012/02/one-of-the-most-inspiring-talks-ive-seen-in-a-while/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to make webapps fullscreen again on iOS 4.3 &#8211; UPDATED</title><link>http://alexw.me/2011/05/quick-note-on-ios-web-apps/</link> <comments>http://alexw.me/2011/05/quick-note-on-ios-web-apps/#comments</comments> <pubDate>Sat, 28 May 2011 20:01:27 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=313</guid> <description><![CDATA[When apple released iOS 4.3 they bragged about faster javascript engine and many blogs around the web cried wolf. Many people have felt that apple intentionally bringing the web apps down, to make native apps the ones a user chooses. When 4.3 was released I have also noticed then a lot of webapps I have [...]]]></description> <content:encoded><![CDATA[<p><span
style="font-size: small;">When apple released iOS 4.3 they bragged about faster javascript engine and <a
href="http://thenextweb.com/apple/2011/03/17/apple-admits-to-slower-performance-in-ios-web-apps/">many blogs around the web cried wolf</a>.</span></p><p><span
style="font-size: small;">Many people have felt that apple intentionally bringing the web apps down, to make native apps the ones a user chooses.</span></p><p><span
style="font-size: small;">When 4.3 was released I have also noticed then a lot of webapps I have had &#8216;installed&#8217; on my homescreen seem to have become plain shortcuts.</span></p><p><span
style="font-size: small;">They would open up in safari instead of on their own like before, they weren&#8217;t full screened and they would refresh on beginning.</span></p><p><span
style="font-size: small;">Basically this mean  that saving a page to the homescreen just became a bookmark on the homescreen rather then a full &#8220;webapp&#8221; like before.</span></p><p><span
style="font-size: small;">Many great  webapps I used on daily basis like<a
href="http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/"> thomas fuch&#8217;s</a> <a
href="http://everytimezone.com">everytimezone.com</a></span></p><p><span
style="font-size: small;">Even in his screen shot fo the app you can see it&#8217;s fullscreened.</span></p><p><span
style="font-size: medium;">BUT THEN&#8230;</span></p><p>I read about a <a
href="http://gamesforcats.com/">gamesforcats.com</a> site and went there to install an app for my cat. Turns out  that it&#8217;s a web app. And it&#8217;s fullscreened. WTF right?</p><p>I went on to investigate.</p><p>Turns out apple added a new meta tag that specifies whether this app is webapp capable or not!</p><pre class="brush: html">
&lt;meta name=&quot;apple-mobile-web-app-capable&quot; content=&quot;yes&quot; /&gt;
</pre><p>This was new and before adding a meta of</p><pre class="brush: html">
&lt;meta names=&quot;apple-mobile-web-app-status-bar-style&quot; content=&quot;black-translucent&quot; /&gt;
</pre><p>did the trick of making a website to a web app.</p><p>Sad that this was quetly done and broke all other webapps out there , apps that didn&#8217;t update or didn&#8217;t know about the new method.</p><p>But I&#8217;m glad my ability to make &#8220;webapps&#8221; is back!!</p><p><span
style="font-size: medium;">UPDATE : </span></p><p><span
style="font-size: small;">Turns out this &#8220;webapp&#8221; mode is also discoverable by JS <img
src='http://alexw.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p><p><span
style="font-size: small;">window.navigator.standalone</span></p><p><span
style="font-size: small;">So you can actually know if a user runs your app in fullscreen and if not bug him to do so by all sorts of pointy arrows and notifications <img
src='http://alexw.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2011/05/quick-note-on-ios-web-apps/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>New css3 3d demo inspired by portal.</title><link>http://alexw.me/2011/04/new-css3-3d-demo-inspired-by-portal/</link> <comments>http://alexw.me/2011/04/new-css3-3d-demo-inspired-by-portal/#comments</comments> <pubDate>Sat, 23 Apr 2011 18:03:19 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[3d]]></category> <category><![CDATA[awesome]]></category> <category><![CDATA[chrome]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[playground]]></category> <category><![CDATA[portal 2]]></category> <category><![CDATA[webkit]]></category> <guid
isPermaLink="false">http://alexw.me/?p=296</guid> <description><![CDATA[Portal 2. have you played it? if yo haven&#8217;t go and buy it from steam then come back here. If you have, then you might have noticed the awesome effect from the main menu, the rotating cubes. I was so impressed by it that I had to try and replicate it. (click on image to [...]]]></description> <content:encoded><![CDATA[<p>Portal 2. have you played it? if yo haven&#8217;t go and buy it from steam then come back here.</p><p>If you have, then you might have noticed the awesome effect from the main menu, the rotating cubes.</p><p>I was so impressed by it that I had to try and replicate it. (click on image to see the demo)</p><p><a
href="http://alexw.me/playground/portal.html"><img
class="alignnone" title="Portal2 css3 3d effect" src="http://alexw.me/playground/img/screenshot.png" alt="" width="565" height="318" /></a></p><p>Couple of things I learned :</p><ul><li>You can bind a handler to &#8220;webkitTransitionEnd&#8221; and execute code when the transition on that element finishes.</li><li>It&#8217;s very hard to &#8220;reset&#8221; transitioned elements  back to their original state, if you don&#8217;t want that reset to be animated. You have to manually override -webkit-transition-porperty , reset the stage (for example rotate(0) ) and then set the transition property back to what it was.</li><li>Facebook caches the shared pages, so if you put a facebook &#8220;like&#8221; button, and then change the page&#8217;s title, of meta, you have to  &#8221;reset&#8221; the link. the best/only way to do that without changing the url is <a
href="https://developers.facebook.com/tools/lint/">facebook url lint</a>.</li><li>Css3 3d is fun! go experiment with it, it&#8217;s gpu accelerated where ever it&#8217;s avaliable be it mobile or ipad or mac, and it&#8217;s looking super smooth! go crazy</li></ul> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2011/04/new-css3-3d-demo-inspired-by-portal/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Style the &lt;style&gt; element ? mind = blown</title><link>http://alexw.me/2011/03/style-the-style-element-mind-blown/</link> <comments>http://alexw.me/2011/03/style-the-style-element-mind-blown/#comments</comments> <pubDate>Mon, 21 Mar 2011 09:52:28 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=295</guid> <description><![CDATA[This has got to be the weirdest thing I&#8217;ve seen this week! (it&#8217;s very cool nonetheless) Turns out, that you can style almost any element. Be it &#60;head&#62;, &#60;style&#62; , &#60;title&#62; , whatever. DEMO You then can add the html5 &#8220;contenteditable&#8221; attribute, to make these blocks editable. And what you get is a live updating [...]]]></description> <content:encoded><![CDATA[<p><span
style="font-size: medium;">This has got to be the weirdest thing I&#8217;ve seen this week! (it&#8217;s very cool nonetheless)</span></p><p><span
style="font-size: medium;"><a
href="http://annevankesteren.nl/2010/03/css-wg-brainstorming">Turns out</a>, that you can style almost any element.</span></p><p><span
style="font-size: medium;">Be it &lt;head&gt;, &lt;style&gt; , &lt;title&gt; , whatever.</span></p><p><span
style="font-size: x-large;"><a
href="http://dl.dropbox.com/u/6889188/title.html">DEMO</a></span></p><p><span
style="font-size: medium;">You then can add the html5 &#8220;contenteditable&#8221; attribute, to make these blocks editable.</span></p><p><span
style="font-size: medium;">And what you get is a live updating &lt;style&gt; and &lt;title&gt; blocks.</span></p><p><span
style="font-size: medium;">I&#8217;m starting of thinking about creative uses for this, there have got to be some!!</span></p><p><span
style="font-size: medium;">If you have an creative Idea on how to use this, feel free to share in comments.</span></p><p><span
style="font-size: x-large;"><br
/> </span></p><p><span
style="font-size: large;"><span
style="font-size: x-small;"> </span></span></p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2011/03/style-the-style-element-mind-blown/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>IE9 is better then firefox and chrome</title><link>http://alexw.me/2011/02/ie9-is-better-then-firefox-and-chrome/</link> <comments>http://alexw.me/2011/02/ie9-is-better-then-firefox-and-chrome/#comments</comments> <pubDate>Sat, 26 Feb 2011 21:07:24 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Problems and Fixes]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[browser comparison]]></category> <category><![CDATA[IE9]]></category> <category><![CDATA[microsoft]]></category> <guid
isPermaLink="false">http://alexw.me/?p=290</guid> <description><![CDATA[To some of you who follow my blog, the title of this post may sound familiar. 2 years ago I posted with a similar title, only it was about ie8. Microsoft PR dpt. has done it again. They&#8217;ve released a comparison chart, between their brand new IE9, and other browsers such as firefox and chrome. [...]]]></description> <content:encoded><![CDATA[<p>To some of you who follow my blog, the title of this post may sound familiar. 2 years ago I posted with a similar title, only it <a
href="http://alexw.me/2009/06/ie8-is-better-that-firefox-and-chrome-together/">was about ie8</a>.</p><p>Microsoft PR dpt. has done it again. They&#8217;ve released a comparison chart, between their brand new IE9, and other browsers such as firefox and chrome.</p><p>And for one think it has to stop. Their comparison is full will half-truths and whole lies, and coming from a company that made web-developers suffer and scream in rage, it&#8217;s absurd.</p><p>IE9 is a better browser then all other IEs. It&#8217;s faster, more standard driven and all in all a decent browser. BUT (and it&#8217;s a big but) it&#8217;s not a <a
href="http://people.mozilla.com/~prouget/ie9/">modern browser</a> and it&#8217;s not by far, better then Firefox or Chrome.</p><p>This recent post made me create this :</p><p><a
href="http://bit.ly/e7KmId"><span
style="font-size: x-large;">The truth behind IE9 comparison chart</span></a></p><p>Yes it may sound whiny to some, but there&#8217;s no denial that somebody at Microsoft has failed to check all the fact before posting this.</p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2011/02/ie9-is-better-then-firefox-and-chrome/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>iPad simulator in HTML and JS</title><link>http://alexw.me/2011/01/ipad-simulator-in-html-and-js/</link> <comments>http://alexw.me/2011/01/ipad-simulator-in-html-and-js/#comments</comments> <pubDate>Mon, 10 Jan 2011 18:55:12 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[Playing with stuff]]></category> <category><![CDATA[Amazing]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[html]]></category> <category><![CDATA[ios]]></category> <category><![CDATA[ipad]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[JS]]></category> <guid
isPermaLink="false">http://alexw.me/?p=270</guid> <description><![CDATA[Let me tell you what a crazy week it&#8217;s been regarding my iPad Simulator A little background I&#8217;ve thought about creating the iPad simulator shortly after I bought my iPad. I was fascinated by the UI and wanted to see if I can recreate it. This isn&#8217;t the first online simulator I&#8217;ve built, before this, was a Nokia n97 [...]]]></description> <content:encoded><![CDATA[<p><strong><span
style="font-size: small;">Let me tell you what a crazy week it&#8217;s been regarding my <a
href="http://alexw.me/ipad">iPad Simulator</a></span></strong></p><p><span
style="font-size: medium;"><strong>A little background</strong></span></p><p>I&#8217;ve thought about creating the iPad simulator shortly after I bought my iPad. I was fascinated by the UI and wanted to see if I can recreate it.</p><p>This isn&#8217;t the first online simulator I&#8217;ve built, before this, was a Nokia n97 simulator, also built with JS + CSS  (<a
href="http://nokian97.co.il">http://nokian97.co.il</a>)</p><p>I&#8217;ve uploaded the iPad simulator a while ago, started playing with it, adding apps  (google maps, safari, photos etc&#8217;) , and I was getting 5 hits daily (most of them me from work)</p><p
style="text-align: center;"><a
href="http://alexw.me/ipad" target="_blank"><img
class="size-large  aligncenter" title="iPad Simulator with html + css + javascript (jQuery)" src="http://alexw.me/wp-content/uploads/2011/01/09-ipad_simulator-1024x869.png" alt="iPad Simulator with html + css + javascript (jQuery)" width="614" height="521" /></a></p><p><strong><span
style="font-size: medium;">Forrst</span></strong></p><p>I joined <a
href="http://forrst.com">Forrst </a>and decided to share it with the forrsters , and I got amazing feedback. And people there told me they want to hack on it, so I&#8217;ve released the code on <a
href="https://github.com/altryne/Ipad-Simulator">github</a>.</p><p><strong><span
style="font-size: medium;">W3c Israel</span></strong></p><p>Some weeks after, I went to a W3C Israel meeting on web app development and after a short hackaton (results of which you can see  <a
href="http://reallygood.co.il/jokes">here</a> and fork on <a
href="https://github.com/RonnyO/Really-Good-Jokes">github</a> ) I&#8217;ve showed the guys there the iPad simulator among other things. They told me I have to publish it somewhere. I&#8217;ve sent an email to ajaxians@ajaxian.com and went to sleep.</p><p><strong><span
style="font-size: medium;">Morning After</span></strong></p><p>I wake up, and I see that someone mentioned me on twitter (I&#8217;m <a
href="http://twitter.com/altryne">@altryne</a>) and he talked about my iPad simulator. I went and checked google analytics and I was amazed to see that while I was sleeping more then 2000 unique hits arrived at my site.</p><p><strong><span
style="font-size: medium;">Twitter</span></strong></p><p>Turns out my site was a hit on twitter, with guys like <strong>Dylan Schiemann</strong> (<a
title="Dylan Schiemann" href="http://twitter.com/#%21/dylans">@dylans</a>), <strong>Jesse Newhart</strong> (<a
href="http://twitter.com/JesseNewhart">@JesseNewhart</a>),<strong>Dion Almaer (</strong><a
href="http://twitter.com/dalmaer">@dalmaer</a>),<strong>Cameron Moll</strong> (<a
href="http://twitter.com/cameronmoll">@cameronmoll</a>) and a <a
href="http://topsy.com/alexw.me/ipad/?infonly=1&amp;sort_method=influence">lot more</a> &#8211; thanx a lot guys <img
src='http://alexw.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I&#8217;m glad you like it.</p><p><strong><span
style="font-size: medium;">Websites and blogs</span></strong></p><p>Like I said, I never expected this kind of embrace by the community, and I certainly was surprised to see my link in <a
href="http://www.guardian.co.uk/media/blog/2011/jan/04/technology-links-newsbucket1">the guardian tech blog</a> and on <a
href="http://developer.yahoo.com/blogs/ydn/posts/2010/04/tech_thursday_ipad_simulator_twitter_archives_html5_tester_and_filling_blank_maps/">Developer.Yahoo.com tech blog</a> and I was proud.</p><p>Also I was featured on <a
href="http://habrahabr.ru/blogs/webdev/111299">habrahabr.ru</a> , <a
href="http://www.techweb.com.cn/newsite/2011-01-06/735371.shtml">techweb.com.cn</a>, <a
href="http://news.ycombinator.com/item?id=2065250">Ycombinator</a>, <a
href="http://macmagazine.com.br/2011/01/09/rapidinhas-do-mm-ipad-simulator-recall-do-wakemate-atraso-do-light-peak-e-mais/">macmagazine.com.br</a> and event 1 <a
href="http://www.youtube.com/watch?v=Y5BVVbC73Ws" rel="shadowbox[post-270];player=swf;width=640;height=385;">youtube video!</a></p><p><span
style="font-size: medium;"><strong>What&#8217;s next?</strong></span></p><p><span
style="font-size: small;">Well I read all the comments I could find, including the trolling and I have a ton of stuff to do. </span></p><p><span
style="font-size: small;">One thing I was thinking about, is showing a web demo of some iPad applications, and ask developers to provides those demo&#8217;s, because screenshots are too static <img
src='http://alexw.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p><p><span
style="font-size: small;">If your&#8217;e an iPad app developer and want to see your app in the simulator, contact me : alex [at]  alexw.me</span></p><p><span
style="font-size: small;">I&#8217;m also gonna finish my photos app and it&#8217;s gonna be awesome! Stay tuned.</span></p><p><span
style="font-size: small;"><br
/> </span></p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2011/01/ipad-simulator-in-html-and-js/feed/</wfw:commentRss> <slash:comments>109</slash:comments> </item> <item><title>jQuery philosophical .is() extention</title><link>http://alexw.me/2010/12/jquery-philosophical-is-extention/</link> <comments>http://alexw.me/2010/12/jquery-philosophical-is-extention/#comments</comments> <pubDate>Sun, 12 Dec 2010 10:03:38 +0000</pubDate> <dc:creator>Altryne</dc:creator> <category><![CDATA[Personal]]></category> <guid
isPermaLink="false">http://alexw.me/?p=248</guid> <description><![CDATA[Love little snipplets that make your life better. This snipplet by @doublerebel on github, extends the .is() function in jQuery, so that if it&#8217;s used without parameters inside, will return if the DOM has been found on page Consider the following if($(&#039;#somediv&#039;).is()) { $(&#039;#somediv&#039;).ajax.... } else{ console.log(&#039;no ajax placeholder&#039;) } The script itself is pretty [...]]]></description> <content:encoded><![CDATA[<p>Love little snipplets that make your life better.</p><p>This snipplet by <a
href="https://github.com/doublerebel">@doublerebel</a> on github, extends the .is() function in jQuery, so that if it&#8217;s used without parameters inside, will return if the DOM has been found on page</p><p>Consider the following</p><pre class="brush: javascript">
if($(&#039;#somediv&#039;).is()) {
$(&#039;#somediv&#039;).ajax....
} else{
console.log(&#039;no ajax placeholder&#039;)
}
</pre><p>The script itself is pretty straightforward, so straightforward in fact, that one want&#8217;s this implemented in jQuery core</p><pre class="brush: javascript">
(function($) { $.fn.extend({ _is: $.fn.is, is: function(s) { return s ? this._is(s) : !!this.length; } }); })(jQuery);
</pre><p>You can fork this on <a
href="https://github.com/doublerebel/jquery-philisophical-is/blob/master/jquery-philisophical-is.js">github</a></p> ]]></content:encoded> <wfw:commentRss>http://alexw.me/2010/12/jquery-philosophical-is-extention/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
<!-- Dynamic page generated in 3.390 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 21:01:34 -->

