How-To site
C++ source code
Fiat 500
My sister owns a Fiat 500
Italy wants to ban older Fiat 500s from the road
Fiat Club of Canada
Poster of all Fiat 500 Models
North America Fiat Club
Using .NET from Native C++ code
Australian Cattle Dog
Don’t know if my family will get this breed but it is my first choice.
Is an ACD the right Breed of Dog for
you?
Some pics:
Red Heeler #1
Blue Heeler Close-up
The different coats illustrated
Silver Dust Australian Cattle Dogs
Ajax – Enabling better browser-based GUIs
Ajax introduces a way to make much more interesting javascript applications
Distributed Computing with HTTP, XML, SOAP, and WSDL
"…new protocols for distributed
computing built upon HTTP, are designed for programs
interacting with programs, rather than for people surfing
with browsers.
Feedmap = Blogs + Maps
Using FeedMap you can geo-code your blog, browse already
geo-coded blogs and search for blogs. Once geo-coded, you can get your
own BlogMap location using a simple url that allows you to network
with your local bloggers and much more!
How to start a command prompt in a folder
cmd.exe /k cd path
Here’s how to add a “command prompt here” shortcut
Basically you add the following to your registry:
To add the Command Prompt command to the shortcut menu:
- Click Start, click Run, type regedit, and then click OK.
- Locate the following registry key:
HKEY_CLASES_ROOT\Directory\shell- Right-click the shell key, point to New, and then click Key.
- Name the new key OpenNew.
- Click the OpenNew key, and then double-click the Default value in the right pane.
- Change the value to Command Prompt. Click OK.
- Right-click the OpenNew key, point to New, and then click Key.
- Name the new key Command.
- Double-click the Default item in the right pane.
- Change the value to cmd.exe /k cd %1.
