- Joined
- Sep 11, 2002
- Messages
- 1,495
- Reaction score
- 0
Hi, Hudson...
Nice link. Check out the "Optimize" link in my sig. I eventually finished my "typo generator" and posted it. If I do say so, it came out well. dnforum user MadCamel also has one at madcamel.com (we've each added options that have since gone in different directions).
It's funny that your username is "hudson", as the "hudsonscripting" website was the example I mentioned towards the start of this thread. I think. Sadly, its no longer around. The method you mention below is basically the method I use, though I also added an interesting interface and some useful options to my implementation.
~ Nexus
Nice link. Check out the "Optimize" link in my sig. I eventually finished my "typo generator" and posted it. If I do say so, it came out well. dnforum user MadCamel also has one at madcamel.com (we've each added options that have since gone in different directions).
It's funny that your username is "hudson", as the "hudsonscripting" website was the example I mentioned towards the start of this thread. I think. Sadly, its no longer around. The method you mention below is basically the method I use, though I also added an interesting interface and some useful options to my implementation.
hudson said:hey...I last saw that typo generator at http://www.seoconsulting.de/seo-tools/
for the missed key function, I remember putting the whole alphabet into a hash:
a => "q", "w", "s", "z",
b => "v", "f", "g", "h", "n", " ",
etc
and then breaking each word into an array and looping through the array using an index...match the index and swap in the different letters :approve:
~ Nexus