Dogfooding My Blog
Just upgraded my blog to the latest version of Subtext in the Subversion 1.9 branch, not that you needed to know that. I just appreciate you letting me know if you run into problems leaving a comment and such by using my Contact page.
Read MoreCan't Sleep, Feeling Sick, So I Code
Weird how coding on Subtext relaxes me. For the past couple days I’ve been feeling a bit under the weather and getting worse. The weird part is that anytime I try and eat something, there’s a terrible after-taste. And no, it’s not my breathe. I couldn’t finish my pizza tonight. Pizza!
Read MoreTip For Managing Remote VMWare Server
Quick tip for you if you need to remotely connect to a server with VMWare Server installed in order to manage the virtual server.
Read MoreA Gotcha Identifying the User's IP Address
Recently I wrote a .NET based Akismet API
component
for Subtext. In
attempting to make as clean as interface as possible, I made the the
type of the property to store the commenter’s IP address of type
IPAddress
.
Structuring Unit Test Code
UPDATE: I’ve since supplemented this with another approach.
Read MoreTivo For Your Registry
Ever prolific Jon Galloway has released another tool on our tools site. When we started the tools site, I talked some trash to spur some friendly competition between the two of us. Let’s just say Jon is kicking my arse so hard my relatives in Korea can’t sit down.
Read MoreSoftware Development Is A Religion
Jeff Atwood writes a great rebuttal to Steve Yegge’s rant on Agile methodologies. I won’t expound on it too much except to point out this quote which should be an instant classic, emphasis mine:
Read MoreComment Spam Relief In Subtext Coming Soon
Personal matters (good stuff) and work has been keeping me really busy lately, but every free moment I get I plod along, coding a bit here and there, getting Subtext 1.9.1 “Shields Up” ready for action.
Read MorePower Tools For Disk Defragmenting
Disk Defragmenter
Read MoreTimeZones
Right now, there is no easy way to convert a time from one arbitrary timezone to another arbitrary timezone in .NET. Certainly you can convert from UTC to the local system time, or from the local system time to UTC. But how do you convert from PST to EST?
Read MoreRolling Your Own Blog Engine
MySpace Founder Alleges Fraud In Acquisition
A friend of mine sent me an interesting report that Brad Greenspan, the founder of eUniverse (now Intermix Media) that created and owned MySpace.com issued an online report that the sale of MySpace intentionally defrauded shareholders out of multiple billions of dollars because they hid MySpace revenues from shareholders.
Read MoreMIT Animated Physics Sketching
This is a pretty sweet video that demonstrates a system for sketching on a whiteboard using mimio-like projection system. The instructor draws objects, adds a gravity vector, and then animates his drawings to see the result.
Read MoreChange The Display Of A Type In The Debugger
Keyvan Nayyeri has a great
tip
for how to control the display of a type in the various debugger windows
using a DebuggerTypeProxy
attribute. His post includes screenshots
with this in use.
Better Recruiting Through Blogistry
Alex Papadimoulis, the man behind the ever entertaining (and depressing) TheDailyWTF announces a new business venture to help connect employers fielding good jobs with good developers interested in a career change. At least that’s the hope.
Read MoreHow To Pronounce My Last Name
Great show on .NET Rocks today featuring Rob Conery, architect of the Commerce Starter Kit and SubSonic.
Read MoreOptical Character Recognition On The Cheap
Jon Galloway combines Timesnapper (Tivo for geeks) with the OCR abilities of Microsoft Office Document Imaging (OCR you didn’t realize you owned) and never forgets anything ever again.
Read MoreDoes Vista Come With An Implicit License To WinXP?
UPDATE: I could not slip the subtle beg for an MSDN subscription I surreptitiously embedded in this post past my astute readers. Many thanks to James Avery for contributing an MSDN subscription to this grateful developer. Now that I have my MSDN subscription, I say this whole VPC licensing thing is a non-issue and quit whining about it. (I joke, I joke!).
Read MoreBetter CAPTCHA Through Encryption
I recently wrote about a lightweight invisible CAPTCHA validator
control
I built as a defensive measure against comment spam. I wanted the
control to work in as many situations as possible, so it doesn’t rely on
ViewState
nor Session
since some users of the control may want to
turn those things off.