search for: contentid

Displaying 10 results from an estimated 10 matches for "contentid".

Did you mean: contented
2013 Oct 11
1
Optimisation opportunity for IMAP searches
...ote shell environment. When using Kerberos, the credentials and a strong hint of one's mail address are already present anyway, DNS SRV does the rest. If you want to see the early code, I'll be happy to share it here. The three formats of the URIs in RFC 2392 are: * mid:messageid * cid:contentid * mid:messageid/contentid Searching for a mid: with only a Message-ID part is quick and probably indexed, (HEADER Message-ID <messageid>) Searching for a cid: meant ploughing through body text to get to the attachments, so it was a slow and costly and needed checking of the outcome: (TE...
2006 May 01
2
Getting my schema straightened out
I''m trying to map Rails to an existing schema, and having a bit of a time of it. I''ve got a table Content, and I''ve got a table Review, which is a type of content. So content has an ''id'' field, and Review has a ''contentid'' field. Not all Content has a Review, but all Reviews have exactly one Content. How do I represent this? I''ve got a Review object, but if I say "has_one :content" then it goes looking for a review_id key on my content object, for which it has none. But if I say t...
2009 Feb 26
1
XEN citrix now free but is it GPL?
Hello, Since 24 febuary, citrix xen make is enterprise version totally free: http://www.citrix.com/English/ps2/products/feature.asp?contentID=1686939 I have google about that, but no information: Is citrix will offer is source code from citrix xen server enterprise in the xen open source, or is this version is free but still copyrited? Thanks for any news about that, and sorry for my english. _________________________________________...
2006 Sep 06
0
Long delay between execution of front & end in same queue
Hello Everyone, I gotta problem that effects 2 of my products. I was wandering if I could get your take on it. Basically, I have 2 parallel effects. First Effect makes things disappear new Effect.Parallel( [ new Effect.Fade(oTab.panel, {duration: 1}), new Effect.Fade(contentId, {duration:1}), new Effect.SlideUp(this.panelContainer, {duration:1}) ], {queue:{position: end, scope: ''tabEffects''}}); Second Effect makes things appear new Effect.Parallel( [ new Effect.Appear(oTab.panel, {duration: 1, queue:{position: front, scope: ''tabEffects'...
2004 Jan 26
1
RE: Bluetooth discussions (quick glance to some BT products)
There are somes products available claiming to connect a BT headset, a cell phone and a phone land line all together. I've found some : http://www.geekzone.co.nz/content.asp?contentid=2079 http://www.clipcomm.co.kr/ The clipcomm BS-A101 sample price is : $570. It's VoIP land phone that can make/receive a voice call using your CTP cell phone or BT-enabled headset. Maybe the best system is: http://www1.norwoodsystems.com/ It's complete wireless solution that include hot...
2010 May 24
3
5.2: Solaris 10 x86 x-11 forwarding fails, assign requested address
...red machine? ( happens on multiple machines, all default setups connected to IPV4 networks ). --- Seth Ellsworth Vintela Development The people and products of Vintela are now a part of Quest Software. Read the press release<dhtmled5://exchweb/bin/redir.asp?URL=http://www.quest.com/news/show.asp?ContentId=1826%26ContentTypeId=2%26site=> to learn more.
2010 Mar 16
6
Input from xen hosting providers?
This is my second mail because the first one turned into a two page novel. Basically my question is this, what is your opinion on the following, in regards to having to know about the os and USE in your hosting environtment. Here is my problem... We have a sales guy that sold people on the idea of having 4 windows clients, and 2 "filestore" servers. filestore1 backs up to filestore2 so
2009 Aug 27
5
using Linux as a NAS / SAN device
Hi, I'm looking at using Linux as a NAS / SAN device, and would like some input from other's who have done this before? How would it compare to commercial SAN devices, Thecus N8800SAS (http://www.thecus.com/products_over.php?cid=11&pid=177&set_language=english) or something similar to these? I would probably use hardware RAID 10, and could go with either SAS / SATA, and then
2006 May 27
36
Might be buying a Mac
I might be buying a Mac tomorrow. I checked out the new 13.3in MacBook at the new Apple Store on 5th ave in NYC. I''m torn between the smaller MacBook and the MacBook Pro. We have a pro at work and I''m not that thrilled with the way it feels. I like the keyboard much better on the 13inch. However, I think doing development on that small of a screen could get frustrating. Any
2006 Jan 02
19
AR: How to store and restore in YML.
Hello- I have a database with entries that are segmented by customers. I would like to be able to store / delete / restore a particular customer''s information. I will need to rebuild the rows on restore and also rebuild the associations for the different tables. For example, customer { id name } companies { id customer_id (belongs_to) name } contacts { id