Re: Witango-Talk: OT - MySQL

2011-09-14 Thread Bill Downall
Steve, Standard SQL HAVING clauses should work: SELECT columnname, COUNT (*) FORM tablename GROUP BY columnname HAVING COUNT (*) 1 On Wed, Sep 14, 2011 at 11:07 AM, Fogelson, Steve stevefogel...@askics.netwrote: Using MySQL. Is there a simple way to find duplicate rows based on a

Re: Witango-Talk: OT - MySQL

2011-09-14 Thread Bill Downall
Oops. Misspelled FROM. Sorry. On Wed, Sep 14, 2011 at 11:26 AM, Bill Downall bdown...@downallconsulting.com wrote: Steve, Standard SQL HAVING clauses should work: SELECT columnname, COUNT (*) FORM tablename GROUP BY columnname HAVING COUNT (*) 1 On Wed, Sep 14, 2011 at 11:07 AM,

RE: Witango-Talk: OT - UTF-8

2011-07-14 Thread Robert Shubert
I’m happy to answer your questions, however it’s not likely to work well to use Witango. I understand that I need to declare the charset to UTF-8 to display the characters. Do I actually need to install a language pack on the server to display? No. The server just needs to manage data.

RE: Witango-Talk: OT - UTF-8

2011-07-14 Thread WebDude
Thank you Robert... that explains a lot. It also helped form the answer to my client. _ From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Thursday, July 14, 2011 11:47 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - UTF-8 I'm happy to answer your questions

RE: Witango-Talk: OT - FTP interactions

2010-11-23 Thread WebDude
parse that data out into a text file or an array. I am not sure where to start. Any hints? p.s. Windows OS... Thanks! _ From: Robert Garcia [mailto:wita...@bighead.net] Sent: Monday, November 22, 2010 2:44 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: OT - FTP interactions I

RE: Witango-Talk: OT - FTP interactions

2010-11-23 Thread Robert Shubert
multiple levels defined at once (path1/path2). From: WebDude [mailto:webd...@cipromo.com] Sent: Tuesday, November 23, 2010 8:09 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Okay, so let's talk about command line tools and forget about diplaying thumbs

RE: Witango-Talk: OT - FTP interactions

2010-11-23 Thread WebDude
: RE: Witango-Talk: OT - FTP interactions Over the years I've built tools for my hosting customers, one of them being FTP. Attached is the raw code from that tool, and below are the instructions: I'm sorry that I can't work this up more, but I'm tied up with Witango 6 release, and once that's

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
This doesn’t seem too hard. I think I would first try using the FTP site as if it were a database. This may be too slow, however, depending on the amount of content in the FTP server and the load on the site, but I would probably add simple memory caching rather than trying to sync a db.

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
built on our end along with the price via the directory the pdf file happened to be in. _ From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Monday, November 22, 2010 8:46 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions This doesn't seem too hard

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
with an XML file. Robert From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, November 22, 2010 10:11 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions M... This FTP site is not in my control. It is housed by a third party and as far as I know

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
22, 2010 9:28 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Well, I'm not sure how you would generate a thumb of a specific PDF. I suppose your could use a tool that renders PDF to JPEG, but that could get a little complex. Other than that, this is straight

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
...@cipromo.com] Sent: Monday, November 22, 2010 10:42 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Well, call me dumb, but where could I get information on how to do this. I am having a hard enough time just trying to display a directory of images thorugh the http

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
...@tronics.com] Sent: Monday, November 22, 2010 10:46 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Here's the part that I think you missing: Your user goes to the page: www.yoursite.com/ftp_cart.taf ftp_cart.taf in turn logs

Re: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Garcia
I used to use witango pretty successfully with FTP, but I was using a special FTP server that came with a com object that worked with witango. It was TitanFTP. Another way, is just working with command line tools. Once you get it working, you can make an ftp class with chdir, ls, put, get

RE: Witango-Talk: [OT] help save Mysql

2010-01-02 Thread Rick Sanders
Wow, that is not good news for MySQL. Oracle hasn't been doing well the past few years so they're looking at this as a way out. I don't use MySQL much, but I like it just the way it is. Rick Sanders Webenergy Canada: 902-431-7279 USA: 919-799-9076 Canada: www.webenergy.ca USA:

Re: Witango-Talk: [OT] help save Mysql

2010-01-02 Thread D. Richardy
That's Life... - Original Message - From: Rick Sanders r...@webenergy.ca To: witango-talk@witango.com Sent: Sunday, January 03, 2010 3:27 AM Subject: RE: Witango-Talk: [OT] help save Mysql Wow, that is not good news for MySQL. Oracle hasn't been doing well the past few years so

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-07-01 Thread WebDude
Subject: Re: Witango-Talk: OT... sort of - Topic Notification for Forum ah, maybe an include wrapped in an IF block On Jun 30, 2009, at 12:59 PM, WebDude wrote: Another qustion... may be easy, I don't know... Is there any way to trigger a taf within another taf not using @URL John Muldoon

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-07-01 Thread Ben Johansen
:04 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: OT... sort of - Topic Notification for Forum ah, maybe an include wrapped in an IF block On Jun 30, 2009, at 12:59 PM, WebDude wrote: Another qustion... may be easy, I don't know... Is there any way to trigger a taf within another

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Robert Shubert
You need a subscriptions table of sorts: which contains just the member_id and the master_thread_id You can add rows when people signup to get a thread emailed and remove them when they opt-out. Additional columns that come to mind are: Primary key ID (not completely necessary for

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread WebDude
, June 30, 2009 10:28 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: OT... sort of - Topic Notification for Forum You need a subscriptions table of sorts: which contains just the member_id and the master_thread_id You can add rows when people signup to get a thread emailed and remove

RE: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread WebDude
: WebDude [mailto:webd...@cipromo.com] Sent: Tuesday, June 30, 2009 11:23 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: OT... sort of - Topic Notification for Forum Thanks Robert... Your idea was kind of whereI was leaning. As for the RSS feed... the forums already have that, but very

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Ben Johansen
612.822. webd...@cipromo.com ci.gif http://cipromo.com From: WebDude [mailto:webd...@cipromo.com] Sent: Tuesday, June 30, 2009 11:23 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: OT... sort of - Topic Notification for Forum Thanks Robert... Your idea was kind of whereI was leaning

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread John McGowan
] *Sent:* Tuesday, June 30, 2009 11:23 AM *To:* witango-talk@witango.com *Subject:* RE: Witango-Talk: OT... sort of - Topic Notification for Forum Thanks Robert... Your idea was kind of whereI was leaning. As for the RSS feed... the forums already have that, but very few people actually use them

Re: Witango-Talk: OT... sort of - Topic Notification for Forum

2009-06-30 Thread Dale Graham
Ave S Minneapolis, MN 55408-4552 612.822. webd...@cipromo.com ci.gif http://cipromo.com From: WebDude [mailto:webd...@cipromo.com] Sent: Tuesday, June 30, 2009 11:23 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: OT... sort of - Topic Notification for Forum Thanks Robert

RE: Witango-Talk: OT -- Spam-Checking Engine

2009-04-11 Thread Ian Daniel
Robert .. sorry for the slow response. Thanks for this . we'll look this over. Ian From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Thursday, April 09, 2009 2:08 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: OT -- Spam-Checking Engine Just a quick

RE: Witango-Talk: OT -- Spam-Checking Engine

2009-04-09 Thread Robert Shubert
Just a quick thought, why not try to send the body of the email through a Spam Assassin service? Robert _ From: Ian Daniel [mailto:i...@ncol.com] Sent: Thursday, April 09, 2009 4:51 PM To: witango-talk@witango.com Subject: Witango-Talk: OT -- Spam-Checking Engine Hi All:

Re: Witango-Talk: OT - private branded http file upload site?

2009-03-04 Thread Michael Heth
On Feb 26, 2009, at 1:01 PM, George K wrote: Hi We are putting a new large server that will me hosting tango on it. I'm not sure I understand what type of hosting you are looking for. Let me know, perhaps I could help your client. Thx George Hi George, The type of hosting we need is a

Re: Witango-Talk: OT - private branded http file upload site?

2009-02-26 Thread George K
Hi We are putting a new large server that will me hosting tango on it. I'm not sure I understand what type of hosting you are looking for. Let me know, perhaps I could help your client. Thx George Sent from my iPhone On Feb 26, 2009, at 3:17 PM, Michael Heth tangopo...@serversmiths.com

Re: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Roland Dumas
A friend who wanted to go to a site that does not allow US visitors, used a proxy service located in the UK. The site knew his browser was coming from the US. I had him hit my server using the proxy, and it shows an IP from Germany. Somehow the proxy does change the IP, but still reveals

Re: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Scott Cadillac
Hi Roland, If the location is revealed by the proxy, then that must be a feature unique to that particular proxy (this is not typical) so I would not expect all proxys to provide this for you. Have you tried an HTTP sniffer yet, to see the request information? There might be a custom

Re: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Robert Garcia
Normally, the reason you use a proxy like that, is to mask yourself, your friend must have used one that forwarded his info. -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040

RE: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Ian Daniel
While we're on the subject ... where can one obtain the most reliable IP address / country of origin list, to build this intelligence into a project? Thanks in advance ... Ian TO UNSUBSCRIBE: Go to

Re: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Scott Cadillac
Hi Ian, The most reliable source is the registries themselves, listed on the following link http://en.wikipedia.org/wiki/Country_IP_database Put consolidating this information from the different sources yourself is a pain (not to mention ongoing changes), which is why most people use a

RE: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Rick Sanders
-Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: August-16-08 12:56 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: OT: detecting country of origin Hi Ian, The most reliable source is the registries themselves, listed on the following link http

Re: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread John Carrieri
USA: 919-799-9076 Canada: www.webenergy.ca USA: www.webenergyusa.com -Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: August-16-08 12:56 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: OT: detecting country of origin Hi Ian, The most

RE: Witango-Talk: OT: detecting country of origin

2008-08-16 Thread Ian Daniel
Thank you, all I appreciate the quick feedback. As usual, you guys are great. Ian TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: OT: detecting country of origin

2008-08-15 Thread Robert Garcia
It can't -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On Aug 15, 2008, at 5:22 PM,

Re: Witango-Talk: OT: blocking Search Engine Bots

2008-05-21 Thread Michael Heth
On May 21, 2008, at 5:28 AM, Tom Ferguson wrote: I'm familiar how to block Bots from indexing webpages by using the Robots Meta tag. Is there a similar way to block PDFs from being indexed? TIA Thomas Ferguson Vice Presiden put them is a directory and exclude that directory in the

Re: Witango-Talk: OT: blocking Search Engine Bots

2008-05-21 Thread Robert Garcia
I believe you can also exclude by extension. -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-19 Thread Scott Cadillac
Hi Christian, Thank you for the note. I'm on the road at the moment (Chicago), but when I get back home next week I think I'm going to give the Linksys a shot. I use the Cisco VPN client software for connecting, so I assume that might mean they have a Cisco system? Thank you again. Scott,

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-18 Thread Christian Carrier
:[EMAIL PROTECTED] Sent: Saturday, February 16, 2008 2:16 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT] VPN Enabled Routers I've had good experience with the Linksys RV042 model as well. Mikal Anderson - Original Message - From: Scott Cadillac [EMAIL PROTECTED

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-18 Thread Michael Dittbrenner
PROTECTED] Sent: Monday, February 18, 2008 9:25 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: [OT] VPN Enabled Routers Scott, We have used both Cisco, Sonicwall, GNAT and Checkpoint here. My question about what they are using is the one I feel is most important. There can be a lot

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-16 Thread Scott Cadillac
Hi Michael, That's two votes for the Linksys model. Thank you. Scott, On Friday, February 15, 2008 9:11pm, Michael R M young [EMAIL PROTECTED] said: Hi Scott I can recommend the Linksys RV082. 10/100 8-Port VPN Router (or 4 port or 16 port) .dual Internet ports for load balancing

Re: Witango-Talk: [OT] VPN Enabled Routers

2008-02-16 Thread Mikal Anderson
I've had good experience with the Linksys RV042 model as well. Mikal Anderson - Original Message - From: Scott Cadillac [EMAIL PROTECTED] To: witango-talk@witango.com Sent: Saturday, February 16, 2008 4:18 AM Subject: RE: Witango-Talk: [OT] VPN Enabled Routers Hi Michael, That's

Re: Witango-Talk: [OT] VPN Enabled Routers

2008-02-15 Thread John McGowan
Scott, A hardware VPN solution that I've had a lot of luck with, is the Netscreen IP/Sec Products from Juniper Networks For example, we've got one of these little boxes at our data center, our main office and the home offices of myself and the owner, everything is tunnelled to eachother, and it

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-15 Thread Robert Shubert
Scott, I've been doing this for years with the Linksys RV082 (they make a smaller and larger model as well). Simply put, they are easy and work well. I use mine to connect to a Cisco PIX firewall with a high-encryption IPSEC VPN tunnel. Robert -Original Message- From: Scott Cadillac

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-15 Thread Scott Cadillac
Thank you both Robert and John, Both of these products look like they would solve my challenge. When I researched on my own some of the product literature I found was either too vague or too over the top. Thanks again. Scott, On Friday, February 15, 2008 11:58am, Robert Shubert [EMAIL

Re: Witango-Talk: [OT] VPN Enabled Routers

2008-02-15 Thread Robert Garcia
I just installed a sonicwall last night, they came recommended, and today we are setting up the vpn. So far it has been pretty painless, and I have been impressed with the sonicwall documentation and web interface. -- Robert Garcia President - BigHead Technology VP Application Development

RE: Witango-Talk: [OT] VPN Enabled Routers

2008-02-15 Thread Michael R M young
Hi Scott I can recommend the Linksys RV082. 10/100 8-Port VPN Router (or 4 port or 16 port) .dual Internet ports for load balancing and connection redundancy .Securely connects up to 100 remote office or traveling users to your office network via VPN .Advanced SPI firewall protects

RE: Witango-Talk: [OT] Are my carriage-return, line-feeds missing?

2008-02-06 Thread WebDude
Looks okay on my end -Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 5:40 PM To: Witango-Talk Subject: Witango-Talk: [OT] Are my carriage-return, line-feeds missing? Hi Folks, Although I'm sure some of you could do without

Re: Witango-Talk: [OT] Are my carriage-return, line-feeds missing?

2008-02-06 Thread Alan Wolfe
looks ok to me too (using gmail for the record) On 2/6/08, WebDude [EMAIL PROTECTED] wrote: Looks okay on my end -Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 5:40 PM To: Witango-Talk Subject: Witango-Talk: [OT] Are my

Re: Witango-Talk: [OT] Are my carriage-return, line-feeds missing?

2008-02-06 Thread Ben Johansen
looks fine to me, I check Mac and Windows Browsers Ben On Feb 6, 2008, at 3:40 PM, Scott Cadillac wrote: Hi Folks, Although I'm sure some of you could do without my dribble, someone on the list pointed out to me that when I post messages the carriage- returns and/or line-feeds are

Re: Witango-Talk: [OT] Are my carriage-return, line-feeds missing?

2008-02-06 Thread Kent Swisher
Looks ok to me. MS Exchange server Outlook and Thunderbird on winXP. - Kent Swisher On 2/6/2008 3:40 PM, Scott Cadillac wrote: Hi Folks, Although I'm sure some of you could do without my dribble, someone on the list pointed out to me that when I post messages the carriage-returns and/or

Re: Witango-Talk: [OT] Are my carriage-return, lin e-feeds missing?

2008-02-06 Thread Scott Cadillac
Thank you everyone for your feedback. I'm using http://www.mailtrust.com/ (used to be http://www.webmail.us/) as my provider, and I always just use their webmail interface with either MSIE or Safari. Haven't used Outlook in a really long time. Thanks again. Scott, On Wednesday, February

Re: Witango-Talk: [OT] Anti-virus recommendations?

2008-01-27 Thread Scott Cadillac
Thank you everyone for your feedback. And thanks for the link Ben, I see NOD32 is listed as 3rd place with these guys, right after Kapersky. BitDefender was also my initial second choice. I found this quote interesting from http://en.wikipedia.org/wiki/NOD32 ...NOD32 is written largely in

Re: Witango-Talk: [OT] Anti-virus recommendations?

2008-01-26 Thread William M Conlon
I use ClamAV + SpamAssassin + Postfix on my server. The combination has been very effective, so I don't run anything on my Macs. http:// clamav.net/ My PC is virtual, and I don't use it for e-mail, and seldom for internet access, so I feel comfortable running this open source anti-

Re: Witango-Talk: [OT] Anti-virus recommendations?

2008-01-26 Thread WebDude
I have been using WebKnight as an add on ISAP filter to the firewall built into Cisco for all of my Web servers. It's free and gives you great protection against rogue bots and SQL injection along with a host of other stuff including header and referrer checks, ability to set crawl rates,

Re: Witango-Talk: [OT] Anti-virus recommendations?

2008-01-26 Thread benj
you can go here for a good list, http://anti-virus-software-review.toptenreviews.com/kaspersky-review.html I have used AVG Pro, it is light weight and has stopped everything, it is probably lower down on this list because there are a couple of features it is lacking in, but what it doesnt lack in

Re: Witango-Talk: [OT] Dreamweaver login shows instead of files

2008-01-10 Thread Alan Wolfe
probably not much help, but if that directory is behaving differently than the others maybe there's a file in that directory which is named the same as one of your code files that you are using to make this system work. ie if your code ran a checkout.bat file to do it's work, which resided in

Re: Witango-Talk: [OT] Dreamweaver login shows instead of files

2008-01-10 Thread Roland Dumas
I figured it out. We had massive power outages last week due to storms. Many of my locations had new IP addresses when everything came back up. The new IP addresses were illegal for the directory in question and it errorred out. The problem was that the error files (403.html, 404.html,

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-31 Thread Sri Amudhanar
What a great web store, Steve! Thanks for posting it Scott. Now I get to cobble things together without having to build them first. They look nicer too. Sri Scott Cadillac wrote: Hi Robert, Thank you for the email and links. I appreciate the time you took to look this up. Yesterday I got

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-31 Thread Sri Amudhanar
Zzounds is a great site too. I bought a guitar from Sam Ash http://www.samash.com/ about 12 years ago when I lived in Manhattan. Looks like its time to go shopping now (to rationalize my inability to make good music). Hope my neighbors aren't going to complain! Sri Robert Garcia wrote: I used

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-29 Thread Robert Garcia
I used to do something similar, and I had a great mackie mixer that did a great job. Mackie makes great stuff, and not to expensive, something like this: http://www.zzounds.com/item--MACDFX6 and adapters to connect: http://www.zzounds.com/item--HOSYPR102

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-29 Thread Scott Cadillac
Hi Robert, Thank you for the email and links. I appreciate the time you took to look this up. Yesterday I got an off-list email from Steve Deutschendorf who sent me a link to this: http://www.audio-discounters.com/mm-242.html Which is a similar type of mixer. It's smaller so is probably

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-29 Thread Robert Garcia
Thats a pretty cool little mixer. -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On Dec

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-28 Thread Scott Cadillac
Hi Sri, I don't think we've heard from you for a while. Keeping busy? This will allow you to listen to all the channels simultaneously (cacophony in my opinion, but hey, I am not the one listening!) It's not so much that I want to listen to multiple streams of music at once, it's more that

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-28 Thread Sri Amudhanar
Hi Scott, Thanks for asking, I have been extremely occupied and I just came up for air. I have a financial services provider customer delivering new business each year of more than a billion dollars of life insurance activated online for more than two years now through my proprietary

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-27 Thread William M Conlon
Hi Scott, Happy Holidays. Sorry to hear about your hearing problem. I developed Meniere's disease and lost most of my hearing on one side. It's most noticeable in noisy rooms or listening with earbuds. Hope your's is fixable. After much research, I ended up with an Airport Express

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-27 Thread Scott Cadillac
Hi Bill, Thank you for the suggestion, but I guess I should have mentioned that I wanted something that will physically connect a variety of audio leads (speaker out) from my computers and other external audio sources. Something that would have multiple aux inputs. I guess I really need a

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-27 Thread Robert Garcia
I have done this before, try radio shack and get an A/V switcher. I can't find on radio shack website, but I have a couple in a box somewhere. They have L/R RCA Audio inputs, usually 4 or so, and one output. You connect to the inputs from your components, and label the buttons. So you

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-27 Thread Robert Garcia
Here it is, $20 at RadioShack http://www.radioshack.com/product/index.jsp?parentPage=searchsummary=summarycp=productId=2049645accessories=accessorieskw=audio+switchtechSpecs=techSpecscurrentTab=featurescustRatings=custRatingssr=1features=featuresorigkw=audio+switchsupport=supporttab=summary --

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-27 Thread Scott Cadillac
Hi Robert, Thank you for your time on the search. I think what I need is something more like this unit:

Re: Witango-Talk: [OT] Audio system with multiple inputs

2007-12-27 Thread Sri Amudhanar
I used to do a lot of electronics a long time ago. Here is a simple way to do what you want to do: Buy some 4.7 Kilo Ohm resistors (say 10) by mail order. Solder one end of 5 resistors together and hook this common point to input of the left channel in you amplifier. Do the same for the right

RE: Witango-Talk: (OT) MS FrontPage Server Extensi ons

2007-12-11 Thread Scott Cadillac
Hi Steve, Start Settings Control Panel Add or Remove Programs Add/Remove Windows Components Application Server Internet Information Services (IIS) FrontPage 2002 Server Extensions You'll probably need your Windows 2003 Server install disc. Once that's installed I think Windows Update

Re: Witango-Talk: (OT) MS FrontPage Server Extensions

2007-12-11 Thread Robert Garcia
You don't need to download anything. Just go to control panel, add/ remove programs, windows components, application server, and I THINK IIS, and it is in the IIS group. When you click on Application Server, hit details, then hit details on IIS. I am 90% sure it is in IIS. But its in one of

RE: Witango-Talk: (OT) MS FrontPage Server Extensions

2007-12-11 Thread WebDude
Hi Steve, You need to install from your system disk. Go to Control Panel, and click Add/Remove Programs and click Add/Remove Windows Components. Click on Application Server and click Details then click on IISand then Details. Put a checkmark next to FrontPage Server Extensions. Hope this

RE: Witango-Talk: (OT) MS FrontPage Server Extensions

2007-12-11 Thread Fogelson, Steve
Thanks Guys. I guess you call that a DUH moment. Worked great!!! _ From: WebDude [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 9:26 AM To: witango-talk@witango.com Subject: RE: Witango-Talk: (OT) MS FrontPage Server Extensions Hi Steve, You need to install from

Re: Witango-Talk: OT: AJAX problem

2007-09-25 Thread Scott Cadillac
Hi Brian, When dynamically adding options for a select list, use the javascript Option() object, something like so:  var v_option = new Option();  v_option.value = myOptionValue;  v_option.text = myOptionText Then add the new object to the bottom of the list  var v_list =

Re: Witango-Talk: OT: AJAX problem

2007-09-25 Thread Brian Humes
Hi Scott, Thanks for the guidance. This will work perfectly. Brian Humes Director, Interactive JohnsonRauhoff Communications Group 269.428.9257 (Direct) 269.428.3377 (Main) 269.428.3312 (Fax) www.johnson-rauhoff.com [EMAIL PROTECTED] _ On Sep 25, 2007, at 9:26

Re: Witango-Talk: OT: AJAX problem

2007-09-25 Thread Scott Cadillac
Hi Brian, You're very welcome. :-) Scott, On Tue, September 25, 2007 11:01 am, Brian Humes [EMAIL PROTECTED] said: Hi Scott, Thanks for the guidance. This will work perfectly. TO UNSUBSCRIBE: Go to

Re: Witango-Talk: OT: AJAX problem

2007-09-24 Thread Ben Johansen
Do you create the select statement document.createElement or are you creating the select statement and using responseText? I have found that to work cross platform i was better to create a shell of the select in the main form and populate it thru Ajax. this way the select object is already

Re: Witango-Talk: OT, submit from imagemap

2007-09-08 Thread Michael Heth
On Sep 8, 2007, at 2:08 PM, Michael Heth wrote: Sorted it out myself, here the snippet that works, hope it helps someone else out someday. A lot of the other forum advice was bogus. Thanks, M./ area shape=rect coords=731,6,788,24 A href=javascript: onClick=viewcart.submit();

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-31 Thread Stephen Su
handlind to inputs. (I wish I could give credit to the author, but I could not find any info about him) Thanks everybody, MB. From: Stephen Su [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 20:33 To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT]: Exiting a form (HTML

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread William M. Conlon
something like: form action=x.taf input name=name type=text value= input type=submit name=submit value=submit input type=submit name=submit value=link /form @IF EXPR=@ARG submit='submit' Your name as @ARG name @ELSE We ignored your name. Go to a href=targetlink/a. /@IF -- Bill --

RE: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread mikeBravu
, and then, based on user's response, a decision can be taken (save or lose). But that is too much traffic and coding. MB. -Original Message- From: William M. Conlon [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 15:00 To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT]: Exiting

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread Robert Garcia
Use a JS conditional alert, called confirm() script language=JavaScript !-- function check_exit(url){ input_box=confirm(You have made changes to the form, are you sure you want to exit this page? Click continue to exit to your link, or cancel to finish the form.); if

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread Stephen Su
Robert, Nice and clean, I assume that you pair this function up with an === onClick=check_exit('http://www.google.com'); type statement within the a href statement correct? - stephen On May 30, 2007, at 7:38 PM, Robert Garcia wrote: Use a JS conditional alert, called confirm() script

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread Robert Garcia
Yes, the link should be something like this: a href=javascript:check_exit('someurl');my link/a You can use onclick, but then, you should put javascript:void(); in the href location. This avoids issues with anchors. -- Robert Garcia President - BigHead Technology VP Application Development

RE: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread mikeBravu
: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 19:50 To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript) Yes, the link should be something like this: a href=javascript:check_exit('someurl');my link/a You can use onclick

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread Stephen Su
Thanks Robert, Nice job, thanks always for your contribution to the list! (smiles) : ) stephen On May 30, 2007, at 10:49 PM, Robert Garcia wrote: Yes, the link should be something like this: a href=javascript:check_exit('someurl');my link/a You can use onclick, but then, you should put

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread Robert Garcia
main concern. But that's OK, as long as there is no other way! ;-) Thanks again everybody. - MB. From: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 19:50 To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript) Yes, the link

Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread Stephen Su
. But that's OK, as long as there is no other way! ;-) Thanks again everybody. - MB. From: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 19:50 To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript) Yes, the link should be something

RE: Witango-Talk: [OT]: Exiting a form (HTML + JavaScript)

2007-05-30 Thread mikeBravu
handlind to inputs. (I wish I could give credit to the author, but I could not find any info about him) Thanks everybody, MB. _ From: Stephen Su [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 20:33 To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT]: Exiting a form

Re: Witango-Talk: [OT] Limit characters in a textarea field

2007-04-27 Thread William M. Conlon
Here are a few: http://www.google.com/search?client=safarirls=enq=javascript+count+textarea +charactersie=UTF-8oe=UTF-8 Of course, the textarea must be validated on the server. At a minimum use @LEFT. If using directDBMS, then make sure you use @BIND to avoid SQL Injection. -- Bill

Re: Witango-Talk: [OT] Limit characters in a textarea field

2007-04-27 Thread [EMAIL PROTECTED]
Hello Stefan, here the solution... regards Daniel Richardy Ex European Witango Distributor www.softdes.de --- script var ns6=document.getElementById!document.all function restrictinput(maxlength,e,placeholder){ if

RE: Witango-Talk: [OT] Mac question...

2007-04-18 Thread Rick Sanders
-sw.com/ From: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: April 16, 2007 11:24 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT] Mac question... I don't quite understand what you mean, by it shows the code in the browser, and not the web page as intended. I will take a stab

Re: Witango-Talk: [OT] Mac question...

2007-04-18 Thread Robert Garcia
-sw.com Shop online for computer systems, accessories, and much, much more! http://shop.webenergy-sw.com From: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: April 16, 2007 11:24 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT] Mac question... I don't quite understand what

Re: Witango-Talk: [OT] Mac question...

2007-04-17 Thread Dale Graham
Better yet, encourage them to download and use the FREE TextWrangler from BareBones software... http://barebones.com/products/textwrangler/index.shtml On Apr 16, 2007, at 10:06 PM, Rick Sanders wrote: Hey list, I’m giving an HTML course and one of my students is using a Mac. When he

RE: Witango-Talk: [OT] Mac question...

2007-04-17 Thread Rick Sanders
! http://shop.webenergy-sw.com http://shop.webenergy-sw.com/ From: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: April 16, 2007 11:24 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT] Mac question... I don't quite understand what you mean, by it shows the code in the browser

RE: Witango-Talk: [OT] Mac question...

2007-04-17 Thread Rick Sanders
- From: William M Conlon [mailto:[EMAIL PROTECTED] Sent: April 16, 2007 11:46 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: [OT] Mac question... Finder -- Get Info (Command I) -- Open With (choose the desired application) There's a button to change all. If your student has a two

  1   2   3   4   5   6   7   8   9   >