Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
76d85e95-75bc-404f-b284-82ccb32ba767.jpg - http://picasaweb.google.com/chazcro...
76d85e95-75bc-404f-b284-82ccb32ba767.jpg
ASP.NET MVC on IIS 6 Walkthrough - http://haacked.com/archive...
Lifehacker - Get Vista's Best Features in XP - Downloads - http://lifehacker.com/389735...
dc6a818f-42a0-4a62-b9ea-9adb98e40b87.jpg - http://picasaweb.google.com/chazcro...
dc6a818f-42a0-4a62-b9ea-9adb98e40b87.jpg
Understanding WS-Policy Part II: Operator Composition Rules and Attachments - http://www.dzone.com/links...
10 Useful Web Application Interface Techniques | How-To | Smashing Magazine - http://www.smashingmagazine.com/2009...
9 Common Usability Mistakes In Web Design | How-To | Smashing Magazine - http://www.smashingmagazine.com/2009...
10 Principles Of Effective Web Design | How-To | Smashing Magazine - http://www.smashingmagazine.com/2008...
7 More Useful Tips To Help Your Site Convert | How-To | Smashing Magazine - http://www.smashingmagazine.com/2009...
Consuming web service with ASP.NET AJAX - CodeSmith Community - http://community.codesmithtools.com/forums...
<% if ( IncludeAtlasLibrary ) { %> <Reference Include="System.Web.Extensions"> <SpecificVersion>False</SpecificVersion> <HintPath><%= LibraryPath %>\System.Web.Extensions.dll</HintPath> </Reference> <% } %> - Chris Newman
SharePoint - topwebsites - http://www.wssdemo.com/Pages...
ooma: Free home phone service. Call anywhere in the US with no monthly fees. - http://www.ooma.com/
My site and Google - Webmasters/Site owners Help - http://www.google.com/support...
Vixiom Axioms » ActionScript 2.0 Flash Remoting with Flash CS3 - http://blog.vixiom.com/2007...
20 Most interesting jQuery Plugins - February 2009 | AjaxLine - http://www.ajaxline.com/20-most...
Encrypting Connection String with ClickOnce Deployment : ClickOnce and Setup & Deployment Projects : Windows Forms : MSDN Forums - http://social.msdn.microsoft.com/Forums...
sp_change_users_login (Transact-SQL) - http://msdn.microsoft.com/en-us...
CodeProject: Ultimate .NET Credit Card Utility Class. Free source code and programming help - http://www.codeproject.com/KB...
Using the Profile Provider in ASP.Net 2.0 - VBForums - http://www.vbforums.com/showthr...
ProfileCommon p = this.Profile.GetProfile(this.User.Identity.Name); - Chris Newman
ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources - ScottGu's Blog - http://weblogs.asp.net/scottgu...
Enabling Gzip and Deflate HTTP Compression in ASP.NET pages - http://www.stardeveloper.com/article...
void Application_PreRequestHandlerExecute(object sender, EventArgs e) { HttpApplication app = sender as HttpApplication; string acceptEncoding = app.Request.Headers["Accept-Encoding"]; Stream prevUncompressedStream = app.Response.Filter; if (!(app.Context.CurrentHandler is Page) || app.Request["HTTP_X_MICROSOFTAJAX"] != null) return; if (acceptEncoding == null || acceptEncoding.Length == 0) return; acceptEncoding = acceptEncoding.ToLower(); if (acceptEncoding.Contains("deflate") || acceptEncoding == "*") { // defalte app.Response.Filter = new DeflateStream(prevUncompressedStream, CompressionMode.Compress); app.Response.AppendHeader("Content-Encoding", "deflate"); } else if (acceptEncoding.Contains("gzip")) { // gzip app.Response.Filter = new GZipStream(prevUncompressedStream, CompressionMode.Compress); app.Response.AppendHeader("Content-Encoding", "gzip"); } } - Chris Newman
Other ways to read this feed:Feed readerFacebook