To use Order By in a Sub Query or Union Query, where you want to order two table ids in ascending or descending order,...
Array Merge Preserve Keys PHP
While merging two arrays in a new array through array_merge function, it resets the array keys (in integer) and sets the keys in ascending...
Block Google Images In Firefox
Here is a simple way of removing and blocking Google Images in Firefox. Even if you have blocked images in Firefox using plugins like...
Codelobster – Free PHP, HTML, CSS, JavaScript Editor (IDE)
To work on websites, you need to have a good text editor, or an IDE (Integrated Development Environment). You may have tried different free...
Error 1935 – Openoffice 3.4
While installing Openoffice 3.4 in Windows XP, something like below error occurred: An error occurred during installation of assembly ‘cli_ure,publidKeyToken=”xxx…”, version=”1.0.22.0″,culture=”neutral”,processorArchitecture=”MSIL”. Please refer to...
Table seo_cache doesnt exist
While using Zen Cart in local system, the error exists as Table seo_cache doesn’t exist Here is what was beneficial for me, hope it...
ZenCart – New Products Sort Order Descending Latest
To set the descending order in zencart for new products showing latest products on the top, in descending order, here is the code you...
Mysql – Auto Increment Custom Start Value
If you want to have an auto increment field in your MySQL table, and you want the custom starting value as an auto increment,...
PHP – Replace Multiple Characters
To replace multiple characters in PHP, here is a simple solution: Replace Multiple Characters PHP If you want to replace more than once characters...
Remove Duplicate Values – OpenOffice.org Spreadsheet Calc
If you have like huge amount of data, like non unique ids, phone numbers or any other type of data like name etc., in...