October 2009 Entries

Intel pulls SSD Toolbox for killing drives under Windows 7

Intel pulls SSD Toolbox for killing drives under Windows 7 – for what it’s worth it looked to me like the firmware had been pulled, but that the toolbox was still available. I’ve downloaded the toolbox and installed it under Windows 7 – it simply didn’t detect my drive, so I decided to worry about it later. Looks like procrastination paid off big time here.

posted @ Wednesday, October 28, 2009 7:47 PM | Feedback (0)

12 Useful Windows 7 Shortcuts

12 Useful Windows 7 Shortcuts on Extremetech contains… do I really need to say it? Some of these are pretty useful. Some of my favorites: Ctrl+Click on a taskbar group to restore the last active window from a group (especially useful for Windows Explorer groups and MSN windows) Windows+Arrow keys to automatically snap the active window (especially useful for multi monitors, as you can’t drag to dock against the adjoining monitor sides) Windows+shift+left or right arrow to shift the active application between monitors. This is something I previously used Ultramon for on Windows XP, so having it...

posted @ Wednesday, October 28, 2009 6:27 PM | Feedback (0)

New Intel SSD Firmware + Toolbox

Apparently Intel's SSD Toolbox, firmware update promises a boost in performance, and it’s supposed to be a fairly hefty boost too. However when I checked for the download this morning it seems to have been pulled. Possibly related to the comments in the post above where people claim it bricked their drives. Here’s hoping the next release fixes that “minor” issue. 40% performance improvement over something which is already rather impressive is very tempting indeed. EDIT: Yep, looks like it has been officially removed for now.

posted @ Wednesday, October 28, 2009 11:25 AM | Feedback (0)

Making Windows 7 Jumplists / MRU lists work with Visual Studio

Windows 7’s addition of access methods such as jumplists and quick accessing of items from the most recently used list when an application is pinned to the start menu are great productivity boosts, so I was a little annoyed that they didn’t seem to work with Visual Studio solutions. Here's why they don't work by default, and how to fix it. Tags: Windows, Visual Studio

posted @ Monday, October 26, 2009 3:08 PM | Feedback (0)

Mixing ASP.NET Ajax and jQuery

One of my clients has an application which makes extremely heavy use of UpdatePanels.  That’s my way of saying it was “architected” by idiots. It’s okay for me to say that, as they didn’t design it themselves – instead they paid a set of so called experts to do it for them. HINT: when you’re nesting UpdatePanels more than 3-4 levels deep, and using them in repeater templates then you’re doing it wrong. A couple of changes they wanted made were going to be easier done using jQuery, so in it went, however it took a few more tweaks...

posted @ Saturday, October 24, 2009 7:04 PM | Feedback (0)

IQueryable Search

Universal IQueryable Search is a handy extension for Linq to SQL and EF users.  Again (as I’m saying this a lot lately) it does what the title implies. I’ve used this with Linq to SQL and it works incredibly well. The ability to specify which columns are included in the search as well as being able to pass through a collection of keywords makes it pretty versatile. Link: IQueryable Search (Codeplex) Link: Universal IQueryable Search (Informational blog post)

posted @ Thursday, October 22, 2009 9:24 PM | Feedback (0)

Monthly browser tabs for October

Ever since browsers started getting pretty good at remembering their sessions, I started to develop a bad habit. It’s not uncommon for me to have a lot of sites open in tabs across my various browsers, and sometimes they stay there for weeks at a time. So once or twice a month, I’m going to start dumping the contents of my browser in a post here. Why? I’m not turning this site into another linkblog. I’m hoping it might be fairly interesting or amusing reading. The links are often things I mean to write about, but which don’t...

posted @ Thursday, October 22, 2009 12:15 AM | Feedback (0)

…and we’re off.

Currently downloading the just released Notes/Domino 8.5.1. Hoping to get it all downloaded before the Americans wake up so I can give it a test drive tomorrow. Very interested to see whether this release fixes some of my current gripes with the full blown Godzilla client. I may finally put Notes on my Mac too, as apparently it’s more Mac like! Tags: IBM,Lotus,Notes

posted @ Monday, October 12, 2009 10:43 PM | Feedback (0) Filed Under [ Notes/Domino ]

Could not 'System.Web.UI.ScriptReferenceBase' from System.Web.Extensions

The above error can occur when moving projects created on machines with 3.5 SP1 over to a machine without it. I googled, and found tales of people needing to re-create their projects from scratch and basically needing to do a whole load of work to get their code up and running. However, in my case (and hopefully in yours too) there was a much quicker and fairly obvious fix – simply changing the ToolkitScriptManager from the toolkit to a straight ScriptManager.

posted @ Sunday, October 11, 2009 9:49 PM | Feedback (0)

Content-Disposition and IE7

Ok. It doesn’t work. I get that. IE8’s addition of X-Content-Type-Options: nosniff is very welcomed, and seems to actually work. I get that too. But I need a hack to make it work for IE7, or any alternative way to force IE7 to download a file rather than open it directly over http – and right now I don’t care how nasty it is. This is for an intranet style scenario, where I have complete control over the headers which get sent down to the clients – which are IE7. Hit me with your hacks people. Tags:...

posted @ Thursday, October 08, 2009 6:55 PM | Feedback (0)

ASP.NET MVC Preview 2

ASP.NET MVC 2 Preview 2 is now available for download. With all the talking about ASP.NET MVC it’s easy to forget that it’s still only in a preview cycle. What’s my point? Well, nothing really, other than wanting those people who write “GIVE UP AND USE ASP.NET MVC” as a reply to every forum post which mentions a problem with ASP.NET webforms to stop and think about what they’re writing before they click post. We can all dream. Tags: Microsoft,MVC

posted @ Thursday, October 01, 2009 11:29 PM | Feedback (0)

New AjaxControlToolkit Release – new controls + bugfixes

Ajax Control Toolkit: new controls, bug fixes – I can’t think of an immediate use for the Seadragon control, but I’m sure on a long enough timeline one will make itself apparent. I’m quite interested to give the AsyncFileUpload control a run through – if they’ve done a good job with this then there’s a lot more reason to use the AjaxControlToolkit. On an AjaxControlToolkit related side note, be thankful you're not this guy. Tags: AJAX, Microsoft

posted @ Thursday, October 01, 2009 5:21 PM | Feedback (0)

About me

My name is Ross Hawkins and I'm a developer, consultant, business owner 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 15 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

August, 2010 (11)
July, 2010 (12)
June, 2010 (8)
May, 2010 (8)
April, 2010 (4)
March, 2010 (8)
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