Thanks Jerry Allen! Another great video Jerry Allen (via bLoNdcHiLi) (Source: http://www.youtube.com/)
Quote
Terrorism is the best political weapon for nothing drives people harder than a fear of sudden death.” ~ Adolf Hitler
PwdHash – Web password hashing
Link
PwdHash – Web password hashing
The Common Password Problem. Users tend to use a single password at many different web sites. By now there are several reported cases where attackers breaks into a low security site to retrieve thousands of username/password pairs and directly try them one by one at a high security e-commerce site such as eBay. As expected, this attack is remarkably effective.
A Simple Solution. PwdHash is an browser extension that transparently converts a user’s password into a domain-specific password. The user can activate this hashing by choosing passwords that start with a special prefix (@@) or by pressing a special password key (F2). PwdHash automatically replaces the contents of these password fields with a one-way hash of the pair (password, domain-name). As a result, the site only sees a domain-specific hash of the password, as opposed to the password itself. A break-in at a low security site exposes password hashes rather than an actual password. We emphasize that the hash function we use is public and can be computed on any machine which enables users to login to their web accounts from any machine in the world. Hashing is done using a Pseudo Random Function (PRF).
PTViewer – open source panorama image viewer
Link
PTViewer – open source panorama image viewer
This is a java applet that allows you to show panorama images in a 360 scrolling view. You just have to get the ptviewer.jar file.
*Note to get the ptviewer.class open ptviewer.jar with winzip / winrar or your archive manager of choice.
Gallery
Lifehacker – Turn a Bookshelf into a Secret Passage – Home office
Link
Lifehacker – Turn a Bookshelf into a Secret Passage – Home office
It would be sweet to set this up as my office door.
programming | Quotes Archive
Link
Email javascript validation – JavaScript – Snipplr
Link
Email javascript validation – JavaScript – Snipplr
This is a basic javascript email validation snippet. It may not comply with the RFC document but it works for my needs.
I implemented it on a simple email input field using the onblur javascript event. http://www.w3schools.com/jsref/jsref_onblur.asp
Help with adding file params after submission | SWFUpload
Link
Help with adding file params after submission | SWFUpload
This is useful information about passing form field params along with your files using SWFupload.
Send SMS Messages Online For Free.
Link
Send SMS Messages Online For Free.
Here is a simple rails application I created that sends out SMS messages. I find it useful because I don’t have unlimited / free SMS messaging in my phone service plan. So I can use this app to respond to sms messages and get a response sent to my email. Assuming I know or can find out the sender’s phone carrier. This helps cut down on text message charges.
