About J.D. HodgesJ.D. has been a tech enthusiast since his dad let him play with computers in the early 80s. Now jdhodges.com is where he shares tips and news on a variety of topics. Thanks for visiting!
Last night I had fun building a little random name generator for my friend Adam and my wife. They both write and sometimes it is difficult to come up with names for characters, that is where the new tool comes in handy:
Character Name Generator
Every time you refresh the page you get a new name
I used to code a lot of fun little projects like this but lately I have not made time for it. I do best at these projects when I have a contiguous chunk of time (3-6 hours) to really delve into and just keep plowing through any obstacles that may arise. For instance last night, actually choosing a random name was trivial, but getting my source data (txt file) imported into a MySQL DB actually took a bit of doing.
Anyhoo, I plan on improving the name generator and making time to do some more fun (and useful) little projects in the future
Here are a few resources that I utilized (or just found along the way) in making the name generator:

Tricks with Notepad++ | a4apphackhttp://a4apphack.com/featured/tricks-with-notepadNotepad++ is an amazing text editor which not just gives you option to edit and save your text files, but also gives lot many features which can help you in doing magic.

Windows Text Editor For Large Files | KerryOnWorldhttp://www.kerryonworld.com/software/windows-text-editor-for-large-filesThis wee morning I was forced to play around with a huge text file of geographic data. And just how big was it you say? 781 megabytes. This is not a job for Windows Notepad…
PHP: ucfirst – Manualhttp://php.net/manual/en/function.ucfirst.phpPHP Manual Function Reference Text Processing Strings String Functions addcslashes addslashes bin2hex chop chr chunk_ split convert_ cyr_ string convert_ uudecode convert_…
-
-
-
-
-