Check out my website please
Moderator: General Moderators
Apparently there are a lot of people that are happy to spend that money 
On the other hands, $200 is peanuts for a nice website and a good db design.
But for a design like the one in http://www.thedailywtf.com/forums/39000/ShowPost.aspx i wouldn't pay
On the other hands, $200 is peanuts for a nice website and a good db design.
But for a design like the one in http://www.thedailywtf.com/forums/39000/ShowPost.aspx i wouldn't pay
There is more that goes into a database then just:
їcode]
CREATE TABLE `db_mydb`.`test_table` (
`Id` int(11) NOT NULL auto_increment,
`fld2` int(11) NULL,
`fld3` int(11) NULL,
PRIMARY KEY (`Id`)
);
ї/code]
Remember, there is maintenance, upgrades, admin sections, reports, db structure, queries and more...
їcode]
CREATE TABLE `db_mydb`.`test_table` (
`Id` int(11) NOT NULL auto_increment,
`fld2` int(11) NULL,
`fld3` int(11) NULL,
PRIMARY KEY (`Id`)
);
ї/code]
Remember, there is maintenance, upgrades, admin sections, reports, db structure, queries and more...
not to pull a method_man and take the post way off topic, but I have the exact opposite problem. with a graphic design background, I was able to struggle through html on notepad because the outcome looked somewhat decent no matter how sluggish the code was. There are a couple good groups out there that list the sites which stand out in terms of design- let me know if you want a couple links and I'll send them your way. It's then a matter of determining what "good design" means to your clients and keeping the form-follows-function principal close at all times.Todd_Z wrote:What I wanna know is how with advanced php skills [like my own] how can i get projects like that when my design skills are lacking? I can create great backends, but I can't create a nice looking layout for my life... what to do? what to DO!?!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Not everyone wants a front-end doing by you... they want specialist skills in programming somethingTodd_Z wrote:What I wanna know is how with advanced php skills [like my own] how can i get projects like that when my design skills are lacking? I can create great backends, but I can't create a nice looking layout for my life... what to do? what to DO!?!
Most of my freelance has been PHP only (functions/classes etc)... somebody else just uses what I do and put's it in a GUI... I can do both either way but I definitely prefer PHP coding most of the time... equally it's refreshing to do a front-end once in a while.
Personally I hate front-end design - i never feel satissfied and it just frustrates me because of browser incompatibility - Php scripts have a deffinite end and I feel like i accomplished something nice when I can look back and see a completed project. But I would deffinitely know how to make at least basic looking pages for my php scripts to be displayed in...