Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
My Idea... Please Read VISIO PICS included
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Thyamine" data-source="post: 396854" data-attributes="member: 30315"><p>Well I think you need to break it up into each piece of the project, rather than try and look at it as a whole. For example, here are some of the broad pieces you need to work on separately:</p><p></p><p>1. Front end for user to enter data into database</p><p>2. Front end for administration (by you)</p><p>3. Back end processing for catching changes, determining when to generate the CSV file, and then actually creating the file. This could actually be skipped if you want to just make it a manual process (i.e. a button in the admin section) that you do in the administration section.</p><p>4. Process that syncs with a PDA. </p><p></p><p>The first two steps are straightforward enough. Build some forms, some error checking, tables, etc. Importing the contacts depends on the mail program you use and what it will accept. Multiple formats may be best, but CSV is pretty common. As for syncing with a PDA, I know nothing about that, except that most will sync with a mail program, although probably not webmail, but I really don't know.</p></blockquote><p></p>
[QUOTE="Thyamine, post: 396854, member: 30315"] Well I think you need to break it up into each piece of the project, rather than try and look at it as a whole. For example, here are some of the broad pieces you need to work on separately: 1. Front end for user to enter data into database 2. Front end for administration (by you) 3. Back end processing for catching changes, determining when to generate the CSV file, and then actually creating the file. This could actually be skipped if you want to just make it a manual process (i.e. a button in the admin section) that you do in the administration section. 4. Process that syncs with a PDA. The first two steps are straightforward enough. Build some forms, some error checking, tables, etc. Importing the contacts depends on the mail program you use and what it will accept. Multiple formats may be best, but CSV is pretty common. As for syncing with a PDA, I know nothing about that, except that most will sync with a mail program, although probably not webmail, but I really don't know. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
My Idea... Please Read VISIO PICS included
Top