Bookmark to great link where there are lot of resources are bookmarked for web developers http://www.alvit.de/handbook/
Category: Programming
Hello World
As a computer software programmer, one must have learned and use these two words “Hello World”. It is unsaid theory to write a hello world program to start learning a…
Spell Checker for Web Application (PHP on Linux )
Well try this http://activecampaign.com/activespell/ free spell checker, it use backend pSpell component installed on PHP to work, but is very good spell checker for your HTML editors and TextArea boxes….
Comparing Date Range (Date Interaction checking through SQL)
As title says, I was looking to compare User give date range with date range saved in mysql Database. I search internet and found a great small function that solve…
LightBox Vs VideoBox Vs Custom Code
Recently I was given a task to make LightBox and VideoBox work on same page, where we have Images and Video to show. However, Videobox is inspired by Lightbox as per developer,…
PHP: ob_start and header redirect … use it with care
Today, I found a interesting bug in code. This bug has cause our customer to lose data at least 3-4 times in recent past, we read logs and try to…
Javascript Replace Function
I just have been asked, “Does, Javacript string.replace function replace string only once?”. I said, “No”. But when I test the function I was wrong. Then did a search on…