This week I've started to use two apps that have literally changed my digital life. The first is ActiveInbox (http://www.activeinboxhq.com). I use GMail exclusively as my e-mail platform, forwarding or retrieving all of my addresses there. Prior to ActiveInbox, I had a myriad number of ways to keep track of e-mails which needed action or were waiting on someone/something. They all stunk. And I never did figure out how to "expire" an e-mail, such as in cases where I received a coupon that expired at the end of the...
Three pages worth of great advice on what to look for in the foods you buy for your pantry... Stocking Your Pantry and Refrigerator for Health The first step toward healthy cooking is stocking your pantry and refrigerator with nutritious staples.
via feeds.betanews.com Great review of the, um, Logitech GoogleTV Revue. I concur!
The #GoogleTV Pandora application will let you create a station by searching for artist, song, or composer. Pretty cool. But it doesn't have an option (that I can find) for choosing a specialized station...
Check out this website I found at code.msdn.microsoft.com Use this project to create a wrapper class around your Entity Framework domain class. The samples demonstrate how to log EF SQL and actions. I haven't experimented with the caching portions.
Found a fantastic forum post. This was incredibly helpful for a couple of job projects I'm working. There are some good links to other posts, and then a very informative post with working code for accomplishing something I've always put off (audit logging) in my Silverlight RIA projects. But with this simple solution, it's easy as pie to build in logging from the start. forums.silverlight.net
Good Question! Let me get this straight . . . . We're going to be "gifted" with a health careplan we are forced to purchase andfined if we don't, Which purportedly covers at leastten million more people, without adding a single new doctor,but provides for 16,000 new IRS agents, written by a committee whose chairman says he doesn't understand it, passed by a Congress that didn't read it butexempted themselves from it, and signed by a President who smokes, with funding administered by a treasury chief...
Why don't I see traffic sent to http://localhost or http://127.0.0.1? Internet Explorer and the .NET Framework are hardcoded not to send requests for Localhost through any proxies, and as a proxy, Fiddler will not receive such traffic. The simplest workaround is to use your machine name as the hostname instead of Localhost or 127.0.0.1. So, for instance, rather than hitting http://localhost:8081/mytestpage.aspx, instead visit http://machinename:8081/mytestpage.aspx. ...Or, just use http://ipv4...