Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Chris Newman › Comments

Chris Newman
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
Chris Newman
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
Chris Newman
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
Chris Newman
ASP.NET 2.0: Use VB.NET and C# within the App_Code folder - http://pietschsoft.com/post...
<codeSubDirectories><add directoryName="VB_Code"/><add directoryName="CS_Code"/></codeSubDirectories> - Chris Newman
Chris Newman
Easily correct data casing with SQL Server | Servers and Storage | TechRepublic.com - http://blogs.techrepublic.com.com/datacen...
dbo.udf_CorrectCasing(Address) - Chris Newman
Chris Newman
Ping.fm / Update all of your social networks at once! - http://ping.fm/
Ping.fm is a simple service that allows you to post to multiple social networks with a single message. - Chris Newman
Chris Newman
BP shuts pipeline on fears over Georgia Attacks!! Not Good@! - http://digg.com/world_n...
"Think that will stop them from hiking up the price by at least 10%?" - Chris Newman
Chris Newman
Twitturly - Real-time Link Tracking on Twitter - http://twitturly.com/
Twitturly is a service for tracking what URLs people are talking about as they talk about them on Twitter. - Chris Newman
Chris Newman
Twitturly - Real-time Link Tracking on Twitter - http://twitturly.com/
Twitturly is a service for tracking what URLs people are talking about as they talk about them on Twitter. - Chris Newman
Chris Newman
Chris Newman - Web Design – From Mock to HTML - http://www.phase9studios.com/2008...
Chris Newman - Web Design – From Mock to HTML
Screen shots showing the process of turning a Mock into an HTML layout. - Chris Newman
Chris Newman
Chris Newman - Web Design – From Mock to HTML - http://www.stumbleupon.com/demo...
Chris Newman - Web Design – From Mock to HTML
Screen shots showing the process of turning a Mock into an HTML layout. - Chris Newman
Chris Newman
What Does It Mean To Be A Conservative (Pic) - http://digg.com/2008_us...
Chris Newman
Adding OpenID to your web site in conjunction with ASP.NET Membership - Digging My Blog - Dan Hounshell - http://danhounshell.com/blogs...
Dan Hounshell's thoughts on ASP.NET, web development, the internet, technology and the world in general. - Chris Newman
Chris Newman
The 24 Best PS3 Games You Should Own - http://digg.com/playsta...
"25 is odd buddy." - Chris Newman
Chris Newman
Firefox 3 exceeds a million downloads - http://digg.com/softwar...
"I tried to switch to Opera. I loved everything about it until I tried to subscribe to a RSS feed by clicking on the RSS icon next to the URL. I do not want to use its integrated RSS reader, I want to be able to easily add it to Google Reader like FireFox allows me to do." - Chris Newman
Chris Newman
Bradford Sherrill - Starting an online venture - http://www.bradfordsherrill.com/blog...
Interesting article about Starting an online venture. - Chris Newman
Chris Newman
Bradford Sherrill - Starting an online venture - http://www.stumbleupon.com/demo...
Bradford Sherrill - Starting an online venture
Interesting article about Starting an online venture. - Chris Newman
Chris Newman
Chris Newman - ASP.NET Flash Remoting - http://www.phase9studios.com/2008...
Article about WebOrb, a free Flash/Flex Remoting Solution by the Midnight Coders for ASP.NET, Java, PHP and Ruby On Rails - Chris Newman
Chris Newman
Next Dodge Viper killed by Chrysler, 2011 to be last model - http://digg.com/autos...
"GTS... I think you need to look at the ACR More power, less weight and better handling." - Chris Newman
Chris Newman
PHP versus ASP.net - a Straightforward Comparison - http://digg.com/program...
"hehe ah man.... Those guys have no right to complain about a site under development." - Chris Newman
Chris Newman
PHP versus ASP.net - a Straightforward Comparison - http://digg.com/program...
"Why are you putting unfinished and untested files on a production site?" - Chris Newman
Chris Newman
PHP versus ASP.net - a Straightforward Comparison - http://digg.com/program...
"and what is wrong with IIS?" - Chris Newman
Chris Newman
Facebook Apps On Any Website: Clever Move - http://digg.com/softwar...
"Chuck Norris" - Chris Newman
Chris Newman
App unlocking the Juno - MoDaCo - http://www.modaco.com/content...
App unlocking the Juno - Chris Newman
Chris Newman
App unlocking the Juno - MoDaCo - http://www.modaco.com/content...
App unlocking the Juno - Chris Newman
Chris Newman
Paul's must have FREE Juno software! - MoDaCo - http://www.modaco.com/content...
Paul's must have FREE Juno software! - Chris Newman
Chris Newman
Paul's must have FREE Juno software! - MoDaCo - http://www.modaco.com/content...
Paul's must have FREE Juno software! - Chris Newman
Chris Newman
The Baker's Dozen: 13 Comparisons Between Crystal Reports and SQL Server Reporting Services - http://www.devx.com/codemag...
Explore how the rich reporting functionality in Crystal Reports XI and SQL Server Reporting Services 2005 works with common reporting requirements. - Chris Newman
Chris Newman
The Baker's Dozen: 13 Comparisons Between Crystal Reports and SQL Server Reporting Services - http://www.devx.com/codemag...
Explore how the rich reporting functionality in Crystal Reports XI and SQL Server Reporting Services 2005 works with common reporting requirements. - Chris Newman
Chris Newman
Download of the Day: DemocraKey "computer condom" (Windows) - http://lifehacker.com/softwar...
Windows only The DemocraKey portable applications package turns your iPod or USB drive into a pluggable portable desktop Once you - Chris Newman
Other ways to read this feed:Feed readerFacebook