Warning: include_once(/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php) [function.include-once]: failed to open stream: Permission denied in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1

Warning: include_once() [function.include]: Failed opening '/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1
waysonweb.com » myjoglog.net

Archive for the 'myjoglog.net' Category

myjoglog.net – Iteration 3: MVC Membership Provider-based Access Control

Friday, November 14th, 2008

In my previous post in this series, I determined that I had to start looking into how MVC handles access control before moving forward. I came up with a list of functional specifications that I needed to write proof of concept code right away to learn how ASP.Net MVC helps (or hinders) me in implementing [...]

myjoglog.net – Iteration 2: User Stories

Friday, November 14th, 2008

Creating User Stories Now that I’ve got a feel for how MVC handles the mechanics of a data-driven application, I’ve got to take a step back and think about how users are going to use the application. For a start, here’s what I came up with: The site will allow anyone (both anonymous and logged [...]

myjoglog.net – Iteration 1: Completing the Workout Life Cycle

Thursday, November 6th, 2008

So, if you read my first post in this series, you know I’m creating a MVC web application to log and share workouts. Picking up where I left off, I’ve got to complete the life cycle of a workout (insert, select, update, and delete). Completing the Life Cycle of a Workout In the first post [...]

My First ASP.Net MVC Application – http://myjoglog.net

Monday, November 3rd, 2008

I’ve been very excited about ASP.Net MVC ever since I started hearing about its emergence in various blogs and podcasts. MVC basically addresses all of the issues I have with developing ASP.Net web sites (viewstate, postbacks, testing, etc), and I’ve eagerly awaiting a release its release. Well, now that ASP.Net MVC is in it’s first [...]