Archive for March, 2012

How to ungroup in dockbarx

Saturday, March 17th, 2012

I recently installed Ubuntu 10.04 and installed the Win2-7 theme. This comes with a Windows 7 style grouping of applications on the taskbar. This annoyed me and I tried to ungroup it. Unfortunately, this was not possible.

After a bit of googling, I found this old post. It no longer applies to the current code, so I worked around it using that post. Here is what I did:

(more…)

Using CSS to style input type=file

Tuesday, March 13th, 2012

In short: not possible.

However, there are ways around it :-)   In fact, there are many different ways around it. I came up with yet another one: make it hidden and use jquery to fill out the form. Here it is:

(more…)