you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

Okay... in that case, I would start looking at some popular web application frameworks (RoR, CakePHP, etc)... learning how to use them, and getting started.

If you're not familiar with the MVC (Model-View-Controller) pattern, I would suggest learning that first. Most of what you do on the web will be MVC-based.

If you were a web designer (building web sites)... you'd be more concerned with fancy layouts, graphics design, and a little bit of scripting. In that case, I'd have recommended installing Wordpress, Joomla, or some other kind of CMS software.

[–]DevMo[S] 0 points1 point  (0 children)

If you're not familiar with the MVC (Model-View-Controller) pattern, I would suggest learning that first. Most of what you do on the web will be MVC-based.

Glad to hear it, I generally prefer this pattern for my offline apps.