Sunday, October 5, 2008

OFF-LINE web experience

I would like to share important Software (with link) that really helps during our training/presentation sessions. We need to show some of websites during such discussion, eg, educationinindia.org, intel.com/education, or some others. It’s really good if we have internet with the good speed.

BUT what if we don’t have internet ATALL and we want to use this websites as we are using it often, with same internet experience. For this OFF-LINE web experience, we need to Create A MIRROR image of this website with help of this software name:- HTTRACKER
HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility.
It allows you to download a World Wide Web site from the Internet to a local directory(on computer’s Hard Disk), building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.

WinHTTrack is the Windows 9x/NT/2000/XP release of HTTrack, and WebHTTrack the Linux/Unix/BSD release.
Website:- http://www.httrack.com/
Installation Link:- http://www.httrack.com/page/2/en/index.html
So, have a off-line websites for hassle free presentation/training.
Please revert back for any clarification.
Dharmesh Acharya

Programming in PowerPoint 2003



Let’s do something creative with our own Office 2003. For instance let’s check out Programming in PowerPoint 2003. Say for example, what if You could write on PowerPoint Slide shows and Let your PowerPoint check your answer.

Use of this facility in Education:-
For…
Evaluation, a teacher can use it for the mass evaluation.
Teacher can use wide range of ready made formats for Filling the blanks, multiple choice Questions, True or false link questions.
In our PBL, TE’s/Teachers can prepare Evaluation Tools/Teacher support Material/ Student support Material with the help of this feature.
Classroom Games.
Online survey.
Interactive presentation.

To begin with, Lets create one Fill in the Blanks as a part of Evaluation Tools

Step 1
Go to
View-> Toolbars-> Customised->Toolbars-> (Click on Box) Control Toolbox
Step 2

Select 2 Tool bars from this Box. 1. Textbox 2. Command Button

You can write some fill in the blanks statement (here the sun is _________ .)



Step 3



Double-Click on Button
This screen will appear
Write the given code (For fill in the blanks)

Private Sub CommandButton1_Click()
If TextBox1.Text = "star" Then
MsgBox ("true")
Else
MsgBox ("incorrect")
End If
End Sub
Please note = “Star” is your answer.

Then Click on Red colour button ready for the Fun.
F5/run Slide show and type your answer in textbox
and click on Button for right answer.

So use tool for effective presentation.

Few more tricks of Office, I’ll get back soon.