johnrummell


Comments:

My version of the MessageBox control

posted by johnrummelljohnrummell(1321) 3 years, 10 months ago 0

Thanks =)

Reply

Web developers. You suck.

posted by johnrummelljohnrummell(1321) 3 years, 10 months ago 0

Agreed. You should also try browsing the web in Firefox with the Html Validator turned on ...

Reply

Updated version of Postback Ritalin - ASP.NET AJAX Server Control

posted by johnrummelljohnrummell(1321) 3 years, 10 months ago 0

Awesome control, but that's an old link. It's now at version 0.10 (as in ten). The latest post is here: http://encosia.com/2008/06/30/postback-ritalin-updated-v010/

Reply

Visual Studio 2008 Service Pack 1

posted by johnrummelljohnrummell(1321) 3 years, 9 months ago 0

Wow, I was expecting the description to come out much cleaner ... I'll try again here.

Microsoft Visual Studio 2008 Service Pack 1 (exe)
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en

Microsoft Visual Studio 2008 Service Pack 1 (iso)
http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en

Reply

Over 60 Free Controls from DevExpress

posted by johnrummelljohnrummell(1321) 3 years, 9 months ago 0

It's a trial license, that's the catch.

Reply

SQL Server 2008 Express with Management Tools

posted by johnrummelljohnrummell(1321) 3 years, 9 months ago 0

Beware, installing SSMS 2008 Express requires uninstalling SSMS 2005 Express.

Reply

Sending Email in a Development Environment without an SMTP Server

posted by johnrummelljohnrummell(1321) 3 years, 8 months ago 0

It worked for me ...

Reply

Developing PHP On Your Visual Studio 2008/2005

posted by johnrummelljohnrummell(1321) 3 years, 8 months ago 0

Another option is Phalanger (http://www.php-compiler.net/doku.php?id=core%3Astart). Its free and open source. I don't believe it supports intellisense, but it does compile php into MSIL.

Reply

Using Active Directory to authenticate users to your ASP.NET Web Site

posted by johnrummelljohnrummell(1321) 3 years, 6 months ago 0

A more appropriate title could be "Using the Active Directory Membership Provider". I wonder if this could be used along with windows authentication ...

Reply

How To Get Free Disk Space And Other WMI Stuff (.NET)

posted by johnrummelljohnrummell(1321) 3 years, 6 months ago 0

@redtetrahedron, ditto.

I made the mistake of visiting the article without ad block ... Holy blinking ads! I've never seen so many.

Reply

SubSonic to Acquire NHibernate

posted by johnrummelljohnrummell(1321) 3 years, 1 month ago 0

That's a good one! I love the skynet reference. Another great April 1 post was on the Daily WTF, http://thedailywtf.com/Articles/Weve-Gone-VC,-Baby!.aspx.

Reply

Firebug for IE,Safari,Chrome and Opera

posted by johnrummelljohnrummell(1321) 2 years, 7 months ago 0

You might want to provide a link to the Firebug Lite page: http://getfirebug.com/lite.html

Reply

Firebug for IE,Safari,Chrome and Opera

posted by johnrummelljohnrummell(1321) 2 years, 7 months ago 0

@yesthatmcgurk - I feel your pain. Firebug is awesome ... but only when it works!

Reply

Deserialize JSON string and bind to ASP.NET DropDownList

posted by johnrummelljohnrummell(1321) 1 year, 8 months ago 0

I'm not sure how this is helpful. The only instance I've used JSON with ASP.NET is when calling a .NET WebService from javascript, and the [ScriptService] attribute takes care of the serialization and deserialization for you.

Reply