Wednesday, March 21, 2012

Please help me right if Im wrong

Hi,
Just want to make sure about some stuff before I start my website over.
Why? Because I was new to web development, and no EVERYTHING happen on the server side (asp.net) and my web application is slow, crash, etc, etc.

This is what I "realised" I should do:

1) Create my page layout in HTML.
2) Everything that don't need to happen on the server side, should be implemneted using Javascript
3) Everything else (like database talks, etc) can occur in the code behind.
4) Language specific information, like text, image names, stylesheet names (different images/stylesheets are used for different langauges)

this the right "attitude"?

make me think...asp.net ain't that "new way" of doing things...you should use it as extension to classic asp, because html + javascript = asp...right?

darn!, I miss deskop development! :sick:No!

ASP is also server side, but it was more inline than ASP.NET is. ASP is still server side, and so is ASP.NET.

The attitude you're looking for is:

ASP.NET is something you'd use in conjunction with HTML, JavaScript and CSS to make a complete web application.
I think most of the work should be done with JavaScript, if its not necessary to post the form.

0 comments:

Post a Comment