Displaying 20 results from an estimated 320 matches for "kitchen".
2010 Oct 06
1
2 way intercom recommendation for restaurant kitchens
Greetings,
I need a 2 way intercom for separate kitchens to communicate without
having to walk back and forth.
The speaker has to be loud but clear, not distorted. Sometimes the
kitchens can be noisy.
It needs to be easy to use.
It needs to be easy to clean.
It would be nice if it used POE.
Eventually I would like the kitchens to be able to dial...
2011 Jan 05
3
VoIP PoE phones for restaurant (kitchen)
...>> lacking a 2nd ethernet port if you were to go that route.
>>
>> -M
>>
> Thanks for the response Mark. I see the 331 has two ports and the same
> features as the 321.
>
> I'm wondering what phone would be best being used as an intercom in a busy
> kitchen. I asked this some months ago; but this time around I'm writing it
> into this years budget.
>
> I see the 335 has HD Voice and the 321 has "Clarity by Polycom". Which would
> be best in a noisy kitchen using the devices speaker phone?
>
> Should I seek another...
2006 Apr 07
4
Effect.toggle error in 1.6.1
...e is indeed getting the proper element,
however, I''m getting this in my javascript console:
element.visible is not a function (effects.js: line 153)
I look at line 153 and see:
Effect[element.visible() ?
should that be:
Effect[Element.visible(element) ?
instead?
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
In the beginning was The Word and The Word was Content-type: text/plain
-- The Word of Bob.
And the lord said unto John; Come forth and receive eternal life. John came
fifth and won a toaster.
___________________________________...
2006 Apr 28
4
.times not behaving as I''d expect
I''m using prototype 1.4.0 in a big web application I''ve been working
on for months and today a bug was raised by one of our testers. After
investigation it turns out that something done 0 times will actually
fire once. So, for example, if I had
(0).times( function(i) { alert(i); } );
it''d fire once rather than not at all. Is this a bug in prototype or
the
2006 Jun 14
5
generic onDragStart onDrag and onDragFinish events extracted from scriptaculous?
...libraries take advantage of the functionality). It seems like
it will be a fair bit of work (especially if I want to maintain backward
compatibility with scriptaculous), so if someone has already started this, or
has done this, it would be nice to save some time :)
Thanks!
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
http://www.pirate-party.us/ -- defend your rights
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinf...
2006 May 25
7
prototype-ish subclassing
...ason I ask this is because I think I''ve seen it both ways in
script.aculo.us, and they both appear to work, but I would think that
creating an instance of the class might not be such a good idea because it
might modify some state on the page or whatnot...
Thanks :)
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
http://ipaction.org/ -- defend your rights to fair use
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/li...
2006 Feb 18
10
Updated: window dialog script
Dialog script has been update. A demo can be seen here:
http://net4visions.com/dev/dialog/dialog.htm .
Please see changelog for changes.
The dialog script can be downloaded from here:
http://www.net4visions.com/dev/downloads/dialog.zip .
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2002 Feb 12
2
Compileing 2.2.3a ( and ealier) on HPUX11
...finition of
macro TCP_MAXSEG.
The above is an example, it happens for each stage of the compile
process. I can post the whole error list, if needed, but don't wan't
clog up the mail list.
Is this something I can fix or is it something that will be fixed or can
I ignore it ?
--
Stephen M Kitchener
Unix Systems
Supply Chain Division.
AspenTech UK
1 Century Court,
Tolpits Lane,
Watford, Herts,
WD18 9PT
TEL +44 (0) 1923 652125
FAX +44 (0) 1923 652215
EMAIL steve.kitchener@aspentech.com
WEB http://www.aspentech.com
2006 Apr 24
5
merging one array into another
Is there no better way to merge one array into another than iterating over the
array you wish to append with each() and push()ing the elements on to the
other array?
Here''s what I mean:
var arr1 = [1, 2, 3, 4, 5];
var arr2 = [''a'', ''b'', ''c''];
$A(arr2).each(function(el) { arr1.push(el) });
Is there no better way to do it than this?
2006 May 01
2
[prototype] Selector class fails on selector strings with spaces
I just ran across this bug when trying to re-create Ben Nolan''s behaviour.js
with prototype and was wondering if anyone had fixed it before I went
re-inventing the wheel :)
Thanks!
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
http://ipaction.org/ -- defend your rights to fair use
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/li...
2006 Mar 08
2
RE: question about auto-updating div withoverflow:auto and maintaining position
...a
javascript (maybe just pick a very large number to ensure bottom is hit,
like 10,000).
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
Jeremy Kitchen
Sent: Wednesday, March 08, 2006 2:21 PM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails-spinoffs] question about auto-updating div
withoverflow:auto and maintaining position
I have a div (with overflow:auto) that gets stuff added to it via
Ajax.PeriodicalUpdat...
2014 Mar 25
0
Wickes Kitchens
Wickes Kitchens , Go to www[.]wickeskitchensreviews[.]co[.]uk
Wickes Kitchens
________________________
www[.]wickeskitchensreviews[.]co[.]uk
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubs...
2006 Mar 15
3
prototype.js Event.stopObserving
anyone have any information on how to effectively use this?
Event.observe() doesn''t return anything, and nothing I''ve tried is actually
removing the event listeners from the objects.
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
In the beginning was The Word and The Word was Content-type: text/plain
-- The Word of Bob.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org...
2006 Jan 11
2
RE: extending the Element.prototype to provide asetAttributes function
...ch( function(attr) {
this.setAttribute(attr[0], attr[1]);
}.bind(this));
}
});
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
Jeremy Kitchen
Sent: Wednesday, January 11, 2006 12:34 PM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails-spinoffs] extending the Element.prototype to provide
asetAttributes function
Hi folks, I''m pretty new to javascript and prototype, so I just want to
get
some pe...
2006 Feb 21
7
accordion (outlook bar thingy) help
Does anybody have a solution that really works nice? I know about:
http://wiki.script.aculo.us/scriptaculous/show/accordion%20feature but I was
hoping someone had worked out the kinks. I''m really looking for something
like: http://openrico.org/rico/demos.page?demo=rico_accordion
Thanks for your time.
Joe
_______________________________________________
Rails-spinoffs mailing list
2006 Feb 02
3
dynamic addition of table rows
...39;successfully'' inserts the content using the try block, but in
reality, the catch part is more accurate. If you put a "throw(''error'')" in
the first line of the try block, opera inserts the row correctly.
Anyone know how to fix this? :\
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
In the beginning was The Word and The Word was Content-type: text/plain
-- The Word of Bob.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org...
2006 Jan 11
2
extending the Element.prototype to provide a setAttributes function
...the ''var el = this'' because inside the loop ''this'' was being set
to the window object for some reason.
Anyone see any problems with that? I have only tested it in firefox 1.5 as of
yet, but I will be testing it in other browsers.
Thanks!
-Jeremy
--
Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org
In the beginning was The Word and The Word was Content-type: text/plain
-- The Word of Bob.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org...
2014 Mar 03
4
[LLVMdev] Cross-compiling Compiler-RT builtins
...opgap,
I've started linking against the existing cross-compiled libgcc to fill in
the gaps. However, I'm trying to find out what I need to do to cross-compile
Compiler-RT's builtins library for ARMv7 so I can use it to replace libgcc.
Any help here would be appreciated.
Thanks,
Kev Kitchens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140303/9fcfc34f/attachment.html>
2002 Oct 14
3
Directory size display discrepency
...2kb and if I du a
du -ks on the directory it reports 4 k.
Has anyone noticed this before ?, do I need to set up samba a different
way?
I should say that the machine that samba is on is a DEC/Compaq machine
running 2.0.10 but is also seen on a 2.2.3a samba installed machine.
Thanks
--
Stephen M Kitchener
Unix Systems Administrator EMEA APAC
Supply Chain Division.
AspenTech UK
1 Century Court,
Tolpits Lane,
Watford, Herts,
WD18 9PT
TEL +44 (0) 1923 652125
FAX +44 (0) 1923 652215
EMAIL steve.kitchener@aspentech.com
WEB http://www.aspentech.com
Aspenworld 2002
the premier glob...
2008 Feb 27
0
Do you need a place to stay? Food to eat? 4000+ Shelters and soup kitchens in all 50 states:
Do you need a place to stay? Food to eat? 4000+ Shelters and soup
kitchens in all 50 states:
http://groups.google.com/group/homeless_shelters?hl=en
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYP...