Archive for the 'web 2.0' Category

Did you know?

WOW! flash site!

HBO Voyeur site, that’s a Classic work! WEB 3.0 for sure…

HBO Voyeur

Pixelmator

pixelmator

New Mac Company Introduces the World’s First GPU-powered Image Editor

Founded by brothers Saulius and Aidas Dailide in 2007, the Pixelmator Team today introduced Pixelmator, the world’s first GPU-powered image editing tool that provides everything needed to create, edit, and enhance still images.
“Finally, an innovative, fast, and easy-to-use image editor for Mac OS X that brings the power of todays expensive image production tools to every Mac user at a very affordable price,” said Saulius Dailide, Pixelmator Team. “We think all Mac people—home users as well as professionals—will find Pixelmator very usefull and fun”. Continue reading ‘Pixelmator’

JavaScript

 JavaScript

JavaScript is the name of Netscape Communications Corporation’s and now the Mozilla Foundation’s implementation of the ECMAScript standard, a scripting language based on the concept of prototype-based programming. The language is best known for its use in websites (as client-side JavaScript), but is also used to enable scripting access to objects embedded in other applications.

Despite the name, JavaScript is only distantly related to the Java programming language, the main similarity being their common debt to the C syntax. Semantically, JavaScript syntax has far more in common with the Self programming language.

JavaScript is a registered trademark of Sun Microsystems, Inc. It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation.

CSS

 CSS

In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).

CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and are typically denoted as CSS1, CSS2, and CSS3. Profiles are typically a subset of one or more levels of CSS built for a particular device or user interface. Currently there are profiles for mobile devices, printers, and television sets. Profiles should not be confused with media types which were added in CSS2.

Continue reading ‘CSS’

Ajax

ajax-logo.jpg

Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is meant to increase the web page’s interactivity, speed, and usability.

The Ajax technique uses a combination of:
XHTML (or HTML) and CSS, for marking up and styling information.
The DOM accessed with a client-side scripting language, especially ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact with the information presented.
The XMLHttpRequest object is used to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server, and in other implementations, dynamically added <script> tags may be used.
XML is sometimes used as the format for transferring data between the server and client, although any format will work, including preformatted HTML, plain text, JSON and even EBML. These files may be created dynamically by some form of server-side scripting.

Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies.

Creme:

MiniAjax!

ajax dhtml and javascript librarie

script.aculo.us