Seems like every site I work on, I find myself always forgetting the property names on the PageData object that are not strongly typed.  So I decided to write an Enum that will help in the process.  If i forgot any, please let me know.

Since I started developing in EPiServer, I have always found how nicely written their framework is.  One thing i have noticed though, is the fact that you really can't hook into their "Create New", "Delete Page" pages.  I have also had an issue that there is not a way to group PageTypes in the admin mode or Create new screen.

I have had a bout load of requests from people wondering where the modules are for Insite Creation that i have developed over the years.  Below you will find a link to a zip that that contains all my modules.

Eirk Nodin wrote a wonderful plugin that displays mismatches between Page Type Builder and EPiServer.  While working on a project, a project that hade more the 30 pagetypes and hundreds of properties for these pagetypes.  It became quite tedious to delete mismatched properties one-by-one.  So to make this process alittle more simplistic, i added a checkbox and a button to the plugin to delete multiple mismatches at once.

Well, I have just completed my Hp Media Smart Window Home Server Upgrade.  It was quite a fun little project.  I learned alot in the process in which I had to go online to find some documentation in regards to upgrading my memory for the server.  I have had the server for about 3 years now with the standard 500GB HDD and 512 MB RAM.  It was sufficant for what I needed it for but now that I am working for a company (Blend Interactive) and learning new technologies every day, I decided to use the home server as a testing server.  With the capabilities that i has, i can harness all the .net technologies as well as sql server and everything else.  I also use WHS(Windows Home Server) very religiously for my computer backups.  I am handling about 68 GB worth of backups.

So after spending some time here and there purusing the  internet  for a way to get my "Show Desktop" icon back into my  quicklaunch bar in  Windows 7. I finally stumbled upon a short snippet  of code that allow  you to show the icon in your quicklaunch bar in  Windows 7.

Here is the fix for the activation error you might recieve when installing Microsoft Flight Simulator X w/ Acceleration Pak.

JF SQL Profiler is a custom application that will save me time and by time i mean LOTS of time.  What it essentially does it grabs all the information based on the scheme of a database stored in MSSQL.  It is setup to handle SQL 2000, 2005, and 2008.  Since i am an asp.net developer, i was spending alot of time writing the same object classes and methods such as update, create, delete, select in my object based on the table schema.

Back in the classic ASP days, I had developed an events calendar for a company to allow there customer to view what was happening with them through out the months.  Since then, asp.net 1.1 and 2.0 came out allowing developing an asp.net events calendar a lot easier then back in the classic days. 
So a while back, I decided to develop one in asp.net 2.0 and AJAX to use for my personal and professional use.