activa's blog

.NET, Web, Mobile and more stuff I can't stop talking about

Browsing Posts in Patterns

In one of my previous posts, I talked about the separation between code and markup, which caused quite a bit of turmoil, especially from the PHP and MonoRail enthusiasts. Maybe I didn’t make myself perfectly clear. I don’t have a problem with embedding view logic inside HTML markup, as long as it stays within reason. [...]

In the early days of web development, it was common procedure to write application logic inside your HTML pages using ASP, JSP, PHP, Perl or another early web application development framework. Of course, back then we didn’t know any better, but don’t you just cringe when you see something like this: <table border=”1″> <% For [...]