Ever wanted to build your family tree ? Hell I did, cuz I have records of last 10 generations (Yes, I’m not kidding). The list was maintained by my Grandfather who handed to my father some 15 years ago. Sounds filmy, huh ? Anyways, as we had that in pen and paper, i wanted to [...]
It’s been over 2 years for me using jQuery in different web applications. In the beginning, there were not much alternatives to a plugin. In the modal box area, Thickbox was the uncrowned King. Bassistance.de ‘s validation was the only good validation plugin earlier. But now, millions have embraced jQuery and developed quite a lot [...]
Yet another one of my old days of Javascript – Guitar Chord finder. I can play Spanish Guitar a little. So in the beginning (2000-01) i needed the chord chart often visually. All of the guitar tab site write their tabs in similar fashion. Like if you talk about A major it will be like [...]
This is one of my old creations of my early programming life, probably in 2000. It’s basically some rotation geometry. When you run it (changing the name parameters), the name will behave like rotating in 3D across the screens and bouncing from corners to corners. It was made for IE only that time. I’ve ported [...]
[@attr] removed from jQuery There were lot of scripts where I used jQuery selector with using [@attr]. Like if you want to select an input with a name="input_test" , you’d probably write $("input[@name=input_test]") to select that input. But it’s removed from releases of 1.3 and later. Now you have to write $("input[name=input_test]") and I have got no problem [...]
Sometimes this comes to my mind that what if there were no firebug ? What would it mean to debug the DOM and Javascript, AJAX – everything ? The answer comes like a dark age. Seriously, we got so much used to Firebug that i can’t even think of making apps that involves DOM manipulation, [...]
Thought I’d share some more snippets of javascript I wrote back in 2000-2001. It was fun playing with hex colors and at some point of time i could tell closer hex color code of thing I see around. Sounds geeky? No. I just enjoyed to do that. When I’m writing this, out of curiosity i [...]
It’s been more than 10 years I’ve been playing with Javascript. There were times when we had to fight hard for netscape and IE’s weird behavior on DOM. But still i enjoyed those days. Making hobby projects truly for my own was a different level of fun. No commercial thoughts behind efforts. I’d call those [...]
I thought I’m very good at javascript. I had passed my lot of times of programming in early life playing with Javascript. Whatever problems came to me whether mathematical, effects, anything – I used to write JavaScript Codes. And I could debug most of the problems I faced or people faced in different forums. In [...]