Playing with CSS3 Transformations
Firefox & Chrome users, check out my latest little tech demo. It’s the beginnings ... read more»
My name is Rajeev Singh (aka Raj), and I build web sites using heavily customized content management systems like WordPress, Joomla, and Drupal.
I develop web applications in Flash. In particular, I’m interested in implementing 3D on the web using libraries like Papervision.
I render 3D visualizations in 3D Studio MAX.
I manage a linux-based virtual server.
I program in the following languages: PHP, JavaScript, MySQL, HTML, XML family (XSLT, XQuery, XPath), Flash’s ActionScript 2 & 3 (I love AS3), MAXScript, and in the past, ASP.NET, Director’s Lingo, and C++.
Firefox & Chrome users, check out my latest little tech demo. It’s the beginnings ... read more»
I’ve started a music blog over at http://blog.rajeevsingh.com. I’ve noticed ... read more»
On August 29th, 2009, I had a bona fide epiphany.
The seed was planted one day earlier, on the 28th. I was talking with my friend Leah about a story she had written. It was short and simple, but it was built around a very unique and clever concept.
“How did you come up with that idea?” I asked her.
She said, “Well I was ... READ MORE»
You would think that this would be part of JavaScript’s core functionality, but… no. It’s delete function leaves a value of “undefined” in place of the original. Using splice is the solution, but first you have to know the index of the element. These two simple functions make easy work of the task.
Object-oriented folk may want to enclose these functions within an extended array ... READ MORE»