Posts Tagged ‘jQuery’

iPad simulator in HTML and JS

Let me tell you what a crazy week it’s been regarding my iPad Simulator A little background I’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’t the first online simulator I’ve built, before this, was a Nokia n97 [...]

Garbage collecting in IE with ajax heavy applicaitons

We have a very heavy Ajax application on one of our sites. It reloads block of html on the site every 5 seconds or every user click, so obviously it’s intense. I was approached by our QA and he told me that he’s computer freezes after some time the site is running. And I started [...]

Html5 video puzzle – proof of concept

I’ve decided to learn more about html5, since Google and Apple and a lot of these BIG companies say it’s the future. I went to http://canvasdemos.com and was amazed that all this can be achieved with canvas tag. I specifically liked the blowing up video into pieces , check it out, it’s AWESOME. Sean from [...]

Simlest jquery rounded tabs with some css3

tabz

This is a solution for tabbed interface I wrote while working on a high profile project at work. It uses jQuery and about 3 lines of code to create it(plus some css+xtml). Very easy indeed. I know there are a LOT of tab plugins avaliable out-there, I used them myself. A lot. The problem was, [...]