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.
(See all)
Need whitepaper and sample written on how to crea ...
By Nokiko on Aug 21
Max Bid: Open to fair suggestions


a vb program setup error using WinMe
By kmtai on Aug 21
Max Bid: $5


Need web page for editing User Groups in SQL Serve ...
By wbunker on Aug 21
Max Bid: $100


Web Site Graphic
By steamboat on Aug 20
Max Bid: Open to fair suggestions


2D RPG MMORPG Graphics(repost )
By Ponyboy32 on Aug 20
Max Bid: $40


web editor wysiwyg
By coderod on Aug 20
Max Bid: Open to fair suggestions


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

Open Work Categories.
Database 
(174 open)
   Access 
(64 open)
   MySQL 
(104 open)
   Oracle 
(10 open)
   SQL Server 
(58 open)
   Other DB 
(20 open)
Documentation / Tech Writing 
(21 open)
   Language (Human) Translations 
(7 open)
Data Entry 
(25 open)
Game Development 
(16 open)
Graphics / Art / Music 
(53 open)
   Graphics 
(58 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(37 open)
     Adobe Premiere 
(9 open)
     3d Animation 
(10 open)
   Art (Misc.) 
(17 open)
   Music 
(9 open)
   Photography 
(7 open)
   3d Modeling 
(10 open)
Language Specific 
(111 open)
   Assembly / Machine language 
(5 open)
   ASP 
(63 open)
   ASP .NET 
(58 open)
   C# 
(55 open)
   C++ / C 
(136 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(51 open)
   Java 
(74 open)
   JSP 
(13 open)
   Perl 
(49 open)
   Python 
(10 open)
   PHP 
(105 open)
   XML/XSL 
(39 open)
   Visual Basic 
(143 open)
   Visual Basic .Net 
(94 open)
   Other 
(67 open)
Misc 
(40 open)
   CAD 
(7 open)
MultiMedia 
(28 open)
   Video Editing 
(3 open)
Network 
(52 open)
   Network Design 
(10 open)
   Network Implementation 
(17 open)
Platforms 
(70 open)
   Windows 
(185 open)
     MS Exchange 
(9 open)
     MS Office 
(24 open)
     Other 
(14 open)
   Hand Held/PDA Programming 
(14 open)
   Internet Browser 
(56 open)
   Linux 
(70 open)
   UNIX 
(19 open)
Requirements 
(13 open)
Security 
(37 open)
Testing / Quality Assurance 
(16 open)
Web 
(197 open)
   Page Design 
(97 open)
   Flash 
(48 open)
   Web Services 
(82 open)
   Web (Other) 
(87 open)
Training 
(12 open)
   Computer Based 
(11 open)
Other
 
Other Sites

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

Web presentation of archieved mails stored in MySQL
Bid Request Id: 68640
Bookmark in my 'To Do' list
Posted by: colorweb (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 0.00%
Buyer Security Verifications: Good
Approved on: Jun 17, 2003
3:36:46 PM EDT
Bidding Closes: Jun 23, 2003 EDT
Viewed (by coders): 116 times
Deadline: 6/26/2003
TIME EXPIRED
Phase:
Cancelled
Max Accepted Bid: Bidding is closed
Project Type: Small Business Project: $100 (USD) +
Bidding Type: Open Auction
Categories: Web, Page Design, PHP, Linux, MySQL, Web (Other)
Enter chat room for this bid request
(2 active users at Aug 21, 2003 4:21:26 AM EDT)

Description:
We have developed a mail-archive and would like to present the mails in a web-based interface.

There is no information received by the application, no write to the database - it's only a display
application.

The application must be coded in PHP interfacing to the MySQL with a sober, simple layout.

Deliverables:
The interface must be coded in PHP, runnable on a standard RedHat Linux 9.0.

Apache is installed, but must be configured to support the application specified below.

All changes to the system (configuration files, installed packages etc.) must be documented.
You will get SSH access to the server to configure the server.

The code must be documented both in the code and as a general overview.

1. Layout
The application must be coded with stylesheet enabled layout and no framesets. Graphic elements are allowed
for layout purposes.

As far a possible a separation of code and layout is desirable.

2. The database
Consist of three tables storing message 1) headers, 2) body text and 3) unique filenames of attachments. Each message has a unique message id, which is key to the body and attachments tables in which there can be multiple entries for each message.

Attachments are stored in the filesystem (/usr/local/archive) with an unique filename. The unique filename and the original filename is stored in the attachments table.

PHPMyAdmin should be installed and setup to access the database.

3. Main view
From the main view there should be the following links:

a. Display messages grouped by sender
b. Display messages grouped by receiver
c. Display messages grouped by date received

4. Displaying each of the groups (a, b, c) as lists

The results of the query to the database should be presented in a nicely formatted tabular list.

4a. It should be customizable (in the code) how many records should be shown on each page. Next and previous buttons/links must be provided

4b. Each message must be presented with: sender, receiver, date, subject and x words from the body text (x must be configurable in the code)

4c. If there are attachment(s) this must be indicated by a "bullet" or indicator

5. Display a message
When clicking on a message in the lists described above, the message should be displayed on a new page (same window).

5a. The display of the message should include: Sender, Receiver, Date, Subject, Body
5b. Sometimes there are several bodies (ie. plain text and HTML - stored in separate rows in the body table) only one should be shown
5c. All attachments must be linked and downloadable. The original filename (stored in the database) should be used instead of the unique filename in the filesystems. This "rename" should be on-the-fly.
5d. The "title"-tag should include the subject or x words from the body text
5e. If possible relevant META tags should be used to improve search engine indexing of the mails
5f. Links back to the previous list and to the main view
5g. The message display should be printable on A4 without any recoding (ie. not too wide table)

General:
1) Complete, installed and fully-functional working program(s) and complete source code of all work done.

2) Complete ownership and distribution copyrights to all work purchased.

3) Documentation of all changes to the system and to the application.

Platform:
RedHat Linux 9.0

Must be 100% finished and received by buyer on:
Jun 26, 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  


No bidding allowed, because this bid request was cancelled.

Cancelled Date: 7/13/2003 8:25:46 PM
Cancelled Reason:
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.

Securenext
Rated a 9.97 on 116 jobs 
Buddies
Rated a 9.83 on 85 jobs 
Codman
Rated a 9.97 on 155 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
hernest
Rated a 10 on 117 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 78 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.