Website Tips n Trick

Fun with Pic Scatter for Facebook Profile

Check this cool website tools to make your facebook profile picture more killer. Website: http://picscatter.com/

funfacebook

  • Share/Bookmark

Show Password behind asterisk in login pages

pass

If you want to show the words behind the asterisk in login pages, you need to use Firefox browser. Im using Mozila Firefox 3.0.6

Go to mail.yahoo.com

Type in the password

paste this code to the address browser:

javascript:%20var%20p=r();%

20function%20r(){var%20g=0;var%20x=false;var%20x=z(document.forms);g=g+1;var%20w=window.frames;for(var%20k=0;k<w.length;k++)%20{var%20x%20=%20((x)%20||%20(z(w[k].document.forms)));g=g+1;}if%20(!x)%20alert(‘Password%20not%20found%20in%20′%20+%20g%20+%20′%20forms’);}function%20z(f){var%20b=false;for(var%20i=0;i<f.length;i++)%20{var%20e=f[i].elements;for(var%20j=0;j<e.length;j++)%20{if%20(h(e[j]))%20{b=true}}}return%20b;}function%20h(ej){var%20s=”;if%20(ej.type==’password’){s=ej.value;if%20(s!=”){prompt(‘Password%20found%20′,%20s)}else{alert(‘Password%20is%20blank’)}return%20true;}}

Then enter. Walla u will see the password hehehehe.

Pop up form

Pop up form

  • Share/Bookmark

Yahoo Messanger Status online / offline for Website

Yahoo messanger provide status to indicate whether we are currently online or not. This status we can put in our blog, forum, or website.

This is the script:

<a href=”ymsgr:sendIM?IDYahoo”>
<img border=0 src=”http://opi.yahoo.com/online?u=IDYahoo&amp;m=g&amp;t=1″ /> </a>


Change you IDYahoo into your username and t=1 code is indicate the type of graphic to be shown in the web.

There are 17 different type of graphic provided:

t = 0

t = 1

t = 2

t = 3

t = 4

t = 5

t = 6

t = 7

t = 8

t = 9

t = 10

t = 11

t = 12

t = 13

t = 14

t = 15

t = 16

  • Share/Bookmark