Wednesday, January 3, 2007

Women in ICT workshop

As a first step in our "Women in ICT" project, we organized a "Women in ICT: In Search of Identity" workshop on 19-20 December 2006 at SAP Falcha. Due to the bandh called on 19th Dec, we almost had to postpone the workshop. Nevertheless, we decided to go ahead with our schedule and indeed it was a good decision for significant number of participants turned up despite the disruption. The second day was also a fruitful one due to the presence of some key personalities.

The main question that our workshop focused on was "Why are women left behind in the ICT movement?". Discussions focused around the issue andwe were able to come up with quite a few strategies to address this issue, thanx to the valuable inputs and suggestions of the participants.

Another key feature of the workshop was the knowledge sharing mechanism that we used. Open Space methodology that we used to facilitate the discussions was appreciated and liked by all the participants. Also, setting up wiki stations was a key example of appropriation of technology.

All in all, the workshop was a satifying experience for us all.

Tuesday, January 2, 2007

The magic of AJAX

Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is meant to increase the web page's interactivity, speed, and usability.

(From Wikipedia:- http://en.wikipedia.org/wiki/Ajax_(programming))

WYSIWYG editor

WYSIWYG [wɪziwɪg] or [wiziwɪg]), is an acronym for What You See Is What You Get, used in computing to describe a system in which content during editing appears very similar to the final product.[1] It is commonly used for word processors, but has other applications, such as Web (HTML) authoring.

The term describes a user interface that allows the user to view something very similar to the end result while the document or image is being created. For example, a user can view on screen how a document will look when it is printed to paper or displayed in a Web browser. It implies the ability to modify the layout of a document without having to type or remember names of layout commands.

NOTE: Extract from Wikipedia (http://en.wikipedia.org/wiki/WYSIWYG)