Tuesday, January 02, 2007

 

Coming from a C++/C# background, one of my main frustrations with VB has been its lack of a true ternary ("?:") operator. In Paul Vick's recent post, he discusses the possible inclusion of a ternary operator in the next version of VB (9.0 - Orcas). Finally the IIF operator will behave like we C#/C++ (or javascript for that matter) folks expect it to. I'm looking forward to it… now if we could only get rid of those pesky line-continuation characters!

Tuesday, January 02, 2007 4:53:19 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  | 
 Friday, December 08, 2006

Visual Studio 2005 Team Edition for Database Professionals trial edition requires Visual Studio 2005 Team Suite be installed before you install Visual Studio 2005 Team Edition for Database Professionals trial edition.

It makes it pretty tough to use a trial version if you have to buy it first. If I had Team Suite, I "probably" wouldn't be installing the trial…

Friday, December 08, 2006 6:42:58 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [4]  | 

VisualSVN has been released, and I like what I see. With this version comes visual indicators that show you the status of each file. This, along with support for file/folder deletion, top of an already great feature set including file moving and renaming. This tool integrates seamlessly with the well-known TortoiseSVN, bringing the TSVN experience right into Visual Studio – and then some. This latest release finally brings VisualSVN to a place where I can now whole-heartedly recommend this to any Visual Studio/Subversion user. There is a free trial available, and the license cost is only $19. See the formal announcement on the VisualSVN blog.

Current feature list

  • Support for Visual Studio 2003/2005
  • Visual status indicators (high-contrast indicators also available)
  • File/folder deletion
  • File/folder renaming
  • Show log
  • Repository browser
  • Integration with Windows Explorer
  • File locking
  • Conflict resolution
  • Blame
  • Update
  • Commit
  • Diff ("Show Changes")
  • Revert
  • Patches
  • Branch
  • Switch
  • Merge
  • Update to Revision
  • Checkout
  • Cleanup
Friday, December 08, 2006 5:16:52 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Thursday, December 07, 2006

How to Blog with Word 2007 and dasBlog

 

Start by creating a new document using the "New Blog Post" template (New > Installed Templates > New Blog Post)

Initial Configuration

 

  1. Select "Manage Accounts" from the "Blog Post" tab

     

  2. Create a new account
    1. Settings for dasBlog:
      1. API: MetaWebLog
      2. Blog Post URL: http://<blog_root_url>/blogger.aspx
      3. User/Password: Your blog login and password

         

    2. Picture Options
      1. Note that I included my FTP username/password in the "Upload URL" path
      2. The "Source URL" will be http://<blog_root_url>/content/binary/

         

Start Blogging

 

  1. Give your post a title
  2. Write your content

     

  3. Add style to your content (note that these styles correspond directly to HTML elements)

     

  4. Stylize your screen shots

     

  5. Assign categories

     

  6. Publish your content

     

  7. View the results
UPDATE: When blogging about dasblog, make sure that either your image names don't contain "dasBlog" or that you change the content filter for "dasBlog" to be "\bdasBlog\b" (or something similar) so that your images don't end up like: <img src="content/binary/<a>dasBlog<a/>_image_123.png" /> :-)
Thursday, December 07, 2006 7:06:01 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [11]  | 
 Tuesday, December 05, 2006

Is it just me or should the "send" button be where the "paste" button is? I almost click "paste" every time I'm about to send an email. Anyone else have this problem?

As a side-note… Word 2007 is awesome for blogging. It just works.

Tuesday, December 05, 2006 6:41:24 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [7]  |