Currently browsing posts under the tag: development.

A dev project suggestion for Windows developers

0

idea-bulb Every once in a while I come up with an idea for an app that while pretty much something that only I am the one who needs the util I like to throw the idea out there just incase some adventurous soul find the idea interesting enough to pursue. Such is the case with this idea that has been percolating in the back of my mind for a while.

What I would really like to see is a system tray app that would monitor the Clipboard for copied URLs and then allow you to shorten that URL from the list of many different options to have it automatically shortened and then either posted at the current caret position and/or have the shortened URL copied to the clipboard.

One important thing to include would be the ability to – in the case of bit.ly – add your login info for any of the supplied URL shortening services. This way that shortened URL would be entered in to the URL shortening service with your credentials thereby keeping the stats trackable. Additionally – but as a future addition to the utility would be the ability to generate any possible stats reports locally.

Now I realize that there are add-ons for things like this for Firefox but A) not everyone runs Firefox and B) this would also make adding shortened URLs a option for programs that typically wouldn’t be thought of as being a territory for this kind of feature – i.e.: Notes for Google Reader shared items etc.

Anyway it’s an idea but if someone does decide to give it a try please give me a holler and let me help out by testing it for you.

We now return you to our regularly scheduled blogging.

Post tags: , ,

Category: Windows

Now this is irritating

1

VB.NET Express Editon - Orca Release In the last couple of days Microsoft released Community Technology Preview’s of the next interation of the Express development packages (Codename Orca) for those of us that like to live or try out the bleeding edge of stuff. Now being a glutton for punishement I figured what hell and downloaded the VB.NET package for a go around.

Well downloading is as about as far I can get because every attempt to actually install the package results in it quitting at the point of trying to install .NET 3.5. I can’t get any further and and explanation as to why it is puking on install at this point doesn’t exist anywhere. I should note that I am still running Vista RC2 so I don’t know if that is the problem or not.

Any MS type geniuses out there that just might read WinExtra and know why this is happening or any work-around please feel free to pass the explanation along. In the meantime this just pisses me off and means I won’t have anything to play with today :)

Post tags: , , , , ,

Category: Forum News

Developing in the Windows Presentation Foundation world

2

I am a .NET developer at heart but I was really nervous with the introduction of .NET 3.0 and Windows Presentation Foundation (WPF or as it was known as Avalon) as this changed the whole landscape for creating UI rich applications.

But being the glutton for learning that I am I installed all the required bits and set about scavenging the blogs for any existing resources that might be out there for the WPF newbie. After getting my resource links all set up and some reading done I decided on a learning app to develop my WPF skills with; and as such Pulse came into being – well at least on my system anyway for now.

Pulse is going to be an MP3 file name cleaner, tag editor and maybe a few other things which I am still thinking about. Through these beginning steps I have really fallen for the ability of what WPF can do to create a really rich (cool) user interface and how easy it really is once you get your head wrapped around how it is done.This is still a project in the works but wanted to show just how cool WPF can be to work with.


Post tags: , , ,

Category: Windows