Archive for January, 2007

Styling Readonly and Disabled Inputs in Forms using CSS.

No preamble needed…

Readonly:

*[readonly] { /* CSS for all nodes with readonly attribute */ } input[readonly] { /* CSS for input nodes with readonly attribute */ } textarea[readonly] { /* CSS for textarea nodes with readonly attribute */ } select[readonly] { /* CSS for select nodes with readonly attribute */ }

Disabled:

*[disabled] { /* CSS for all nodes with disabled attribute */ } input[disabled] { /* CSS for input nodes with disabled attribute */ } textarea[disabled] { /* CSS for textarea nodes with disabled attribute */ } select[disabled] { /* CSS for select nodes with disabled attribute */ }

Notes:
Works with:
readonly=”[anything]”
readonly
disabled=”[anything]”
disabled

Steven

Install Gnome on Ubuntu Server.

I made my new box out of bits found in my cupboard after my last cleanup.

All I needed it for was VMware Server.

However there came a time where I needed to hook it up to my projector, and play a video.

So here is the easy way to install the default Ubuntu desktop:

apt-get install ubuntu-desktop

Yep, that’s all!

Steven

P.S:

If you don’t want it to start at boot:

nano /etc/init.d/gdm

and make line 2: exit 0

I am an Zend Certified Engineer!

Well, I finally made some time to go down the the testing centre. And I passed, becoming an Zend Certified Engineer!

Windows Home Server announced at CES

This is just for the people who didn’t know, not that I care. FreeBSD to the max!

Link >

Recent Comments

  • Josir Gomes: Hi Steve, the meta-package ubuntu-desktop is bloated with huge softwares like OpenOffice, Evolution,...
  • hannah: your that good! ha ha, but seriously.
  • Wiras Adi: Yeah, mathematic operation in text-based CAPTCHA is very easy to break. And I don't think that many sites...
  • Gary: Phew! You saved me lots of hassle :-) The only problem I had was that $_SERVER[’HTTP_AUTHORIZATION ’]...
  • Stephen: To touch on the issue Vinay raised, I had to use the -wholename option on the find command to delete files...

Else wheres