shepherdweb.com

Archive for the 'Languages' Category

ASP.NET Membership Provider Web Service

Saturday, October 31st, 2009

A couple of years ago I was in need of a full featured membership provider provided over web services. I found Shaun Wilde’s project. Shaun’s project provided a membership and role provider over web services, but lacked a profile provider. I added the profile provider. I ended up changing directions with the project I was [...]

IE7.js Beta 3

Sunday, October 26th, 2008

I somehow failed to notice that Dean Edwards’ IE7.js was bumped to beta 3 back in February. IE7.js is a javascript library which, when included in your web page, makes MSIE 5-6 behave like MSIE7. I found it to be extremely useful, particularly when dealing with png images. I’m looking for a change log to [...]

ASP.NET MVC Presentation Notes

Wednesday, February 20th, 2008

This post contains notes, links and a .zip of the project I built in my presentation to the Lubbock .NET Users Group. Requirements for this project include the following: ASP.NET 3.5 Framework ASP.NET 3.5 Extensions CTP ASP.NET MVC Toolkit Visual Studio 2008 Sites with Tutorial, Tips, Help, etc.. Scott Guthrie Intro and Tutorials: Intro Part [...]

Bug Report

Monday, August 20th, 2007

The test case I published back in April, overflow: auto Allows Focus in Firefox, has been published on PPK‘s Bug Report Blog. The Bug Report is a list of CSS and Javascript bugs including test cases and workarounds. Anyone can report a bug they’ve found, all that’s required is that you provide a test page [...]

Javascript Fitness

Thursday, June 7th, 2007

Since January I’ve struggled with the drive to eat healthier and exercise. My wife and I took up tennis lessons in April, and it was immediately apparent that the running required to survive a lesson was almost beyond me. A good friend recommended the Couch-to-5K Running Plan. I thought this was a good plan, but [...]

Undefined index: action in /cake/dispatcher.php line 144

Monday, April 2nd, 2007

It took me almost an hour to figure out what was causing this error. Undefined index: action in /cake/dispatcher.php line 144 The problem turned out to be that one of the values in $property["Listing"] was returning a value which included a space. Something like this: “396 “. Since the requestAction method uses a URL to [...]

Select Element Z-index Ignored by IE 6 – Workaround

Wednesday, February 14th, 2007

IE 6 will continue to be a problem for web developers for a while longer. Statistics for this site show that even though IE 7 has been out for several months, 30% of my visitors still use IE6. IE 7 is climbing fast (currently at 22%), but still has a ways to go before IE [...]