Archive for October 28th, 2009

Windows Presentation Mode

Presentation mode isn’t new (it was introduced in Vista), but it is handy. One easy way to turn presentation mode on is to type “present” into the Start menu search box and let Windows find the “Adjust settings before giving a presentation” item.

image

From here you can turn on presentation mode and tweak some settings.

image

Notice the help text says “your computer stays awake”. I turned on presentation mode today just to keep my laptop awake while it sat in a corner coping a 16 GB file over WiFi.

Of course, presentation mode is useful when you have an actual presentation, too. In addition to the background, screen saver, and volume settings, Messenger will mark your status as busy and not throw toast on the screen (you’ll only get a blinky icon in the taskbar). Other applications can disable their notifications, too, but the author of the application has to write the code to be aware of notification state. Kirk Evans has an example.

What About Desktops?

Unfortunately, presentation mode is only available on laptops by default. It turns out you can do a fair amount of presenting from a desktop with Camtasia (love it) and Shared View.

The good news is you can have presentation mode on a desktop with just a couple registry tweaks: http://www.dubuque.k12.ia.us/it/mobilitycenter/

What About The Command Line?

presentationsettings.exe is the name of the executable that displays the dialog shown above. If you want to toggle presentation mode from a script you can use:

presentationsettings /start

and

presentationsettings /stop

Another handy executable is mblctr.exe. This program launches the Windows Mobility Center with a UI to tweak brightness, power settings, presentation mode, and more.

This concludes my exuberant Windows tip of the day, I hope you found it useful.


Eclipse Tools For Silverlight Now Available

The Eclipse Tools for Silverlight (Eclipse4SL) plug-in is an open source, cross-platform plug-in for the Eclipse development environment that enables Eclipse developers to build Silverlight Rich Internet Applications (RIAs).  Microsoft has collaborated with Soyatec, a France-based IT solutions provider, to develop subsequent beta versions, including the Mac version, since announcing the Eclipse4SL project in October 2008.  Today we are excited to announce that Microsoft and Soyatec have released version 1.0 of the Eclipse Tools for Silverlight plug-in, which can be downloaded here: http://www.eclipse4sl.org/ 

Version 1.0 of Eclipse4SL targets Silverlight 2.0.  We are working with Soyatec to add support for Silverlight 3.0 in spring 2010 timeframe. You can find a roadmap of the milestones that we have projected on the project site: http://www.eclipse4sl.org/#roadmap . Video demo walkthrough of the plug-in are also available here and here (Mac version).



Make Tabs Behave More Smoothly With Organic Tabs

Organic Tabs is a jQuery Plugin that allows you to build a tabbed area with smooth / gentle transition from one tab to another; even if these tabs contain content of different heights. The effect is achieved by calculating heights and animating between those heights on the fly.

Primary purpose of Organic Tabs is to enable tabs behave smoothly; other than that script is fairly simple, clean and semantic markup. Organic Tabs should work on all major browser and you can easily change its look and feel using CSS.

Developed by Chris Coyier of CSS-Tricks; Organic Tabs is available for download License Free.  You can find further information, demo & download on CSS-Tricks Website.

Similar Posts:

You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.


“Can not find Respack” error when running a Moonlight project

I recently upgraded to MonoDevelop 2.2 Beta 2 (for the debugging capability, more on that later) on my Mac.

When I opened a Moonlight solution and tried to run it, I got the following error:

Could not find respack

The project had lost its references to System.Windows and System.Windows.Browser.

The cause turned out to be that when you upgrade MonoDevelop, it doesn’t always update where it’s pointing.

The solution was to go to:

/Library/Frameworks/Mono.framework/Versions

and delete all directories except the one for the current version of MonoDevelop, in my case, 2.4.2.3


jQuery Horizontal Accordion Script

Horizontal Accordion Script is a jQuery Plugin which turns an ordinary UL list into a horizontal accordion. You can easily change the look and feel via CSS and customize its functionality with the help of various options. Horizontal Accordion is cross browser script and has been tested to work on IE6+, Firefox and Opera.

The HTML markup of the Accordion (UL list) can either be defined inline on the page, or inside an external file instead and fetched via Ajax. Plus you can specify which LI should be expanded by default, whether to persist the last expanded LI (within a browser session), and also, expand a particular LI by passing in different parameters into the URL string. All this makes for a versatile, smooth horizontal accordion.

Developed by Dynamic Drive; jQuery Horizontal Accordion Script is available for download for Free. You can find further information, demo & download on Dynamic Drive Website.

Similar Posts:

You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.


  • Sponsored Links

  • .

    Copyright © 1996-2010 Answer My Query. All rights reserved.
    iDream theme by Templates Next | Powered by WordPress