Closing Lightbox popup using browser back button

Closing Lightbox popup using browser back button I have been in web development field for almost 4 years and I am learning new things every now and then. Today I have got another issue solved that is not common. I was developing this site http://diversitycareercentral.com/jobssample_xml_4-xm/ and in this page there is a job feed from …

How can I apply the rules below to IE only?

Apply CSS Rules to IE only There are 2 ways to do so. One like below <!–[if IE]> <style type=”text/css”> IE specific CSS rules go here </style> <![endif]–> And second one like to avoid loading multiple CSS files or to have inline CSS is to hand a class to the body tag depending on the …

How to root your symphone w71i OR any Smartphone

I was searching to root my newly bought symphony w71i set. But couldn’t get a right solution for a long time. But finally I got it. It is so easy to do. Just download this sofware from this site Here named Kingo root. After downloading that just install it to your computer and open it. …

How to fix ftp “cleartext sessions are not accepted on this serve” error

Cleartext sessions are not accepted on this serve “421 Sorry, cleartext sessions are not accepted on this server” means that the server is using “FTP Over Explicit TLS/SSL”. This is a Good Thing. You might be able to fix it by giving the protocol “ftpes:” instead of “ftp:”: ftpes://ftp.somesite.com/some_folder … or … ftps://ftp.somesite.com/some_folder