Sign in
|
Join
|
Help
in
Current Tags
Matt Williamson’s Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Feedback
Contact Me
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Philadelphia to Chicago (778 miles) in Under 12 Hours
Introducing the American Academies of Sports Practitioners!
ASP.NET Site Hangs Forever When Accessing Database via LINQ to SQL
Finally Back Online!
The Camcorder AV Cable, Who Knew?!
Tags
.NET
1
2003
2005
2007
2008
3.0
3.5
360
64
7
7.0
ASP.NET
Asterisk
Backup
BlackBerry
Bunker Hollow
C#
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Disk
DNS
Domain
Drivers
Edge
Email
Error
Exchange
Extender
Favicon
FireFox
Firewall
Forum
FreePBX
FTP
GoDaddy
Hardware
Home
IE
IIS
JavaScript
Linksys
Machine
Media
Media Center
Membership
Motherboard
Mount
Network
Networking
Operating System
OS
Outlook
OWA
PBX
pfSense
Phone
Photoshop
Pictures
PowerShell
PPTP
RADIUS
RDP
Remote
Script
Security
Server
Settings
SMTP
Software
Spam
SQL
SSL
T61p
Thinkpad
TrixBox
TVersity
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
x64
Xbox
XML
XP
Archives
January 2009
(3)
December 2008
(6)
November 2008
(7)
October 2008
(16)
September 2008
(14)
August 2008
(12)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(11)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson’s Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
Code
(
RSS
)
2007
3.0
ASP.NET
Community Server
CS
CSS
HTML
Inbox
Notification
Private Message
Snippet
Free ASP.NET Tools
I just found a great resource and I wanted to preserve the link for future reference. I'll be downloading and testing the ASP.NET Membership Control tonight and I might try out the CAPTCHA some other time. http://peterkellner.net/download-manager...
Posted
Aug 04 2008, 06:10 PM
by
Matt Williamson
with | with
no comments
Filed under:
Code
,
ASP.NET
CSS Broken HyperLink Style Mystery Solved
CSS A:HOVER STYLE MUST BE LAST! Stuff like this just kills me. This is the sort of thing will someday cause someone a serious meltdown . If you're creating custom CSS classes with hyperlink styles like this: .MyLink a:link { color:Green; text-decoration...
Posted
Jul 12 2008, 07:12 PM
by
Matt Williamson
with | with
no comments
Filed under:
Code
,
CSS
HTML Re-Direct Code Snippet
I needed to re-direct users automatically to a virtual directory when they connected to the root so I saved the following HTML as index.htm and placed it in the root folder: <html> <head> <meta http-equiv="refresh" content="0;...
Posted
Nov 13 2007, 12:36 PM
by
Matt Williamson
with | with
no comments
Filed under:
Code
,
HTML
,
Snippet
CS2007 Private Message Inbox Notification
Community Server 3.0 code to notify users of new private messages in the inbox when they are logged in.
Posted
Nov 01 2007, 03:23 PM
by
Matt Williamson
with | with
no comments
Filed under:
2007
,
3.0
,
Community Server
,
CS
,
Private Message
,
Notification
,
Code
,
Inbox