http://joeyelectric.comuf.com/1/ <-- what I have done so far myself Here you can download all the files that I have so far: http://joeyelectric.comuf.com/1/files.zip So first of all a webform in whcih I can enter a contact which I have already made that and the processing page. I need to be able to Add/Remove/Edit contacts the same way I inputted information about this contact I have to have a quick way to edit and save it or delete it all together using ajax and jquery Now there is a second form for domains basically what this system does is its a contact platform for ad buys it allows me and my partner to make offers to webmasters about banners on their page $ offers and record them into 1 big system into a database so first we add the contact as described previously then we add the domains associated with that contact now this has to be done in mass so the Domain_Add form what it does basically is allows me to input a list of up to 500 domains 500 rows of info 1 row per domain of information and associate it with 1 contact or even multiple contacts so now i click submit and all domain information is inputted now i can go back and click on the contact and i can see al the domains assocaited with this contact all the domains owed by this contact basically and again, i can massively edit these domains/delete them add new ones.. it would be nice if the forms were made in such a way that i could even copy and paste rows of information or columsn of info not sure if this is doable but would be nice now comes the database the database is the bread and butter of this entire thing.. so the database first of all displays all domains and it shows the associated email address of the domain of course the email address comes from the contact information it shows the domain information and allows me to click on any piece of info and edit it right in the database so if i want to put a comment 1 under comment 1 i put "contacted this guy" i can do it in this big list all together and it will automatically save that info that note but I want this done in ajaxso its in real-timeso now imagine 10,000 rows of info and i can click on any single piece of info and editsort of like a good spreadsheet but in addition there are drop downs nowthere is 1 cool trick to this which makes my world easier when comment 1 is inputted u see ASSIGNED TO when comment 1 is inputted, the assigned to status changes to "ALEKS" when there is no comment, in comment 1.. its black... the status is "PAUL" when comment 2 is inputted, the assigned status changes to "PAUL" so basically its a little communication system between me and my partner so that when I MAKE A COMMENT well comment 1 is for me *comment 2 is for him *comment 3 is for me *comment for is for him *etc etc *so the system knows that if there is NO COMMENT its always assigned to PAUL if there is comment 1, its assigned to ALEKS if there is comment 2, its assigned to PAUL *comment 3, ALEKS *comment 4, PAUL *comment 5, ALEKS *comment 6, paul now all of this is sortable by the values just a sort function on all the columns oh and the color changes so if ASSIGNED TO PAUL its yellow if ASSIGNED TO ALEKS its green and thats about it.. oh and also when the comments are madein the database i wanted them to be displayed for each domain of that contact not just 1 domain so if the cotnact owns 100 domains all 100 will have same thing this ONLY applies to the comments field Here are the fields for the domain form: Domain: Format: xxxxxx.xxx Ex. domain.com Date Added: Format: Month.Day.Year Ex. 03.15.2010 PR: Alexa Rank: IP Address: Category: Dropdown (Arcade, Games, Bingo, Casino, Poker, Sportsbook) # Yahoo Backlinks: Publisher Status: Dropdown (Interested/Not Interested) Publisher Not Interested Reason: (No Reason, Offer Too Low, Unrelated Content, Do Not Sell, Temporairly Unavailable, Incorrect Email) Comment 1: Comment 2: Comment 3: Comment 4: Comment 5: Comment 6: Paid (Default "N") Dropdown Y/N Paid Date: Format: Month.Day.Year Ex. 03.15.2010 PayPal Transaction ID: Ad Live? (Default "N") Dropdown Y/N Ad Live Date Checked? Format: Month.Day.Year Ex. 03.15.2010 Code (markup): I need this done today if possible Payment will be made via paypal.