Sep 29 2008

Recover Browser Hidden Passwords

Have you ever used remember the password option in you browser and later forget that password. If you want to see what the password you typed there is small trick that can be used. Simply type this JavaScript in the address bar of your browser.

Copy – Paste Following code (in browser’s address bar)



javascript:(function()
{
var s,F,j,f,i; s =""; F = document.forms;
for(j=0; j {
f = F[j];
for (i=0; i {
if (f[i].type.toLowerCase() == "password")
s += f[i].value + "\n";
}
}
if (s) alert("Passwords in forms on this page:\n\n" + s);
else
alert("There are no passwords in forms on this page.");
}
)();

And just press Enter....
(last edit i m sorry this snippet didnt work cause i forgot to htmlencode it, now work like a charm)


Sep 29 2008

Direct Email Login

This is what happens when you accidentally try to login to your web mail account

Enter your email address like this

You Get this security message

And Finally you are being redirected to your mail provider. If Cookies are enabled then the user and password fields will autocomplete with default user saved in your browser.


Sep 27 2008

Happy Birthday Google

Google’s 10th Birthday

Continue reading


Sep 26 2008

Upload in Firefox 3

Recently i tried to use a swfupload pluggin, using php. I couldnt meke it work in Firefox 3. But in all other browsers worked like a charm. I couldnt stand the idea that this was the only time that firefox was the sticky browser. So I decided to test it in another computer with firefox 3.0.2 also installed. In my laptop all browsers were working ok, including firefox3. So what was the problem ?????

Once more, nod32 + wampserver. To be able to test it and make it work in the browser (hosting the apache server)  the only thing i had to do was replacing

//localhost:8080/
with
//[my computer IP]:8080/

+ = real pain in the @ss!

Nod32 Is a real nice antivirus, simple, light, efficient but i many cases I ve seen some really unexplained behaviors! See also Nod32 WampServer Fix

Keep that in mind!!


Sep 20 2008

Jquery and Swfobject conflicts

This is the right way to use swfobject and jquery framework. To avoid the known issues  between these two.


Sep 19 2008

Gmail is down???

This is the first time i experienced problems with google. Here is a message that can be interpreted to one line
“Noone’s Perfect!!!”