Forum Moderators: open
Using the new .NET 2005 (ace btw), getting to grips with Master pages which I absolutley love - one main page with your layout - other pages just holding the content, these then come together on the users browser upon page load.
Just curiuos if anybody else has used this great development tool yet and found any dis-advantages?
Other than that aspect, like many other content management solutions, a good templating system can be an essential tool for rapid and effective site development.
Master pages don't mess up your code one bit, they actually help keep your project clean. In my case I have a default layout for everypage of the site (70+ in total), only two divs of this layout need to be editable - this is where you use placeholders. Then for every child page produced from the master page you get no code (all your layout code is held in the master page) just the placeholders to place your content in - then master and child combine togther on the users browser.
As I can see from comments - not to many people seem to agree that .NET2005 is worthy for compliant development; is this because you haven't used it?
I suppose that was a *rant* but please excuse me as I may be the only person to know that at least 80% of the british public use IE \ ms products and we \ I have to develop for them ensuring they work well - this isn't ms trying to sell something else, this is business.
Although vs.net2005 may be better, and it looks better, I just don't see a need for it. Especially considering the cost. Is it, too, around $1000?
excellence as standard.It doesn't provide standard code output and it doesn't work in all browsers. It produces MS specific code that won't always work in all browsers. If you want to use some new technology, VS used to fight with you about incorporating it. I program in assembly sometimes and it was a royal pita to incorporate assembly code until I learned a method.
From all this you can just tell MS has transformed to a company that works best with large corporations that can hire a lot of programmers who can specialize in certain areas and make it all work. They used to say you can't get fired for buying IBM. Now I guess it's Microsoft but I honestly think they may have gotten too big for their britches and struggle to keep it together. I've said this a couple of places. I think we are at the beginning of the downfall of MS.