By tag: web2
0
kicks
Configure a Torrent Client as a Windows Service on 2003 Server -Part 2
Part 2, of configuring a Torrent Client as a Windows Service.
Build your own Torrent Download Server.
0
kicks
Creating a Tag Cloud in C#
I wanted to add a TagCloud to GeekZilla. The first thing I did was look around the web for some examples (or free components). To my supprise none jumped out at me. So, I decided to write my own.
0
kicks
Launching ModalPopupExtender from JavaScript
Looking round the web there are some crazy ways people are trying to launch the ModalPopupExtender from JavaScript, the most common way being setting a timeout which calls the Click method of a hidden button.
Here's a more eligant way.