September 2011
1 post
PHP: Get intersecting dates between 2 date ranges →
Here is a small code snippet that will give you intersecting dates between 2 date ranges. Say, for example, you have 2 date ranges, 1-Jan-2011 to 31-Mar-2011 and 23-Feb-2011 to…
May 2011
1 post
Do you know, why exactly can nothing go faster...
Source: Reddit : RobotRollCall comments on Why exactly can nothing go faster than the speed of light?
There are a lot of simple, intuitive explanations of this to be had out there … but I kind of hate them all. You might google around a bit and find discussion of something called “relativistic mass,” and how it requires more force to accelerate an object that’s already...
April 2011
8 posts
1 tag
Software Development Terms
“Fast paced” = “we deploy directly to production without QA”
“Dynamic team” = “The team is full of prima donnas and we sit in meetings for an extra long time arguing about the right way to do things.”
“Creative team” = “No one has any real background in software development. We’re just making this shit up as we go...
1 tag
1 tag
If you can read this message you are more fortunate than 3 billion people in the...
March 2011
3 posts
1 tag
February 2011
8 posts
Love is blind; friendship closes its eyes.
– Friedrich Nietzsche
1 tag
Book Review: Mastering phpMyAdmin 3.3.x for... →
Recently I was contacted by Richard from Packt Publication to review their new book “Mastering phpMyAdmin 3.3.x for Effective MySQL Management“. Being a PHP-MySQL developer and an…
January 2011
14 posts
Overview of Computer Programming →
First computer porgrammer was a girl! See for yourself.
Via: OnlineSchools.org
Via: OnlineSchools.org
Tweet This!
Share this on FriendFeed
Share…
PHP class for expanding and shortening URLs using... →
I have combined the 2 previous posts for expanding and shortening goo.gl URLs and have created a small class for it. Below is the download link for the class.
…
1 tag
1 tag
I want to learn more and more to see as beautiful what is necessary in things;...
– Nietzsche
PHP: Shorten URLs using Google URL shortener API →
In past 2 posts you saw how short URLs can be expanded using the Google URL shortener API. This post shows how URLs can be shortened using this API.
API key is not mandatory for test…
PHP: Expanding URLs using Google URL shortener API →
Yesterday. google launched an API for its URL shortening service http://goo.gl. Using this API developers will be able to expand/shorten URLs and get a user’s analytics and…
Favorite tech links of the week : 03 Jan – 09 Jan,... →
This post contains some of the useful and interesting tech links I found during this week. To keep up to date with the latest information, subscribe to the feed or follow me on…
1 tag
The Burden
Two monks were returning to the monastery in the evening. It had rained and there were puddles of water on the road sides. At one place a beautiful young woman was standing unable to walk accross because of a puddle of water. The elder of the two monks went up to a her lifted her and left her on the other side of the road, and continued his way to the monastery.
In the evening the younger monk...
PHP: Defining configuration values →
Every web application requires configuration files which contain values that are used throughout the application. In this post we will look at some of the methods developers use to…
A web developers rants for new year →
Image Courtesy: Desizn Tech
2011 has begun and everyone on the web is either busy in making predictions for the web or taking resolutions for another year. This post reflects…
Searching text in a HTML table using jQuery →
Here is the situation. You have a really long table with hundreds of rows and you want to filter the rows(instantly!) that contain a specific keyword in any of the table…
Favorite tech links of the week : 27 Dec 2010 – 02... →
This post contains some of the useful and interesting tech links I found during this week. To keep up to date with the latest information, subscribe to the feed or follow me on…
December 2010
10 posts
Why you MUST use client side validation →
Client side validation is checking the values against the desired format before sending them to server side for further processing. Javascript is used for validations on…
I'm the author of my own life, but unfortunately...
Favorite tech links of the week : 20Dec – 26Dec,... →
This post contains some of the useful and interesting tech links I found during this week. To keep up to date with the latest information, follow me on twitter @v08i
jQuery 1.4.3…
The feeling where there's no one you could talk to...
8 blogs you must read if you are a web developer →
Ajaxian
Ajaxian covers all news related to javascript, libraries, AJAX related news, technologies, libraries, browsers quirks etc.
Why?
Definitive resource for AJAX whether…
Creating a text rotator with jQuery →
jQuery is appropriately described as the “write less, do more” library. Few lines of code, if written appropriately, can produce wonderful tools or utilities.
In this article we…
Theme Changed →
Don’t get surprised. It is the same blog but with a changed theme.
I got bored with the last theme so decided to changit with a new one. The new theme is UpSide – a free theme. I found it very neat…
REBLOG IF YOU STAY UP SUPER LATE DOING ABSOLUTELY...
dybcsh:
this is sooo me
November 2010
11 posts
jQuery: Difference between .each and jQuery.each →
It can be quite confusing when you have 2 methods in an API with same names. Hopefully, this post will clear up your doubts.
.each is an iterator that is used to iterate over only jQuery…
Guys, I am writing a book →
Yes that’s right and it is called PHP jQuery Cookbook. As the name suggests, it’s about creating rich internet applications using 2 of my favorite technologies – PHP and jQuery.
I love coding web…
jQuery Tip: Finding tag name of an element →
While coding jQuery or javascript, sometimes we need the tag name of an element. This post will show how you can retrieve the tag name of an element easily using jQuery
We know that each DOM element…