November 17, 2004

Web Tools

I have intended to write an article about "web based tools for learning", but when my comprehensive committee did not choose that topic, I haven't gotten back into it. This is a brief substitute to put some tools before you, so you can just go and try them out and see what benefit they have for you. All of these are tools that I use as a grad student, and quite frankly, I'm not sure how I would have worked without them. Some have been around awhile, and some are fairly new. They art tools often described as "social software" applications, because of their feature set including the ability to post or sent content to anyone or any web site you choose. I would be glad to talk with anyone about the various tools, but I think most of you would do best to just go to the site and see what they are about and try them out if it moves you. Here is an unorganized list, slightly annotated:

Furl
http://www.furl.net
With a menu button added to your browser menu bar, furl will capture any web site you select, allow you to add a category from a dropdown menu, and any notes you choose to identify it. You can then search by keywords any resources you have "furled", bring the site back up, and even send a list of your items to someone else, or to your Weblog. They provide the hard drive, you get a great research tool, and its FREE.

Flickr
http://flickr.com/
A great way to store, search, sort, and share your digital pictures! Also Free.

del.icio.us
http://del.icio.us/
A social bookmarks manager. Same concept: menu bar button, click, saves whatever web page your on as a bookmark. Uses their storage facilities, you can sort, export, import, and format to any number of file types, including IE Favorites, or Mozilla style bookmarks.

Technorati
http://www.technorati.com

A Technorati Watchlist is a customized report that tracks incoming links to people and places you care about. With your Watchlist, you can track the daily conversations that develop between people on weblogs and the sites, news, products and topics they are talking about. 3 free watchlists are available.

Feedburner
http://www.feedburner.com
For Weblog authors, feedburner can provide several services. It captures your RSS or Atom feeds, and stores them, and makes them available for publishing in an RSS newsreader, or export to wherever you like. It also can track traffic using your RSS feeds.

Blogdigger and Feedster Blog Search Engines
http://www.blogdigger.com
http://www.feedster.com

Blogdex
http://www.blogdex.com
A research project from MIT Media Lab that tracks ideas as they move across the blogsphere.

I have another group of tools, more in the "Personal Information Management" category that will require another article due to the platform differences of the applications. This category is primarily software that you download and use on your own computer. More later.

Learning PHP

Hopefully, we will have another PHP workshop next quarter, if some of the student teachers choose to put one together again. In the mean time, those of you interested in learning PHP, here are a few suggestions to get started.

XOOPS, an eXtensible Object Oriented Portal System, is an open source (as in free!) content management system built with PHP. I think it is an excellent product for students to learn about PHP, dynamic web site development, and a lot of related issues. Basically, it works with PHP and MySQL to provide a Web site a "back-end" system that makes it dynamic instead of static. You can design your own interface (XHTML/CSS) and manage it with XOOPS among other things. You can learn as much as you desire, or just use it to help you automate the development of web sites. You will need a Web server that supports PHP and MySQL.

On the XOOPS site, are some good PHP tutorials as well as an online Manual. I think the combination of downloading the XOOPS module, studying the tutorials and related manual, will give anyone a good starting experience with PHP, and certainly will expand your web development skills. The following links will get you to the site and the tutorials:
XOOPS Content Management System (Open Source - free)
http://docs.xoops.org/modules/intro/

php tutorial
http://docs.xoops.org/modules/mylinks/visit.php?cid=1&lid=2

php manual
http://docs.xoops.org/modules/mylinks/visit.php?cid=1&lid=2

W3Schools php tutorial
http://docs.xoops.org/modules/mylinks/visit.php?cid=1&lid=4