How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
Flash Design Experts
By Tometa Software, Inc. on Jul 11
Max Bid: Open to fair suggestions

(Screen Shot)

VB Project
By Michael Sharp on Jul 11
Max Bid: $50


Color code text display in VB6 app
By Burt on Jul 11
Max Bid: $50


Get the screen
By Coderking on Jul 10
Max Bid: Open to fair suggestions


Emoticon icons needed
By wbunker on Jul 10
Max Bid: $100


Redevelop Adult Membership System Site
By HardWerX Technologies on Jul 10
Max Bid: $110


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(145 open)
   Access 
(55 open)
   MySQL 
(85 open)
   Oracle 
(9 open)
   SQL Server 
(50 open)
   Other DB 
(17 open)
Documentation / Tech Writing 
(16 open)
Data Entry 
(22 open)
Game Development 
(26 open)
Graphics / Art / Music 
(49 open)
   Graphics 
(59 open)
     Adobe AfterEffects 
(1 open)
     Adobe Photoshop 
(18 open)
     Adobe Premiere 
(4 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(21 open)
   Music 
(11 open)
   3d Modeling 
(14 open)
Language Specific 
(96 open)
   ASP 
(57 open)
   ASP .NET 
(34 open)
   C# 
(40 open)
   C++ / C 
(108 open)
   Carbon (Mac OS) 
(2 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(25 open)
   Java 
(59 open)
   JSP 
(7 open)
   Perl 
(39 open)
   PHP 
(88 open)
   XML/XSL 
(31 open)
   Visual Basic 
(138 open)
   Visual Basic .Net 
(51 open)
   Other 
(54 open)
Misc 
(30 open)
   CAD 
(3 open)
MultiMedia 
(38 open)
   Video Editing 
(4 open)
Network 
(43 open)
   Network Design 
(12 open)
   Network Implementation 
(13 open)
Platforms 
(75 open)
   Windows 
(166 open)
     MS Exchange 
(6 open)
     MS Office 
(12 open)
     Other 
(15 open)
   Darwin 
(1 open)
   Internet Browser 
(40 open)
   Linux 
(62 open)
   UNIX 
(28 open)
   Hand Held/PDA Programming 
(9 open)
Requirements 
(14 open)
Security 
(28 open)
Testing / Quality Assurance 
(18 open)
Web 
(152 open)
   Page Design 
(84 open)
   Flash 
(40 open)
   Web Services 
(73 open)
   Web (Other) 
(74 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Urgent Assignment!
Bid Request Id: 61033
Bookmark in my 'To Do' list
Posted by: Ian Brown321 (0 ratings)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: May 2, 2003
11:16:01 PM EDT
Bidding Closes: May 4, 2003
4:31:44 PM EDT
Viewed (by coders): 156 times
Deadline: 5/5/2003
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Flash, Windows, Database, Perl, PHP, UNIX, MySQL, Oracle
Enter chat room for this bid request
(0 active users at Jul 11, 2003 4:48:24 AM EDT)

Description:



Deliverables:
Scenario
You are a freelance web developer and you have been asked by a small company called e-Food to test and evaluate a number of different approaches to developing a customer login registration system which they are considering using in a new company web site.


Develop a test system that permits new people to register with the web site (which in turn generates a login password) and for the user to be able to review (maintain) this data online. (You will also have to create any graphical elements and HTML/CSS as required.) A diagram of the new proposed system is shown on the next page. When people register with the company they submit their first & second names, an email address, a login id and their international telephone number which is required to generate a login password which will give them full access to e-Foods&' full site (you are not required to develop the full web site, just the parts of the system detailed in your tasks below). The administration system will allow the marketing manager to view all the customers who have registered online and provide a function to modify or delete any entry from the list.

You are required to create the following prototype systems:
1. A Perl CGI system using a text file instead of the database shown on the next page to develop the Registration system only.

2. All three parts of the system using a Web database approach using either PHP or ASP with either Oracle or MySQL hosted on a UNIX platform. You may use a rapid development tool such as Dreamweaver MX but the final system must have all the pages shown in the diagram on the next page.
3. A Web database approach using either PHP or ASP with a Macromedia Flash 5 shockwave front-end (i.e. you must use ActionScript within Macromedia Flash) to develop the login system only.
General objective: All parts of the system must be created using the same interface design i.e. all sections should have the same look and feel.



Generate Account
Check login name hasn&'t already been taken. If it has been provide an error message and a link back to the Enter Details page.
Login name okay: Generate a password and store the new details in an online database. Display the login name and password of the new user account and link to the site login page.

Login Page
User enters login id and password.

Main site page
Checks login id and password. If correct displays
A temporary home page for the new site.

Enter Details
First name
Second name
Email address
Login name
International Tel.no.

Login System

Web
Database

List registered users
Provides a list of registered users and a hypertext link to a page which permits the record to be deleted or modifed

Update users form
Pre-loaded with record from previous page.
Either modify a record or select it for deletion

Update users script
Deletes or updates the record.
Outputs suitable messages and link back to the List registered users page.

System Administration System
The Generate Account password uses the following function to generate the password for new users based on their international telephone number:
Password = (International Code + Area Code + Tel Number) * Hexadecimal {International. Code}
The hexadecimal function assumes the international calling code is in Hex and converts it decimals.
e.g. take the number 44 191 5152745
Password = (44+191+5152745)*Hex(44)
Password = (44+191+5152745)*68
Password = 350402640
Hints:
In Perl use the hex($International_number)
and in PHP use hexdec($International_number)


Platform:
Internet Explorer

Must be 100% finished and received by buyer on:
May 5, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
vijaita Saxena
(2 ratings)
in New delhi, Delhi
India
Bid id: 656,388
 
$45 (USD) May 3, 2003
9:42:32 AM EDT
 9.5
(Excellent)
   
Dear Sir,
We are in this field since last 3 years and your requirement seems to be very simple and We think that this can be done in the stipulated time. Please go thru following url's

www.tummytukkers.com
www.structurehr.com

etc.
My team has developed matrimonial site:
www.zmats.com :- PHP/MYSQL
and these are some other sites that we are handling
www.tk-designs.com :-ASP/MS-Access
www.1459productions.com/photo/index.php :-PHP/MYSQL
www.koenigtraining.com/newpm :- ASP / SQL Server

We are a web based 'SVM Infotech Pvt Ltd' company that provides the service of website designing and developent using with ASP,PHP,SQL Sever,MYSQL,Access.coldfusion,VB,PHotoShop, Firework,Gif Animater,Flash .ect..

We have expertise in following Web site Sections.

Shopping cart
Martimonials
Matchmaker
E-commers
Portals
Freelance
Country visa Sites
Property web sites
Holy day

We can do any thing in the web or vb development that you think is possible.

Thanks Vijaita Saxena

SVM INFOTECH Pvt. Ltd.
 
 
 
 
  See 5 private reply(ies)
to/from vijaita Saxena.
 




Quick Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.98 on 101 jobs 
Securenext
Rated a 9.96 on 109 jobs 
Buddies
Rated a 9.82 on 80 jobs 
Andrei Remenchuk
Rated a 10 on 13 jobs 
Codman
Rated a 9.97 on 149 jobs 
Michael Sharp
Rated a 9.97 on 181 jobs 
D-N-S
Rated a 9.93 on 37 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Tometa Software, Inc.
Rated a 10 on 10 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.