Archive for the ‘Playing with stuff’ Category

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 [...]

Pure css3 analog clock (with a little cheat)

I love css3, have I told you already? Love it. Anyway, I wanted to see what I can do with transitions and animations in webkit, and I made this : Click the Image to see the live demo Support : Firefox + Webkit browsers In firefox I use javascript to move the properties In Webkit, [...]

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, [...]

Flash to Javascript (mootools) ?

Ok, so if you still haven’t checked my “flash site” yet, you really should. I’s a consept website, in flash, I created some time ago and didn’t finish. It has a couple if nifty things to play with (draggable birds, media buttons in form of floating balloons,a very unique panoramic background) And I decided to [...]