Archive for March 2005

Declared Element Reference

March 29 2005

Note to self: This link, Declared Element Reference helped congeal the whole idea of explicitly referencing controls in Visual Basic programming for me. Thanks to this and this reference, ceTe.DynamicPDF.PageElements.Label, which described the correct tree.

Comments (+)

Unicode and multilingual support in HTML, fonts, Web browsers and other applications

March 16 2005

Today I learned a bit more about the difference between the newer, international font encoding standard, Unicode versus the older, localized, ANSI standard. I’ll forget what I learned if I don’t make a note, Unicode and multilingual support in HTML, fonts, Web browsers and other applications.

Tags:

Comments (+)

Adjacent Sibling Selectors…

March 9 2005

…don’t work in IE. See Styling Columns - css-discuss.

Tags:

Comments (+)

More > Styling form fields

March 3 2005

A good article with examples of form stylings, aplus moments ? Blog Archive ? Styling form fields

Tags: ,

Comments (+)

About Selectors

March 3 2005

Thought I’d have a use for this today but I didn’t end up needing it, And all that Malarkey [CSS: A tribute to selectors]. May come in handy later.

Tags:

Comments (+)

Note to Self: Floats

March 3 2005

A little follow up on the latest float clearing method, mezzoblue | Clearance. The verdict? Good for some situations but not others, especially those where you’re dealing with wide content. A run-down of float clearing methods:

Tags:

Comments (+)

Simple Clearing of Floats

March 2 2005

I’ll be damned. It pays off to actually read the weblog feeds I follow. Thanks to this timely link, Simple Clearing of Floats | 456 Berea Street I have a potentially better approach to formatting web forms. It will take some experimenting but by being able to contain floated label elements within a cleared (and semantic) block element (a p for example) then I can better style lines and thus form elements without adding any extraneous markup.

Tags:

Comments (+)