PUBLIC   marks

PUBLIC MARKS with tag dom

Sponsorised links

This month

Google Doctype - Google Code

by marco & 3 others
Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more

Google Doctype - Google Code

by srcmax & 3 others (via)
Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility.

Javascript Differences in Mozilla Firefox and Internet Explorer « explore.net

by karlcow

Internet Explorer 4 introduced the document.all DOM (document object model) to allow access to the various parts of the web page. Soon after that the standard DOM method getElementById was introduced and is therefore available in all version 5 browsers. This means that the document.all references are only needed to support IE4.

Sponsorised links

April 2008

March 2008

Scott Jehl, Designer/Developer, Boston, MA | Process: StyleMap v2: Visual Sitemap

by camel & 1 other (via)
StyleMap v2 uses valid HTML, CSS and a touch of DOM scripting to produce a visual sitemap out of an unordered list (UL). The result is a functional, scalable, and above-all rapid way to produce a tree-style map for the planning stages of your project. Keep in mind that although we'll cover the details of how the sitemap works, in practice you'll only need to worry about changing the markup to match your website structure. The CSS and Javascript can then be added as they are and will take care of the rest!

February 2008

PHP Simple HTML DOM Parser

by Xavier Lacot & 3 others
A simple PHP HTML DOM parser written in PHP5+. I wrote it is because using PHP DOM XML library to parse HTML is really a pain. The origional idea is from Jose Solorzano's HTML Parser for PHP 4.

PHP Simple HTML DOM Parser

by nicolas tehu & 3 others
A simple PHP HTML DOM parser written in PHP5 . I wrote it is because using PHP DOM XML library to parse HTML is really a pain. The origional idea is from Jose Solorzano's HTML Parser for PHP 4.

Select box with fixed width

by maxxyme & 1 other
Select box I.E. width problem (use javascript library)

Drop down <select /> with fixed width

by maxxyme
Fix drop-down <select /> with fixed width cutt-off bugs on IE (use Yahoo! javascript library)

January 2008

Tutorial jQuery

by camel & 2 others
jQuery est une bibliothèque javascript open-source et cross-browser qui permet de traverser et manipuler très facilement l’arbre DOM de vos pages web à l’aide d’une syntaxe fortement similaire à celle d’XPath (qui est la syntaxe de manipulation d’arbre XML). jQuery vous permet par exemple de changer/ajouter une classe CSS, créer des animations, modifier des attributs, etc. mais également de gérer les événements javascript ainsi que de faire des requetes AJAX le plus simplement du monde.

Using multiple network cards in XEN 3.0

by camel
Xen is great. But installing more than one network card became a pain when I tried it the first time. There are some documents describing the principle but I was unable to find a real life example somewhere else. So this is a summary about how it works here now. Using a bridge for a Dom is generally a good idea but then all packets traversing the bridge can be intercepted by any Dom that is using the same bridge. Having a single network card in a Xen landscape also means that theoretically each Dom would be able to sniff all packets traversing this single network card including packets to and from other Doms. A solution is to have more than one network card attached to Xen using a single network card for a single dom. The scenario described here has a server with 3 network cards installed. The first card should be used to access Dom0 and some other DomNs while the second and third network card should be used to purely access Dom1 rsp. Dom2. The Dom configuration file just needs to select the appropriate bridge for each dom.

December 2007

Interface elements for jQuery - About Interface

by loopinglechat & 22 others
Interface is a collection of rich interface components which utilizes the lightweight JavaScript library jQuery. With this components you can build rich client web applications and interfaces with the same simplicity as writing JavaScript with jQuery.

PHP: DOM - Manual

by srcmax
L'extension DOM vous permet d'utiliser des documents XML via l'API DOM de PHP 5.

November 2007

October 2007

jQuery.info

by weblogr & 15 others
Découvrir et utiliser jQuery, la librairie javascript du XXIIème siècle

PUBLIC TAGS related to tag dom

no tag

Sponsorised links