Sexier URL' s with subdomains under IIS 7.
by RyanT
31. December 2008 09:27
The Problem
Developing web applications on a local machine under IIS means that the majority of the time we use the typical localhost/{appname} convention. There are times when this is less than satisfactory to fit in with your URL pattern and sometimes when it just looks plain crap. The adv... [More]
Currently rated 3.0 by 2 people
- Currently 3/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: asp.net, iis 7
ASP.NET | IIS 7
BlogCumulus.NET - A flash based tag cloud extension for BlogEngine.NET
by RyanT
11. November 2008 04:29
Last week I came across a tag cloud implementation on Damien du Toit's blog that I had never seen before. The tag cloud itself is a wordpress plugin that was created by Roy Tanck. Now my first thoughts were that the flash based implementation was an excuse to add something aesthetically appeal... [More]
Currently rated 5.0 by 5 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: asp.net, custom controls, blogengine.net, extensions, blogcumulus.net
ASP.NET | BlogEngine.NET | Custom Controls | Flash
A jQuery TwitterTicker Plugin
by RyanT
8. November 2008 15:11
jQuery has made client-side development with Javascript much less painful. Function chaining in particular saves a great deal of time by allowing multiple operations to be chained together. But the most exciting feature for any developer has to be the extensible plugin construct. Having looked aro... [More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: custom controls, jquery
Custom Controls | jQuery
Creating a custom ASP.NET RadioButtonList with images.
by RyanT
23. October 2008 15:00
The standard RadioButtonList control that ships with ASP.NET has a minor flaw (in my opinion) in that it doesn't allow the developer to do anything else but add text to each radio button list item. This is essentially down to the fact that the RadioButtonList control, along with the
CheckB... [More]
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: asp.net, custom controls
ASP.NET | Custom Controls