Re: Integrating Wave server in another project

2011-01-20 Thread Scott Wilson
A lot of projects have also used Apache Wookie - which has Wave Gadget API support - to do this sort of integration of Wave Gadgets into applications. Adding real-time apps to existing platforms such as an enterprise CMS or intranet is a recurring use-case. On 20 Jan 2011, at 03:53, Alex North

Re: Starter project

2011-01-20 Thread Yuri Z
Hi. The recent patch was a first step toward implementation of the UI part of the search functionality. Much remains to be done. One of the tasks that was not yet handled is addition of nice looking text input field for the user search queries. If you want to take on this - it would be great!

Re: Starter project

2011-01-20 Thread Zachary Gamer_Z. Yaro
I know if you set input type=search in WebKit it automatically adds a search icon. I do not know about others. I also have some CSShttp://mysite.verizon.net/zmyaro/projects/wave/ui.htmlthat mimics the Gwave search box if you would like to use that. On Jan 20, 2011 4:14 AM, Yuri Z

Re: Starter project

2011-01-20 Thread Torben Weis
Hi, nice UI work Zachary. BTW: what is the license for this code? when using the search box in chrome, it has a rather ugly green border around it when it receives focus (unlike GWave). There is some way to avoid this, but I am not a CSS wiz. Greetings Torben 2011/1/20 Zachary Gamer_Z. Yaro

Re: Starter project

2011-01-20 Thread Zachary Gamer_Z. Yaro
If you mean the 2px green border that shows on focus, that should show in all browsers in Gwave and my version. I can easily change or disable this. If you mean the rectangular shadow around the box, that is a bug in Chromium. On Thu, Jan 20, 2011 at 12:39, Torben Weis torben.w...@gmail.com

Gadget Hieght

2011-01-20 Thread Michael MacFadden
All, Any ideas why when a gadget is added to the blip it seems to have a height of 20px, rather than the heigh specified in the gadget definition? Michael

Re: Gadget Hieght

2011-01-20 Thread David Hearnden
As to why the height is 20px, it's the default height constant in GadgetWidgetUi. When the iframe gets constructed, that's the height it gets. When I add a gadget to a wave, the height does gets adjusted to the correct height after the gadget loads. Does that not happen for you? (Gadgets do

Re: Gadget Hieght

2011-01-20 Thread Michael MacFadden
It' happening to some, but not to this one for example.. it could be my gadget. http://wave.macfadden.org/poly-map.xml On Jan 20, 2011, at 7:07 PM, David Hearnden wrote: As to why the height is 20px, it's the default height constant in GadgetWidgetUi. When the iframe gets constructed,

Re: Waves Persistence

2011-01-20 Thread Joseph Gentle
If we want to stick to nosql databases, redis might be worth a look. Redis supports transactions and it has a synchronous save operation. -J On Tue, Jan 11, 2011 at 1:59 PM, Michael MacFadden michael.macfad...@gmail.com wrote: This has come up several times.  Tad Glines and I have talked about

Re: HTTP Federation Update

2011-01-20 Thread Joseph Gentle
I've been pretty much on holidays since the summit. Who has the most recent version of the code? -J On Fri, Jan 21, 2011 at 2:55 PM, Michael MacFadden michael.macfad...@gmail.com wrote: All, Just wondering what the current status on the HTTP federation project is.  We haven't heard much

Re: Waves Persistence

2011-01-20 Thread Anthony Watkins
I've recently looked into Redis for a different project and I don't think it will meet the needs of the wave server, mostly because of the amount of memory it requires and its deficiencies with persistence. Here are some of the articles I came across during my investigation:

Re: Waves Persistence

2011-01-20 Thread Alex North
Wow, great work. Thanks Anthony. On 21 January 2011 16:53, Anthony Watkins awatkin...@gmail.com wrote: I've recently looked into Redis for a different project and I don't think it will meet the needs of the wave server, mostly because of the amount of memory it requires and its deficiencies