Mutley Posted January 22, 2009 Share Posted January 22, 2009 I'm soon to programme a site, then have someone else design it. What's the best practical way to do this, to make it as easiest as possible for the Designer? Do I literally just do a script with no formatting, or do I do the layout myself and let the designer go in and alter it all? Anyone else have experience of Programmer+Designer cooperation? Any tips or suggestions appreciated. Thanks in advance, Nick. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/ Share on other sites More sharing options...
Mchl Posted January 22, 2009 Share Posted January 22, 2009 I'd say: if possible contact with the designer to ask what would suit him/her best. If not, then you should create some sort of template system, that will allow the designer, to create html without messing up with your PHP code. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-743598 Share on other sites More sharing options...
haku Posted January 22, 2009 Share Posted January 22, 2009 That is definitely the best way. You want to create a system that separates function from design. Read up on the phptemplate system. I don't know how easy or difficult it is to integrate it, but it works quite well when used. Basically the concept is that the template is read in by the system, variables are swapped, and then it is outputted. This means that the designer can do whatever he wants, you just make your program read in the files he creates. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-743811 Share on other sites More sharing options...
landavia Posted January 23, 2009 Share Posted January 23, 2009 how about using same cms.. i would suggest JOMLAA in jomlaa.. you only need to build template and you just to adjust the jomla (module and content) Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-743886 Share on other sites More sharing options...
Mchl Posted January 23, 2009 Share Posted January 23, 2009 While using Joomla or other ready script might work for some sites, for others it will be just to difficult to adapt. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-744078 Share on other sites More sharing options...
haku Posted January 23, 2009 Share Posted January 23, 2009 I don't know about that. I'm a Drupal guy myself, and I could put any site into a drupal installation significantly faster than I could make something from scratch, or even using the models I have already built. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-744086 Share on other sites More sharing options...
sunitha Posted July 30, 2012 Share Posted July 30, 2012 If you want your website to succeed in the online market and make a mark amongst your customers then you should hire a Joomla developer and give your website a competitive edge to survive and win in this cut throat market. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365373 Share on other sites More sharing options...
trq Posted July 30, 2012 Share Posted July 30, 2012 ^ and you should learn not to spam forums. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365379 Share on other sites More sharing options...
Jessica Posted July 30, 2012 Share Posted July 30, 2012 I'm partial to Smarty as a templating system. I find a lot of companies use it and it's very easy to use, as well as easy to extend. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365423 Share on other sites More sharing options...
Mahngiel Posted July 30, 2012 Share Posted July 30, 2012 I'm partial to Smarty as a templating system. I find a lot of companies use it and it's very easy to use, as well as easy to extend. You got trolled by a necro, miss jesi... Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365443 Share on other sites More sharing options...
Jessica Posted July 30, 2012 Share Posted July 30, 2012 I don't follow... Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365444 Share on other sites More sharing options...
rythemton Posted July 30, 2012 Share Posted July 30, 2012 Anyone else have experience of Programmer+Designer cooperation? Any tips or suggestions appreciated. It's the Designer's job to create the CSS, the programmer's job to create the PHP, and you work together to decide what the HTML code needs to look like. The Programmer may also have to program any JavaScript that may be requested. That's usually how I've done it. The designer may create the whole HTML template with the programmer filling in marked sections. It really doesn't matter, as long as both parties agree as to what jobs they will be performing. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365494 Share on other sites More sharing options...
Christian F. Posted July 30, 2012 Share Posted July 30, 2012 jesirose & rythemton: Check the date on the post directly before the spammer's post. Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365511 Share on other sites More sharing options...
PFMaBiSmAd Posted July 30, 2012 Share Posted July 30, 2012 Locking thread, to prevent additional wasted time on it... Link to comment https://forums.phpfreaks.com/topic/142008-programming-a-site-for-a-designer-to-design/#findComment-1365529 Share on other sites More sharing options...
Recommended Posts