Windows Vista Business Test Drive

Microsoft have launched a new site Windows Vista Business Test Drive to allow users to use the latest operating system without having to install it on a machine.  Its ready to go.  If your not sure what your doing, then it has videos and sceneries to help you.

http://www.windowsvistatestdrive.com/

This is great if you need to demo the application without powerful enough hardware as well, all you need is a Internet connection.  Don’t expected any aero effect as its done over Terminal Services.

 

Technorati tags: ,

Microsoft Wireless Entertainment Desktop 8000

Really impressed with the look of Microsoft’s new desktop combo keyboard / mouse combo.

http://microsoftatces.com/archive/2007/01/03/wireless-desktop-system-wins-2007-international-ces-innovations-design-and-engineering-award.aspx

I think I’ll get one of these at some point, the current combo I have is really good.  Had it a few years, but it doesn’t feel like it and still feels great.   Highly recommend them. Much better than others I have tried…

 

ASP.net Ajax Accordion Control – Change Index via Code

Just been playing around with the Accordion control from the toolkit and I was trying to change the selected panel via JavaScript.  After a bit of looking around on the ASP.net forums and the VS debugger I managed to do it, so I thought I would share the code with you here.

My server control looks like this:

<ajaxToolkit:Accordion
Height=”600px”
ID=”navigation”
runat=”Server”
SelectedIndex=”0″
HeaderCssClass=”accordionHeader”
ContentCssClass=”accordionContent”
AutoSize=”Fill”
FadeTransitions=”true”
TransitionDuration=”200″
FramesPerSecond=”40″>

.

 

 

My javascript is then:

function ChangeIndex()
{
var accHost = $find(‘navigation_AccordionExtender’);
var i = accHost.get_SelectedIndex() + 1;
accHost.set_SelectedIndex(i);
}

 

Whenever ChangeIndex() is called, it moves the Accordion control to the next panel.  Of course needs some error checking to make sure you do not go past the end but you get the idea.   Hope it helps.

 

Technorati tags: ,

Microsoft launching Windows home server product at CES (or Live Drive?)

Engadget are reporting that Microsoft will be launching a home server (codename Quattro) at CES.  I’ve heard reports about Quattro before being a cut down version of 2003 but I’m not sure it would be released a CES – if anything it will just be an announcement that its coming.

Windows Connected has a image of the CES guide with Microsoft having an ad regarding data storage.  They are suggesting the Windows Live Drive launch, this I feel is a lot more likely than a server product and what I predict will be announced (in beta format of course).

I know this is required, with more and more data and computers in the house there needs to be a good reliable way of storing data.

Personally, I would like both 🙂

Time will tell, but not much time as CES is January 8-11.

Steve jobs has got things to announce…

The MacWorld keynote is just around the corner (9th January) and its been announced that Steve Jobs is going to give a two hour keynote, instead of the usual 1-1 1/2 hours.  Guessing he has got a lot to talk about.

Rumors include:

iPhone (or whatever Apple will call it)
iTV
Leopard
8x Core Xeon for Mac Pro
iWork / iLife 07
One more thing – new video ipod?

 

Wonder if there is going to be new MB or MBPs, not sure if now is the best time to buy…

Technorati tags: , ,

WebDD: Scott Guthrie is coming to the UK

At DDD4, WebDD was annouched and it would take place on Saturday 3rd February. This is an event run for Web Developers and designers at Microsoft HQ UK (Reading). 

The organizes have just annouched the speakers and sessions, with Scott Guthrie (General Manager for ASP.net, WPF, WPF/E, WinForms, IIS7 – all the cool topics atm (apart from C# 3.0)) doing a couple of sessions.  How cool is that!!  They have also got some other great speakers with some great sessions.  Sounds like an amazing event!!! Can’t WAIT! 

 

More info at:

http://www.webdd.org.uk

UPDATE:  Plip just posted regarding registration

“Space is strictly limited and when all the places are gone, that’s it.

We’ll be opening registration fully within the next 48 hours.”

If its anything like DDD4 it will be gone in a couple of days…

 

Technorati tags: , , ,

.NET 3.0 MCTS Exams

It looks like Microsoft are planning new exams for the .Net 3.0 MCTS technologies (WPF, WCF, WF).

At the moment they are planning 2-3 different exams (WPF + WCF/WF or WPF + WCF + WF).  They will be available to take as part of the Orcas’ release.

Guessing I will take the WPF exam when its released.  But I am starting to ask – is it really worth it?

Source:

http://blogs.msdn.com/howard_dierking/archive/2006/12/08/what-are-we-planning-for-net-3-0.aspx

 

Technorati tags: , , , , ,