Witango-Talk: OT - MySQL

2011-09-14 Thread Fogelson, Steve
Using MySQL. Is there a simple way to find duplicate rows based on a column? Thanks Steve Fogelson To unsubscribe from this list, please send an email to lists...@witango.com with unsubscribe witango-talk in the body.

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

Witango-Talk: OT - .NET Developers needed

2011-05-31 Thread Scott Cadillac
Out of respect for the group, I wouldn't normally post this question here - but I'm running short on my usual resources, so I hope nobody minds. For the past four years I've been working full-time on a single contract/project for one big international client, which is of course an awesome

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

Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
This is way off topic, but I have a client who is asking some questions that I am having a hard time answering. I was hoping some of you with more knowledge then I can give me some direction. I see all sorts of probems with this, but am trying to figure out what to say to him. I believe the files

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
altogether unreasonable. Robert From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, November 22, 2010 9:02 AM To: Witango-Talk@witango.com Subject: Witango-Talk: OT - FTP interactions This is way off topic, but I have a client who is asking some questions that I am having a hard time

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

Witango-Talk: [OT] help save Mysql

2010-01-02 Thread Ben Johansen
I got an email from someone regarding this, I have been concerned myself if Oracle gets it's hands on MySql. http://www.helpmysql.org Take a look, and decide for yourself Ben Johansen http://www.webspinr.com b...@webspinr.com Phone: 360-597-3372 Mobile: 360-600-7775

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

2010-01-02 Thread Rick Sanders
: www.webenergyusa.com -Original Message- From: Ben Johansen [mailto:b...@webspinr.com] Sent: January-02-10 7:53 PM To: witango-talk@witango.com Subject: Witango-Talk: [OT] help save Mysql I got an email from someone regarding this, I have been concerned myself if Oracle gets it's hands on MySql

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

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

2009-06-30 Thread WebDude
Hey all, I was wondering if some of you bright bulbs may be able to help me. I have a forum I built that is 100% Witango. It has close to 8,000 members and is fairly busy. I have several tables set up for the forum which include usertable (login, email, password, etc.), forummastertable

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

2009-06-30 Thread Robert Shubert
[mailto:webd...@cipromo.com] Sent: Tuesday, June 30, 2009 8:58 AM To: witango-talk@witango.com Subject: Witango-Talk: OT... sort of - Topic Notification for Forum Hey all, I was wondering if some of you bright bulbs may be able to help me. I have a forum I built that is 100% Witango. It has close

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

Witango-Talk: OT -- Spam-Checking Engine

2009-04-09 Thread Ian Daniel
Hi All: I haven't posted for a very long time, but I still read and follow every post here with great interest. An off-topic question for you all: we're on the hunt for a service that we might be able to integrate into the back office of a tool that we have, that allows customers of our

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

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

2009-02-26 Thread Michael Heth
I thought maybe someone on the list either offered this type of service or could point me in a good direction. I have a client who wants to have the normal file upload form with a browse button etc. But we need it to be embedded into his page and not show any ads or other branding

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

Witango-Talk: OT - Forest Fires

2009-02-09 Thread Ben Johansen
I hope all is well with the people at With and are fairing ok on the light of recent large forest fires close to you http://www.earthtimes.org/articles/show/254964,australias-forest-fire-toll-climbs--166-dead--summary.html Ben Johansen http://www.webspinr.com b...@webspinr.com Phone:

Witango-Talk: OT: Need some advice

2009-01-19 Thread Brian Humes
Hi all, I'm doing a pro bono site for a battered women's shelter, and the site has a few tricky requirements that I need some help with: 1) We want to implement an emergency button. The user would be able to click this button if her husband or boyfriend suddenly enters the room. The

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

Witango-Talk: OT: detecting country of origin

2008-08-15 Thread Roland Dumas
How can a server detect the country of origin of a browser when the browser is set up to go through a proxy in a different country? 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,

Witango-Talk: OT: blocking Search Engine Bots

2008-05-21 Thread Tom Ferguson
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 President Enroll DR, LLC 5088 66th Street North St. Petersburg, Florida 33709 727-577-7474 866-761-6134 FAX www.enrolldr.com

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
: February 15, 2008 8:20 AM To: Witango-Talk Subject: Witango-Talk: [OT] VPN Enabled Routers Hi Folks, If anybody is so inclined, I'm looking for recommendations for a VPN enabled router that handles out-bound tunneling (not pass-thru). I don't profess to be a network person, so I'll explain

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

Witango-Talk: [OT] VPN Enabled Routers

2008-02-15 Thread Scott Cadillac
Hi Folks, If anybody is so inclined, I'm looking for recommendations for a VPN enabled router that handles out-bound tunneling (not pass-thru). I don't profess to be a network person, so I'll explain the best I can, so warning - I'm sure this post will be wordy :-b I have a particular

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
[mailto:[EMAIL PROTECTED] Sent: Friday, February 15, 2008 8:20 AM To: Witango-Talk Subject: Witango-Talk: [OT] VPN Enabled Routers Hi Folks, If anybody is so inclined, I'm looking for recommendations for a VPN enabled router that handles out-bound tunneling (not pass-thru). I don't profess

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

2008-02-15 Thread Scott Cadillac
- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: Friday, February 15, 2008 8:20 AM To: Witango-Talk Subject: Witango-Talk: [OT] VPN Enabled Routers Hi Folks, If anybody is so inclined, I'm looking for recommendations for a VPN enabled router that handles out-bound tunneling

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
has the answer)! Cheers Mike -Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED] Sent: February 15, 2008 8:20 AM To: Witango-Talk Subject: Witango-Talk: [OT] VPN Enabled Routers Hi Folks, If anybody is so inclined, I'm looking for recommendations for a VPN enabled router

Witango-Talk: OT: Ad Hoc reporting

2008-02-11 Thread Tom Ferguson
I keep my Witango Databases in MS Sql. I'm looking for a reporting tool so some of my users can access their data and create Ad Hoc reports online. Does such a tool exist and could you post your experience? TIA Tom Ferguson

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

2008-02-06 Thread Scott Cadillac
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 missings, so everything just comes through as one big block of text. Does this happen for others? Just curious if I

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
and they are having trouble I just download the AVG Free and it cleans them up. your mileage may very Ben - Original Message Follows - From: Scott Cadillac [EMAIL PROTECTED] To: Witango-Talk witango-talk@witango.com Subject: Witango-Talk: [OT] Anti-virus recommendations? Date: Sat, 26 Jan 2008

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

2008-01-26 Thread Scott Cadillac
Hi, I've used F-Prot for many many years, and for most of that it was a great product. Very light-weight, unobtrusive and did it's job in a very straight-forward way without cluttering up my systems with unnecessary extras like a replacement firewall or phishing sniffing my HTTP traffic (I

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
it as necessary. -Original message- From: Scott Cadillac [EMAIL PROTECTED] Date: Sat, 26 Jan 2008 09:38:49 -0600 To: Witango-Talk witango-talk@witango.com Subject: Witango-Talk: [OT] Anti-virus recommendations? Hi, I've used F-Prot for many many years, and for most of that it was a great

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

2008-01-26 Thread benj
them up. your mileage may very Ben - Original Message Follows - From: Scott Cadillac [EMAIL PROTECTED] To: Witango-Talk witango-talk@witango.com Subject: Witango-Talk: [OT] Anti-virus recommendations? Date: Sat, 26 Jan 2008 11:38:49 -0400 (AST) Hi,I've used F-Prot for many many years

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

2008-01-10 Thread Roland Dumas
This has nothing to do with witango, so apologies. I can't figure out how to troubleshoot, so maybe someone has a clue I used Dreamweaver to manage sites. There is a check in/check out function. Your username and email address are associated with files you've checked out. For one

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

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

2007-12-27 Thread Scott Cadillac
Hello everyone, I've searched and searched, and am just not finding what I'm looking for, so I thought I would ask the inexhaustible intellectual muscle of the list. My main computer desk has 2 PC's and a Mac, plus I have a short-wave radio and a shiny new iPod Touch. I like listening to all

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

Witango-Talk: (OT) MS FrontPage Server Extensions

2007-12-11 Thread Fogelson, Steve
Sorry for this off topic post, but I am pulling my hair out. I have searched Microsoft and Google about where to get and how to install Microsoft Server FrontPage Extensions on a Windows 2003 server. I must not be using the right search words. It tells me about patches and security, but not how to

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
. Beware of some security issues. _ From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 9:10 AM To: witango-talk@witango.com Subject: Witango-Talk: (OT) MS FrontPage Server Extensions Sorry for this off topic post, but I am pulling my hair out. I have

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

Witango-Talk: OT: AJAX problem

2007-09-24 Thread Brian Humes
Hi all, On our corporate intranet, we have a timesheet application that each employee fills out daily. Each line item of the timesheet has a description, job number, task code and hours worked column. Up until now, we've simply listed all available task codes in a pulldown menu and hoped

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

  1   2   3   4   5   6   7   8   9   10   >