From fineesmendez at yahoo.com Sat Mar 1 14:22:11 2008 From: fineesmendez at yahoo.com (Finees Mendez) Date: Sat, 1 Mar 2008 05:22:11 -0800 (PST) Subject: [TYPO3-UG US] right frame Message-ID: For this, you could create a folder, where you'll dump your static information, then have your template (in this case your right frame static markers) call those records using Typo Script. Sorry for the vague response, I've yet to implement it myself. Hope it helps. P.S. Can any one shed some light on how to call individual records using TS? ----- Original Message ---- From: johny To: typo3-ug-us at lists.netfielders.de Sent: Friday, February 29, 2008 2:34:20 AM Subject: [TYPO3-UG US] right frame I would like to have an static right frame where there are some shortcuts that points to some pages. This right frame I would like to edit through a page . Is it possible or I must to configure it always using setup section in template? Thanks in advance. Johny _______________________________________________ TYPO3-UG-US mailing list TYPO3-UG-US at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping From fineesmendez at yahoo.com Sat Mar 1 15:23:28 2008 From: fineesmendez at yahoo.com (Finees Mendez) Date: Sat, 1 Mar 2008 06:23:28 -0800 (PST) Subject: [TYPO3-UG US] How typo3 generates links What about the default Cannonbose RealUrl extension script. For example, the property "emptyUrlReturnValue", as show below, if temporarily removed, the mc_googlesitemap extension generates the homepage url correctly (i.e. www.domain.com); but all typo links pointing to the homepage are now generated as $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' => array( 'emptyUrlReturnValue' => '/' ....... ) ......... In any case, I modified the script as you suggested, and the mc_googlesitemap extension now produces the home link accordingly. Thank you. But is it possible to have t3 generate the typolinks for the home page as [ href="http://www.mydomain.com/" ] instead of just [ href="/" ] Someone suggested using [ config.AbsRefPrefix = http://www.mydomain.com ], but upon activation of this script, the RealUrl extension is ignored/turn off, and all links are back to ".../index.php?id=....", of course followed by "http://www.mydomain.com" Thank you. Finees. ----- Original Message ---- From: Michael Cannon To: TYPO3 Usergroup America Sent: Wednesday, February 27, 2008 9:31:22 AM Subject: Re: [TYPO3-UG US] How typo3 generates links elcHash($row['uid'],array(),0); // MLC 20080215 preg match for https as well if ( ! preg_match( '#https?://#', $tema['page'] ) ) { $tema['loc']=htmlspecialchars(utf8_encode($this->baseUrl.$tema['page'])); $tema['loc']=preg_replace( '#//$#', '/', $tema['loc'] ); } else { $tema['loc']=htmlspecialchars(utf8_encode($tema['page'])); } -- On Mon, Feb 25, 2008 at 4:41 PM, Finees Mendez wrote: > Hi typo3 heads! > > > > How can I change the way typo3 generates links. For example, my t3 > menus that link to the homepage are > > > > Why I need this? > > > > For the use of the google_sitemap extension, the xml menu displays the > homepage as ="/" and not ="www.mydomain.com" and therefore google is > telling me this is an error. But I realized that this is the case for > all links (homepage links) that are typo3 generates. Thanks again. > > > > Thank you. > > > > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 _______________________________________________ TYPO3-UG-US mailing list TYPO3-UG-US at lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs From michael at cannonbose.com Sat Mar 1 19:57:24 2008 From: michael at cannonbose.com (Michael Cannon) Date: Sat, 1 Mar 2008 13:57:24 -0500 Subject: [TYPO3-UG US] How typo3 generates links References: Message-ID: I haven't tried it, but what about emptyUrlReturnValue = http://example.com? AbsRefPrefix bypasses RealURL as you've found out. -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From ra at fa.com Mon Mar 3 09:10:27 2008 From: ra at fa.com (johny) Date: Mon, 3 Mar 2008 09:10:27 +0100 Subject: [TYPO3-UG US] right frame References: Message-ID: Thank you very much all of you. I will try. Johny "Tyler Kraft" escribi? en el mensaje news:mailman.1.1204286937.563.typo3-ug-us at lists.netfielders.de... > Hi, > > Its completely doable. In your html template put a marker as if you were > going to replace the right hand content from the current page. All you > have to do is set up one specific page and then use it for that right > hand content. > > In your ts template use > temp.right_hand < styles.content.getRight > temp.right_hand.select.pidInList = XXX (what ever the one page you haev > the right hand content on > > (TS syntax might be slightly wrong, but if it doesn't work you'll be > able to quickly figure it out using tsref) > > hth > Tyler > > johny wrote: > > I would like to have an static right frame where there are some shortcuts > > that points to some pages. This right frame I would like to edit through a > > page . Is it possible or I must to configure it always using setup section > > in template? > > > > Thanks in advance. > > > > Johny > > > > From LIBWJH at emory.edu Tue Mar 4 22:52:40 2008 From: LIBWJH at emory.edu (Haines, William J) Date: Tue, 4 Mar 2008 16:52:40 -0500 Subject: [TYPO3-UG US] Interested in creating a search box that will search a specific page, please Message-ID: Dear All, I hope you are doing well. I am interested in creating a search box that will search a specific page and give me back a results set that includes databases that are listed on that page. In other words, if I search this page with a search box embedded in a content element, I will get a page with a list of databasesa that match my search. The page I wish to search: http://www.law.emory.edu/index.php?id=2482 My search: "tax" I would like to see something like the following: Tax and Accounting Center (BNA) . Offers practitioners a comprehensive array of analysis, news, primary sources, and practice tools covering federal, international, and state tax issues and financial accounting. TaxCore (BNA) . Coverage from November 3, 1997, to date. Tax Management Portfolios - Federal Collection (BNA) . Tax Management State Tax Portfolios (BNA) . Tax Management Transfer Pricing Report (BNA) . Coverage from January 1996 to date. Tax Management Weekly Report (BNA) . Coverage from March 25, 2002, to date. Tax Management Weekly State Tax Report (BNA) . Coverage from January 10, 1997, to date. Tax Planning International Asia-Pacific Focus (BNA) . Coverage from May 2003 to date. Tax Planning International Corporate Restructuring (BNA) . A monthly current awareness publication that covers international mergers and acquisitions and foreign investment issues. Tax Planning International European-Union Focus (BNA) . Coverage from June 2003 to date. Tax Planning International Indirect Taxes (BNA) . Coverage from June 2003 to date. Tax Planning International Review & Forum (BNA) . Coverage from June 2003 to date. Tax Planning International Transfer Pricing (BNA) . Coverage from June 2003 to date. Is this possible, please? I look forward to hearing from you. Thank you. Best, Will Will Haines Electronic Services Librarian Hugh F. MacMillan Law Library Emory University (404) 727-4322 libwjh at law.emory.edu This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments). From ron at busynoggin.com Fri Mar 7 02:55:46 2008 From: ron at busynoggin.com (Ron Hall) Date: Thu, 6 Mar 2008 19:55:46 -0600 Subject: [TYPO3-UG US] TYPO3 Call Message-ID: When is the next US Conference call? I was thinking it might be this Sunday. Thanks, Ron From michael at cannonbose.com Fri Mar 7 03:29:22 2008 From: michael at cannonbose.com (Michael Cannon) Date: Thu, 6 Mar 2008 21:29:22 -0500 Subject: [TYPO3-UG US] TYPO3 US Conference Call Reminder: Sunday, March 9 at 6 PM Eastern Message-ID: On the first Sunday of each month at 6 PM Eastern for 1-hour, all are welcome to call in to talk about TYPO3 happenings in the US. You can call into the meeting via teleconference dial-in number +1 605 772-3791 and pin 6304100. Though, we're not holding the meeting via Skype, Skype-out can be used to call the teleconference number. -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From michael at cannonbose.com Fri Mar 7 03:31:35 2008 From: michael at cannonbose.com (Michael Cannon) Date: Thu, 6 Mar 2008 21:31:35 -0500 Subject: [TYPO3-UG US] TYPO3 US Conference Call Reminder: Sunday, March 9 at 6 PM Eastern In-Reply-To: References: Message-ID: I do realize that we missed this past Sunday. Even I had dropped it by accident. So we're having the call this Sunday. On Thu, Mar 6, 2008 at 9:29 PM, Michael Cannon wrote: > > On the first Sunday of each month at 6 PM Eastern for 1-hour, all are > welcome to call in to talk about TYPO3 happenings in the US. > > You can call into the meeting via teleconference dial-in number +1 605 > 772-3791 and pin 6304100. > > Though, we're not holding the meeting via Skype, Skype-out can be used > to call the teleconference number. > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From ron at busynoggin.com Sat Mar 8 03:00:58 2008 From: ron at busynoggin.com (Ron Hall) Date: Fri, 7 Mar 2008 20:00:58 -0600 Subject: [TYPO3-UG US] TYPO3 US Conference Call Reminder: Sunday, March 9 at 6 PM Eastern In-Reply-To: References: Message-ID: Thanks, Michael. I believe I can finally make this one. Ron On Mar 6, 2008, at 8:31 PM, Michael Cannon wrote: > I do realize that we missed this past Sunday. Even I had dropped it by > accident. So we're having the call this Sunday. > > On Thu, Mar 6, 2008 at 9:29 PM, Michael Cannon > wrote: >> >> On the first Sunday of each month at 6 PM Eastern for 1-hour, all are >> welcome to call in to talk about TYPO3 happenings in the US. >> >> You can call into the meeting via teleconference dial-in number +1 >> 605 >> 772-3791 and pin 6304100. >> >> Though, we're not holding the meeting via Skype, Skype-out can be >> used >> to call the teleconference number. >> >> -- >> Michael Cannon >> President of Cannonbose, LLC >> +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 >> _______________________________________________ >> TYPO3-UG-US mailing list >> TYPO3-UG-US at lists.netfielders.de >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us >> > > > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us From michael at cannonbose.com Sun Mar 9 22:53:26 2008 From: michael at cannonbose.com (Michael Cannon) Date: Sun, 9 Mar 2008 17:53:26 -0400 Subject: [TYPO3-UG US] TYPO3 US Conference Call Reminder: Sunday, March 9 at 6 PM Eastern In-Reply-To: References: Message-ID: Just a reminder that at 18:00 Eastern there's the TYPO3 US Conference Call +1 605 772-3791 and pin 6304100 http://docs.google.com/Doc?id=dw6nckw_320c49wgffz -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From michael at cannonbose.com Sun Mar 9 23:39:55 2008 From: michael at cannonbose.com (Michael Cannon) Date: Sun, 9 Mar 2008 18:39:55 -0400 Subject: [TYPO3-UG US] TYPO3 US Conference Call March 9, 2008 Notes Message-ID: TYPO3 US Conference Call March 9, 2008 +1 605 772-3791 and pin 6304100 http://docs.google.com/Doc?id=dw6nckw_320c49wgffz Agenda * Quick introductions * TYPO3 economy * TYPO3 marketing * TYPO3 training ideas * TYPO3 documentation Attendees * Ron Hall, TX * Michael Cannon, NH Notes TYPO3 business is growing stronger compared to same time as last year. Key to success, solid, base that's reusable. Sample Mediatech Zen wireframe Freeway ecommerce for TYPO3 http://typo3.toaster-schwerin.de/typo3_english/2008_01/msg00080.html Business Services * VOIP o Packet8, http://www.packet8.net/ * Fax o Incoming, J2, http://www.j2.com/ o Outgoing, Packet8, http://www.packet8.net/ * Voicemail o Voice to text email, http://simulscribe.com/ -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From hodota at typo3.co.jp Sun Mar 9 23:41:49 2008 From: hodota at typo3.co.jp (Kazu.Hodota) Date: Mon, 10 Mar 2008 07:41:49 +0900 Subject: [TYPO3-UG US] TYPO3 US Conference Call Reminder: Sunday, March 9 at 6 PM Eastern In-Reply-To: References: Message-ID: Hello, I would like to join TYPO3 US Conference from Japan by Skpye out soon. Thanks. Kazu Hodota > Just a reminder that at 18:00 Eastern there's the TYPO3 US Conference Call > +1 605 772-3791 and pin 6304100 > http://docs.google.com/Doc?id=dw6nckw_320c49wgffz -- Kazu Hodota / TYPO3 Japan LLP mail:hodota at typo3.co.jp Tel:+81-44-2201588 Fax:+81-44-2729523 www.typo3.co.jp From greg at mediatech.net Mon Mar 10 02:29:04 2008 From: greg at mediatech.net (Gregory Remington) Date: Sun, 09 Mar 2008 18:29:04 -0700 Subject: [TYPO3-UG US] TYPO3 US Conference Call March 9, 2008 Notes In-Reply-To: References: Message-ID: Michael Cannon wrote: > Agenda > > * Quick introductions > * TYPO3 economy > * TYPO3 marketing > * TYPO3 training ideas > * TYPO3 documentation > > Attendees > > * Ron Hall, TX > * Michael Cannon, NH A few of us simply forgot again... deadlines and little sleep will do that. One of us could automate reminders via Google Calendar for future conference time/date changes. A few of us here are already sharing Google Calendar for project and client management. From michael at cannonbose.com Mon Mar 10 05:55:17 2008 From: michael at cannonbose.com (Michael Cannon) Date: Sun, 09 Mar 2008 21:55:17 -0700 Subject: [TYPO3-UG US] [Invitation] TYPO3 US Conference Call @ Sun Apr 6 18:00 - 19:00 () Message-ID: typo3-ug-us at lists.netfielders.de, you are invited to Title: TYPO3 US Conference Call Time: Sun Apr 6 18:00 - 19:00 (Timezone: Eastern Time) Where: +1 605 772-3791 and pin 6304100 Calendar: Description: On the first Sunday of each month at 6 PM Eastern for 1-hour, all are welcome to call in to talk about TYPO3 happenings in the US. You can call into the meeting via teleconference dial-in number +1 605 772-3791 and pin 6304100. Though, we're not holding the meeting via Skype, Skype-out can be used to call the teleconference number. You can view this event at http://www.google.com/calendar/event?action=VIEW&eid=NmNjcG1scWdjOWU4NGZtbjRxa2E4YTNqa2tfMjAwODA0MTNUMjIwMDAwWiB0eXBvMy11Zy11c0BsaXN0cy5uZXRmaWVsZGVycy5kZQ&tok=MjIjbWljaGFlbEBjYW5ub25ib3NlLmNvbTZiMzkwZGVlMjg0MWRhZGRjYmQyYTk0MjQwMjI1NTBlNTQyMWM1ZjU&ctz=America%2FNew_York&hl=en You are receiving this courtesy email at the account typo3-ug-us at lists.netfielders.de because you are an attendee of this event. To stop receiving future notifications for this event, decline this event. Alternatively you can sign up for a Google Calendar account at http://www.google.com/calendar/ and control your notification settings for your entire calendar. From michael at cannonbose.com Mon Mar 10 05:59:22 2008 From: michael at cannonbose.com (Michael Cannon) Date: Mon, 10 Mar 2008 00:59:22 -0400 Subject: [TYPO3-UG US] TYPO3 US Conference Call March 9, 2008 Notes In-Reply-To: References: Message-ID: I've "invited" typo3-ug-us at lists.netfielders.de, but I doubt it'll get through. I'l figure out a forwarder or something this week. On Sun, Mar 9, 2008 at 9:29 PM, Gregory Remington wrote: > Michael Cannon wrote: > > Agenda > > > > * Quick introductions > > * TYPO3 economy > > * TYPO3 marketing > > * TYPO3 training ideas > > * TYPO3 documentation > > > > Attendees > > > > * Ron Hall, TX > > * Michael Cannon, NH > > A few of us simply forgot again... deadlines and little sleep will do > that. One of us could automate reminders via Google Calendar for future > conference time/date changes. A few of us here are already sharing > Google Calendar for project and client management. > > > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From michael at cannonbose.com Mon Mar 10 06:00:29 2008 From: michael at cannonbose.com (Michael Cannon) Date: Mon, 10 Mar 2008 01:00:29 -0400 Subject: [TYPO3-UG US] TYPO3 US Conference Call March 9, 2008 Notes In-Reply-To: References: Message-ID: Never mind, it worked. On Mon, Mar 10, 2008 at 12:59 AM, Michael Cannon wrote: > I've "invited" typo3-ug-us at lists.netfielders.de, but I doubt it'll get > through. I'l figure out a forwarder or something this week. > > > On Sun, Mar 9, 2008 at 9:29 PM, Gregory Remington wrote: > > > > Michael Cannon wrote: > > > Agenda > > > > > > * Quick introductions > > > * TYPO3 economy > > > * TYPO3 marketing > > > * TYPO3 training ideas > > > * TYPO3 documentation > > > > > > Attendees > > > > > > * Ron Hall, TX > > > * Michael Cannon, NH > > > > A few of us simply forgot again... deadlines and little sleep will do > > that. One of us could automate reminders via Google Calendar for future > > conference time/date changes. A few of us here are already sharing > > Google Calendar for project and client management. > > > > > > _______________________________________________ > > TYPO3-UG-US mailing list > > TYPO3-UG-US at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > > > > > > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > > > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From greg at mediatech.net Mon Mar 10 22:19:14 2008 From: greg at mediatech.net (Gregory Remington) Date: Mon, 10 Mar 2008 14:19:14 -0700 Subject: [TYPO3-UG US] TYPO3 US Conference Call March 9, 2008 Notes In-Reply-To: References: Message-ID: Michael Cannon wrote: > Never mind, it worked. > > On Mon, Mar 10, 2008 at 12:59 AM, Michael Cannon wrote: >> I've "invited" typo3-ug-us at lists.netfielders.de, but I doubt it'll get >> through. I'l figure out a forwarder or something this week. Now if we could just send reminders to our real email addresses... or use the phone. I find we get more personal that way :-) From michael at cannonbose.com Tue Mar 11 03:17:30 2008 From: michael at cannonbose.com (Michael Cannon) Date: Mon, 10 Mar 2008 22:17:30 -0400 Subject: [TYPO3-UG US] TYPO3 US Conference Call March 9, 2008 Notes In-Reply-To: References: Message-ID: For the people that would like reminders sent directly to them for the monthly TYPO3 US conference calls, please contact me with your email address directly. On Mon, Mar 10, 2008 at 5:19 PM, Gregory Remington wrote: > Michael Cannon wrote: > > Never mind, it worked. > > > > On Mon, Mar 10, 2008 at 12:59 AM, Michael Cannon wrote: > >> I've "invited" typo3-ug-us at lists.netfielders.de, but I doubt it'll get > >> through. I'l figure out a forwarder or something this week. > > Now if we could just send reminders to our real email addresses... or > use the phone. I find we get more personal that way :-) > > > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From michael at cannonbose.com Tue Mar 11 04:56:28 2008 From: michael at cannonbose.com (Michael Cannon) Date: Mon, 10 Mar 2008 20:56:28 -0700 Subject: [TYPO3-UG US] [Invitation] TYPO3 US Conference Call @ Monthly at 18:00 on the first Sunday (TYPO3 Usergroup America) Message-ID: TYPO3 Usergroup America, you are invited to Title: TYPO3 US Conference Call Time: Monthly at 18:00 on the first Sunday (Timezone: Eastern Time) Where: +1 605 772-3791 and pin 6304100 Calendar: TYPO3 Usergroup America Description: On the first Sunday of each month at 6 PM Eastern for 1-hour, all are welcome to call in to talk about TYPO3 happenings in the US. You can call into the meeting via teleconference dial-in number +1 605 772-3791 and pin 6304100. Though, we're not holding the meeting via Skype, Skype-out can be used to call the teleconference number. You can view this event at http://www.google.com/calendar/event?action=VIEW&eid=MGIxamYxc2ozOWs5ZGpxb202cDdzajVjdGcgdHlwbzMtdWctdXNAbGlzdHMubmV0ZmllbGRlcnMuZGU&tok=NjcjY2Fubm9uYm9zZS5jb21fYTEzNHN0MW1yaGh1YTF0bGQwcTI5OXQwMm9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbWFjNGM2NjE5YWZmZWJlZjhiY2IwNDZjNTA4ZTI4ZDE0ZmVhNGY3MTk&ctz=America%2FNew_York&hl=en You are receiving this courtesy email at the account typo3-ug-us at lists.netfielders.de because you are an attendee of this event. To stop receiving future notifications for this event, decline this event. Alternatively you can sign up for a Google Calendar account at http://www.google.com/calendar/ and control your notification settings for your entire calendar. From michael at cannonbose.com Thu Mar 13 22:01:54 2008 From: michael at cannonbose.com (Michael Cannon) Date: Thu, 13 Mar 2008 17:01:54 -0400 Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed Message-ID: I have need for a TYPO3 high-availability hosting package. The 99.999% annual uptime must be backed by a service level agreement. The site in question deals with disaster preparedness and response. As such, the website must be available even when things are going bad for the US East Coast or West Coast. Alternately, a 5-minute roll-over failsafe or load balanced solution between US East and West coast and central locations is possible. A system with 1 GB disk space and 10 GB bandwidth should suffice for the next year. If you can provide the servicing needed above or know of who can, please contact me directly. Thank you. -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From mitka at mitka.us Thu Mar 13 22:26:26 2008 From: mitka at mitka.us (Dimitri Tarassenko) Date: Thu, 13 Mar 2008 17:26:26 -0400 Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed In-Reply-To: References: Message-ID: Michael, I am actually pricing right now a similar setup for a customer so I might help you with this. The only way we would do this however is with 2 dedicated servers and all the expense levels that go with it, this won't be a shared hosting. We are planning on using Quality Tech data center here in Suwanee GA (which is our main base) and a backup at either Santa Clara CA or Indianapolis. Let me know if dedicated server pricing is within your budget and you'd like to discuss this. Thanks! Dimitri On Thu, Mar 13, 2008 at 5:01 PM, Michael Cannon wrote: > I have need for a TYPO3 high-availability hosting package. The 99.999% > annual uptime must be backed by a service level agreement. > > The site in question deals with disaster preparedness and response. As > such, the website must be available even when things are going bad for > the US East Coast or West Coast. > > Alternately, a 5-minute roll-over failsafe or load balanced solution > between US East and West coast and central locations is possible. > > A system with 1 GB disk space and 10 GB bandwidth should suffice for > the next year. > > If you can provide the servicing needed above or know of who can, > please contact me directly. > > Thank you. > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Dimitri Tarassenko From michael at cannonbose.com Thu Mar 13 22:29:38 2008 From: michael at cannonbose.com (Michael Cannon) Date: Thu, 13 Mar 2008 17:29:38 -0400 Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed In-Reply-To: References: Message-ID: Dimitri, Thank you for writing. Dedicated pricing would be within the clients budget. On Thu, Mar 13, 2008 at 5:26 PM, Dimitri Tarassenko wrote: > Michael, > > I am actually pricing right now a similar setup for a customer so I might > help you with this. > > The only way we would do this however is with 2 dedicated servers and all > the expense levels that go with it, this won't be a shared hosting. We are > planning on using Quality Tech data center here in Suwanee GA (which is our > main base) and a backup at either Santa Clara CA or Indianapolis. > > Let me know if dedicated server pricing is within your budget and you'd like > to discuss this. > > Thanks! > > Dimitri > > On Thu, Mar 13, 2008 at 5:01 PM, Michael Cannon > wrote: > > > > > I have need for a TYPO3 high-availability hosting package. The 99.999% > > annual uptime must be backed by a service level agreement. > > > > The site in question deals with disaster preparedness and response. As > > such, the website must be available even when things are going bad for > > the US East Coast or West Coast. > > > > Alternately, a 5-minute roll-over failsafe or load balanced solution > > between US East and West coast and central locations is possible. > > > > A system with 1 GB disk space and 10 GB bandwidth should suffice for > > the next year. > > > > If you can provide the servicing needed above or know of who can, > > please contact me directly. > > > > Thank you. > > > > -- > > Michael Cannon > > President of Cannonbose, LLC > > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > > _______________________________________________ > > TYPO3-UG-US mailing list > > TYPO3-UG-US at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > > > > > > -- > Dimitri Tarassenko > > > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From dshewmaker at promission.net Fri Mar 14 16:40:52 2008 From: dshewmaker at promission.net (Dennis Shewmaker) Date: Fri, 14 Mar 2008 08:40:52 -0700 Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed In-Reply-To: References: Message-ID: Hi Michael, Are you sure your customer needs the system available all but 5.26 minutes/year? That is extremely expensive and I wouldn't even attempt that with just 2 servers. You also need much more than just redundant servers. One software glitch with TYPO3 can cause you to bust that regardless of what hardware you have in place. Dennis > -----Original Message----- > From: typo3-ug-us-bounces at lists.netfielders.de [mailto:typo3-ug-us- > bounces at lists.netfielders.de] On Behalf Of Michael Cannon > Sent: Thursday, March 13, 2008 3:02 PM > To: TYPO3 Usergroup America; TYPO3 English; Cannonbose partners > discussion list > Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed > > I have need for a TYPO3 high-availability hosting package. The 99.999% > annual uptime must be backed by a service level agreement. > > The site in question deals with disaster preparedness and response. As > such, the website must be available even when things are going bad for > the US East Coast or West Coast. > > Alternately, a 5-minute roll-over failsafe or load balanced solution > between US East and West coast and central locations is possible. > > A system with 1 GB disk space and 10 GB bandwidth should suffice for > the next year. > > If you can provide the servicing needed above or know of who can, > please contact me directly. > > Thank you. > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us From michael at cannonbose.com Fri Mar 14 18:30:01 2008 From: michael at cannonbose.com (Michael Cannon) Date: Fri, 14 Mar 2008 13:30:01 -0400 Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed In-Reply-To: References: Message-ID: Dennis, 99.99% is seeming to be more realistic. 5-minute failover between data centers is acceptable as well. The goal is not to have more than 5-minutes of downtime during a disaster such as a loss of data center or great leap in traffic. On Fri, Mar 14, 2008 at 11:40 AM, Dennis Shewmaker wrote: > Hi Michael, > > Are you sure your customer needs the system available all but 5.26 minutes/year? That is extremely expensive and I wouldn't even attempt that with just 2 servers. You also need much more than just redundant servers. > > One software glitch with TYPO3 can cause you to bust that regardless of what hardware you have in place. > > Dennis > > > > > -----Original Message----- > > From: typo3-ug-us-bounces at lists.netfielders.de [mailto:typo3-ug-us- > > bounces at lists.netfielders.de] On Behalf Of Michael Cannon > > Sent: Thursday, March 13, 2008 3:02 PM > > To: TYPO3 Usergroup America; TYPO3 English; Cannonbose partners > > discussion list > > Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed > > > > I have need for a TYPO3 high-availability hosting package. The 99.999% > > annual uptime must be backed by a service level agreement. > > > > The site in question deals with disaster preparedness and response. As > > such, the website must be available even when things are going bad for > > the US East Coast or West Coast. > > > > Alternately, a 5-minute roll-over failsafe or load balanced solution > > between US East and West coast and central locations is possible. > > > > A system with 1 GB disk space and 10 GB bandwidth should suffice for > > the next year. > > > > If you can provide the servicing needed above or know of who can, > > please contact me directly. > > > > Thank you. > > > > -- > > Michael Cannon > > President of Cannonbose, LLC > > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > > _______________________________________________ > > TYPO3-UG-US mailing list > > TYPO3-UG-US at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From dshewmaker at promission.net Fri Mar 14 20:18:24 2008 From: dshewmaker at promission.net (Dennis Shewmaker) Date: Fri, 14 Mar 2008 12:18:24 -0700 Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed In-Reply-To: References: Message-ID: Thanks Michael, will contact you directly with some preliminary numbers. Dennis > -----Original Message----- > From: typo3-ug-us-bounces at lists.netfielders.de [mailto:typo3-ug-us- > bounces at lists.netfielders.de] On Behalf Of Michael Cannon > Sent: Friday, March 14, 2008 11:30 AM > To: TYPO3 Usergroup America > Subject: Re: [TYPO3-UG US] High-availability TYPO3 hosting needed > > Dennis, > > 99.99% is seeming to be more realistic. 5-minute failover between data > centers is acceptable as well. > > The goal is not to have more than 5-minutes of downtime during a > disaster such as a loss of data center or great leap in traffic. > > > On Fri, Mar 14, 2008 at 11:40 AM, Dennis Shewmaker > wrote: > > Hi Michael, > > > > Are you sure your customer needs the system available all but 5.26 > minutes/year? That is extremely expensive and I wouldn't even attempt > that with just 2 servers. You also need much more than just redundant > servers. > > > > One software glitch with TYPO3 can cause you to bust that regardless > of what hardware you have in place. > > > > Dennis > > > > > > > > > -----Original Message----- > > > From: typo3-ug-us-bounces at lists.netfielders.de [mailto:typo3-ug- > us- > > > bounces at lists.netfielders.de] On Behalf Of Michael Cannon > > > Sent: Thursday, March 13, 2008 3:02 PM > > > To: TYPO3 Usergroup America; TYPO3 English; Cannonbose partners > > > discussion list > > > Subject: [TYPO3-UG US] High-availability TYPO3 hosting needed > > > > > > I have need for a TYPO3 high-availability hosting package. The > 99.999% > > > annual uptime must be backed by a service level agreement. > > > > > > The site in question deals with disaster preparedness and > response. As > > > such, the website must be available even when things are going bad > for > > > the US East Coast or West Coast. > > > > > > Alternately, a 5-minute roll-over failsafe or load balanced > solution > > > between US East and West coast and central locations is possible. > > > > > > A system with 1 GB disk space and 10 GB bandwidth should suffice > for > > > the next year. > > > > > > If you can provide the servicing needed above or know of who can, > > > please contact me directly. > > > > > > Thank you. > > > > > > -- > > > Michael Cannon > > > President of Cannonbose, LLC > > > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > > > _______________________________________________ > > > TYPO3-UG-US mailing list > > > TYPO3-UG-US at lists.netfielders.de > > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > > _______________________________________________ > > TYPO3-UG-US mailing list > > TYPO3-UG-US at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > > > > > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us From LIBWJH at emory.edu Mon Mar 17 16:43:04 2008 From: LIBWJH at emory.edu (Haines, William J) Date: Mon, 17 Mar 2008 11:43:04 -0400 Subject: [TYPO3-UG US] TYPO3 US Call: Sunday, February 3, 2008 @ 6 PM EST In-Reply-To: Message-ID: Dear All, I hope that you're having a good Monday. I am interested in creating a search engine that will only search two pages of our TYPO3 website: http://www.law.emory.edu/index.php?id=2482 http://www.law.emory.edu/law-library/research/electronic-resources-categorized.html We already use Indexed Search for the entire site, but what I'd like to do is create something that gives me only results for the databases on the two pages listed above. For instance, when I search "administrative law" in this search engine, I would see a list of administrative law-related databases from these two pages. It might look something like this: Administrative Law Hein Online Federal Register Library. Includes the Federal Register from Volumes 1-72 (1936-2007). Etc. Is this doable, please? Has anyone tried it? Possible to point me toward something that will help me start creating a search engine for the two pages I've mentioned, please? I look forward to hearing from you. Thank you. Best, Will Will Haines Electronic Services Librarian Hugh F. MacMillan Law Library Emory University (404) 727-4322 libwjh at law.emory.edu This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments). From LIBWJH at emory.edu Mon Mar 17 16:47:13 2008 From: LIBWJH at emory.edu (Haines, William J) Date: Mon, 17 Mar 2008 11:47:13 -0400 Subject: [TYPO3-UG US] Search engine for two pages, please Message-ID: Dear All, I hope that you're having a good Monday. I am interested in creating a search engine that will only search two pages of our TYPO3 website: http://www.law.emory.edu/index.php?id=2482 http://www.law.emory.edu/law-library/research/electronic-resources-categorized.html We already use Indexed Search for the entire site, but what I'd like to do is create something that gives me only results for the databases on the two pages listed above. For instance, when I search "administrative law" in this search engine, I would see a list of administrative law-related databases from these two pages. It might look something like this: Administrative Law Hein Online Federal Register Library. Includes the Federal Register from Volumes 1-72 (1936-2007). Etc. Is this doable, please? Has anyone tried it? Possible to point me toward something that will help me start creating a search engine for the two pages I've mentioned, please? I look forward to hearing from you. Thank you. Best, Will Will Haines Electronic Services Librarian Hugh F. MacMillan Law Library Emory University (404) 727-4322 libwjh at law.emory.edu This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments). From michael at cannonbose.com Mon Mar 17 18:02:41 2008 From: michael at cannonbose.com (Michael Cannon) Date: Mon, 17 Mar 2008 13:02:41 -0400 Subject: [TYPO3-UG US] indexed search: specific page search and results Message-ID: Will, I haven't looked at the indexed search code for a while as most of our clients have moved to Google custom search engine. Under Google CSE, it's be a matter of making the site property the page you want results limited to. For indexed_search though, something similar would be needed. I do recall theres a rootPidList option from TypoScript. I wonder if changing the rootPidList limits your search results to those needed. From LIBWJH at emory.edu Mon Mar 17 18:46:53 2008 From: LIBWJH at emory.edu (Haines, William J) Date: Mon, 17 Mar 2008 13:46:53 -0400 Subject: [TYPO3-UG US] indexed search: specific page search and results In-Reply-To: Message-ID: Dear Michael, Thank you very much for sharing your thoughts about Google CSE. I have been trying it and will take a closer look. Thanks, too, for your comments on how to modify the full index search form for our website. I'll try setting up the section, or pad Id, as a hidden input to create the specific section search form we're after for our two pages. Is that right? Thanks again. I hope you're having a nice Monday. Take care. Best, Will Will Haines Electronic Services Librarian Hugh F. MacMillan Law Library Emory University (404) 727-4322 libwjh at law.emory.edu -----Original Message----- From: typo3-ug-us-bounces at lists.netfielders.de [mailto:typo3-ug-us-bounces at lists.netfielders.de] On Behalf Of Michael Cannon Sent: Monday, March 17, 2008 1:03 PM To: TYPO3 Usergroup America Subject: [TYPO3-UG US] indexed search: specific page search and results Will, I haven't looked at the indexed search code for a while as most of our clients have moved to Google custom search engine. Under Google CSE, it's be a matter of making the site property the page you want results limited to. For indexed_search though, something similar would be needed. I do recall theres a rootPidList option from TypoScript. I wonder if changing the rootPidList limits your search results to those needed. From ra at fa.com Wed Mar 19 15:11:10 2008 From: ra at fa.com (johny) Date: Wed, 19 Mar 2008 15:11:10 +0100 Subject: [TYPO3-UG US] submenu Message-ID: Hello everybody: I have a menu with four deep levels. When the user is in one of the levels 2,3,4 I would like to show in the top of the content page the links to his brother pages. Is it possible to do automaticaly ? I would like it works automatically because I don't know if in the future the website will have more deep levels. Thank you very much. Frank From michael at cannonbose.com Wed Mar 19 17:53:22 2008 From: michael at cannonbose.com (Michael Cannon) Date: Wed, 19 Mar 2008 12:53:22 -0400 Subject: [TYPO3-UG US] submenu In-Reply-To: References: Message-ID: Frank, What you want is doable with TypoScript. The trick is to create two navigation elements. One is the "top or left" fuller navigation. The second is the level limited navigation for the brother pages via the HMENU entryLevel property. http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/ On Wed, Mar 19, 2008 at 10:11 AM, johny wrote: > Hello everybody: > > I have a menu with four deep levels. When the user is in one of the levels > 2,3,4 I would like to show in the top of the content page the links to his > brother pages. Is it possible to do automaticaly ? I would like it works > automatically because I don't know if in the future the website will have > more deep levels. > Thank you very much. > > Frank > > > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From michael at cannonbose.com Wed Mar 19 17:54:38 2008 From: michael at cannonbose.com (Michael Cannon) Date: Wed, 19 Mar 2008 12:54:38 -0400 Subject: [TYPO3-UG US] submenu In-Reply-To: References: Message-ID: Lots of menu samples at http://www.typo3wizard.com/en/snippets/menus.html -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From ra at fa.com Thu Mar 20 08:20:31 2008 From: ra at fa.com (johny) Date: Thu, 20 Mar 2008 08:20:31 +0100 Subject: [TYPO3-UG US] submenu References: Message-ID: Thank you very much for you help. "Michael Cannon" escribi? en el mensaje news:mailman.10467.1205945616.5943.typo3-ug-us at lists.netfielders.de... > Frank, > > What you want is doable with TypoScript. The trick is to create two > navigation elements. One is the "top or left" fuller navigation. The > second is the level limited navigation for the brother pages via the > HMENU entryLevel property. > > http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/ > > > > On Wed, Mar 19, 2008 at 10:11 AM, johny wrote: > > Hello everybody: > > > > I have a menu with four deep levels. When the user is in one of the levels > > 2,3,4 I would like to show in the top of the content page the links to his > > brother pages. Is it possible to do automaticaly ? I would like it works > > automatically because I don't know if in the future the website will have > > more deep levels. > > Thank you very much. > > > > Frank > > > > > > _______________________________________________ > > TYPO3-UG-US mailing list > > TYPO3-UG-US at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > > > > > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From Nagita.k at gmail.com Thu Mar 20 09:26:54 2008 From: Nagita.k at gmail.com (Nagita Karunaratne) Date: Thu, 20 Mar 2008 00:26:54 -0800 Subject: [TYPO3-UG US] commercial TYPO3 websites in north america Message-ID: Hi All, I am trying to compile a list of companies in North America that use TYPO3. I am specifically looking for companies that will be familiar to north americans and that I can point to to potential customers who have never heard of TYPO3. Most of the companies in typo3.com/typo3.org are known to Europeans but may not be familiar with people over here. Thanks. From ra at fa.com Thu Mar 20 08:26:41 2008 From: ra at fa.com (johny) Date: Thu, 20 Mar 2008 08:26:41 +0100 Subject: [TYPO3-UG US] Getting the number of level page Message-ID: Hello everybody: Anyone knoes the way to get the number of level of one page automatically for every page in website? Thanks in advance. From ra at fa.com Thu Mar 20 09:43:15 2008 From: ra at fa.com (johny) Date: Thu, 20 Mar 2008 09:43:15 +0100 Subject: [TYPO3-UG US] Getting the number of level page References: Message-ID: I have found the way. Thank you. "johny" escribi? en el mensaje news:mailman.1.1205998209.29863.typo3-ug-us at lists.netfielders.de... > Hello everybody: > > Anyone knoes the way to get the number of level of one page automatically > for every page in website? > > Thanks in advance. > > From ra at fa.com Thu Mar 20 10:39:18 2008 From: ra at fa.com (johny) Date: Thu, 20 Mar 2008 10:39:18 +0100 Subject: [TYPO3-UG US] Conditional width of frames Message-ID: Hello everybody: I am trying to show or hide one frame depending of the deep level of current page.Anyone knows how to do it? I've tried this but doesn't work: [cols] [if ] [value]=220,*,220 [isTrue]=treeLevel=1 [value]=200,* Anyone could help me, please? Thanks in advance. Johny From michael at cannonbose.com Thu Mar 20 16:32:01 2008 From: michael at cannonbose.com (Michael Cannon) Date: Thu, 20 Mar 2008 11:32:01 -0400 Subject: [TYPO3-UG US] commercial TYPO3 websites in north america In-Reply-To: References: Message-ID: Nagita, These might help http://www.cannonbose.com/about-us/portfolio.html http://www.kudzumedia.com/about/portfolio.html http://advancewebmarketing.com/web-development/example-web-sites/ http://www.customedialabs.com/ (look at in the spotlight in lower left corner) On Thu, Mar 20, 2008 at 4:26 AM, Nagita Karunaratne wrote: > Hi All, > > I am trying to compile a list of companies in North America that use TYPO3. > > I am specifically looking for companies that will be familiar to north > americans and that I can point to to potential customers who have never > heard of TYPO3. > > Most of the companies in typo3.com/typo3.org are known to Europeans but > may not be familiar with people over here. > > Thanks. > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From patrick at typo3quebec.org Thu Mar 20 17:38:24 2008 From: patrick at typo3quebec.org (Patrick Gaumond) Date: Thu, 20 Mar 2008 12:38:24 -0400 Subject: [TYPO3-UG US] commercial TYPO3 websites in north america In-Reply-To: References: Message-ID: Nagita Karunaratne wrote: > I am trying to compile a list of companies in North America that use TYPO3. > > I am specifically looking for companies that will be familiar to north > americans and that I can point to to potential customers who have never > heard of TYPO3. > > Most of the companies in typo3.com/typo3.org are known to Europeans but > may not be familiar with people over here. From cmsmatrix.org: BASF, DaimlerChrysler, EDS, Konika-Minolta,Government of Qu?bec, DMR, Volkswagen, UNESCO. I think most of those are well established "names". You also got all those from our Government here: http://wiki.typo3.org/index.php/Typo3quebec Mainly: Minist?re de la Culture et des Communications http://www.mcc.gouv.qc.ca Tourism: http://www.bonjourquebec.com From virgil.huston at gmail.com Fri Mar 21 04:16:49 2008 From: virgil.huston at gmail.com (virgil huston) Date: Thu, 20 Mar 2008 23:16:49 -0400 Subject: [TYPO3-UG US] commercial TYPO3 websites in north america In-Reply-To: References: Message-ID: Nagita, GM uses TYPO3 for some things, that is a big one. Also, one of Harvard Medical School's sites uses TYPO3, not sure which. THere are tons of "smaller" sites using it, as well. Note that the huge companies in Europe using TYPO3 also impress US clients, even if not specifically in the US, like Dassault and part of the French Post Office site. Note also that huge corporations use multiple platforms and CMS software, those huge companies may use TYPO3 for one thing and something else for another. Regards, Virgil Huston http://kudzumedia.com On Thu, Mar 20, 2008 at 11:32 AM, Michael Cannon wrote: > Nagita, > > These might help > http://www.cannonbose.com/about-us/portfolio.html > http://www.kudzumedia.com/about/portfolio.html > http://advancewebmarketing.com/web-development/example-web-sites/ > http://www.customedialabs.com/ (look at in the spotlight in lower left > corner) > > > On Thu, Mar 20, 2008 at 4:26 AM, Nagita Karunaratne > wrote: > > Hi All, > > > > I am trying to compile a list of companies in North America that use > TYPO3. > > > > I am specifically looking for companies that will be familiar to north > > americans and that I can point to to potential customers who have never > > heard of TYPO3. > > > > Most of the companies in typo3.com/typo3.org are known to Europeans but > > may not be familiar with people over here. > > > > Thanks. > > _______________________________________________ > > TYPO3-UG-US mailing list > > TYPO3-UG-US at lists.netfielders.de > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > > > > > > -- > Michael Cannon > President of Cannonbose, LLC > +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > From fineesmendez at yahoo.com Mon Mar 24 20:38:09 2008 From: fineesmendez at yahoo.com (Finees Mendez) Date: Mon, 24 Mar 2008 12:38:09 -0700 (PDT) Subject: [TYPO3-UG US] TypoScript conditions refresher Message-ID: Hi all, I am working on a graphics header for the subpages of the website. I am attempting to display a different image for each subpage in the first sub level only. Here is the code below, but my question is in regard to best TS coding practices. How can I write an IFELSE statement with TS. Below is a functional code, but not the best efficient. I know that operators like [else] [end] and [global] work, but what about an ifelse, a multi conditional statement. Your thoughts? Thank you. Code: [PIDinRootline = 38 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header01.jpg [else] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [end] [PIDinRootline = 32 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header02.jpg [else] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [end] [PIDinRootline = 31 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header03.jpg [else] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [end] [PIDinRootline = 24 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header04.jpg [else] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [end] [PIDinRootline = 18 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header05.jpg [else] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [end] [PIDinRootline = 16 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header06.jpg [else] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [end] ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs From michael at cannonbose.com Mon Mar 24 23:31:12 2008 From: michael at cannonbose.com (Michael Cannon) Date: Mon, 24 Mar 2008 18:31:12 -0400 Subject: [TYPO3-UG US] TypoScript conditions refresher In-Reply-To: References: Message-ID: Finees, Why not just stick the page.1.subparts... code into a TypoScript template on those pages instead of worrying about the condition code? This way you really do know where those images are at on the site and are clear about them also changing their subpages as well. On Mon, Mar 24, 2008 at 3:38 PM, Finees Mendez wrote: > Hi all, > > I am working on a graphics header for the subpages of the website. I am attempting to display a different image for each subpage in the first sub level only. Here is the code below, but my question is in regard to best TS coding practices. How can I write an IFELSE statement with TS. Below is a functional code, but not the best efficient. I know that operators like [else] [end] and [global] work, but what about an ifelse, a multi conditional statement. Your thoughts? Thank you. > > Code: > > [PIDinRootline = 38 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header01.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 32 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header02.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 31 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header03.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 24 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header04.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 18 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header05.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 16 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header06.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 From fineesmendez at yahoo.com Tue Mar 25 20:16:52 2008 From: fineesmendez at yahoo.com (Finees Mendez) Date: Tue, 25 Mar 2008 12:16:52 -0700 (PDT) Subject: [TYPO3-UG US] TypoScript conditions refresher Message-ID: Yes. But then I have to dig in to each page to make updates. I figured out what i was doing wrong, and here is the updated code. First set the global param, and then just change if condition is met. Thank you. # First set my global condition page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg [PIDinRootline = 38 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header01.jpg [end] [PIDinRootline = 32 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header02.jpg [end] [PIDinRootline = 31 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header03.jpg [end] [PIDinRootline = 24 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header04.jpg [end] [PIDinRootline = 18 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header05.jpg [end] [PIDinRootline = 16 ] page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header06.jpg [end] ----- Original Message ---- From: Michael Cannon To: Finees Mendez ; TYPO3 Usergroup America Sent: Monday, March 24, 2008 6:31:12 PM Subject: Re: [TYPO3-UG US] TypoScript conditions refresher Finees, Why not just stick the page.1.subparts... code into a TypoScript template on those pages instead of worrying about the condition code? This way you really do know where those images are at on the site and are clear about them also changing their subpages as well. On Mon, Mar 24, 2008 at 3:38 PM, Finees Mendez wrote: > Hi all, > > I am working on a graphics header for the subpages of the website. I am attempting to display a different image for each subpage in the first sub level only. Here is the code below, but my question is in regard to best TS coding practices. How can I write an IFELSE statement with TS. Below is a functional code, but not the best efficient. I know that operators like [else] [end] and [global] work, but what about an ifelse, a multi conditional statement. Your thoughts? Thank you. > > Code: > > [PIDinRootline = 38 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header01.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 32 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header02.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 31 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header03.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 24 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header04.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 18 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header05.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > [PIDinRootline = 16 ] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header06.jpg > [else] > page.1.subparts.PAGEHEADER.file.10.file = fileadmin/templates/zwire/images/gfx/page-header.jpg > [end] > > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > _______________________________________________ > TYPO3-UG-US mailing list > TYPO3-UG-US at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-us > -- Michael Cannon President of Cannonbose, LLC +1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776 ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping