Categories
HTML

Even more div bookmarklets

bookmarklets

‘+b+’

‘+h);void(t[i].style.border=’2px solid red’);}”>Show and label divs with classes
Exactly as above, but this time only <div>s that have a class are labelled.

[via Sanjay’s Coding Tips]

Categories
HTML

Should have posted this earlier

I can’t count the number of times that the show DIV bookmarklet has been needed and I had to run down a working version. So to save myself in the future show divs.

Categories
HTML

Should have posted this earlier

I can’t count the number of times that the show DIV bookmarklet has been needed and I had to run down a working version. So to save myself in the future show divs.

Categories
Apache HTML Perl Weblogging

ModRewrite + Blosxom

Go from http://fozbaca.org/blagg/blosxom.cgi/ to http://fozbaca.org/blagg/

RewriteEngine on
RewriteRule ^$ blosxom.cgi
RewriteRule !^blosxom\.cgi - [C]
RewriteRule (.*) blosxom.cgi/$1

mod_rewrite magic on the blosxom list.

Categories
Apache HTML Perl Weblogging

ModRewrite + Blosxom

Go from http://fozbaca.org/blagg/blosxom.cgi/ to http://fozbaca.org/blagg/

RewriteEngine on
RewriteRule ^$ blosxom.cgi
RewriteRule !^blosxom\.cgi - [C]
RewriteRule (.*) blosxom.cgi/$1

mod_rewrite magic on the blosxom list.

Categories
HTML Web XML XSLT

Markup Background

The Secret Life of Markup

The average reader – one not raised by wolves, or, worse, by rabid advocates of Standard Generalized Markup Language during the heyday of SGML – may not clearly understand the concepts of Semantics, Structure, Markup, Content, Style, Transformation, and Presentation. Heck, I’m not sure many of us did back then either, but we’ve had a few years to think about it.

A little basic at times but averall an all around good sumary of the markup situation.

Categories
HTML Web XML XSLT

Markup Background

The Secret Life of Markup

The average reader – one not raised by wolves, or, worse, by rabid advocates of Standard Generalized Markup Language during the heyday of SGML – may not clearly understand the concepts of Semantics, Structure, Markup, Content, Style, Transformation, and Presentation. Heck, I’m not sure many of us did back then either, but we’ve had a few years to think about it.

A little basic at times but averall an all around good sumary of the markup situation.

Categories
HTML

Don’t use that DIV

Taming Lists or how to use LI instead of DIV where appropiate. Have to confess to being a culprite of exxisve use of DIV.

Categories
HTML

Don’t use that DIV

Taming Lists or how to use LI instead of DIV where appropiate. Have to confess to being a culprite of exxisve use of DIV.

Categories
Development HTML MovableType Web XML XSLT

XSLT AbiWord to HTML

abi2html

A command line app written in Java which, using the Xalan XML parser and an XSLT stylesheet, allows you to convert native AbiWord, (*.abw), files into HTML pages. Features include being able to convert a single file or batch convert a directory of files and turning http:// web address references into anchor tags under HTML. For more information see the README and CHANGELOG files.

Kinda cool, but as another idea how about a MovableType plug-in that takes a .abw file upload and translates it to embeded (X)HTML?