Archive for June, 2009

Windows 7 Releases October 22nd 2009

This morning was the first time I heard an official release date for Windows 7. I’ve been running Windows 7 betas for the past 3 months and it has been far more stable and responsive than Vista was for me. I will definitely be upgrading this one on release day! I have just put in [...]

June 26, 2009  Tags:   Posted in: Products, Technology  44 Comments

Comcast is My Friend Today

So this is something I have known about and have done in the past, and I kept meaning to do it, but today I finally did it. I lowered my cable/internet bill.
Truthfully I was considering cancelling cable anyway. I’m paying about $117 per month for high speed internet and basic digital cable. I should [...]

June 24, 2009  Tags: , , , ,   Posted in: Finance  15 Comments

Django: Filter Model on Date Range

I’m sure this is in the documentation *somewhere* but it wasn’t totally obvious to me and I knew there had to be an easy way to filter a model based on a date range. I’m in the process of filtering transactions for Inzolo and giving the user options for the following date filters:

Month to date [...]

June 22, 2009  Tags: , ,   Posted in: Programming & Internet  No Comments

Pidgin Crashing on Windows 7 64-bit – Fixed

Ever since installing Windows 7 RC, I have not been able to run Pidgin. It would put an icon in the tray, then disappear. Finally after searching the net high and low and found this comment on an open pidgin ticket that seemed to resolve the problem.
I have XAMPP installed and the PHP subdirectory is [...]

June 17, 2009  Tags: , ,   Posted in: Technology  5 Comments

XHTML Strict Anchor Target Fix with jQuery

Since switching from HTML to XHTML, one of the things that kills my HTML Validator most is when I get lazy and put a target="_new" or target="_blank" in an anchor tag. So then I have to go back and fix them and find the old sitepoint article that describes how to fix the problem with [...]

June 5, 2009  Tags: ,   Posted in: Programming & Internet  6 Comments