HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Recent content by shuri17

  1. S

    Why to consider asp.net mvc over classic asp.net

    In my opinion, classic asp.net should go the way of the dodo. Its hard to test, hard to provide separation of concerns, and in general is a bloated mess. Asp.net mvc on the other hand is a lean, mean development approach. Everything is fairly easy to test. The view engine can be mocked out...
  2. S

    Knockout.js

    If you have any need to cleanly integrate with a database back end, I highly suggest taking a look at knockout.js. It provides a nice, clean way to incorporate auto-updating data elements into your webpage. Additionally, the website knockout.js provides some awesome interactive tutorials.
  3. S

    Why learn Jquery

    In my opinion, learning jQuery is one of the most useful things you can do with your time these days. jQuery removes countless headaches when dealing with cross browser issues and provides a great model for navigating the DOM. Also, it helps give the user a better understanding of javascript...
  4. S

    What web hosting services to use?

    I am a big fan of SmarterASP.net. They have a 60 day free trial and their customer service is very very good. Additionally, they are quite affordable. The biggest problem with go-daddy is that their firewalls prevent use of some database management tools if you need that sort of thing.
  5. S

    Howdy!

    Hi everyone! I'm a software developer by trade, focused in the .Net world. It never hurts to learn more about HTML/CSS/Javascript or to help others do the same, so that's what brings me here! Larry
Back
Top