September 2009 Entries

A random Domino SoS

Just in case anyone out there glances over this and has some ideas, I’m going to throw up a flare and ask a couple of quick Domino questions. *queue flare sound* Converting Word/Excel attachments to PDF on the fly in a Domino web application. The requirement is that a user clicks on a link which points to a $File attachment, I want to convert it to PDF and spit that out to them. Some of Jake Howlett’s DEXT code using Java and the lowagie packages looks incredibly handy and close to what I’m after, but minus...

posted @ Tuesday, September 29, 2009 8:29 PM | Feedback (0) Filed Under [ Notes/Domino ]

Yes, that’s very helpful..

This morning Visual Studio stopped working, and wouldn’t repair. While uninstalling to reinstall(!) I came across this less than helpful error. Still, it could be worse – it could be a 3 page eclipse error message that scrolled off the screen, so I should be thankful. Tags: Visual Studio

posted @ Tuesday, September 29, 2009 2:45 PM | Feedback (0)

Microsoft, open source, communists, and other such things

The latest edition of Hanselminutes contains a few interesting tidbits. Mainly some interesting comments about people hating Microsoft simply so they can hate Microsoft. Microsoft has been doing some great things lately, but yet for some people it’s very hard to shake off old preconceptions about the company and what they represented. I was recently involved with a discussion with a client who was quite simply afraid that using Microsoft products would somehow mean they could be held to ransom. Across the board, Microsoft as of late seems to be doing some great stuff for technology in general....

posted @ Friday, September 25, 2009 11:30 PM | Feedback (0)

Why

Why is it that not many hotels (if any) provide toothpaste? Even if it was a tiny single serve tube, it’d be something a lot of guests would find useful. Look at the toothpaste purchasing profile for many households – often couples will often adapt their toothpaste consumption patterns to match each other, so by nature of this fact the aforementioned couple will typically purchase one tube of toothpaste for both people as part of their normal consumption pattern. So when one member of this couple travels, they’re faced with a dilemma: ...

posted @ Friday, September 25, 2009 11:11 PM | Feedback (1)

Monday linkfest

A quick selection of useful links for Monday. Firstly, information about Microsoft's CDN. Having options for these sorts of things is always good. Also from Scott Guthrie, a quick tip for regaining some Visual Studio screen real estate. It’s fairly obvious, but yet I’d never really thought to do it myself – which is funny, as I disable a whole hell of a lot of other UI elements as I don’t use them. On a complete change of subject and technology, check out this little gem of a security hole in the Lotus Notes client RSS...

posted @ Monday, September 21, 2009 10:38 PM | Feedback (0)

Windows 7 - “Current Problems” for Developers

I came across this post tonight: Current Problems of Windows 7 for Developers. I’ve not experienced the first 3 issues - but in terms of the other items mentioned I recently installed Visual Studio 2008 and subsequently SP1 as well as the SQL Management Tools without any problems at all. YMMV of course, but Windows 7 is too much of an upgrade to write it off because of one bloggers bad experience.

posted @ Wednesday, September 16, 2009 11:23 PM | Feedback (0)

Bug tracking (for the win)

YouTrack from JetBrains claims to be the fastest bug and issue tracker out there. It’s currently in beta and available with a temporary license and looks well worth keeping an eye on. On the subject of bug tracking, after tinkering with TRAC on and off for years I’ve recently implemented BugNET for our customer bug tracking – simply because I needed/wanted something which would run on IIS and that was quick yet flexible. BugNET isn’t perfect, but it’s quick to setup, open source, and looks to be an active project with some good things in the works. Before...

posted @ Wednesday, September 16, 2009 11:06 PM | Feedback (0)

Windows 7 / Snow Leopard follow up

A quick follow up to my Snow Leopard / Windows 7 upgrade post a couple of weeks on. I mentioned in the original post that Windows 7 could now read OSX volumes – I was wrong in attributing that to Windows 7, as I’ve since found out that it’s a new feature of the Bootcamp 3.0 drivers. Thanks Apple, that’s incredibly handy! I’m loving Windows 7, however I have a couple of minor annoyances to mention: I’d downloaded an additional tile for the Vista Mobility center which let me easily toggle my Macbook Pro’s bluetooth on/off quickly....

posted @ Tuesday, September 08, 2009 12:19 AM | Feedback (1)

Briefly touching on Notes/Domino 8.5.1

This interesting collection of hints about the potential quality of Notes/Domino 8.5.1 (the NDA has been lifted from beta testers) makes for some interesting if slightly saddening reading. Personally if the bits about improving Domino Designer performance are slightly true then that’s probably going to be enough for me as a casual user only, but at the moment switching between using Visual Studio 90% of the time vs Domino Designer 10% of the time makes for an interesting comparison between the 2 environments. A post about IBM quality control seems like a suitable place to drop in this little...

posted @ Tuesday, September 08, 2009 12:10 AM | Feedback (0) Filed Under [ Notes/Domino ]

WHS backup reconfiguration wizard

While doing a a recent replacement of one of my data drives (swapping out a 1TB Seagate drive with a much cooler running Samsung 1.5TB) I came across a bit of a quirk with the Windows Home Server connector. It wasn’t hard to get around in my case, but for some people reading this post might save some time. After booting, the connector informed me that the computer had a new hard drive, and I should update the backups. Fair enough. However it complained bitterly that it couldn’t locate the old drive: The computer is...

posted @ Saturday, September 05, 2009 2:25 PM | Feedback (0)

Do you use Windows Home Server?

Then you might want to fill in the 2nd annual feedback usage and satisfaction survey and/or learn a bit about what's available in the PP3 beta. Tags: Windows Home Server

posted @ Wednesday, September 02, 2009 7:39 PM | Feedback (0)

Upgrades upgrades everywhere

Like many people, I spent a bit of time this weekend performing operating system upgrades. Firstly Snow Leopard, and then (and for me, more importantly) Windows 7 both on my Macbook Pro. Some notes and observations follow, for those who may be interested. The Snow leopard upgrade was painless, and just worked. It took a fair amount of time for what is essentially a service pack but the fact that you just say “go” and it “goes” kind of makes up for that. Finder feels quicker, and the Expose functionality in the dock looks pretty useful, but...

posted @ Tuesday, September 01, 2009 11:22 PM | Feedback (0)

About me

My name is Ross Hawkins and I'm a Developer, Consultant and Writer based in Auckland, New Zealand (pictured below!). My current work revolves around ASP.NET, C#, jQuery, Ajax, SQL Server, and a mix of other Microsoft development technologies.

I also have about 14 years of experience with IBM Lotus Notes/Domino and associated technologies. While Notes/Domino is no longer my primary focus I still like to dabble and keep my skills up to date.

I own and run 2 businesses - Hawkins Consulting Services, and Ignition Development.

Bethells Beach, located in sunny West Auckland, New Zealand


Subscribe

Subscribe to this feed


Search


Popular Content

Troubleshooting WebResource.axd

The .NET 2.0 framework changed the way clientside JavaScript is delivered to the browser. Previously, ASP.NET 1.1 used the aspnet_client directory whereas now 2.0 uses WebResource.axd.

Published on October 8, 2006

Microsoft AJAX Extensions: Sys.Debug is null or not an object

One of the breaking changes which was made with the 1.0 release of the Microsoft Ajax Extensions was the renaming of the 'Debug' class to 'Sys.Debug' for reasons of compatiability with other frameworks. Breaking changes like this can often be a source of frustration..

Published on May 22, 2007

Simple ASP.NET Character Counter

A textbox character counter is a pretty simple piece of functionality, and there's a lot of different ways to apply one to your application. The following method is nice and simple, and can be done using only clientside JavaScript if required, or combined with server side code in order to create a more dynamic effect

Published on December 4, 2006

Simple ASP.NET Character Counter - with Master Page Support

A quick update to my previous character counter article adding some changes for those using it with Master Pages.

Published on February 7th, 2009

Adding Tooltips to Gridview Headers

As the title says, this is a very simple but dynamic way of achieving tooltip text on a header column. It's not overly flash, but it's lightweight and quick to implement.

Published on April 15, 2007

SQL Server Web Report Viewer Issues on Windows 2008 Server/IIS7

A fix for another AXD related issue, this time with the SQL Server Web Report Viewer Control which was being served up via IIS7 on a Windows 2008 server.

Published on June 2, 2007
Updated on April 10, 2008


Archives

March, 2010 (3)
February, 2010 (6)
January, 2010 (12)
December, 2009 (13)
November, 2009 (11)
October, 2009 (12)
September, 2009 (12)
August, 2009 (2)
July, 2009 (7)
June, 2009 (12)
May, 2009 (9)
April, 2009 (9)
March, 2009 (9)
February, 2009 (8)
January, 2009 (7)
December, 2008 (6)
November, 2008 (7)
October, 2008 (9)
September, 2008 (12)
August, 2008 (9)
July, 2008 (6)
June, 2008 (24)
May, 2008 (13)
April, 2008 (16)
March, 2008 (8)
February, 2008 (10)
January, 2008 (1)
December, 2007 (14)
November, 2007 (11)
October, 2007 (11)
September, 2007 (13)
August, 2007 (11)
July, 2007 (5)
June, 2007 (15)
May, 2007 (11)
April, 2007 (9)
March, 2007 (9)
February, 2007 (10)
January, 2007 (8)
December, 2006 (18)
November, 2006 (11)
October, 2006 (14)
September, 2006 (9)
August, 2006 (10)
July, 2006 (4)
June, 2006 (4)
May, 2006 (6)
April, 2006 (3)
February, 2006 (6)
January, 2006 (10)
September, 2005 (2)
August, 2005 (4)

Post Categories

ASP.NET
AJAX
Amusing
NZ
NZ Trains
Notes/Domino
Visual Studio
Web Development
Miscellaneous
Me
Rugby
C#
SQL


Twitter