Whats new

Hey there, its been a while since I last wrote something on my blog. I have been really busy developing a Content Management System for my business – [ http://www.spinningyourweb.net ] – it has been programmed in PHP and uses MySQL as a backend. This will be running on many of my clients website within the next month or two.

I still have some things to add to the system such as a few more image functions (editing the size of the picture) and being able to switch between images easily while editing. I have considered running one instance of the program and having all the clients logging into a single version of the system, but this does have some problems – such as;

  1. Version control – If some clients pay for a later version – this could be dealt with with a few dynamic tampers
  2. Database Failure – If the database corrupts, it could lead to; information displaying on the wrong website or if the database goes down, all the websites will go down

However, there are many positives to running a single instance;

  1. When there is a system update, you only need to run one codebase update
  2. Database backups are easy to manage – you dont need to backup multipul databases – you can do the one and when there is a problem, you only need to roll back the one version.

Anyway, those are just a few thoughts, I have attached a few screenshots of the content manager below;

Login Screen

Image Viewer

Editing a Page

This entry was posted in Programming by Noel Harrison. Bookmark the permalink.

About Noel Harrison

Noel Harrison is the CEO and founder of SpinningYourWeb International. He is passionate about Business, Economics and Politics and is interested in technology. Noel Harrison is the lead developer on a project 'Capital Software' which is in the process of developing a wide array of business related software.

3 thoughts on “Whats new

  1. Hi Jonathan,

    Thats the concept, the program will run one instance and then it will automatically update – well automatic – not really – i will only need to update one code base. It may run on sywglobal or sywmedia / sywsocial – ill have to see :P

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>