March 13th in Code Organization Guidelines by Volkan Özçelik . no comment .
How to Refactor a Mess into an Organized Web Application (Part 3: the Client Side)
In part 2 of the series, we organized the server-side of our vcard demo application. Today, we will be dealing with the client side: We will be progressively enhancing our initial application to get vcard data without refreshing the page; We will be strictly diving our application into four tiers; …
Continue Reading
