background preloader

Tech

Facebook Twitter

Zen and the art of Nonprofit Technology Blog. CiviCRM. O'Reilly: What Is Web 2.0. By Tim O'Reilly 09/30/2005 Oct. 2009: Tim O'Reilly and John Battelle answer the question of "What's next for Web 2.0? " in Web Squared: Web 2.0 Five Years On. The bursting of the dot-com bubble in the fall of 2001 marked a turning point for the web. Many people concluded that the web was overhyped, when in fact bubbles and consequent shakeouts appear to be a common feature of all technological revolutions. Shakeouts typically mark the point at which an ascendant technology is ready to take its place at center stage. The pretenders are given the bum's rush, the real success stories show their strength, and there begins to be an understanding of what separates one from the other. The concept of "Web 2.0" began with a conference brainstorming session between O'Reilly and MediaLive International.

In the year and a half since, the term "Web 2.0" has clearly taken hold, with more than 9.5 million citations in Google. This article is an attempt to clarify just what we mean by Web 2.0. 1. Emily Chang - eHub. Artsy Editor Artsy Editor is an advanced full-screen WordPress WYSIWYG editor. It provides faster, less-hassle ways to format, add links, upload media and scale images, so you can focus on writing the best content. Fits perfectly with bloggers and WordPress developers.

URL: Artsy Editor WikiCards A free tool that helps users organize any kind of collections. Frank A freelancers management service, that helps both employers and freelancers. My Code Stock A free online service for storing and managing code snippets and complete Scripts in any Coding Language (e.g. Student Coupons Whether it’s buying take-out, booze, groceries, clothing or a frozen yogurt, the Student Coupons pledge to users is to offer exclusive deals that don’t suck. Pzyche A conversion optimization engine that understands who your visitors are and what products they are looking for.

Shall I Buy iTrulyCare Webplanner LiquidSpace Find a great space to work now. Glympse eHub Interviews PrivatelyApp DocRaptor FreeeAgent Pokki TestFlight. Home. Google MyWay - How to search Google efficiently. AJAX:Getting Started - Devmo. This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started. What's AJAX? AJAX stands for Asynchronous JavaScript And XML. In a nutshell, it is the use of the XMLHttpRequest object to communicate with servers. It can send and receive information in various formats, including JSON, XML, HTML, and text files.

The two major features of AJAX allow you to do the following: Make requests to the server without reloading the page Receive and work with data from the server Step 1 – How to make an HTTP request In order to make an HTTP request to the server with JavaScript, you need an instance of an object with the necessary functionality. If (window.XMLHttpRequest) { httpRequest = new XMLHttpRequest();} else if (window.ActiveXObject) { httpRequest = new ActiveXObject("Microsoft.XMLHTTP");} Note: For illustration purposes, the above is a somewhat simplified version of the code to be used for creating an XMLHttp instance.

What should this function do? TechFoundation - TechFoundation Homepage.