Concepts Of 3 tier N tier MVC Architecture

Introduction What is a "tier"? What is the difference between "N Tier" and "3 Tier"? What the 3 Tier Architecture is not What parts of an application can be split into layers? What do you mean by "logic"? The 1-Tier Architecture The 2-Tier Architecture The 3-Tier Architecture The Rules of the 3 Tier Architecture 3 Tier Architecture in operation Aren't the MVC and 3-Tier architectures the same thing? What are the benefits of the 3-tier architecture? The...

Select Box Dropdown Dynamically

The Markup For our example, the markup will always be the same, just two simple select elements. The first one has three options. The first just informs the user to select an option, and the next two are actual choices. The second select only has one option telling the user to please pick from the first dropdown first. The options in the second dropdown will be dynamically replaced. <select id="first-choice"> <option selected value="base">Please...

Page 1 of 3123Next