I came up with a new term today - scope sneak. Sneak [sneek]: verb, sneaked or snuck, sneak·ing, noun –verb (used without object) to go in a stealthy or furtive manner; slink; skulk. to act in a furtive or underhand way. British Informal. to tattle; inform. Something happened at work today when a friend highlighted that some requirements had been snuck into a requirements document he was developing from. It occurred to me that this isn't really scope creep (also seen here). Scope creep t...
[More]
Tags:
c42c23a3-aa71-4d94-8296-f6bdb5afd58b|0|.0
I keep coming across this problem. IE7 fails to print a document, asking the user to check that the address is correct, indicating that the address is a temporary file located in C:\Users\[Username]\AppData\Local\Temp\Low. Sometimes changing folder permissions works, but I have previously done that and this issue has popped up again. After doing another Google search and finding this forum post, running the following in the command line fixed the problem: icacls C:\Users\[Username]\AppData\Loca...
[More]
Tags: Useful Links
3e1703e1-d222-496e-bcb5-5d42b6ea9e02|0|.0
A sure sign that I haven't blogged recently is that Windows Live Writer has dropped off my recent programs in the start menu. Anyway, I have seen this first set of content before (perhaps even blogged it), but it is worth including again as I have found another set of information for VS performance. Here are the goods: http://dotnettipoftheday.org/tips/speedup_visual_studio.aspx Speed up Visual Studio 2005 Make sure Visual Studio 2005 SP1 is installed. Turn off animation.Go to Tools | Options...
[More]
Tags: Useful Links
dd1a4301-e3de-451b-ba15-003464e5613e|0|.0
I had a bit of a rant earlier about the Windows Live unified installer. Today I came across Long's post about how the installer works and Rafael's x64 pain. Rafael's post lead me to do a search for the
Windows Live Writer installation name of Install_{1F973A7F-3FE4-4D11-A9A2-E869C2899A7D}.msi. This great post came up. Problem solved.
Tags:
6bcd4458-cb5a-4901-8a5c-3923260ef88b|0|.0
I think that
Windows Live Writer is a great product, but I suspect that the team has been forced into doing things a certain way. I'm sure the
Windows Live Writer team is not totally to blame for this, but the impact is the same regardless. Beta 3 has just been released. I'm really happy about this announcement and I head off to download it. Now this is the part I am not happy about. Here are the issues I have with the installer: It isn't a direct installer for
Windows Live Writer, just a downloader I am asked to make Live Search my de...
[More]
Tags:
0c2bcd83-c732-4e92-8ea6-e0684e3686e6|0|.0
I have to admit that I have an expectation that where there is a blog, there is an RSS feed. Its a shame that MSNBC haven't got this synergy for the PhotoBlog. There is however an RSS feed for The Week in Pictures which is great.
Tags:
ffc52626-982a-4d44-b63a-800632b6fa74|0|.0
This post is a great clarification about the Orcas release date. Orcas will be released this year. February 27 is just the launch date.
Tags:
11d83ace-5d61-4bbe-8800-761686d7c568|0|.0
Congratulations Frank. Sadly for Australia, I don't think you can ever replace someone like Frank.
Tags:
5b5b9082-1165-4464-9583-d59658cd7ad6|0|.0
As I have been writing some SQL Server based software recently, I want to expose a standard way of providing searching capabilities for tables and views. The initial implementation started with a set of WHERE conditions like the following: WHERE (FieldA = @FieldAValue OR @FieldAValue IS NULL) (FieldB = @FieldBValue OR @FieldBValue IS NULL) I now want to extend this functionality to include sorting and perhaps paging as well. I came across this article b...
[More]
Tags: Useful Links
078a5127-337e-4add-936c-b4b711e882db|0|.0
This post has some good tips for increasing the performance of the VS2005 IDE.
Tags: Useful Links
f5da37bb-6c8a-448f-9938-c269d7aaed8f|0|.0