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 » Web

Archive for the 'Web' 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 [...]

script.aculo.us Slide Show

Friday, February 29th, 2008

My client, Terra Nova Pools, wanted to add a new page to their site that would display a looping slide show of before and after pictures of their clients’ pools. I decided to implement this page using this solution that relies on the script.aculo.us javascript library to fade a series of div tags in and [...]

Terra Nova Pools Site Launched!

Sunday, October 1st, 2006

My most recent project has been to create the first web site for Terra Nova Pools

CSS Tabs Made Easy

Thursday, September 14th, 2006

There’s a lot of web standards-based css tab menus out there, but I have to say I’m pleased with this one by Ian Andolina because it dropped into my application and worked right away. It took me just a couple of minutes to change the font and coloring, but other than that, it was a [...]

Ruby on Rails in 5min

Thursday, August 31st, 2006

Using an unbelievable RoR environment for PCs called InstantRails I had created my first RoR app in just a few minutes.

The Ultimate SEO Checklist

Tuesday, August 29th, 2006

An excellent article on search engine optimization: The Ultimate SEO Checklist.

ASP.Net Webcasts

Sunday, June 11th, 2006

The Microsoft ASP.Net Developor’s center has a series of web casts for beginers that covers features that are new or changed in ASP.Net 2.0 like data access, membership providers, master pages. For more advanced and indepth coverage of these and other topics, check out the Essential ASP.Net series.