Innovative Web Solutions
Blue Star have a proven reputation for building
high performance web designs and web applications
backed up by strategic online marketing campaigns.

Posts Tagged ‘Web 2.0’

AOL to sell or close Bebo

Wednesday, April 7th, 2010

Bebo had potential just seemed to get left behind in the social network evolution, it was many people’s introduction
to social networking, but alas the rise of facebook, twitter and myspace seem to have pushed it out of the public’s mind

Interestingly enough as a footnote Time Warner have spun out aol and it
is once again an indepedant, which is guess is also a bad thing for
AOL…another footnote in the history of the Internet?

Post to Twitter Post to Facebook Post to MySpace

Join Blue Star on Facebook!

Tuesday, July 29th, 2008

Blue Star Web Design has opened a public company profile to network with clients, friends and clients to be.

You can add me as a friend to expand the Blue Star empire and empower more people to reach beyond the skies!

http://www.facebook.com/profile.php?id=1392184973

Post to Twitter Post to Facebook Post to MySpace

Remember The Milk!

Wednesday, April 23rd, 2008

Remember 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.

Post to Twitter Post to Facebook Post to MySpace

Web 2.0 - How the web is impacting society

Friday, February 9th, 2007

Here 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

Post to Twitter Post to Facebook Post to MySpace

Ajax.request() - calling onSuccess handler with extra params

Thursday, September 21st, 2006

Recently 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.

Post to Twitter Post to Facebook Post to MySpace

The Web Office - A distant pipe dream?

Friday, September 15th, 2006

I 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.

Post to Twitter Post to Facebook Post to MySpace

AJAX - The future of the Web

Saturday, August 26th, 2006

AJAX is a set of technologies that has been around for quite some time but only maturing and being taken advantage of now. In true geek speak it stands for Asynchronous Javascript And XML. What it really translates to layman’s terms is being able to dynamically update a partial section of a web page without having to refresh the entire page. Google Maps, Wikimapia and most of Google’s webmaster tools are built on AJAX. Pages are built with DHTML, such as DIV elements that can be filled with content by creating an XMLHttpRequest object with Javascript. A request is sent to the remote server to retrieve either a snippet of XML or text which can be interpreted and displayed on the web site. For example, if you wish to have your visitor select the region they are from, when they select their country a list of regions for that country could be displayed on the page in a DIV element which is dynamically filled with content from the XMLHttpRequest object without the need to refresh the entire page. There are many possibilities for this technology and it is taking the web a step closer to the responsiveness and type of applications previously dominated by traditional desktop software. A fine example of AJAX at work is Google’s spreadsheet application at spreadsheet.google.com. Many more will follow and over time the underlying desktop operating system will become less significant as most of our everyday desktop tools are migrated into an AJAX equivalent. The term Web 2.0 has been coined by Tim O’Reilly and other leading figures in the Internet marketplace, AJAX is more or less the foundation of this new craze that’s spreading through the web like wildfire.

Diarmuid Ryan, Managing Director
Blue Star Web Design Ireland

Post to Twitter Post to Facebook Post to MySpace

Web 2.0 - The definitive website has emerged…

Saturday, May 13th, 2006

There 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…

Post to Twitter Post to Facebook Post to MySpace

Blue Star Web Design Ireland
e: sales@bluestar.ie
t: +353 86 3318412
Tipperary Town

Copyright ©2010 Blue Star