Go Back   CodingForums.com > Web Projects and Services Marketplace > Web Projects > Small projects (quick fixes and changes)

Notices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-12-2010, 11:04 AM   PM User | #1
daveoliveruk
New to the CF scene

 
Join Date: Mar 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
daveoliveruk is an unknown quantity at this point
Little PHP help - $50

1) Project Details: (be as specific as possible): I have been given a project and would like some help. I am very new to PHP and would like someone to complete the task (see attached). This should be very easy for someone that is good with the language and will also help me understand the methods and syntax a bit more. I am willing to pay whoever wants to help $50 to complete as soon as possible, I need to submit the code today.

2) Payment Amount: $50

3) Payment method/ details (Paypal, check? Timeline?): PayPal

4) Additional Info (about project or potential bidders):
Attached Files
File Type: doc task.doc (23.5 KB, 84 views)
daveoliveruk is offline   Reply With Quote
Old 10-12-2010, 01:05 PM   PM User | #2
Rowsdower!
Senior Coder

 
Rowsdower!'s Avatar
 
Join Date: Oct 2008
Location: Some say it's everything.
Posts: 2,007
Thanks: 5
Thanked 395 Times in 388 Posts
Rowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura about
Quote:
Originally Posted by daveoliveruk View Post
1) Project Details: (be as specific as possible): I have been given a project and would like some help. I am very new to PHP and would like someone to complete the task (see attached). This should be very easy for someone that is good with the language and will also help me understand the methods and syntax a bit more. I am willing to pay whoever wants to help $50 to complete as soon as possible, I need to submit the code today.

2) Payment Amount: $50

3) Payment method/ details (Paypal, check? Timeline?): PayPal

4) Additional Info (about project or potential bidders):
I'm not exactly comfortable opening a *.doc file from a total stranger. Can you post the contents of the project description file?
__________________
The object of opening the mind, as of opening the mouth, is to shut it again on something solid. –G.K. Chesterton
See Mediocrity in its Infancy
It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
Seek and you shall find... basically:
validate your markup | view your page cross-browser/cross-platform | free web tutorials | free hosting
Rowsdower! is offline   Reply With Quote
Old 10-12-2010, 01:15 PM   PM User | #3
Anton164
New Coder

 
Join Date: Oct 2010
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Anton164 is an unknown quantity at this point
Quote:
Originally Posted by Rowsdower! View Post
I'm not exactly comfortable opening a *.doc file from a total stranger. Can you post the contents of the project description file?
It's fine, don't worry
Anton164 is offline   Reply With Quote
Old 10-12-2010, 01:21 PM   PM User | #4
daveoliveruk
New to the CF scene

 
Join Date: Mar 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
daveoliveruk is an unknown quantity at this point
This challenge is designed to demonstrate your PHP5 OO design and implementation skills in a real world (time constrained) environment.
Time allowed: 1.5 hours
Scenario
We have a client, Freds Clothing, who sell fashion clothing online. Bob has asked us to build an order dispatch system, for sending out customer orders with one of a number of different couriers.
At the start of a normal working day, a new batch will be started, and it will be closed at the end of the day, when no more parcels are going to be shipped. This is called the dispatch period.
Each parcel sent out with a courier is called a consignment. Each consignment will be given a unique number - each courier will supply an algorithm for generating their own format of consignment numbers.
At the end of each dispatch period, a list of all the consignment numbers needs to be sent to each individual courier. The method of data transport varies from courier to courier (e.g. Royal Mail use email, ANC use anonymous FTP).
What you should produce
Build a class structure to facilitate the implementation of the scenario set out above. Assume that your class library will be given to another developer at a later date to build the interface for the client.
The client interface will have three primary functions;
1. Start new batch
2. Add consignment
3. End current batch
What we are evaluating
We’ll be reviewing your OO analysis and design skills based on the object structure you choose and to some extent your understanding and ability with PHP5 based on the code you produce. Use class/method commenting (ideally phpDoc format) to explain your design decisions. Code re-use, extensibility and maintenance are all important.
Notes
Make as much progress as you feel you can within the time allowed; you are not required to produce a final product.
Do not worry about persistent storage/database abstraction layers/html/visuals – focus on the business logic and class structures.
daveoliveruk is offline   Reply With Quote
Old 10-12-2010, 01:25 PM   PM User | #5
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,044
Thanks: 197
Thanked 2,412 Times in 2,390 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
It is quite improper for you to pay someone to do your assignment for you. Cheating, in fact. Like getting someone else to take your driving test.
Philip M is offline   Reply With Quote
Old 10-12-2010, 01:28 PM   PM User | #6
daveoliveruk
New to the CF scene

 
Join Date: Mar 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
daveoliveruk is an unknown quantity at this point
Its not a college or school assignment so there's nothing improper about it. I would do it but have no time and it needs to be done today. Time is of the essence.
daveoliveruk is offline   Reply With Quote
Old 10-12-2010, 01:36 PM   PM User | #7
Rowsdower!
Senior Coder

 
Rowsdower!'s Avatar
 
Join Date: Oct 2008
Location: Some say it's everything.
Posts: 2,007
Thanks: 5
Thanked 395 Times in 388 Posts
Rowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura about
Yes, based on your first post I assumed this was some on-the-job sort of task that you were handed and were struggling with. What you have posted is something else entirely. If it isn't school work then it would have to be some sort of work evaluation for basic OO skills. Why else would you have a timed test?

In any case this is not something anybody here should be doing for you. Please refer to the forum rules and consider this a corollary to rule 1.5.

It would not benefit you or your school/employer for any of us to do this work for you.
__________________
The object of opening the mind, as of opening the mouth, is to shut it again on something solid. –G.K. Chesterton
See Mediocrity in its Infancy
It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
Seek and you shall find... basically:
validate your markup | view your page cross-browser/cross-platform | free web tutorials | free hosting
Rowsdower! is offline   Reply With Quote
Old 10-13-2010, 07:53 AM   PM User | #8
websoft
New Coder

 
Join Date: Oct 2010
Posts: 30
Thanks: 0
Thanked 1 Time in 1 Post
websoft has a little shameless behaviour in the past
hi

Hi,

We are a leading website company based in India.We can do the work for you.

We have well experienced professionals in many Web platforms such as Flash design, PHP,ASP.Net, Vb.net,C#.net,menu Flash , HTML , CSS, Photoshop, Web designs , Java scripts, AJAX, Portal developments MY SQL, MS SQL ,MSACCESS etc. We are also in Jooma,Wordpress,Drupal and Magento technologies.

Email me back with more details.

penguinwebsoft[at]gmail[dot]com

Thanks,
Penguin Websoft
websoft is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:57 AM.


Advertisement
Log in to turn off these ads.