Website Development
August 26, 2010
For the last month I have been working on a new Web Application for designing rooms. The application allows a user to select from a list of rooms. It is a control plug in for Sitefinity that uses Javascript, Jquery, ...
Full story
Comments (0)
C# Web Design Sitefinity
December 19, 2009
My latest project required the application to uncompress a bunch of gzip files. I decided to create a class to meet this requirement. Here is example of how to uncompress a gzip file.
01.
using System;
02.
using System.IO;
03....
C# GZip
April 22, 2009
The other day, I needed to rewrite an upload function for the backend of a custom content management system photo gallery. Instead of using the standard upload control, I decided to use Telerik Radupload for easy setup for web design ...
Comments (2)
C# Telerik CMS
April 08, 2009
Lately I have been looking at web site monitoring services and software around the web and decided why pay when I can create a windows application.
I choose to program this application in C#. So far the main elements of ...
C# Timer
Sitefinity ASP.NET CMS