By Renato.Eccher on 5/27/2009 1:50 AM
CSS is simple, isn't it? Then try this: I was looking to implement an application design which uses the full screen (regardless of end user's view port resolution) and has a simple 3 or 2 column layout. It has a header section, no footer, but the tricky part was that the columns have to fill down the whole lenght of the browser.
I needed three attempts and I read a whole CSS book (Fexible Web Design - Creating Liquid and Elastic Layouts with CSS) in between to get where I am today. You can download my example or you can try it yourself.
Read More » |
By Renato.Eccher on 5/17/2009 2:40 PM
We have seen (05/15/2009) that filters and validators make up the business rule set. Applications which have their business rule implementations scattered all around in the architecture are hard and costly to maintain. To avoid that, every project must defines guidelines for business rule implementations at the very beginning. Read More » |
By Renato.Eccher on 5/16/2009 6:33 AM
Business rules are probably ranked in the top-ten of most misunderstood terms in computer science. In order to understand what business rules are you have to understand what business applications are and how the software development process works. Read More » |
By Renato.Eccher on 5/14/2009 3:09 AM
In part one (5/12/2009), I defined the responsibilities of the components of a data driven application. In this second part, I will show in what layer of the application architecture these components live. In addition, I define the technologies used to implement these responsibilities which I will address in detail in later blogs entries. Read More » |
By Renato.Eccher on 5/12/2009 9:10 PM
The component architecture defines the responsibilities of each layer or component of an application. Defining this at the beginning of a project, implementing accordingly and validating it through code reviews is the basis for maintainable applications. By not defining it at the beginning, you will have as many component architectures as you have programmers on your team over time. Read More » |
By Renato.Eccher on 5/9/2009 12:22 PM
This blog is about me, a yearlong Java developer/architect, starting to enjoy the Microsoft technology stack. You can read about my experience with ASP.NET MVC, ADO.NET Data Services and ADO.NET Data Entity Framework and probably other related technology issues I come along. Read More » |