February 2008 - Posts

2
Comments

Books, Software for Sale by Jason N. Gaylord

I'm in the process of doing some early spring cleaning and I'm really cleaning out my closets. I've got lots of books and software I'm going to begin listing on Amazon ( http://www.amazon.com/gp/shops/index.html?ie=UTF8&sellerID=A3HIQ7PK69ITYM ) and...
Filed under: ,
3
Comments

Enumerating JavaScript Object Properties by Jason N. Gaylord

I am building a few controls that use client-side script for reuse in the one web app I'm working on. I needed a way to enumerate the property names and values of an object in JavaScript so I knew which properties I had access to. Here's a JavaScript...
Filed under: ,
0
Comments

Want an Enjoyable Programming Position? by Jason N. Gaylord

United One Resources, a Wilkes-Barre based corporation, is looking for a Senior Application Developer or Application Architect to help fill a newly created position on the team. The position is reserved for a .NET developer looking to use the latest technologies...
31
Comments

GoDaddy Denies My Using ASP.NET 3.5 Extensions by Jason N. Gaylord

I have a domain that I was going to use for a little while as I attempt to sell my home. I registered it with GoDaddy knowing they have .NET support. However, I should have read a little futher into the shared hosting specs. Apparently, GoDaddy only supports...
6
Comments

Best Practice? - Google Redirects 404s by Jason N. Gaylord

I just read a post a little while ago about the Google Toolbar (beta) redirecting web visitors away from your custom 404 and to a Google 404 page . Besides the issues mentioned on Seoker.com, I'd have a problem as a business owner. This would mean that...
3
Comments

How To: Validate HTML Email Content For Outlook 2007 by Jason N. Gaylord

Quite often, we send out automated emails from our .NET applications. Usually they are for our own internal users, but from time to time, they are for external users. Outlook 2007 and Word 2007 revamped the HTML Email rendering. They now use the Word...
More Posts