<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Tech+Tips,+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://mvark.blogspot.com/search&amp;blogLocale=en_IN&amp;v=1&amp;homepageUrl=http://mvark.blogspot.com/&amp;vt=-5147029996388199615" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Tech Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred HOW TO articles, Tips and Tricks


Phone number to word - mnemonic generator

Phone numbers like strong passwords (enforced by systems like online banks) are typically beyond 8 digits (in most countries) and hard to remember - unless you are using some kind of mnemonics.

Interestingly, there is a phone number to word/phrase generator online that splits a phone number into a single or multiple words. This works on the fact that on most phone handsets, numbers have alphabets A-Z mapped to them.

Kevin Meltzer, has a Perl script to Mnemonic Phone Numbers.

Crucial to the effectiveness of the mnemoics generator is a dictionary (or collection of various dictionaries on slang, brand names etc) that can convert a number to a convenient memorizable word or phrase or set of words.

I look forward to writing my own program/web service sometime that converts a number to a easy to remember word or set of words & I welcome feedback/ideas related to this.

Labels:

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

»

Post a Comment