Rich Waters

Ext, Javascript, Notes/Domino, Ext.nd, Ruby on Rails

Archive for the 'CSS' Category

Where’d the design go?

Thursday, April 5th, 2007

April 5 marks the second annual CSS Naked Day. More info available here. Basically the hope is to raise awareness of proper standards and promote better markup throughout all web sites. Give it a try, see what your website looks like naked
Edit: Would have helped if I actually removed the [...]

Share and Enjoy:
  • Digg
  • Facebook
  • Google Bookmarks
  • Posterous
  • RSS
  • Twitter

Read the rest of this entry »

Condug Presentation

Wednesday, December 6th, 2006

I gave a presentation today at our local Notes User Group (Condug) on using Open Source Javascript frameworks along side Notes. I went through a brief overview on a few of the more popular frameworks, explaining benefits and downfalls of each. Then I went through a couple of demonstrations including DominoYui, which is [...]

Share and Enjoy:
  • Digg
  • Facebook
  • Google Bookmarks
  • Posterous
  • RSS
  • Twitter

Read the rest of this entry »

Just ran across this over on CSS PLaY, if you’ve never been over to this site definitely check it out, Stu Nicholls has some awesome stuff. The normal conditional comments I’ve seen, but he poses solutions for Non-IE and an IE 6 or Non-IE conditional comment.

<!–[if !IE]><!–>
<h1>You are NOT using Internet Explorer</h1>
<!–<![endif]–>
<!–[if IE 6]><!–>
<h1>You [...]

Share and Enjoy:
  • Digg
  • Facebook
  • Google Bookmarks
  • Posterous
  • RSS
  • Twitter

Read the rest of this entry »

CSS event:Selectors

Tuesday, March 21st, 2006

Just a quick link to something I ran across, Justin Palmer came up with a really nice addition to prototype. CSS event:Selectors It’s a small script that gives a nice way to attach javascript events using CSS Selectors. Check out his site for examples and the small js file.

Share and Enjoy:

Share and Enjoy:
  • Digg
  • Facebook
  • Google Bookmarks
  • Posterous
  • RSS
  • Twitter

Read the rest of this entry »