SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: Advice required

Hybrid View

  1. #1
    SitePoint Enthusiast
    Join Date
    Apr 2009
    Location
    Edinburgh, UK
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Advice required

    Hi,

    I work alone building small web sites, but being continually asked for sites requiring database and client access for updating information. I have spent lots of time Learning HTML/CSS and have managed some javascript but database PHP/MySql is now a step further, and before all you guys become all precious about not learning database language's I have read extensively about and have a slight understanding of PHP and MySql but to make it work is going to take longer than clients are willing to wait !!!!!.

    So, to my questions

    A) Is there a build your own database application for database design and function with the SELECT capability to integrate into your site.

    B) Is there an application which allows sites to be built where clients can change agreed parts of the site without breaking the code.

    C) Is there an application where clients can upload photos/products price changes eg; INSERT, UPDATE, DELETE.

    D) Also include shopping cart (I know I can get this seperately if necessary)

    I have looked at the various cms applications but dont know if thats what i'm looking for because they seem to be 'build' the whole site. I suppose what i'm looking for could be loosely termed plug ins.

    Thanks in anticipation

  2. #2
    SitePoint Guru bronze trophy TheRaptor's Avatar
    Join Date
    Jul 2011
    Location
    New York
    Posts
    711
    Mentioned
    40 Post(s)
    Tagged
    0 Thread(s)
    Have you considered the Wordpress CMS system? It is extremely flexible and clients can change almost anything they want without the fear of breaking the code. There are a ton of wicked good plugins out there for it as well, ones that'll do exactly or pretty close to what you are looking for. It was originally intended to be a blogging platform but it has now grown to become a quite capable CMS.

    Wordpress is theme based so it does require you to hand code a theme and that'll require you to know at least the basics of PHP. But it's not as hard as you might think. More info on themes here: Using Themes « WordPress Codex.

    For more info on Wordpress visit: WordPress › CMS Tool and Publishing Platform.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •