Tech2All | Gadgets, Web 2.0, Reviews

about web 2.0 | gadgets | reviews

Advertise - Contact Us

Archive for February, 2006

Page 10 of 29« First...«89101112»...Last »

RSS - Make your Internet Life Easier

Written by Ruhani Rabin on February 22, 2006.

This article written by the "Change of Subject" Blog of Chicago Tribune
It’s time to take your relationship with the Internet to the next level, and I’m here to tell you how to do it in 23 short, easy steps (see below) with as little jargon as possible.

Those who already use “feed” technology should just move on along, as there’s nothing new for you here.

The rest of you, who may have heard of “feeds” but been put off by those geeky letters people throw around when talking about it and felt confused about where and how to start, welcome.

23 real simple steps to making your Internet life much better

Firefox Extension Development Tutorial

Written by Ruhani Rabin on February 22, 2006.

This tutorial has been created for individuals wanting to develop full-featured extensions for the Mozilla Firefox browser. The tutorial has been constructed as a step-by-step guide providing many examples, explanations, and external references to help the reader have a full understanding of extension development.

Please use the menu on the left to navigate through this tutorial. Each section has been dedicated to a certain stage of the development process. It is recommended that you read through the tutorial in order, as some information builds upon previous sections.

The following major topics are covered in this tutorial:

  • Packaging and Distributing Extensions
  • Creating and Modifying User Interfaces
  • Firefox Integration (API basics)
  • Creating User Preferences to store information
  • Creating User Preferences Pane (for the Options window)

AjaxAC: Open-source PHP framework for Ajax

Written by Ruhani Rabin on February 20, 2006.

The basic idea behind AjaxAC is that you create an AjaxAC application, which in itself contains a number of action handlers and event handlers. An application in this context might mean an entire web site powered by Ajax, or it could mean a subset of a form.

View the CountryRegionCity example, which uses Ajax to narrow down subselects.

Features

  • All application code is self-contained in a single class (plus any additional JavaScript libraries)
  • Calling PHP file / HTML page is very clean. All that is required is creating of the application class, then referencing the application JavaScript and attaching any required HTML elements to the application.
  • Built in functionality for easily handling JavaScript events
  • Built in functionality for creating subrequests and handling them
  • Allows for custom configuration values, so certain elements can be set at run time
  • No messy JavaScript code clogging up the calling HTML code - all events are dynamically attached
  • Easy to integrate with templating engine due two above 2 reasons
  • Easy to hook in to existing PHP classes or MySQL database for returning data from subrequests
  • Extensible widget structure to be able to easily create further JavaScript objects (this needs a bit of work though)

AjaxAC home page

Page 10 of 29« First...«89101112»...Last »