Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Stage 1: Web Development

Loading...

Sign in or sign up now!
10,571
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 9, 2008

Here we'll cover: PHP, MYSQL, Javascript, HTML, CSS, Smarty Engine, CodeIgniter and much more...

  • likes, 3 dislikes

Link to this comment:

Share to:
see all

All Comments (25)

Sign In or Sign Up now to post a comment!
  • Thanks for posting this video.

    I also recommend trying a hosted site like Mybusybiz

  • Thanks for sharing all the details..gained a lot of knowledge from this video. It is great souce of information on web development.

  • Nice video :)

  • ASP.NET , enough said.

  • If one is forced to work with php and mysql then what would be the best practice? Is there something better than smarty?

  • Thanks for sharing all the details..gained a lot of knowledge from the above comments too.

  • i agree with that.

  • whether your doing static dynamic pages or full Ajax applications you still need to select and insert data to a database, process it and format it in either full html content or xml/json requests back to the browser. PHP is still the easiest language to do this with.

  • With ajax features becoming more in demand, it becomes harder to manage older systems based on the back end creating while pages dynamically on the server side. It causes you to have to rewrite the javascript every single time you change the php templates. Its much simpler to just have a web server feed static pages (seeds) that are rich in javascript and talk to a now viewless server.

  • I'm more against the paradigm of generating html/tempate content on the server side. The html, css and javascript (and whatever else you use on the front side) should be talking to whatever you have on the back-end through a defined convention instead of php generating a bunch of html to spit out.

    using this approach, it doesn't really matter what you use on the back end, as long as it can handle web requests and interface with your client. the server side becomes simpler.

Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more