(a.k.a. The Goods)
Bloget Beta 1
Bloget Source Code
|
Includes a sample Web site and the binary (note the singular form of binary) |
CalendarGadget.msi
bigclock.cgs
blackglass.cgs
firstclock.cgs
blackglass.cgs
grayclock2.cgs
grayclock3.cgs
mountain.cgs
purplehaze.cgs
yuckyblue.cgs
todayis.cgs
scenic.cgs (~10 MB)
|
This is an alpha version so your milage may vary. The .cgs files are calendar skins. Once downloaded,
you can just drag and drop them on the Calendar. There's a built in designer that allows you to edit
the existing skins or create new ones. You can read more about
here. Version 0.1.0 - October 25, 2008 |
FreeSnap.msi
FreeSnap64.msi
FreeSnapSource.zip
|
Move and resize windows with your keypad. Now available in 32 and 64 bit versions. Version 1.5.3
- June 6, 2009 |
DeskDrive.msi
DeskDrive64.msi
DeskDriveSource.zip
|
Automatic drive/media shortcuts for your desktop.
Version 1.7.2 - March 30, 2009 |
|
Deskview.zip (10K)
|
Deskview changes your desktop icons from large to small (and back again). It's a perfect complement
to Desk Drive.
Read more...
|
CalendarSetup.msi
CalendarSetup64.msi
CalendarSource.zip
|
Simple and functional. One of the first .Net programs I ever wrote (kinda shows too). Still, it's
proven popular over the year and I still use it daily. Version 2.2.2 - October 21, 2008 |
|
NonContiguousMemoryStream.zip
|
An implementation of System.IO.MemoryStream that does not use the large heap. Includes C# source code
|
|
SimpleZip.zip
|
A light weight implementation of a .ZIP archive generator. Includes C# source code |
|
SimplyWeather.gadget
|
A Vista/Windows 7 Sidebar gadget that shows the current weather conditions and forecast for the next
3 days in a compact, no nonsense format. See
Vista Sidebar Weather Gadget for details. Last update: April 8, 2009 |
|
Stopwatch.gadget
|
A Windows Vista Sidebar stopwatch gadget and nothing more. See
Vista Sidebar Stopwatch Gadget for details. |
|
Calculator.gadget
|
A Windows Sidebar Calculator gadget. Allows for the evaluation of expressions rather than trying to
emualate an actual calculator. Far more useful IMHO. |
|
AdSensor.gadget
|
Keep track of your Internet riches using this Windows Vista Sidebar gadget. No more having to check
the AdSense Web site every 10 minutes to see if you've made more than Bill Gates. See
AdSensor – A Windows Sidebar AdSense Gadget (that actually works) for details. Last update: June 30, 2009 |
|
MarketReport.gadget
|
Keep track of the Dow, Nasdaq and S&P 500 market indices with this handy little gadget. Use your
mouse wheel to change the backgound or click the title to go to the Yahoo finance page. See
Market Report Sidebar Gadget Released for details. Last update: June 28, 2009 |
|
Throw.zip
|
A handy set of C# routines for checking conditions and raising exceptions. Intended primarily for
checking parameters on methods, these routines make it easy to validate parameters in a single line
of code. You can read more about these routines
here. |
|
XmlResourceManager.zip
|
XmlResourceManager extends the ResourceManager commonly used in .Net programs. The only real difference
between the normal ResourceManager and XmlResourceManager is where the resources are stored. In the
later case, it just an XML file with a simple format.
(Read more...) |