Untitled Document
Login :: Register :: Site RSS Feed      
Untitled-1
Blogs
Untitled-1
Archives
Untitled-1
Search...
Free Counter and Web Stats
Untitled-1
Programming (C#/.Net/etc)
Author: frijoles Created: 2/20/2007
I focus on Asp.Net and C#, but will blog about anything I think needs a new page. Which isn't much yet.

Remote Installer for the Auto-Ban FTP Script
By frijoles on 5/24/2007
Eric Greer has created a remote installer package for the FTP auto-banning script which I blogged about a few months ago.
Comments (1) More...

Creating an organization lookup sidebar gadget, part 2 of 2.
By frijoles on 3/23/2007
This article finishes off the previous article about hooking a Vista Sidebar Gadget up to a webservice to create an OrgChart gadget. In this article, you'll create a UserData class, fill it up, and then search on it, and return the result to the gadget.
Comments (0) More...

Creating an organization lookup sidebar gadget, part 1 of 2.
By frijoles on 3/14/2007
This is a step-by-step article that shows how to A) Create a webservice, B) Create a Window's Vista sidebar gadget, and C) hook the two together. It's fairly long, so I will break it in to two parts.
Comments (1) More...

Automatically banning an IP address in IIS FTP
By frijoles on 3/5/2007
IIS doesn't have any sort of ability to automatically ban an IP address for failed attempts at logging in. With zombie attacks, this would be some really handy functionality. This short article goes over how to use a VBS script (found via Google, link below) to achieve the ban we're after.
Comments (17) More...

C# DayOfWeek as numeric
By frijoles on 3/1/2007
This is very easy (just convert it to an int)... none the less, it took me a bit before I tried it. And for some weird reason, I couldn't find much help on Google.
Comments (3) More...

RaiseBubbleEvent
By frijoles on 2/19/2007
Using RaiseBubbleEvent on a child control to handle the events in the parent control.
Comments (1) More...

Simple Javascript Validation
By frijoles on 1/15/2007
I know, I know. There's hundreds, probably thousands, of articles about javascript validation. I thought I'd throw this one out there also. It allows the programmer to set up an input button to call a validation function, which then checks for a 'required' attribute on each element on the page.
Comments (2) More...

Copyright 2006 by mscorlib.com