Tuesday, 13 November 2007 12:23 by
mha
 |
If you're MSN fanatic and want to be able to chat when you're on the move, you might want to take a closer look at eBuddy Mobile Messenger Beta which is a free mobile Messenger Application capable of connecting to MSN, Yahoo! and AIM networks. I'm running it on my K810i and it works perfectly - actually it supports most phones out there! Take a look at the features on the website and when you want to install on your phone, simply point your mobile browser to http://get.ebuddy.com
|
acdc1c72-e4d5-4b4a-a91e-573a8b152ed0|0|.0
Tuesday, 13 November 2007 10:39 by
mha
TechEd is over and Leif and Rene has returned with a couple of DVD filled with goodies. Over the next weeks I'll post the files I find most interesting from the DVDs.
So to get the .NET v3.5 show on the road let's start with a 32 pages Introduction to the .NET v3.5 Framework. As I'll do with all the files, I've converted it to PDF (from Word 2007) - Enjoy: Introducing NET Framework 35.pdf (11.36 mb)
96345bb5-53cc-44d6-9392-01d4237028b1|0|.0
Friday, 9 November 2007 06:34 by
mha
YSlow is a Firefox Addon which works together with Firebug to analyze web pages and tells you why they're slow based on the rules for high performance web sites.
YSlow gives you:
* Performance report card
* HTTP/HTML summary
* List of components in the page
* Tools including JSLint
cf2a2eff-207c-4c4c-8e96-9e249c791bee|0|.0
Wednesday, 7 November 2007 19:38 by
mha
If you're using Google Analytics you might want to take a closer look at this book written by Justin Cutroni an authorized Google Analytics consultant. The book is available for only $10 and is highly recommendable.
03d014a4-f649-42fa-aa03-85c69d1ff1ae|0|.0
Wednesday, 7 November 2007 08:42 by
mha
Mads from Sonofon showed me a link earlier today which many of you also might find interesting: http://freecomputerbooks.com
The URL kind of says it all, so no need for further introduction :-)
fc258b08-55cf-42af-9ae8-bba4bb7a526d|0|.0
Tuesday, 6 November 2007 16:15 by
mha
Vista does not mount ISO files by default, which is kind of strange when Microsoft delivers e.g. Orcas Beta2 as an IMG file.
However, a utility called Virtual Clone Drive takes care of this. The utility will let you mount .ISO, .CCD, .DVD, .IMG, .UDF and .BIN files.
Please note that this utility does not work on Windows Vista 64 bit edition.
f6e7e7d6-b47c-4ad7-a239-f5cb65c370ff|0|.0
Monday, 5 November 2007 10:44 by
mha
Often you need to access the ScriptManager on a Content Page to e.g. set Focus to a Button. The easiest way to do this is using the static GetCurrent method of the ScriptManager Class. Like this:
ScriptManager.GetCurrent(Page).SetFocus(btnSubmitRequest);
Unless you're really sure a ScriptManager exists, you have to check if it exists like this:
// Does a ScriptManager exists for the page?
ScriptManager scMan = ScriptManager.GetCurrent(Page);
if (scMan == null) throw new Exception("No ScriptManager found!");
54c0036b-14b1-43f4-a3b1-a25934654416|1|5.0
Monday, 5 November 2007 07:53 by
mha
There's a lot of great new stuff in the upcomming release v3.5 of the .NET framework.
Microsoft have updated their Namespace poster to include v3.5 - Download it here:
NET35_Namespaces_Poster.pdf (986.55 kb)
c39dea6f-8c5e-446c-bf95-ed0a771fe804|0|.0