CNET News.com reviewed a Web 2.0 site for people searching for housing called MyNewPlace. The site allows blog postings by its communities and also shows Google maps of the apartments locations. People can get information regarding apartment choices without needed to registering for the site. The renter receives $150 in rebate money if they sign a rental agreement and the owner of the units pay a fee to list the unit.
More »
CNET News.com had an interesting article about Web 2.0 in enterprise. The corporate world has been slow to adopt technology such as blogs and AJAX, but it finally seeing the importance of using Web 2.0 in their businesses.
More »
Anyone who has been following web technology the last couple of years has had to have heard or used the term AJAX that stands for Asynchronous JavaScript and XML. Jesse James Garrett coined the term in 2005, but the technology has been around long before that. AJAX has been so popular that there have been conventions and trade shows focused around the topic.
More »
AJAX Magazine has a small tutorial on how to integrate Google Calendar into your website using PHP and AJAX. The PHP script just reads the feed from Google Calendar which you can publish via XML or ICAL. This script can read either the public or private calendars. The JavaScript is a basic XML parser which reads the data from the PHP script and output’s it to the DOM.
More »
With the Web 2.0 phenomenon in affect, people are feeling the investment fever they did in the dot-com era according to CNN Money. The Internet bubble had burst once before and many people thought it would never happen again. The next net boom may happen again.
More »
AOL may release a competitor to the popular MySpace social networking site. The rumors has been somewhat confirmed by associates working at AOL. It seems to be a pretty good market but AOL may be too late in the game to unseat MySpace.
More »
I’ve decided to move toward more standardized JavaScript code as opposed to custom code. I figure it would make things easier to debug and if there was a patch with open source code I could just apply it to my existing projects. Those of you familiar with AJAX or even JavaScript in general have probably heard of these open source JavaScript projects.
More »
For those not familiar with AJAX, there was an article I read when I first started learning by Jesse James Garrett called Ajax: A New Approach to Web Applications. To sum the article, AJAX is XHTML/CSS for the presentation, display and interaction through the DOM model, data interchange using XML and XSLT through an XMLHttpRequest all bound together with JavaScript. For more information read the article. This week I came across an article called AJAX Gets ALE.
More »
Google released the beta version of their calendar program and I have to say I’m quite impressed. That’s not to say that I’m not impressed with the other Google products, but Google continues to put quality ideas into a working Web 2.0 application.
More »