Archive for the “JavaScripting” category

symfony advent calendar

by jp on December 9, 2005

The PHP5 web framework Symfony has a “advent calendar” long tutorial series running. Each day will cover building a web application using Symfony. The symfony advent calendar is a set of 24 tutorials, published day-by-day between December 1st and Christmas. (…)

Read the rest of this entry »

EX4 (ECMAScript for XML)

by jp on December 8, 2005

Firefox 1.5 is bring developers a simple extension to JavaScript that makes XML scripting very simple it’s called EX4 (ECMAScript for XML). E4X support is part of JavaScript 1.6, which is delivered with Firefox 1.5. IE developers might be familiar (…)

Read the rest of this entry »

JavaScript Terminal

by jp on November 20, 2005

JS/UIX is an UN*X-like OS for standard web-browsers, written entirely in JavaScript (no plug-ins used). It comprises a virtual machine, shell, virtual file-system, process-management, and brings its own terminal with screen- and keyboard-mapping.

Web Developer Toolbar for IE

by jp on September 27, 2005

The IE Developer Toolbar provides several features for deeply exploring and understanding Web pages. Explore and modify the document object model (DOM) of a web page. Locate and select specific elements on a web page through a variety of techniques. (…)

Read the rest of this entry »

FCKeditor 2.0

by jp on July 24, 2005

This HTML text editor brings to the web many of the powerful functionalities of desktop editors like MS Word. Check out the What’s New page.

AJAX links

by jp on May 29, 2005

Developers and designers have come really crazy about AJAX. I started to look for AJAX framework for some simple form validation and I found huge amount of code samples and frameworks which are under development or already on version 5.0.

AJAX framework

by jp on May 17, 2005

With Backbase software you can quickly create user-friendly and highly interactive Rich Internet Applications. These applications are based on Web Standards and can be viewed in almost any modern web browser without installing any plug-ins. http://www.backbase.com/

Asynchronous JavaScript + XML

by jp on March 25, 2005

Jesse James Garrett writes at Adaptive Path about Ajax: A New Approach to Web Applications. A new cool way of asynchronous data retrieval using XMLHttpRequest and Document Object Model and JavaScript binding everything together.

IE Select Box Z-Index Hack

by jp on November 1, 2004

a little hack that fixes Z-Index over form select boxes at danwebb.net.

What's up with document.onload?

by jp on September 9, 2003

I was trying to use document.onload event instead using onload=”init()” event in <body> tag. But I could not get it working properly; I was trying to surf on Google but with no help. :( The document.onload event seems to be (…)

Read the rest of this entry »