Feeds
Artikel
Kommentare

Archiv für die 'HTML' Kategorie

Bin per Zufall über den folgenden Link gestossen: http://sixrevisions.com/resources/cheat_sheets_web_developer/ 23 nützliche Cheat Sheets sind darauf zu finden. Von HTML über CSS zu JavaScript, jQuery, und und und Gleich Bookmarken ;o)

google doctype, section: web security

In der google doctype Sammlung (offene Enzyklopädie für Webentwickler) findet sich eine interessante Zusammenstellung zum Thema XSS: http://code.google.com/docreader/#p(doctype)s(doctype)t(ArticlesXSS) Inhaltsübersicht: Introduction to Cross-Site Scripting Vulnerabilities Everything you ever wanted to know about cross-site scripting (XSS) attacks HOWTO filter user input in tag attributes HOWTO filter user input in regular body text HOWTO filter user input in [...]

Image Map Tooltip

Hmmmm, today I had a fight with an image map. I had to display a tooltip on a image map. After a number of hours I found the library which solved my problem. It’s called wz_tooltip.js and you can find it on this page: http://walterzorn.com/tooltip/tooltip_e.htm. Afterwards you can use the lib to display a tooltip [...]