Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Fair price for php database website?

  • 28-04-2010 7:47pm
    #1
    Registered Users Posts: 42


    I am a computer science student and through a connection I have been asked to make a php database website for an auctioneer. It doesn't require any payments online just a basic website displaying houses for sale and google maps etc.
    What do you think is a fair price to charge for this type of website?
    It is expected to be a typical auctioneering style site, i.e. something like daft.ie but smaller and not as fancy.


Comments

  • Registered Users Posts: 7,280 ✭✭✭jmcc


    I am a computer science student and through a connection I have been asked to make a php database website for an auctioneer. It doesn't require any payments online just a basic website displaying houses for sale and google maps etc.
    What do you think is a fair price to charge for this type of website?
    It is expected to be a typical auctioneering style site, i.e. something like daft.ie but smaller and not as fancy.
    The obvious question: who does the updates?

    Regards...jmcc


  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    The obvious question is : define "basic"

    A database list showing the relevant fields and photos, one image per property, with a backend is straightforward and could be done in about a half-day.

    Specifying Google Map co-ordinates via GPS location is one thing; providing a draggable-mark interface to save co-ordinates is another.

    Add in properly paginated lists, search options, galleries rather than one image per property, sort by price/location/number of rooms, etc, is another ballgame and could take
    2 - 3 days.


  • Registered Users Posts: 42 Marina-anseo


    I must create the site in such a way that the owner can update it himself without too much difficulty.
    yes there will be menus, lists, catagories, search option, sort by etc.
    The time frame isn't an issue, it'll be a summer project.
    It must look like a professional website but not with end user accounts.


  • Registered Users Posts: 2,119 ✭✭✭p


    It must look like a professional website but not with end user accounts.
    Who's going to handle that side of things?


  • Registered Users Posts: 455 ✭✭nellyshark


    Charge per hour :) I get the impression that this will be far from basic


  • Advertisement
  • Registered Users Posts: 42 Marina-anseo


    well the professional design is all part of it... i must have the website completed with the text, photos, current houses etc. all included. So I'll be using xhtml, css and php for sure as well as the database. It isn't a template project it has to be fully completed. The auctioneer doesn't know a lot about web design or programming so the website has to be ready to use when completed. I'm not dealing with the hosting part just creating the website. As its a project without an urgent deadline I would rather an overall estimate quote instead of a per hour charge.


  • Registered Users Posts: 455 ✭✭nellyshark


    Would something like open realty be out of the question then?


  • Registered Users Posts: 42 Marina-anseo


    Yes actually i didnt think of that, the templates are made in strict xhtml and css so that would lessen the work load with hopefully just some editing involved. So with this as an option to get started what price would be reasonable?


  • Registered Users Posts: 2,119 ✭✭✭p


    Honestly, this shouldn't be a custom built job, you should use an existing CMS as there's no way in hell they should be touching the XHTML & CSS. There's free & commercial CMSs that would save you days of work on this and produce a better end result than you could do on your own. Also, you probably need to work with a designer on this, as most developers don't have the design skill to produce a 'professional' level of visual and interaction design for a site.

    As for cost, given you're still learning I would say a few hundred euro, but work out what time you're going to spend on it, and multiply taht by an hourly rate. Add 20% extra for contingency.


  • Registered Users Posts: 16,402 ✭✭✭✭Trojan


    Speaking from experience, I did exactly this back in 2004. Almost identical spec (the only difference is that it was foreign properties for sale, back in the boom).

    From that experience, I can tell you that building this kind of site from scratch is a far larger job than it sounds at first. It's also a wonderful learning opportunity, if you have an extremely understanding client - preferably related to you by blood :)
    p wrote: »
    Honestly, this shouldn't be a custom built job, you should use an existing CMS as there's no way in hell they should be touching the XHTML & CSS. There's free & commercial CMSs that would save you days of work on this and produce a better end result than you could do on your own.

    Agreed wholeheartedly with p there, going with an off the shelf solution is better in almost every department (except 'learning').
    p wrote: »
    Also, you probably need to work with a designer on this, as most developers don't have the design skill to produce a 'professional' level of visual and interaction design for a site.

    As a developer without the requisite design skills, I hate to admit that the site I developed was butt-ugly. I've learned the error of my ways and work with some really great designers nowadays :)
    p wrote: »
    As for cost, given you're still learning I would say a few hundred euro, but work out what time you're going to spend on it, and multiply taht by an hourly rate. Add 20% extra for contingency.

    That figure sounds low to me - I'd say you're looking at 1,200+ if the OP builds what they've described, it looks great, and it includes everything mentioned in posts above.


  • Advertisement
  • Registered Users Posts: 4,386 ✭✭✭EKRIUQ


    Joomla Free www.joomla.org

    Hot Properties component for joomla about €100. http://www.mosets.com/hotproperty/ with loads of addons

    Examples of sites done like this http://www.mosets.com/hotproperty/featured/

    A good days work would have the bones of the job done and with little skill you could have the site looking very professional.

    For €600 euro they'd have a good professional website easy to edit and you'd be doing all right out of it too.

    Warning Joomla has a bit of a learning curve but if your a computer science student it would be a breeze.


  • Registered Users Posts: 4,080 ✭✭✭sheesh


    just agreeing with what everyone else here has said
    you say basic site and it sounds easy but its not a basic site if you are doing it from scratch

    you have different templates all the public pages, you have more templates for the editing the details

    and you mentioned something about end user accounts

    How many different pages are you going to need for that

    all these are going to have to be designed to a pro level

    After all that then you will have to test these to make sure that Confidentiality of clients

    thats potentially a 6 month job.

    go with a cms like joomla but do a custom template yourself for the publically viewable pages but also for the back end if you want the challenge

    that will get you plenty of marketable experience in php

    If you really want a challenge do it in drupal!


  • Registered Users Posts: 2,119 ✭✭✭p


    Trojan wrote: »
    That figure sounds low to me - I'd say you're looking at 1,200+ if the OP builds what they've described, it looks great, and it includes everything mentioned in posts above.
    That figure was based on the fact that this may the the first commercial site the original poster has ever worked on, so it's quite likely to be fairly low quality on the scale of things.


  • Registered Users Posts: 5,992 ✭✭✭Talisman


    You could put the site together quite quickly with Drupal. Drupalrealestate.com was built as a demonstration site using freely available contributed modules and the Acquia Marina theme. The main modules it uses are CCK, Views, Views Carousel, Gmap, and Location.


Advertisement