Tutorials

There is a text–to–speech utility, Narrator in Windows designed to help blind or have low vision people to work on computer. Narrator can be used with Notepad, WordPad, Control Panel programs, Internet Explorer, the Windows desktop, and some parts of Windows Setup. Narrator may not read words aloud correctly in other programs.

How to turn on?
Mouse actions.
Point to Start menu
Point to All Programs
Point to Accessories
Point to Accessibility
Select Narrator

Keyboard actions.
Display the Start menu by pressing CTRL+ESC.
Press R.
Type narrator.
Press ENTER.
Notes: A message box with a link to more information about Narrator may appear. To close the box, press ENTER.

To use Narrator but hide the Narrator dialog box, select Minimize by pressing ALT+SPACEBAR, N.

To turn off Narrator, in the Narrator dialog box, press ALT+X, Y.

[youtube="http://www.youtube.com/watch?v=sxal31zIKdE"]

Dont you know that you can post voice messages to your blog using GrandCentralPrint. You can also create and place a WebCall button on your blog to allow your blog readers to send you voice messages.

To post voice messages to your blog, first you’ll need to sign up for GrandCentral (for free). Then, you have to make just follow steps:

1.Log in to GrandCentral and go to the Inbox tab.
2.Click the message you’d like to post.
3.In the voicemail player, click the Post tab.
4.Copy the HTML code provided.
5.Sign in to Blogger and edit the post where you’d like to add a voice message.
6.Click the Edit HTML tab, and paste the code provided by GrandCentral.
7.Publish your post as usual.
If you’d like to post messages you leave for yourself, you’ll have to call your GrandCentral number from a phone that isn’t associated with your GrandCentral account; otherwise, you’ll be prompted with the GrandCentral main menu.

How to to incorporate a QuickTim movie within your Web site? First of all you shoul create a hinted QuickTime movie and upload it to your streaming media directory:

1.Prepare and encode your source content into a hinted QuickTime Streaming movie. Refer to How to Hint a QuickTime movie for help. Choose an appropriate filename to remind yourself that it has been hinted. The instructions that follow refer to your hinted QuickTime movie as hinted.mov.

2.If you have not done so already, activate your streaming media directory now.

3.Upload hinted.mov to your streaming media directory (public_media) on Dante or Homer. Be sure to upload it as “binary” or “raw data” since it is not a text file.

4.(Optional) Now that hinted.mov is in your streaming media directory, test it using QuickTime Player. If your movie does not stream correctly when opened by QuickTime Player, it is unlikely to stream later, when you’ve done additional work to add it to your Web site.

Next, create a reference QuickTime movie and upload it to your Web site:

1.Create a reference QuickTime movie that points to your hinted QuickTime movie on the QuickTime Streaming Server. Choose an appropriate filename to remind yourself that it is a reference QuickTime movie. The instructions below use the simple filename ref.mov.

2.Upload ref.mov to your Web site. Be sure to upload it as “binary” or “raw data” since it is not a text file.

Finally, reference your reference QuickTime movie from a Web page:

1.Create or edit the Web page on which you want visitors to find your streaming media. Use whatever tool you normally use to work on Web pages.

2.Either add a link to your reference QuickTime movie:

Substitute pixels according to the width and height of your hinted QuickTime movie, adding 16 pixels to the actual height to provide space for the movie controller. Refer to Embedding QuickTime for web delivery to learn more about the attributes of the EMBED and OBJECT elements in this context.

3.(Optional) Add a “Get QuickTime” button for visitors who may need to download the QuickTime Player:

Make sure you adhere to Apple’s usage guidelines.

4.Save this Web page and, if need be, transfer it to your Web site. Your Web page and reference movie should reside in the same directory, otherwise you must adjust the reference to the reference movie.

You’re done. Open your Web page and try it out.

This is the easiest way to change eye color in photoshop CS3.

[youtube="http://www.youtube.com/watch?v=RWr73zG0f3I"]

1. Open up the image

2. Pick up “fuzzy” brush from the drop down brush menu.

3. Choose the dodge tool on the vertical menu bar and selecting the range ‘Midtones’ and the Exposure (about 20%) just go around the iris (the colored part) of the eye.

4. Choose any color you want

5. For the color, choose Mode: Soft Light, Flow: 30%, and Opacity: 30%.

6.Then go over the iris of the eye like before.

If you have tryed out already Google’s Chrome you ppehaps have appreciated at organizing of the browser’s system tabs. Clicking on a link opens up to next to your current tab, allow you the liberty to go to your new tab immediately without needing to scroll down countless tabs like Firefox currently requires. I’m not overdemanding.

According to Startupmeme.com Mike Beltzner, Director of Firefox at Mozilla, promised that Firefox will soon have this feature included in their browser, most likely in the next version, having in mind grouping tabs found in IE8.

What is JavaScript? This is the scripting language of the Web used in millions of Web pages to add functionality, validate forms, detect browsers, and much more.

JavaScript is easy to learn!

What is JavaScript was designed to add interactivity to HTML pages.

JavaScript is a scripting language
A scripting language is a lightweight programming language
JavaScript is usually embedded directly into HTML pages
JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
Everyone can use JavaScript without purchasing a license

What can a JavaScript Do?

JavaScript gives HTML designers a programming tool – HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small “snippets” of code into their HTML pages
JavaScript can put dynamic text into an HTML page – A JavaScript statement like this: document.write(“

” + name + “

“) can write a variable text into an HTML page
JavaScript can react to events – A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element
JavaScript can read and write HTML elements – A JavaScript can read and change the content of an HTML element
JavaScript can be used to validate data – A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing
JavaScript can be used to detect the visitor’s browser – A JavaScript can be used to detect the visitor’s browser, and – depending on the browser – load another page specifically designed for that browser
JavaScript can be used to create cookies – A JavaScript can be used to store and retrieve information on the visitor’s computer.
If you really have decided to begin to learn such important thing as JavaScript it is worth to visit 3schools.com to start it rigt now.