
|
View Full Version : Are extras like MySql really wanted?
dmxconsult 12-07-2003, 08:49 PM In talking with a few people I am getting the impression that most just want a static webpage with email service. It seems they want things simple and maybe some sort of shopping cart if they are a small business. Are others out there seeing this trend too?
Well if they want a shopping cart.. chances are they will need some sort of database for that.. flat file ain't the way to go.
Douglas 12-07-2003, 09:27 PM Good lord, if I could find some design customers that just wanted straight up flat files, I'd be in heaven, LOL! I love doing custom programming, but it's GREAT when you land a design project that's NOT within your usual norms. ::chuckles::
Anyways, to answer your question, I've noticed that most of my customers prefer the flexibility of a database driven web site over a flat file website. It makes updating/organizing/redesigning it a LOT easier.
CrazyTech 12-07-2003, 09:29 PM It depends on the niche market that you're catering to. One host my pick up the market of clients looking for just static html websites, while another may pick up database intensive websites. The results will be different for just about each and every web host. There is no set trend really.
WorkinIt 12-08-2003, 12:16 AM keep in mind mysql is required for many things, including forums
jakub 12-08-2003, 12:19 AM mysql is needed from everything from forums to blogs. You really need if you want a wide range of customers.
NexDog 12-08-2003, 12:27 AM Originally posted by Prism329
Good lord, if I could find some design customers that just wanted straight up flat files, I'd be in heaven, LOL! I love doing custom programming, but it's GREAT when you land a design project that's NOT within your usual norms. ::chuckles::
Anyways, to answer your question, I've noticed that most of my customers prefer the flexibility of a database driven web site over a flat file website. It makes updating/organizing/redesigning it a LOT easier.
By "flat file", Haze was talking about cgi flat file where info is stored in a writable text file rather than stored logically in a database.
Flat file does not mean html.
Douglas 12-08-2003, 03:13 AM Actually, it does, as it's still a physical file that contains data/information. HTML and CGI files are both flat files. I digress, we're taking this off topic a bit, though. ::chuckles::
Reptilian Feline 12-08-2003, 06:58 AM I can only speak for myself, but since I started using PHP I'm also using MySQL a lot. Building a local search engine for your site is something you can do with a DB, as well as a small guestbook/messageboard. It just makes the design easier because you know you have the tool if you need it. If your cleitns don't ask for it, maybe they don't know what it can do? Why not set up a list with things that makes the website easier to manage if you use MySQL? I'm sure more people will ask for it then.
dmxconsult 12-08-2003, 12:41 PM Thanks guys. I am only getting requests for static sites right now, but I guess if you have all the features you should make them available. I can see cutting them out would be a mistake!
Lippy 12-08-2003, 12:42 PM Chances are if they want dynamic content, forums, CMS, or just a mailing list, they will need a database thus mysql is needed.
tazd9t9 12-08-2003, 01:26 PM A lot of my customers want the database, they all seem to like to run small forums, most of which require a MY SQL database
lotsaram 12-08-2003, 08:35 PM I look for perl, mysql, and cron jobs!
|