Month: June 2012
Fix for apache serving multiple php pages during a long running php script
PROBLEM Sometimes if you have a long running PHP script in your browser, you will find that if you browse the other pages of the […]
Amazing visualization models for your web apps using Arbor JS
Arbor.js is a jQuery based library which lets you depict information in the form of nodes and trees which move dynamically responding to mouse movements. […]
How to make a Killer Resume (Part 1)
Your CV needs to appeal to the reviewer/HR person reading it, within 1 minute of being opened. If it does not then your resume will […]
What programming skill/language should you learn?
The answer is simple: WHATEVER SKILL PUTS FOOD ON THE TABLE Every other argument is just intellectual crap.
Adding IP restriction to a web page in ASP.NET
In some cases , you may want to restrict access to a certain aspx page based on a restricted IP list. For instance, you way […]
Querying float fields in mysql
Common mistake when querying float fields is to use the equal sign eg. select * from table where amt = 19.99 This never works because […]
Upgrading from FreeBSD Unix 8.0 to 9.0 with ‘integrity error’ fix handled
There is a fast and easy way to upgrade your FreeBSD installation to 9.0 latest release candidate. This article assumes you are using 8.0 RELEASE […]
Create a Multi-Carousel using JQuery and JCarousel
OVERVIEW By Multicarousel I mean showing a horizontal and vertical carousel together and letting one carousel trigger the other. You can extend this logic to […]