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…
Sep 7th
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...
May 19th
April 2011
8 posts
Apr 12th
6,267 notes
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...
Apr 11th
1 tag
Apr 11th
1 tag
Apr 11th
“If you can read this message you are more fortunate than 3 billion people in the...”
Apr 4th
Apr 4th
40,163 notes
Apr 4th
69 notes
Apr 4th
March 2011
3 posts
Mar 11th
1 tag
Mar 11th
February 2011
8 posts
Feb 28th
Feb 27th
“Love is blind; friendship closes its eyes.”
– Friedrich Nietzsche
Feb 24th
1 tag
Feb 24th
952 notes
Feb 21st
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…
Feb 10th
Feb 7th
307 notes
Feb 7th
74 notes
Feb 7th
429 notes
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…
Jan 25th
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. …
Jan 22nd
1 tag
Jan 18th
6,670 notes
1 tag
“I want to learn more and more to see as beautiful what is necessary in things;...”
– Nietzsche
Jan 13th
2 notes
Jan 12th
134 notes
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…
Jan 12th
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…
Jan 11th
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…
Jan 9th
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...
Jan 7th
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…
Jan 7th
Jan 4th
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…
Jan 4th
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…
Jan 3rd
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…
Jan 2nd
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…
Dec 30th
I'm the author of my own life, but unfortunately...
Dec 28th
94 notes
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…
Dec 26th
The feeling where there's no one you could talk to...
Dec 20th
47 notes
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…
Dec 18th
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…
Dec 14th
Dec 9th
80 notes
Dec 9th
221 notes
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…
Dec 3rd
REBLOG IF YOU STAY UP SUPER LATE DOING ABSOLUTELY...
dybcsh: this is sooo me
Dec 1st
November 2010
11 posts
Nov 25th
10 notes
Nov 25th
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…
Nov 23rd
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…
Nov 22nd
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…
Nov 19th