Three Cheese Alfredo Sauce

I made some Alfredo Sauce one night and liked it so much that I thought I’d make it again the next night. I also figured that I’d take some pictures and post the actual reciepe to make it. So here we go…...

Removed Flickr Badge

I used to have the Flickr Badge on the right hand sidebar, but it seemed to be slowing down the blog (I’d frequently see my browser “Waiting for www.flickr.com…”). It’s gone now, we’ll see if performance improves....

ADAL v.03

Removed VB syntax highlighting until we develop our own. Identifies tables with auto-increment fields and alters the insert to not attempt to insert into that field (would generate a SQL error). The DAL class also sets the ID property of the item passed in to the new auto-incremented value....

No More Spam & a New CMS

Spamalot I just downloaded and installed Akismet so hopefully I won’t have to deal with spam any more. We’ll see. CMS Search I also checked out some CMS packages yesterday and think the one that looks the best so far is CMS Made Simple It has a nice simple...

Damn I’m Bored

Here’s a neat little site that shows short video clips of Linux distrobutions…if you like that shitty Linux OS: http://linclips.crocusplains.com/...

Oh Yeah, there’s more

I forgot, there’s more stuff I need to do: Get a CVS source control solution that works with Visual Studio I believe this will consist of either a local cvs server, or sourceforge projects (and their cvs server). Hopefully I’ll get something like http://www.jalindi.com/igloo/ to work so I can...

Bowling Rocks!

I went bowling last night for the first time in…15 years?…my first game really sucked, I even had a couple gutter balls, but my second game was really good.  I had a few strikes, and one set of three strikes in a row.  Don’t tell anyone, but I’m pretty...

ADAL v0.2

ADAL v0.2 ADAL (Auto Data Access Layer) is a utility to generate the stored procedures and .NET classes needed to get up and running with a basic Data Access Layer. License Currently ADAL may be used for free by: Students Government Agencies Educational Institutions ADAL may not be used:...

Mage – a .NET Image Gallery

This is a call for features….what are the critical / nice to haves for an online image gallery?   Š...

Creating Custom Collections and Binding Them

I thought this was too cool so I decided to post an example on it.  First Create A Class We need to create a class the items of which we will add to our custom collection.  This one’s pretty simple, it’s a car: ‘  Quick class to give us some...