Chris Eargle

Life Student of the Kodefu Arts

Vista UX Guidelines in PDF

by chris 25. October 2007 05:00

Microsoft has released the Vista UX Guidelines in pdf format, for those of you that want it on the go (or want an easy way to print it). 

The big question I have is... why not xps? Is Microsoft's own format not good enough for them?

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

ux, vista

Techniques

E-mail | Kick it! | DZone it! | del.icio.us
Permalink | Comments (0) | Post RSSRSS comment feed

SyncToy 2.0 Beta

by chris 24. October 2007 12:57

Microsoft has made improvements on SyncToy and released the beta for public consumption. Like the name suggests, SyncToy lets you keep your files syncronized between folders and computers.

Here are the new features for the 2.0 beta release:

  • Dynamic Drive Letter Assignment: Drive letter reassignment will now be detected and updated in the folder pair definition.
  • True Folder Sync: Folder creates, renames and deletes are now synchronized for all SyncToy actions.
  • Exclusion Filtering Based on Name: File exclusion based on name with exact or fuzzy matching.
  • Filtering Based on File Attributes: The ability to exclude files based on one or more file attributes (Read-Only, System, Hidden).
  • Unattended Folder Pair Execution: Addressed issues related to running scheduled folder pairs while logged off.
  • Folder Pairs With Shared Endpoints: Ability for folder pairs associated with the same or different instances of SyncToy to share end-points.
  • Command line enhancements: Added the ability to manage folder pairs via the command line interface.
  • The SyncToy engine has been rearchitected to provide scalability and the ability to add significant enhancements in future releases.
  • Sync engine is also more robust insomuch that many single, file level errors are skipped without affecting the entire sync operation.
  • Sync Encrypted Files: Sync of Encrypted files works when local folder and files are encrypted, which addresses the common scenario involving sync between local, encrypted laptop PC folder and remote, unencrypted desktop PC folder.
  • 64-Bit compatibility
  • Folder pair rename
  • Sub-folder Exclusion Enhancements: Descendents creates under excluded sub-folders are automatically excluded.
  • Folder Pair Metadata Moved: Folder pair metadata removed from MyDocuments to resolve any issues with server-based folder pair re-direction setup.
  • Removed combine and subscribe actions.
  • Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    download, powertoy

    Weapons

    E-mail | Kick it! | DZone it! | del.icio.us
    Permalink | Comments (0) | Post RSSRSS comment feed

    Presentation at SC Code Camp

    by chris 12. October 2007 10:19

    I will be presenting on Continuous Integration & MSBuild at the SC Code Camp. This will be the first time I've presented at a Code Camp. In fact, it will be the second time I've done a technical presentation. The first was the past Tuesday in Florence. This has been quite a big step for me.

    The odd thing is that I'm in the "Smart Client" track. I guess they ran out of room in  "Tools and Framework." My presentation will be during Session 5, 2:35 - 3:40. If you make it, be sure to say hi.

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    continuous integration, msbuild, code camp

    Presentation

    E-mail | Kick it! | DZone it! | del.icio.us
    Permalink | Comments (0) | Post RSSRSS comment feed

    Better Font for VS2005

    by chris 4. October 2007 10:23

    If you're running Visual Studio 2005 on Windows XP, you probably aren't too satisfied with the default font. Courier New isn't exactly the easiest font on the eyes. However, options are limited due to the need for mono-spacing.

    Microsoft made up for this by distributing Consolas with Vista, so I recommend switching to it. If you're on XP, you have a little bit of work to do.

    First, make sure your ClearType font-smoothing is turned on. You can use the ClearType tuner here. Then, download and run Consolas Font Pack for Microsoft Visual Studio 2005.

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    visual studio, consolas, font

    Kodefu

    E-mail | Kick it! | DZone it! | del.icio.us
    Permalink | Comments (0) | Post RSSRSS comment feed

    Usability Nightmares

    by chris 2. October 2007 14:29

    Smashing Magazine has a great article called 10 Usability Nightmares You Should Be Aware Of.

    The author goes over ten design faux pas you should avoid when designing your website. Many of them are horrible, yet I know I come across them all the time.

    1. Hidden log-in link.
    2. Pop-ups for content presentation.
    3. Dragging instead of vertical navigation.
    4. Invisible links.
    5. Visual noise.
    6. Dead end.
    7. Content blocks layering upon each other.
    8. Dynamic navigation.
    9. Drop-Down Menus.
    10. Blinking images.

    There is a list of things you should do at the end of the article:

    1. You don’t use pop-ups.
    2. You don’t change users’ window size.
    3. You don’t use too small font sizes.
    4. You don’t have unclear link text.
    5. You don’t have dead links.
    6. You have at most one animation per page.
    7. You make it easy to contact you.
    8. Your links open in the same window.

    I disagree with the last one. I think it is perfectly okay to open external links in a new window, although I would agree with that point for internal links. In the era of tabbed browsing, using new windows (tabs) for external links makes it easier for users to return to the site at the point they were reading.

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    web, usability, design

    Kodefu

    E-mail | Kick it! | DZone it! | del.icio.us
    Permalink | Comments (0) | Post RSSRSS comment feed

    LINQPad Beta

    by chris 1. October 2007 10:12

    Add another weapon to your Kodefu arsenal. Jospeh Albahari has released LINQPad, the easy way to LINQ!

    Can't wait for C# 3.0 and LINQ? Well you don't have to! Dynamically query SQL databases today in LINQ: no more struggling with antiquated SQL. Download LINQPad and kiss goodbye to SQL Management Studio: LINQPad supports LINQ to objects, LINQ to SQL and LINQ to XML—in fact, everything in C# 3.0 and .NET Framework 3.5. LINQPad is also a terrific learning tool for experimenting with this exciting new technology.

    It does require an installation of .NET 3.5 beta 2, but at least you don't have to install the full Visual Studio 2008 to start using LINQ. If you really want to build your chops, Joseph's issued the LINQPad Challenge.

    If you think that you understand LINQ—or would like to—then I invite you to take the LINQPad challenge. The rules are simple:

    1. Locate the shortcut for SQL Management Studio on your Start Menu and move it some place else.
    2. In its place, insert a shortcut to LINQPad.
    3. For the next week, perform all your ad-hoc SQL queries using only LINQPad.

    At the end of the week, you will actually think in LINQ, rather than thinking in SQL and translating to LINQ. (LINQPad also allows old-fashioned SQL queries for tasks are genuinely impossible or clumsy in LINQ. You'll feel an unpleasant sense of failure, though, should you cheat and use this feature frivolously :)

    This is a great way to stay ahead of the curve. Begin your training today!

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    linq

    Weapons

    E-mail | Kick it! | DZone it! | del.icio.us
    Permalink | Comments (0) | Post RSSRSS comment feed

    Powered by BlogEngine.NET 1.3.1.0
    Theme by Mads Kristensen

    About the author

    Chris Eargle Chris Eargle
    Enterprise .NET developer in Columbia, SC.

    E-mail me Send mail

    Pages

    • Presentations

    Twitter Updates

      Recent comments

      • Dev InTENsity (3)
        Chris Eargle wrote: Thanks for attending my presentations, Seth! In… [More]
      • Set Operations in MSBuild (1)
        FreeToDev wrote: Very nice post. Makes me wonder why I wrote tasks … [More]
      • Dev InTENsity (3)
        Seth Richards wrote: I saw both your C# 3.0 (I came up with the 'why ex… [More]
      • Dev InTENsity (3)
        Scott Ames wrote: I went to your presentation in Walthan for Code Ca… [More]
      • Generics Don't Make Me Sad (1)
        Matt Sheppard wrote: Cheers, I can't remember if I was aware of either… [More]
      • C# 3.0 Presentation (1)
        vijay wrote: Good post Thanks, Vijay [More]
      • Format Solution (4)
        Joe wrote: I added a couple of lines to FormatProjectItem() t… [More]
      • Sessions Galore (1)
        Lou wrote: I'll have to get you down here soon - I'll e-mail … [More]
      • Redeemed (3)
        Fred Beiderbecke wrote: It wasn't you, it was some of the others in the ro… [More]
      • South Florida Code Camp (1)
        Jason Meridth wrote: You've mentioned the only latest difference betwee… [More]

      Archive

      • 2008
        • November (3)
        • October (7)
        • September (8)
        • August (5)
        • July (1)
        • June (1)
        • April (4)
        • March (1)
        • February (4)
        • January (5)
      • 2007
        • December (5)
        • November (1)
        • October (6)
        • September (3)
        • August (1)
        • June (1)

      Tags

      • activex
      • addin
      • ado.net data services
      • ajax
      • architecture
      • astoria
      • azure
      • beta
      • bug
      • c#
      • code camp
      • com
      • consolas
      • continuous integration
      • conversion
      • ctp
      • database
      • deployment
      • design
      • design principles
      • download
      • ebook
      • entity
      • entlib
      • environment variables
      • expression blend
      • fail
      • font
      • framework
      • gadget
      • generics
      • grid
      • guidelines
      • icon
      • interfaces
      • jacksonville
      • lamdba
      • linq
      • linqtosql
      • list
      • live mesh
      • macro
      • mobile
      • msbuild
      • msdn
      • msi
      • mvc
      • powertoy
      • preview
      • properties
      • ray ozzie
      • refactoring
      • regasm
      • russ fustino
      • security
      • serialization
      • silverlight
      • snippet
      • source code
      • sql server
      • sqlmetal
      • starter kit
      • stream
      • string
      • trial
      • usability
      • ux
      • vbscript
      • vista
      • visual studio
      • vs2008
      • wcf
      • web
      • winforms
      • wpf
      • xml

      Categories

      • RSS feed for Bleeding EdgeBleeding Edge (5)
      • RSS feed for CEDGCEDG (2)
      • RSS feed for GeneralGeneral (1)
      • RSS feed for KodefuKodefu (19)
      • RSS feed for Path NotesPath Notes (7)
      • RSS feed for PresentationPresentation (5)
      • RSS feed for TechniquesTechniques (2)
      • RSS feed for TrainingTraining (5)
      • RSS feed for WeaponsWeapons (4)
      • RSS feed for ZenZen (5)

      Archive

      Blogroll

      • RSS feed for Structure Too BigStructure Too Big
        • Should you buy an exten...
        • WorldMaps Update
        • MSDN Roadshow -- coming...
      • RSS feed for Chris CraftChris Craft
        • Raleigh Code Camp Fall...
        • [PDANUG] Event Reminder...
        • MSDN Southern Fried Roa...
      Download OPML file OPML

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      © Copyright 2008

      Sign in