Exporting an SSL Certificate from IIS to use in FileZilla FTP Server

January 23rd, 2007 duckworth Posted in Code, Server 21 Comments »

FileZilla is a free, open source FTP
server (there is also a client) with SSL/TLS support.

I wanted to use my real SSL Certificate that I had for my website to secure the communication
to my FTP Server and couldn't find any instructions on how to do so. After a little
searching and some trial and error this is the solution I have come up with, I hope
someone finds this useful. Read the rest of this entry »

AddThis Social Bookmark Button

Blingo Toolbar Extension for Firefox

June 29th, 2006 duckworth Posted in Code No Comments »

Blingo Blingo
is a Google-powered search engine where each search is a chance to win a prize. No
registration is required. Invite your friends to use Blingo, and if someone you invited
wins a prize by searching, we'll send you the same prize. Just use it as you would
use google.

I made a version of the Blingo toolbar for Firefox.

toolbar

The current version is .1:

I will be looking to add new features so suggestions are welcome.

AddThis Social Bookmark Button

Tech Ed 2006 Boston

June 14th, 2006 duckworth Posted in Code 2 Comments »

Tech Ed 2006 in Boston is in full swing and I am getting some good info on all the stuff MS has in the pipeline.

All of the WinFX technologies have been announced as being renamed as the .NET Framework
3.0 (still based on the 2.0 CLR), this includes:

  • Windows Presentation Foundation (WPF)
  • Windows Communication Foundation (WCF)
  • Windows Workflow Foundation (WF)
  • Windows CardSpace (WCS) (previously known as InfoCard)

A few things I've picked up:

  • Team System is looking more and more interesting. The newly released Visual
    Studio Team Edition for Database Professionals
    also looks very cool.
  • Mark Russinovich and David Solomon
    from sysinternals are funny as hell and
    Filemon and Regmon are much handier than I thought. They will be merged into one utlity
    (Filemon and Regmon not Mark and Dave) and released for free in two weeks.
  • Windows Workflow Foundation (i mean .Net 3?) is really, really cool stuff and I need
    to get deep with it right away.
  • Click once (or 2 or 3 times in reality) is pretty limited and can get messy pretty
    quickly when you try do do anything slighlty complex.
  • The memory managment and profiling tools provided in Visual Studio are ok, and combined
    with a few of the SDK utilities can tackle most of your common problems. I would still
    take MemProfiler any day.
  • The Enterprise Patterns team really like pair programming as part of their overall
    Agile methodology.

I posted a few pics.

AddThis Social Bookmark Button

Where O where have my mouse bindings gone?

March 7th, 2006 duckworth Posted in Code, Tools No Comments »

You would think that Microsoft would have considered including all of the "Ten
Essential Tools -
Visual Studio Add-Ins Every Developer Should Download Now
"
into Visual Studio 2005. One that I am suffering withdrwal from right
now is the VSMouseBindings powertoy. It allowed me to bind my forward and back buttons
on my Intellimouse explorer to the View.NavigateFroward and View.NavigateBackward
in Visual Studio. Made jumping around in your code as easy as surfing the web.

If anyone knows of a way to get this to happen in VS2005 (aside from coderush) please
let me know. Until then, I will continue my quest.

AddThis Social Bookmark Button

Refactoring Databases

March 6th, 2006 duckworth Posted in Code, SQL No Comments »

So far this has been a good read.

"Waterfalls are wonderful tourist attractions. They are spectacularly
bad strategies for organizing software development projects."
—Scott Ambler

Refactoring Databases : Evolutionary Database Design
By Scott W. Ambler, Pramod J. Sadalage

...............................................
Publisher: Addison Wesley Professional
Pub Date: March 06, 2006
Print ISBN-10: 0-321-29353-3
Print ISBN-13: 978-0-321-29353-4

rfdbs

AddThis Social Bookmark Button