Blog posts page 12 of 44

MobileMe up and down at me.com

  • đź“…
  • đź“ť 238
  • đź•™ 2
  • 📦 Apple
  • đź’¬ 4

MobileMeMe.com was up, briefly, just long enough for me to grab my usual handle and get the confirmation message in fact.

I did get a brief glimpse of the UI complete with a Finder-like view of various folders once I clicked past a warning about Internet Explorer 7 not being supported. Seconds later things stopped responding and then the original placeholder was back.

From the vaults of Twitter

I don’t normally republish my Tweets but are my highlights.

damienguard:
Methods returning “this” is a hack for fluency. Let’s get “..” added to the C# compiler to operate on previous object. a.This()..That()

AnkhSVN 2.0 – free Subversion integration with Visual Studio

The guys over on the AnkhSVN team have acquired new members and burnt the midnight oil to deliver a great 2.0 release with:

Despite all these great features it’s absolutely freeabsolutely free and still works with older versions of Subversion and both Visual Studio 2005 and 2008.

What I would like to see in Snow Leopard

  • đź“…
  • đź“ť 327
  • đź•™ 2
  • 📦 Apple
  • đź’¬ 2

The word is out that Snow Leopard will be about trimming down Leopard — likely Apple’s effort to switch to lower-capacity solid-storage such as found in the MacBook Air and perhaps future iPhones and maybe a tablet.

Mac OS X binaries have always been on the large size containing as they do multiple human languages and processor code (PPC, X86, X64) and it will be good that you don’t need to keep running TrimTheFat or XSlimmer to get them down.

DamienG.com rises from the ashes (and how to flush your DNS on Windows and Mac)

  • đź“…
  • đź“ť 122
  • đź•™ 1
  • 📦 Internet
  • đź’¬ 2

On Saturday an explosion at ISP ThePlanet took this site offline and it remained like that for 48 hours whilst power and structure were restored to the 4,000+ affected servers.

It’s unfortunate it happened when the site got some DotNetKicks and StumbleUpon love for Envy Code R but at least this isn’t a commercial venture losing money to such an incident — if it was I’d have a warm standby somewhere else — something many of ThePlanet’s commercial customers didn’t.

Envy Code R preview #7 (scalable coding font)

It’s been a struggle but finally after countless hours here it is, the next release of my Envy Code R monospaced (fixed-width) font designed for programmers.

Many glyphs have been redrawn since preview 6 including braces, lower-case yy, 66 & 99, ampersand, dollar-sign, hash etc. One pixel was removed vertically height to make the box drawing balanced and allow more lines per screen.

May 2008 checkpoint

I am now settled into my new, albeit temporary, apartment here in Vancouver, BC working for Microsoft!

For those who haven’t been following my blog long I took a job at Microsoft Canada Development Center as a developer on LINQ to SQL. It turns out my H-1B Visa has been approved and I will be moving down to Redmond in October.

Localizing MVC for ASP.NET views and master pages

Microsoft’s MVC for ASP.NET is still under serious development but at the moment support for localization is a little weak. Here’s one approach that works with the 04/16 source-drop.

This class helps by trying to identify language-specific versions of views, user controls and master-pages where they exist, falling back to the generic one where necessary.