About Blog

Hi all, I just started this blog to make some technical stuff available when you actually need it. So whenever I find a good stuff I will add this and I expect your contribute to make this blog successful to all user who need this help.

Thanking you.

Technology never sleeps

On php 5.1.x when i used JSON_DECODE function page  through an error which is uncaughtable. after researching for hours i come to an forum where it describe it solution.

here is that forum location.


Continue reading…

I have been working on a project where i have to implement shadow.js. But i face a major problem on IE where it is giving some error regarding e.preventDefault().
Continue reading…

Note: This tip also applies if you want to find Yahoo! Messenger’s archive location in Windows 7.


Backing up Yahoo! Messenger’s message archive is a task I do every so often. Since I switched to Vista, I’ve been unable to figure out where the log files have gone. Surely, It’s no longer under Y!M’s installation directory.
Continue reading…

Your “Profiles” folder contains your complete message archive on your computer. You can copy it to the same location on another computer if you want to view it there. We’ve included instructions for Windows XP and Windows Vista users.
Continue reading…

I have an application where i have used .htaccess file for SEF.

I have htaccess as follows…

RewriteRule ^posts/([0-9]+)([-][^/]*)?/([0-9]+)([-][^/]*)?/([0-9]+)([-][^/]*)?/([0-9]+)([-][^/]*)?/([0-9]+)([-_][^/]*)?/([0-9]+)([-_][^/]*)?/page([0-9]*)\.html$			index.php?view=ads&countryid=$1&stateid=$3&regionid=$5&cityid=$7&catid=$9&subcatid=$11&page=$13 [QSA]

But i face a problem that server just replacing $11 with 1. I have search on the internet for the solution then i have found how this htaccess works.
Continue reading…

Apparently there is a limitation (9) on how many backreferences you can access in htaccess RewriteRules..

RewriteRule that requires more than 9 parameters, something like this:

RewriteRule ^([^/]+)/b([0-9]+)(/a([0-9]+))?(/v([0-9]+))?(,([0-9]+))?(/(ajax|share))?(,complete)?$ /index.php?control=sites&site=brands&control_file=version_select&name=$1&campaign_id=$2&answer=$4&page=$8&option=$10&video_id=$6&page_type=research [L]

will happens when you try to access “$10″, is that it uses $1 and puts a 0 right next to it.
Continue reading…

Below is the complete list of (currently known) Email to SMS Gateways. Using the list below simply replace the n in each entry with your own mobile number. Send an email to this address and a message will be sent automatically to your mobile device.
Continue reading…