ASP.NET 301 Redirect In Master Pages

18. June 2009

Today I was asked if we could set up a 301 Redirect for all non “www” request. For example if someone requested http://robbihun.com/page/about-me.aspx it would automatically do a 301 (permanent) redirect to http://www.robbihun.com/page/about-me.aspx thus making all existing links (and SEO links) work without issue.

More...

ASP.NET, General ,

Manipulating POST Data with Fiddler

8. June 2009

I like it when a new programming challenge crosses my mind. This is something i've never done before and it was a fun, quick challenge.

It all started with a simple twitter post that said 

So who's writing the scipt to automatically put 
#squarespace into every tweet for the next 30 days?

More...

General , , , ,

JQuery Validation with ASP.NET MasterPages

19. May 2009

I love using the jquery validation plugin in my .NET projects; however, there are some things to keep in mind when using it – especially when used in conjunction with master pages.

More...

ASP.NET, jQuery, General , ,

My favorite JQuery Plugins to use with ASP.NET

19. May 2009

If  you ran across this, you are probably familiar with JQuery and are more than likely a Microsoft .NET Developer. Below you will find some of my favorite and most useful plugins that are easy to use / implement in an ASP.NET site. Note these plugins are not designed specifically for use with .NET they are just the ones I find extremely useful.

Please leave any comments 0n jquery plugins that you find useful!

More...

ASP.NET ,

Manipulating and Saving Images Locally from a Remote Server

15. April 2009

It has come up a few times. Say you want to be able to allow someone to edit content using a rich text editor and allow them to upload images. Well, often you will find that they are linking images from other servers and the images are not formatted or sized appropriately for your application.

More...

.NET 2.0, .NET 3.5, ASP.NET ,

ASP.NET and JQuery Comment Submission Form

9. April 2009

This post (long overdue) is to build off of my last one. I will show you a very simple, high level overview of how to create a comment form in ASP.NET and post comments asynchronously with JQuery.

More...

AJAX, jQuery, ASP.NET, .NET 3.5 , ,

An Introduction to jQuery and .NET Web Services

24. October 2008

Since I finally have a few minutes to write a blog post, I'm going to post on something I've been playing with quite a bit lately. AJAX(ified) content using ASP.NET Web Services and jQuery. If you haven't already, you will need to add jquery to the head section of your page.

More...

AJAX, ASP.NET , ,