Archive for the ‘Web 2.0’ Category
Remember The Milk!
Wednesday, April 23rd, 2008Remember the Milk is a great online service for task management, with many cool features such as integration with Gmail, email reminders/sms reminders (although unfortunately not available in Ireland at this time). There is also offline access available for task list on RTM web site and in Gmail. Unfortunately this only works with new version of Gmail which leaves some Google Apps users in the dark until those accounts are upgraded.
Web 2.0 - How the web is impacting society
Friday, February 9th, 2007Here is a video from YouTube, it is a good quick insight into how Web 2.0 came to be and how it is shaping web sites for easy exchange of data and also the rise of interactivity and inter-personal communicae in various forms through blogs, rss feeds, social networking sites such as bebo and myspace. The great quest to share knowledge…welcome to the machine..
[youtube=http://www.youtube.com/watch?v=6gmP4nk0EOE]
Web 2.0 … The Machine is Us/ing Us
server monitoring tools - are you overspending on IT infrastructure?
Friday, January 19th, 2007Many organisations have over spent on hardware without realising it. About a year ago I looked into proper server monitoring tools, and of course being Linux servers I wanted to monitor I found some very capable free open source solutions. First is munin, which runs over a web interface, but has standalone server which means you can monitor Apache, along with mail services and any other services you may need to keep an eye on. It also emails when a service restarts or dies. For our own purposes we have written a WAP gateway for munin to allow us to check and restart services and server status when an internet connection is not otherwise available. We have also set up email alerts to be redirected to SMS as events occur.
Another nice piece of software is monit, which generates reports on just about every aspects a sys admin would need to know about a system, CPU, disk usage, tasks, mail queues and a host of other useful tid-bits along with a full historical graphing for most too…this can easily identify bottlenecks or under usage of server resources.
Plenty of details on setting these up can be found on howtoforge.net
If you would like to obtain the WAP/SMS solution outlined above, please get in touch with sales@bluestar.ie for a quote. SMS solution only available in Ireland, but WAP application can be used anywhere.
Ajax.request() - calling onSuccess handler with extra params
Thursday, September 21st, 2006Recently I needed to pass extra parameters to the onSuccess handler of the Ajax.request() object. Having not found any answers elsewhere on the web or blogoshere I worked out a solution, tidy enough too (Javascipt is such a nuissance when it comes to debugging!).
params = 'servervar1=x&servervar2=y';
var req = new Ajax.Request('/cgi-bin/dosomething.cgi',{
onSuccess : function(r) { my_success_handler(r, var1, var2,..,var_n) },
method : "get",
parameters : params
});
}
function my_success_handler(response, var1, var2,..,var_n) {
var content = response.responseText;
//
// do handler function
}
Creating a function reference seems to allow adding passing of extra parameters, the key is the first parameter, ‘r’ - this is the response object from XMLHTTPObject which allows you to retrieve the text/xml object from the server request. Whatever client-side vars are needed for the handler can be used now.
This works in both IE and FireFox.
The Web Office - A distant pipe dream?
Friday, September 15th, 2006I have recently being perusing some blogs and articles on the matter of a Web Office, and whether Google or Microsoft will be the first to deliver. Personally I think its a bit a moot point for the moment as there are too many obstacles in the way such as social issues, bandwidth and the usual office politics.
Indeed we are making nice headway with technologies like AJAX that pave the platform for the Web Office, and Google have launched Google Apps, which honestly is little more than a few light-weight web apps with basic functionality. Microsoft also seem to be pushing this way with tighter web intergration in existing Office products, and its Live suite of software.
There is much speculation as to whether Microsoft or Google will in the long run be in a better position to develop such products. It can’t be denied that Microsoft are leaders in Office productivity suites, however these are heavyweight desktop applications that are known to be unrepsonsive even on powerful desktops, never mind porting that to the web, I think what we’ll see from the MS camp is a slow piecemeal online port of existing technologies. Then again who has more experience and resources for web systems than Google? Google don’t mimmick desktop apps, they break free and come up with apps native to the web, Gmail is a fine re-definition of email for the web with its powerful search and message ‘Labels’ as opposed to folders, and it works damn well, mind you it’ll probably still be a while before I switch from Outlook.
For the moment we have lightweight apps for taking notes, updating web pages, schedules and email. Some are nice in concept but not quite ready for the masses to adopt. It’ll probably take another 4 or 5 years to develop on exisiting client/server communication methods and a further 5 years to see widespread support and adoption- think of how long Ajax components had been around before mass support.
Aside from technical issues with a web office, what about social and privacy issues? Would you really like to entrust your company confidentials to the databases of MS or Google? Most companies would like to keep their documents in-house, and knowing Google if you were to store all this info online they would surely scan for key phrases and deliver ads based on your documents while you edit them.
Web 2.0 - The definitive website has emerged…
Saturday, May 13th, 2006There has been quite a lot of hullabaloo both in the web design trade and wider IT circles. At the end of the day what it really comes down to is social networking, gathering the knowledge of the masses, or the experiences of the masses and stories that people can tell…there are just some examples, Wikipedia and Bebo respectively. Bebo perhaps more so, as it is more freeform, Wikipedia has the unfortunate vulnerability of allowing any Joe Soap to be a so called expert. del.ico.us is another fine example, it breaks the mould of current web site directories say like Yahoo, which uses an organisation known as taxanomy where by directories are managed by directory managers and editors, del.ico.us uses what is known as folksonomy, which is a rating and listing of a web site based on votes from other surfers. It is a golden age of growth for creative internet applications, a re-birth, probably the biggest thing since the dot bomb of late ’90s, but this time the technologies and philosophies are both more intelligent and better thought out, keeping the user experience in mind all the time. I’d like to think of this dawning era as the renaissance of the web…
