Sign In
Better, Stronger, Faster
Tales of a Bionic Dev
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Engineering
Process
Archive
Archives
April 2008
(2)
March 2008
(12)
January 2008
(1)
December 2007
(2)
MSDN Blogs
>
Better, Stronger, Faster
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Better, Stronger, Faster
Safari Caching Bug
Posted
over 4 years ago
by
joshzana
1
Comments
From: SmugBlog: Don MacAskill » Blog Archive » Nasty Bug: Safari doesn’t cache stuff. If your computer has less than 1GB of RAM, Safari fails to cache items larger than 104,857 bytes. If your computer has more than 1GB of RAM, Safari failes...
Better, Stronger, Faster
Windows Live Writer + Source Code?
Posted
over 4 years ago
by
joshzana
1
Comments
I've been struggling on every post to get source code to look good with my blog style. Today I found a decent solution as a live writer plugin: Insert Source Code Snippet . It still requires me to muck with the html a bit though. I may...
Better, Stronger, Faster
DataContractJsonSerializer - Json serialization built in to .Net 3.5
Posted
over 4 years ago
by
joshzana
0
Comments
if you are ever trying to generate javascript objects server side, you should take a look at DataContractJsonSerializer . We used to have this ugly aspx code to spew out a list Urls as a JSON array: thumbUrls = [<% if(this.ThumbnailUrls.Count >...
Better, Stronger, Faster
Finally found a good use for C# 3.0 Extension methods
Posted
over 4 years ago
by
joshzana
3
Comments
I think of Extension methods as mostly a hack introduced so that the LINQ team could implement all their cool features without touching the core .Net dlls. Here's a use of extension methods I can get behind though: www.leastprivilege.com - Extension Methods...
Better, Stronger, Faster
More testing of IE8 connection limits
Posted
over 4 years ago
by
joshzana
1
Comments
From: Ajax Performance » Testing IE8's Connection Parallelism It appears that IE8 will allow for a total of 18 maximum connections across different subdomains in a page load (over broadband). Good news for sites that use the multiple host name...
Better, Stronger, Faster
Code Reviews as a Learning Tool
Posted
over 4 years ago
by
joshzana
1
Comments
Caught a link to Moserware: What Does It Take To Become A Grandmaster Developer? and found the article quite illuminating. I'd like to think I'm a level 3 or 4 dev by his numbers. :-) There are lots of good tips and tidbits in that lengthy article;...
Better, Stronger, Faster
ASP.Net MVC Goes to Preview 2
Posted
over 4 years ago
by
joshzana
1
Comments
Phil from the MVC team posts some Thoughts on ASP.NET MVC Preview 2 and Beyond I've been following the ASP.Net MVC project from back when it was an internal-only project. I haven't had a chance to play with Preview 2 yet, but I hope to once...
Better, Stronger, Faster
Steve Souders measures IE 8 page load time improvements
Posted
over 4 years ago
by
joshzana
1
Comments
From: High Performance Web Sites :: IE8 speeds things up . Lots of attention has been focused on the JScript improvements in IE8, but Steve "YSlow" Souders has measured the improvements to page load time based on the new 6 connections per host...
Better, Stronger, Faster
Windows Live FolderShare ships!
Posted
over 4 years ago
by
joshzana
0
Comments
In addition to the site I mostly work on, Windows Live SkyDrive , I also worked on a completely new website for Windows Live FolderShare, a product I've been using for about two years now to keep in sync all the files I have on the five or so machines...
Better, Stronger, Faster
Going to the Velocity Conference
Posted
over 4 years ago
by
joshzana
2
Comments
I'll be attending the Velocity Conference ( Link ) this summer. The conference focuses on web performance and scalability, just like this blog :-) I'm particularly excited about the following speakers: Steve Souders, Google Eric Schurman, Live Search...
Better, Stronger, Faster
Want to stop Global Warming? Just follow 14 simple rules
Posted
over 4 years ago
by
joshzana
1
Comments
Steve Souders, author of the YSlow 14 rules for high performance websites did some back of the envelope calculations on the carbon footprint impact of not adhering to some of the rules. High Performance Web Sites :: How green is your web page? It's kind...
Better, Stronger, Faster
Watch Your Cookie Sizes
Posted
over 4 years ago
by
joshzana
1
Comments
If you read my last post, you may have noticed that we recently moved all SkyDrive static content to a CDN. The CDN we use is sourced at the shared.live.com subdomain, since it's maintained by part of the Windows Live organization. I was digging...
Better, Stronger, Faster
SkyDrive ships major performance improvements
Posted
over 4 years ago
by
joshzana
0
Comments
One of the reasons I've been a bit out of commission lately is all the hard work I put in to the latest SkyDrive release. Along with a few of the other developers, here are some of the things we accomplished in our "Milestone of Quality"...
Better, Stronger, Faster
IE8 Performance Improvements
Posted
over 4 years ago
by
joshzana
1
Comments
[I know I haven't posted in a while, but I'm still here. Let's give this blogging thing another try!) With all the news out of Mix today, one set of items I found interested was all the perf work that went in to IE8. From a few of the whitepapers...
Better, Stronger, Faster
HttpWatch - My favorite web performance tool
Posted
over 4 years ago
by
joshzana
1
Comments
My team has been using HttpWatch for a few months now to analyze the client side performance of SkyDrive . Previously, I had relied on some internal tools we use that are based on NetMon, as well as Fiddler and Firebug with the YSlow plugin. ...
Better, Stronger, Faster
Write a list and check it twice
Posted
over 5 years ago
by
joshzana
2
Comments
Over the weekend, I read a great article by one of my favorite New Yorker writers, Atul Gawande. The article (currently available here ) introduced me to a recent development in intensive care units: the checklist. A professor at Hopkins one day decided...
Better, Stronger, Faster
Introduction
Posted
over 5 years ago
by
joshzana
1
Comments
Hi there, and welcome to my brand-new blog. For a long time, I've thought about starting a developer-focused blog, but two things generally held me back. 1) I needed a good title, and 2) I needed a decent subject that I actually knew something...
Page 1 of 1 (17 items)