dailytool
08-19-2008, 03:56 PM
I have a database of 18,000 Baby Names in Comma Delimited format. Here is an example of my database:
[Name],[Category],[Gender],[Meaning],[Origin]
"Ginger","Floral","F","Pure","Latin"
"Hazel","Floral","F","Hazelnut","Old English"
"Heath","Floral","M","A heath or a moor","Old English"
"Heather","Floral","F","Flower","Old English"
"Holly","Floral","F","To prick","Old English"
I want to build a mobile website on a 32mb flash drive keychain that shows the baby names and be searchable by category, gender, origin, etc. It needs to work on both a PC or a Mac just like the internet. Additionally, I would like to have a 'My Favorites' where the user can save a list of favorite names to the flash drive.
I thought this would be easy since i've built many websites, but i've been trying to figure out a way to do this forever!
It has to be on a small flashdrive so installing a mobile server seems rediculous. I noticed that this script:
http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
will call info from a .txt doc. Can this be utilized in my application?
Please help. Any information or ideas are so highly appreciated!
David
[Name],[Category],[Gender],[Meaning],[Origin]
"Ginger","Floral","F","Pure","Latin"
"Hazel","Floral","F","Hazelnut","Old English"
"Heath","Floral","M","A heath or a moor","Old English"
"Heather","Floral","F","Flower","Old English"
"Holly","Floral","F","To prick","Old English"
I want to build a mobile website on a 32mb flash drive keychain that shows the baby names and be searchable by category, gender, origin, etc. It needs to work on both a PC or a Mac just like the internet. Additionally, I would like to have a 'My Favorites' where the user can save a list of favorite names to the flash drive.
I thought this would be easy since i've built many websites, but i've been trying to figure out a way to do this forever!
It has to be on a small flashdrive so installing a mobile server seems rediculous. I noticed that this script:
http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
will call info from a .txt doc. Can this be utilized in my application?
Please help. Any information or ideas are so highly appreciated!
David