[rabbitmq-discuss] Queue Paging - Disk Overflow
Valentino Volonghi
dialtone at gmail.com
Wed Nov 19 02:03:17 GMT 2008
On Nov 18, 2008, at 9:56 AM, Ben Hood wrote:
> Dear List,
>
> On Mon, Nov 17, 2008 at 8:56 AM, Valentino Volonghi <dialtone at gmail.com
> > wrote:
>>
>> On Nov 16, 2008, at 4:15 PM, Edwin Fine wrote:
>>
>> What do you say, Rabbit list? Would 49 of you PayPal $200 to get
>> this done?
>>
>> I'll talk with my CTO tomorrow and see what we can put together. If
>> it were
>> just
>> up to me I'd be in for a grand actually.
>
> I have been asked off-list whether they can send a cheque instead of
> using Paypal. The only reason why I went for a Paypal Donate button
> was because of the speed at which you can set this up, and I didn't
> really expect much response, so I am pleasantly surprised at this :-)
>
> I you do prefer to go down the paper route, send it to me at the
> office:
>
> LShift Ltd
> 6 Rufus St,
> London N1 6PE
> UK
>
> BTW, I am still thinking about how to visualize the fund raiser -
> maybe as a progress bar a la curl? Any ideas or widgets?
The simplest possible:
<html>
<head>
<style type="text/css" media="screen">
.progressbar {
width: 1000px;
height: 20px;
border: solid 1px #000;
}
.progressbar span {
background: blue;
height: 20px;
display: block;
}
</style>
</head>
<body>
<div class="progressbar"><span style="width: 30%"></span></div>
</body>
</html>
Or if you want to be more fancy:
http://cssglobe.com/lab/progress_bar/
:)
--
Valentino Volonghi aka Dialtone
Now running MacOS X 10.5
Home Page: http://www.twisted.it
http://www.adroll.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20081118/50cd9931/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20081118/50cd9931/attachment.pgp
More information about the rabbitmq-discuss
mailing list