JavaScript Terminal

JavaScripting No Comments »

JavaScript Terminal
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

CSS, JavaScripting, Microsoft, WebDesign No Comments »

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.
  • Selectively disable Internet Explorer settings.
  • View HTML object class names, ID’s, and details such as link paths, tab index values, and access keys.
  • Outline tables, table cells, images, or selected tags.
  • Validate HTML, CSS, WAI, and RSS web feed links.
  • Display image dimensions, file sizes, path information, and alternate (ALT) text.
  • Immediately resize the browser window to 800×600 or a custom size.
  • Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
  • Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.
  • Display a fully featured design ruler to help accurately align objects on your pages.

Dowload here

FCKeditor 2.0

JavaScripting, OpenSource No Comments »

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

JavaScripting, Microsoft, WebDesign, XML No Comments »

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.

Read the rest of this entry »

AJAX framework

JavaScripting, XML No Comments »

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

JavaScripting, XML No Comments »

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

CSS, JavaScripting, WebDesign No Comments »

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

What’s up with document.onload?

JavaScripting 3 Comments »

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 firing before the main element is defined in both Mozilla and IE. This seems contradict to the DOM spec which says:

“The load event occurs when the DOM implementation finishes loading all content within a document, all frames within a FRAMESET, or an OBJECT element.”

View test file

Mozilla & JavaScripting

JavaScripting No Comments »

Mozilla is a great tool to use in developing web sites and web applications. Not as a development tool itself, like an editor, but as a testing and debugging tool.
I wonder if MS is planning to do something like this to IE in future? See using Mozilla in testing and debugging web sites here

Nice way of doing menus in JS

JavaScripting No Comments »

Nice article at gazingus.org

Using Lists for DHTML Menus

TransMenus
TransMenus is a modular script that creates actions for two CSS classes: “popUpMenu” and “collapsibleMenu”. When the “popUpMenu” class is assigned to a nested ul element, that element is displayed as a pop-up menu activated by the mouseover event of its parent li element. Similarly, When the “collapsibleMenu” is assigned to a nested ul element, that element is displayed as a collapsible menu expanded (i.e. made visible) on the click event of its parent li element.

http://www.archomai.org/transMenus.php

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in