PHP isset() vs empty() vs is_null()

PHP has different functions which can be used to test the value of a variable. Three useful functions for this are isset(), empty() and is_null(). All these function return a boolean value. If these functions are not used in correct way they can cause unexpected results. isset() and empty() are often viewed as functions that […]

PHP isset() vs empty() vs is_null() Read More »

Make a div stick to top when scrolled to

Make a div stick to top when scrolled to Read More »

Migrating servers using DNS TTL for minimum downtime

Migrating servers using DNS TTL for minimum downtime Read More »

Notepad++ Keyboard Shortcuts

I have been using Notepad++ everyday for coding at home and work for past 2-3 years. I don’t remember using any other editor during this entire period. I like this editor very much due to various features like syntax highlighting, collapse/expand functionality, ability to open 2 workspaces in same window, find in All Open Documents,

Notepad++ Keyboard Shortcuts Read More »

404 Error Page Best Practices

404 Error Page Best Practices Read More »