Diary of a Miami Heat Fan

Random thoughts …

How to manually add .NET 3.5 assemblies to web.config to take advantage of 3.5 features

ASP.NET Runtime Cheat Sheet

I was able to remove the delegate statement for Func and got the import
of the System namespace to work by adding the following to my
web.config file:
<system.web>

<compilation>

<assemblies>

<add assembly=”System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089″/>

<add assembly=”System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089″/>

</assemblies>

</compilation>

</system.web>

I got this information from the following posting:

http://forums.asp.net/t/1186042.aspx

I’m not using Visual Studio 2008 which I assume would have done all
this for me automatically. It’s interesting that I can’t find a file
named “system.core.dll” in any folder under “windows\Microsoft.NET”.

Thank you,

John

March 4, 2008 Posted by heatfan | ASP.NET | | No Comments Yet

My home using FM Atlas

This is where I live:

http://fmatlas.com/view/jpmasseria/20080221_Myhome

Whispering Pines in Davie, Florida.

February 21, 2008 Posted by heatfan | Uncategorized | | No Comments Yet

Getting “Blue Screen” with new 3G laptop card – PC Cards – Wireless Forums from AT&T

This was the solution to my friend’s problem:

Getting “Blue Screen” with new 3G laptop card – PC Cards – Wireless Forums from AT&T

  Reply   Reply  
Re: Getting “Blue Screen” with new 3G laptop card
Options   Options  

BAT


Young Grasshopper
Posts: 396Registered: 01-10-2004

BAT


My Device: W300i


Message 10 of 10


Viewed 395 times

I had the Blue screen when installing the 881, turns out that IF you
have Roxio CD burning software on your computer and it is less then
Version 10.1, this will cause a problem.First,
remove the wireless card, uninstall All Roxio software, reboot, install
the ATT manager program, and put wireless card or the 881 in the
computer. Then install the latest Roxio 10.1 or above. This solved my
problem.Just a note, I bought the Roxio 10.1 suite from eBay
for $17.00. Downloaded the latest version from Roxio and the key was
sent from the person I bought from eBay. Works great now.. Good luck!BAT

12-22-2007 12:03:12 AM

February 21, 2008 Posted by heatfan | PC hardware, PC support | | No Comments Yet

Water managers declare water shortages, impose mandatory water restrictions

 

Severe Water Shortage Order declared for Lake Okeechobee Service Area, imposing more stringent Phase II mandatory water restrictions.

Moderate Water Shortage Order declared for Lower East Coast,
imposing Phase I mandatory water restrictions.

Water Shortage Cease Withdrawal Order declared for St. Lucie County Agricultural Area, terminating withdrawals by permitted users from the C-23, C-24 and C-25 canals and imposing Phase I mandatory water restrictions for residential non-permitted users from the three canals.

Recent SFWMD News Releases – English

Lower East Coast:

Classified as a Phase I moderate water shortage declaration, the Lower East Coast order will primarily impact areas of eastern Monroe, Miami-Dade, Broward and Palm Beach counties — highly populated urban areas that depend on Lake Okeechobee for backup water supply.

Because lawn irrigation accounts for half of drinking water used in South Florida, Phase I water restrictions require water users to limit outdoor water use. Phase I restrictions allow lawn watering and car washing three days a week: Mondays, Wednesdays and Saturdays from 4 a.m. to 8 a.m. for addresses that end in an odd number; Tuesdays, Thursdays and Sundays from 4 a.m. to 8 a.m. for even-number addresses. Water restrictions do not apply to the use of 100 percent reclaimed water (reuse).

powered by performancing firefox

March 22, 2007 Posted by heatfan | Uncategorized | | No Comments Yet

WordPress domain mapping FAQ

Q: How to I map my wordpress.com blog to a subdirectory of my current domain such as http://domain.com/blog ?
A: I’m sorry, but subdirectory mapping is not available. You could map to a subdomain as described below.

Q: I own domain.com, and want to map a subdomain of that to my WordPress.com blog. Is that possible?
A: Yes. You will need to add a DNS CNAME at your DNS provider before the domain mapping will work. You should not change your nameserver information if you just want to map a subdomain. The CNAME should look something like the following:

subdomain.domain.com. IN CNAME [your-blog].wordpress.com.

Once that DNS entry has been added login to your WordPress.com Dashboard, click on Options > Domains and enter subdomain.domain.com into the box. If everything is setup correctly, it will allow you to map the subdomain to your blog. If things are not quite right the system will let you know and provide suggestions on what you need to do to remedy the problem.

Note: You cannot map only the “www” subdomain since we remove the www from all the URLs at wordpress.com.

February 26, 2007 Posted by heatfan | Uncategorized | | 1 Comment