http://green-broadband.blogspot.com/2007_12_01_archive.html
http://www.environmentalleader.com/2008/05/08/cutting-the-internets-carbon-footprint/
http://technology.newscientist.com/channel/tech/dn13831-delaying-data-could-cut-nets-carbon-footprint.html
http://www.zdnetasia.com/news/business/0,39044229,62042955,00.htm
http://mashable.com/2007/08/14/green-toolbox/
http://www.triplepundit.com/pages/offsetting-your-websites-carbo-003500.php
http://orangecounty.craigslist.org/cps/877592813.html
http://software.intel.com/en-us/articles/creating-energy-efficient-software-part-4
http://www.processor.com/editorial/article.asp?article=articles%2Fp3032%2F23p32%2F23p32.asp
http://www.climatesaverscomputing.org/tools/applications/
http://cultureofchemistry.blogspot.com/2007/05/carbon-footprint-of-that-computer.html
http://www.viapc-1.com/index.php?option=com_content&task=view&id=526
http://blog.tmcnet.com/green-blog/2007/07/the-real-carbon-footprint-of-a-web-page.html
http://www.internetnews.com/reporters_notebook/article.php/3690411
Sunday, June 28, 2009
Useful developer links for .NET
1. Customizing the places bar in Visual Studio: Allows you to quickly access frequently used folders.
2. Copy Source as HTML for Visual Studio 2008
3. Smart Client Software Guidance
4. Microsoft Network Monitor
5. Team Foundation Power tools
6. Process Monitor
7. VSTO Power tools
2. Copy Source as HTML for Visual Studio 2008
3. Smart Client Software Guidance
4. Microsoft Network Monitor
5. Team Foundation Power tools
6. Process Monitor
7. VSTO Power tools
Thursday, June 11, 2009
Relation between Excel Range Locked property and Sheet Protection.
Sheet/Workbook State | Range Locked Property | Result |
Protected | True (Default is true) | Range is read-only |
Protected | False | Range is editable. |
Unprotected | True | Range is editable. |
Unprotected | False | Range is editable. |
Subscribe to:
Posts (Atom)
What is success?
The journey of life takes us through varied experiences like landing an admission at a prestigious college, earning a degree, getting hired,...
-
Recently after a domain password change, I got the following error in trying to run the webrole. Can not log on locally to WebRole as us...
-
I was trying my hands at creating a .NET 2.0 component that can be consumed by a COM application. One of the errors I got in the process of...
-
After editing the post-build event of my project in VS 2005, the following error came up "'Exec' task needs a command to execut...