Archive for March, 2008

Revealing Saved Passwords in Firefox (and IE)

Saturday, March 29th, 2008

Okay, so like many Firefox users I use the remember password feature so that I don’t have to retype my login info every time I login to sites like Facebook. Well after using that feature for over a year for most sites, I’ve forgotten what my passwords were. So after a little bit of searching I found this little peace of Javascript that will reveal what your passwords are. To use this script, navigate to the site where a password is hidden then paste the following code into your address bar followed by hitting enter.

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++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.”);})();

This code is very powerful. You wouldn’t want someone to figure out this code who is on your system, so make sure your system is locked when your not around. Oh yea, this code works for other browsers, like IE too.

Alternatively, you could just drag this link to your bookmarks: Password Revealer

Rocket Science

Friday, March 28th, 2008

8 out of 10

Okay, last night I watched Rock Science. It was all alone on a shelf at Hollywood Video.  I really liked how it is unlike most high school based movies, which are based on the stereotypes. It focused on fifteen year kid with a stutter, Hal. Hal was a very well developed charater, which really made you feel the pain he felt trying to be “normal”. Having to grow up with a stutter myself, I could relate. But anyway, I really liked this movie. Rent it, it is pretty good.

 Rocket Science

Begining Object Oreinted Programming in PHP

Friday, March 28th, 2008

Okay, so as a self proclaimed PHP programmer, I’ve been rewriting the same code over and over again. I’ve tried to stay away from Object Oriented Programming because I just didn’t under stand it. So this morning I set out to find a tutorial that was unlike the same dog and cat descriptions I read over and over again. And I found one that actually made some sense. Begining Object Oriented Programming in PHP It states of the bat, on the first page, Object-Oriented Programming (OOP) tutorials are generally bogged down with programming theory and large metaphysical words such as encapsulation, inheritance and abstraction. They attempt to explain things by comparing code samples to microwaves or automobiles, which only serves to confuse the reader more.”

Eggs

Thursday, March 20th, 2008

eggs

I’m hungry, go to the refrigerator. It seems like there is no food. All I see is two big egg cartons, the 18 per ones. So, I am going to make some eggs. I take out a carton. There is only 12 left in this carton. That means that 6 are missing. Got a pan, adding #7 heat. Putting away silver ware from dish washer. Desired heat reached. Spraying Pam. Cracking eggs, five. There is egg shell in the pan, it is small so I will not worry about it, added surprise for later. now i must add flavor. Season All, Cayenne pepper, black pepper. Need to add cheese. All i have is American, tastes like chemicals, but it will have to do. Onion, bell pepper, TacoBell Fire packets. Dirty pan.