TheFilmGod Posted July 26, 2009 Share Posted July 26, 2009 I just finished designing the front end for a huge application - biggest project I have made so far. After all the html/css/javascript design it seems like it won't be easy to design all the php/sql to put it all together. So my question is - do you like programming the back end more or designing the front end? I personally like designing more as it's a little easier for me (little experience with php). Maybe someone has tips on programming the backend? Is using a php framework as helpful as the jquery framework is for javascript? Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/ Share on other sites More sharing options...
corbin Posted July 26, 2009 Share Posted July 26, 2009 I prefer backend stuff (insert perverted joke here) because I'm terrible at graphical stuff. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883016 Share on other sites More sharing options...
.josh Posted July 26, 2009 Share Posted July 26, 2009 they all have their ups and downs. Model: I hate the ... well I pretty much hate all of the model. But I do like swimming around in a sea of data, finding patterns, etc... View: I hate the part of view where you have to make your shit compatible with essentially 5,000 browsers to appease the greatest % of the population. But in some ways it is the easiest, as it is the most visual, and there's not a whole lot of logic involved, except for inheritance, I guess. (I don't really put javascript in this category; rather, the Control category). Control: I hate having to fuck around with making control shit secure. But I do like figuring out how to code stuff, in general. I get warm and fuzzy feelings just thinking about regex. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883026 Share on other sites More sharing options...
nrg_alpha Posted July 26, 2009 Share Posted July 26, 2009 ... I get warm and fuzzy feelings just thinking about regex. @FilmGod, I prefer front end more, but for the simple reason that given my graphic background, I'm more into the visual aspect of things. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883213 Share on other sites More sharing options...
jcombs_31 Posted July 26, 2009 Share Posted July 26, 2009 I like both. Doing the front end stuff is more instant satisfaction, but there is something to be said about making something work behind the scenes. Maybe someone has tips on programming the backend? Is using a php framework as helpful as the jquery framework is for javascript? I've recently started using cakePHP and I think using a framework is the way to go. It speeds things up once you get over the learning curve. There is a pretty big different between something like jquery and a PHP MVC framework, but they are both very helpful. I also think it is first important to have a good understanding of PHP and programming in general before trying to use a framework. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883218 Share on other sites More sharing options...
Alex Posted July 26, 2009 Share Posted July 26, 2009 I prefer working on the back-end. I'm decent with graphics, but I just don't enjoy working with them that much. And I'm terrible with colors and making things it together on the larger scale. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883265 Share on other sites More sharing options...
Philip Posted July 26, 2009 Share Posted July 26, 2009 I hate the part of view where you have to make your shit compatible with essentially 5,000 browsers to appease the greatest % of the population. That is the one thing I hate the most - the little tweaks and hacks to make it look/act the exact same in all the browsers (especially when I used to work with IE6 too.) But, I think jcombs hit it, front end is that instant satisfaction that you can go to sleep at night with a smile on, where as the backend you can brag about it saying "hey look, this site has 100k users using and MY code keeps them happy" Plus I like the logic side of coding.... at my full time job I don't require that much thinking, so I enjoy challenging myself to a good in-depth project from time to time. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883437 Share on other sites More sharing options...
Daniel0 Posted July 26, 2009 Share Posted July 26, 2009 Plus I like the logic side of coding.... at my full time job I don't require that much thinking, so I enjoy challenging myself to a good in-depth project from time to time. Maybe try Project Euler. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883441 Share on other sites More sharing options...
Philip Posted July 26, 2009 Share Posted July 26, 2009 Maybe try Project Euler. Ohh thanks, looks interesting Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883453 Share on other sites More sharing options...
GingerRobot Posted July 26, 2009 Share Posted July 26, 2009 Plus I like the logic side of coding.... at my full time job I don't require that much thinking, so I enjoy challenging myself to a good in-depth project from time to time. Maybe try Project Euler. Heh, I think i might try and do a few more of these in my spare time over the summer. They can be irritating though...I just did problem 15 in what I thought was a very elegant way (using a dynamic programming approach) but it then turns out there's a far simpler way with some simple maths. Grrrr. I guess that's kinda they point of these things though... Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883522 Share on other sites More sharing options...
corbin Posted July 27, 2009 Share Posted July 27, 2009 Plus I like the logic side of coding.... at my full time job I don't require that much thinking, so I enjoy challenging myself to a good in-depth project from time to time. Maybe try Project Euler. Ooo! Awesome! Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883757 Share on other sites More sharing options...
seventheyejosh Posted July 27, 2009 Share Posted July 27, 2009 Plus I like the logic side of coding.... at my full time job I don't require that much thinking, so I enjoy challenging myself to a good in-depth project from time to time. Maybe try Project Euler. Ooo! Awesome! Seconded!!! Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-883828 Share on other sites More sharing options...
waynew Posted July 27, 2009 Share Posted July 27, 2009 I drive myself crazy messing around with graphics and colour schemes and being picky and changing things and fixing cross-browser issues and messing with padding here and there and margins and - yea. I prefer the backend stuff because it's usually straight forward database work and I don't have to spend an hour fiddling around with small things. Quote Link to comment https://forums.phpfreaks.com/topic/167457-programming-or-design/#findComment-884020 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.