Sign in
|
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
Contact Me
Social Tools
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
iPhone 3GS Update 3.1.3 App Problems
Getting Started with Ubuntu 9.10 on a Thinkpad T61p
Ubuntu 9.10 Set Grub Default Boot OS
Windows Multi-Monitor Background Wallpaper Problem
Brother MFC-7840W All-In-One Laser Printer Review
Tags
.NET
2007
3.0
350Z
360
7
ASP.NET
Asterisk
Backup
BlackBerry
Boot
BSOD
Bunker Hollow
C
C#
Car
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Design
Desktop
Development
Disk
DNS
Domain
Edge
Email
Error
Exchange
FireFox
Firewall
GoDaddy
Hardware
Home
Hosting
IE
IIS
iPhone
ISP
Issues
JavaScript
Lenovo
Linksys
Linux
Machine
Media
Media Center
Microsoft
Network
Networking
OS
pfSense
PowerShell
Problems
RADIUS
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
Share
Sharp
SMTP
Software
Source
SP1
Spam
SQL
SSL
T61p
Terminal Services
Thinkpad
TrixBox
TS
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
Xbox
XML
XP
Archives
March 2010
(1)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
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
»
ASP.NET
(
RSS
)
.NET
3.5
7
8
AASP
C
C#
Code
Config
Cross Browser
CSS
Error
Explorer
FireFox
Forum
GoDaddy
Hosting
IE
IE8
IIS
Internet
JavaScript
LINQ
Membership
Microsoft
Open
RegEx
Regular Expressions
Server
Sharp
SMTP
Software
Source
SQL
Studio
SVN
Visual
Windows
YAF
YetAnotherForum
IE8 Renders ASP.NET Menu Control Incorrectly
I saw this issue coming a few months ago when testing my application from my Windows 7 Beta build, my ASP.NET drop down menus were broken! They appeared all white and nothing was clickable, as shown below: IE7, Firefox 3, Opera, Safari, etc all render...
Posted
Mar 27 2009, 11:32 AM
by
Matt Williamson
with | with
no comments
Filed under:
Error
,
Software
,
Internet
,
ASP.NET
,
Microsoft
,
IE8
,
8
,
Explorer
ReCAPTCHA Won't Work on GoDaddy Sites
I created the simplest of web applications and after testing it out locally, I purchased some GoDaddy hosting and published the site. It's a simple contact form that sends me an email after you've validated the CAPTCHA, in this case the ever popular...
Posted
Feb 06 2009, 02:39 PM
by
Matt Williamson
with | with
3 comment(s)
Filed under:
Software
,
ASP.NET
,
Hosting
Introducing the American Academies of Sports Practitioners!
It's been 9 months in the making and the American Academies of Sports Practitioners (AASP) is finally live! I was given the logo you see above and I built the entire site around it, mostly from scratch. I implemented a forum system using YetAnotherForum...
Posted
Jan 04 2009, 03:57 PM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Software
,
SQL
,
ASP.NET
,
Hosting
,
LINQ
,
AASP
ASP.NET Site Hangs Forever When Accessing Database via LINQ to SQL
I finally published a project of mine to some hosting I purchased from DiscountASP.NET. I'm very pleased with their service and minus the inability to contact them by phone, I prefer them over GoDaddy. So after purchasing all the Add-Ons I needed...
Posted
Jan 04 2009, 02:41 PM
by
Matt Williamson
with | with
no comments
Filed under:
Software
,
SQL
,
ASP.NET
,
Hosting
,
LINQ
Working with YAF Source Code from SVN Repository
I've been working with YetAnotherForum for a while now. It's an open-source .NET forum control written in C#, and it's great software. I've made some contributions here and there with a smiley pak , an avatar collection , and helping others...
Posted
Dec 06 2008, 10:03 AM
by
Matt Williamson
with | with
5 comment(s)
Filed under:
Software
,
SQL
,
Visual
,
ASP.NET
,
Forum
,
YAF
,
SVN
,
Source
,
Studio
,
Open
ASP.NET Horizontal Menu Items Won't Center in FireFox
This took entirely too long to figure out. Hopefully this will help someone else fix it more quickly. If you have a horizontal ASP.NET menu where all of the buttons are centered and looking great in IE, but will remain left-aligned in FireFox no matter...
Posted
Nov 17 2008, 02:14 PM
by
Matt Williamson
with | with
7 comment(s)
Filed under:
IE
,
Software
,
FireFox
,
CSS
,
ASP.NET
,
Cross Browser
Integrate YetAnotherForum With Your .NET Site From Source
For those who haven't heard of YetAnotherForum , it's an open-source webcontrol that gives you all of the functionality you would expect in a modern forum. Since it's a webcontrol, you can use it as a stand-alone site or you can incorporate...
Posted
Oct 27 2008, 08:20 AM
by
Matt Williamson
with | with
15 comment(s)
Filed under:
Software
,
ASP.NET
,
3.5
,
.NET
,
Forum
,
YetAnotherForum
,
YAF
ASP.NET Menu Control Problem in Safari and Chrome
The ASP.NET Menu controls in my application display correctly in all browsers but Apple's Safari and Google's Chrome. After researching the problem this afternoon, I'm documenting the fix I used. ASP.NET Menu Control Renders Correctly in IE...
Posted
Oct 04 2008, 03:25 PM
by
Matt Williamson
with | with
17 comment(s)
Filed under:
Error
,
ASP.NET
,
Cross Browser
ASP.NET Disable Submit Button OnClick
Add the following line on Page_Load. This will disable btnSubmit , change the text of the button, and then continue on with the server side btnSubmit_OnClick event handler. btnSubmit .Attributes.Add("onclick", "this.value=\"Processing...
Posted
Oct 03 2008, 04:05 AM
by
Matt Williamson
with | with
7 comment(s)
Filed under:
ASP.NET
,
C#
,
C
,
Sharp
ASP.NET GridView DetailView No Row Selected Error
A gridview and a detailview control paired up make a great way to browse data. Select a row from the gridview and the details appear in the detail view control. If you are experiencing this error... " Operator '==' incompatible with operand...
Posted
Sep 14 2008, 08:36 PM
by
Matt Williamson
with | with
no comments
Filed under:
Error
,
ASP.NET
ASP.NET Membership ValidateUser Always Returns False
I was creating a page where a user must enter his password before accessing sensitive account information. The first couple passes everything was running smoothly, but after testing for a few minutes ValidateUser would fail every time. Since I was testing...
Posted
Aug 30 2008, 01:08 PM
by
Matt Williamson
with | with
no comments
Filed under:
Software
,
ASP.NET
,
C#
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
ASP.NET Change Hashed Password
This is a really simple thing, but I actually had to look it up. After a few minutes of playing around with various GetPassword(), ChangePassword() and EnablePasswordRetrieval settings, I gave up and found the answer online. MembershipUser user = Membership...
Posted
Jul 23 2008, 09:42 AM
by
Matt Williamson
with | with
no comments
Filed under:
Membership
,
ASP.NET
Publish a .NET 3.5 Website to Windows Server 2008 IIS 7
Install the Web Server Role In Role Services, select ASP.NET and continue. Install the .NET 3.5 Framework On your webserver, install the .NET 3.5 framework . Publish Your Application In Visual Studio, publish your web project to a local folder, like on...
Posted
Jun 18 2008, 07:42 PM
by
Matt Williamson
with | with
no comments
Filed under:
7
,
Server
,
Windows
,
IIS
,
Software
,
SQL
,
ASP.NET
,
3.5
,
.NET
ASP.NET Execute JavaScript on Page Load
To link to an external Test.js file: <script src="/_Scripts/Test.js" type="text/javascript" language="javascript"></script> Or to insert the script right into that page: <script type="text/javascript"...
Posted
Jun 15 2008, 01:42 PM
by
Matt Williamson
with | with
no comments
Filed under:
JavaScript
,
ASP.NET
More Posts
Next page »