Archive for September, 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 [...]
Filed under: javascript, tips, tweaks | Leave a Comment
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.
Filed under: tips, weird | 1 Comment
Happy Birthday Google
Google’s 10th Birthday
Filed under: news, tech news | 9 Comments
Tags: birthday, google
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 [...]
Filed under: jQuery, javascript, php, tips, weird | Leave a Comment
Jquery and Swfobject conflicts
This is the right way to use swfobject and jquery framework. To avoid the known issues between these two.
<script type=“text/javascript”>
$(document).ready(function(){
var so = new SWFObject(“movie.swf”, ”mymovie”, ”400″, ”100%”, ”8″, ”#336699″);
so.addParam(“quality”, ”low”);
so.addParam(“wmode”, ”transparent”);
so.addParam(“salign”, ”t”);
so.write(“flashcontent”);
});
</script>
Filed under: flash, jQuery, javascript, tips, tweaks | Leave a Comment
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!!!”
Filed under: tech news, weird | Leave a Comment