Archive for the 'Web' Category
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 [...]
Posted in .Net, ASP.Net, MVC, myjoglog.net, Projects, Web | Comments Off
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 [...]
Posted in .Net, ASP.Net, MVC, myjoglog.net, Projects, Web | Comments Off
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 [...]
Posted in .Net, ASP.Net, MVC, myjoglog.net, Web | Comments Off
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 [...]
Posted in .Net, ASP.Net, MVC, myjoglog.net, Projects, Web | Comments Off
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 [...]
Posted in CSS, javascript, script.aculo.us, Standards | Comments Off
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 [...]
Posted in Best Practices, CSS, Standards | No Comments »
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.
Posted in Ruby on Rails, System Administration, Tools, Web | No Comments »
Tuesday, August 29th, 2006
An excellent article on search engine optimization: The Ultimate SEO Checklist.
Posted in Best Practices, Web | No Comments »
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.
Posted in .Net, ASP.Net, Web | No Comments »