Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
27k views

How to expand 'select' option width after the user wants to select an option

Maybe this is an easy question, maybe not. I have a select box where I hardcode with width. Say 120px. <select style="width: 120px"> <option>ABC</option> <option>REALLY ...
0
votes
0answers
29 views

sql server shrink data file taking too long

To make room for another project, I decided to shrink a data file for a particular DB from 700GB to 600GB. It was 50% free in the filegroup data file, which I would allocate the 100GB space for a new ...
0
votes
2answers
839 views

How to shorten an inittab process entry, a.k.a., where to put environment variables that will be seen by init?

I am setting up a Debian Etch server to host ruby and php applications with nginx. I have successfully configured inittab to start the php-cgi process on boot with the respawn action. After serving ...