re: Passing selection from Form to action page.

2004-04-19 Thread Bushy
Hi, I have an image that when click, passes the information to my action page. Based on the image clicked I do different things. When I use the on my action page only the only this gets passed: FIELDNAMES SUBMIT.X,SUBMIT.Y   SUBMIT.X 8   SUBMIT.Y 5   Not the "name" being specified on the image

re: Checking to see if any selections where made in a form

2004-04-16 Thread Bushy
Hi, I have a problem. I have a form with multiple checkbox selections and a "submit" button. When I check a box and submit the page everything works just fine. The problem is if someone doesn't check anything and they click on the submit I get a error on my page. I know I can to see is a selecti

Re: House go Boom!

2004-04-14 Thread Bushy
My god! Where the houses made out of cardboard? ;-D --Original Message Text--- From: Deanna Schneider Date: Wed, 14 Apr 2004 07:42:28 -0500 Yah, you'd think wouldn't you? We took the dog for a walk through that neighborhood last night - about 25 houses lost windows. The houses on each side and ac

Re: House go Boom!

2004-04-13 Thread Bushy
Probably making crack! --Original Message Text--- From: Deanna Schneider Date: Tue, 13 Apr 2004 12:59:51 -0500 So, a house exploded about 5 blocks away from my house. It woke me up at 4:00 a.m. this morning. My house shook. Pretty crazy. http://www.channel3000.com/news/2999149/detail.html A fri

RE: Using

2004-04-13 Thread Bushy
le to open in the Acrobat application and not embedded in IE? --Original Message Text--- From: Bushy Date: Tue, 13 Apr 2004 10:46:36 -0400 Thanks! --Original Message Text--- From: Marlon Moyer Date: Tue, 13 Apr 2004 08:55:56 -0500 -- Marlon Moyer, Sr. Internet Developer American Contractors

RE: Using

2004-04-13 Thread Bushy
Thanks! --Original Message Text--- From: Marlon Moyer Date: Tue, 13 Apr 2004 08:55:56 -0500 -- Marlon Moyer, Sr. Internet Developer American Contractors Insurance Group phone: 972.687.9445 fax: 972.687.0607 mailto:[EMAIL PROTECTED] www.acig.com > -Original Message- > From:

re: Using

2004-04-13 Thread Bushy
Hi, I'm displaying a treeview list of files on the server. Currently I'm displaying different graphics beside the filename based on the file extension. Below I'm checked the first 4 characters from the right. I would say 98% of my files have a three character naming scheme to the right of the per

RE: How to set mime types and load them on client via app.

2004-04-13 Thread Bushy
ribed. The nice thing is it works very fast due to the small file size. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] --Original Message Text--- From: Harkins, Patrick Agreed with Michael. I do this with our users as well. You can make a simple file link from a web page and instruc

RE: How to set mime types and load them on client via app.

2004-04-13 Thread Bushy
--Original Message Text--- From: Harkins, Patrick Date: Tue, 13 Apr 2004 09:01:32 -0400 Agreed with Michael. I do this with our users as well. You can make a simple file link from a web page and instruct the user to click on the link, click Open and then Yes. This will usually work. Sometimes the

re: How to set mime types and load them on client via app.

2004-04-13 Thread Bushy
Hi, I have a file on the server "mimes.reg" that I need to run on the client PC to set the file types. What is the best way to go about this? Should I be using copying the file to the client and then run the .reg file? Note: I want to be able to run this file from my app on the client pc. Ideas

RE: Trip to England

2004-04-12 Thread Bushy
Not as strange as this name. I knew someone years ago (Indian decent) that named their son. Sukdeep. --Original Message Text--- From: Andy Ousterhout Date: Mon, 12 Apr 2004 11:57:57 -0500 Tells more then most names, guaranteed to be unique within Family Unit(wife would kill if attempt was made t

re: Using and COM

2004-04-12 Thread Bushy
Hi, I'm using the below code to display results in my application. This page gets refreshed every 10 seconds to display the printer queue Does this mean another version of the COM gets loaded into memory which would cause overhead after some time? How can I only load the COM once during a sessio

re: Passing filename in URL from server and opening in editor on client PC

2004-04-08 Thread Bushy
Hi, I have a link on my page that points to a file on the server. When I click on the link I want to have the file passed to the client PC via HTTP and opened in a ascii editor. Do I have to set a CONTENT type? If so...whats the syntax? file:\\x: [Todays Threads] [This Message] [Subscriptio

Re: riveting website.

2004-04-02 Thread Bushy
Ahh...OHIP...its a beautiful thing! --Original Message Text--- From: Andre Turrettini Date: Thu, 1 Apr 2004 13:20:16 -0700 Amazing website.  No flash or animation but a riveting tale. http://www.angelfire.com/extreme4/kiddofspeed/ DRE -Original Message- From: Lyons, Larry [mailto:[EMAI

RE: Replace a "wordspace" with a "tab space" or visa-versa

2004-04-01 Thread Bushy
- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 2:52 PM To: CF-Community Subject: re: Replace a "wordspace" with a "tab space" or visa-versa Hi, How can I do a replace of a "tab space" for a "word space" using CF? Below strips

re: Replace a "wordspace" with a "tab space" or visa-versa

2004-03-31 Thread Bushy
Hi, How can I do a replace of a "tab space" for a "word space" using CF? Below strips the worspace from the string "Line" How can I also strip or check for a "Tab space"? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

re: CONT'D - Reading in a file and extracting certain text into variable.

2004-03-31 Thread Bushy
be solved I think if I could also check if var is equal to a tab. )#> How could I do this? On Wed, 31 Mar 2004 11:18:05 -0500, Bushy wrote: > >Hi, > >I'm reading in a file and shoving the results into a varable. > > >file="#Directory#\#LCase(ListGetA

re: Reading in a file and extracting certain text into variable.

2004-03-31 Thread Bushy
Hi, I'm reading in a file and shoving the results into a varable. file="#Directory#\#LCase(ListGetAt(FileName,1,'.'))#.xxx" variable="var"> In the above example the file would be file="C:\temp\dump.xxx" When I dump the "var" variable I get something like: var = "tmp dump.xxx w

RE: UPDATE- Processing Requests errors?

2004-03-24 Thread Bushy
I broke it down a little. I then do multiple --Original Message Text--- From: Ian Skinner Date: Wed, 24 Mar 2004 08:28:56 -0800 Ok, then what goes on in the template included by the frame? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: UPDATE- Processing Requests errors?

2004-03-24 Thread Bushy
It relaods my frame which has the height="15" border="0" alt="Refresh"> --Original Message Text--- From: Ian Skinner Date: Wed, 24 Mar 2004 06:05:35 -0800 What exactly does the refresh Icon do?  Can you share some code? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

re: CF Administrator - Client Variables

2004-03-24 Thread Bushy
Hi, Could someone explain to me when and why would you add a data source for client variable storage? I don't understand this option. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: UPDATE- Processing Requests errors?

2004-03-24 Thread Bushy
Original Message Text--- From: Patrick Harkins Date: Tue, 23 Mar 2004 10:04:39 -0400 Hey, Bushy! What are you trying to do that requires the long timeouts? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
occurred while processing an element with a general identifier of (CFSET), occupying document position (7:2) to (7:56). --Original Message Text--- From: Patrick Harkins Date: Tue, 23 Mar 2004 10:04:39 -0400 Hey, Bushy! What are you trying to do that requires the long timeouts? [Todays Threads]

RE: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
t="Refresh"> --Original Message Text--- From: Bushy Date: Tue, 23 Mar 2004 09:12:12 -0500 oh manI don't know whats happening. I made the below changes to the CF administrator. Stopped and restarted the CF service etc. I opening my app and just let it sit for about an hour. Maybe

RE: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
identifier of (CFSET), occupying document position (7:2) to (7:56). --Original Message Text--- From: Bushy Date: Tue, 23 Mar 2004 07:10:37 -0500 ok...I increased the sessioned variables from 20 minutes (default) to 12 hours. I'll see what happens now. Application variables were set to 2 hours. --Orig

RE: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
ok...I increased the sessioned variables from 20 minutes (default) to 12 hours. I'll see what happens now. Application variables were set to 2 hours. --Original Message Text--- From: Ian Skinner Date: Mon, 22 Mar 2004 12:35:12 -0800    sessionmanagement="Yes"    sessionti

RE: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
--Original Message Text--- From: Ian Skinner Date: Mon, 22 Mar 2004 12:19:53 -0800 Don't forget there is a MAXIMUM timeout parameter in the ColdFusion Administrator.  You can not override this setting with the CFApplication tag.   Right, which I have in my application.cfm in the root of my site f

re: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
"#CreateTimeSpan(0,12,0,0)#"> --Original Message Text--- From: Bushy Date: Mon, 22 Mar 2004 13:20:33 -0500 The [] operator can only be applied to an indexed object. The provided object "SESSION.stDirFileAttributes" is not indexed in dimension 1. In ColdFusion indexed objects can be

re: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
identifier of (CFSET), occupying document position (7:2) to (7:56). --Original Message Text--- From: Bushy Date: Mon, 22 Mar 2004 13:18:10 -0500 Sorry...forgot to include the error message. See below. Error Occurred While Processing Request Error Diagnostic Information An error occurred while

re: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
Sorry...forgot to include the error message. See below. Error Occurred While Processing Request Error Diagnostic Information An error occurred while evaluating the _expression_: SESSION.stDirFileAttributes[RecNo] = Attributes Error near line 7, column 35. [Todays Threads] [This Message] [

re: Processing Requests errors?

2004-03-22 Thread Bushy
Hi, I'm not sure what the problem is here on my app. I'm displaying a treeview in my app using minutes and I do a refresh I get the below error. It's comming from the below code. I don't understand the error? Error below: [Todays Threads] [This Message] [Subscription] [Fast

Re: Recommendations needed for Parental Control software

2004-03-05 Thread Bushy
Opps...forgot to send you the link. http://store.netnanny.com/dr/v2/ec_dynamic.main?sp=1&pn=12&sid=53 --Original Message Text--- From: Deanna Schneider Date: Fri, 5 Mar 2004 07:35:16 -0600 - Original Message - From: "Ben Doom" < > Too late to *prevent* it, but not to late to introduce t

Re: Recommendations needed for Parental Control software

2004-03-05 Thread Bushy
I've installed "Net Nanny". I have no worries now when my son wants to go on the net. --Original Message Text--- From: Deanna Schneider Date: Fri, 5 Mar 2004 07:35:16 -0600 - Original Message - From: "Ben Doom" < > Too late to *prevent* it, but not to late to introduce the idea that > su

Re: Is this possible?

2004-03-03 Thread Bushy
ould, of course, result in an infinite loop if the file has no intention of going anywhere... What's the functionality that you're trying to accomplish? - Original Message - From: "Bushy" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Se

Re: Is this possible?

2004-03-02 Thread Bushy
looked at ? - Original Message - From: "Bushy" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 10:37 AM Subject: re: Is this possible? > Hi, > > I would like to do the following if possible. > > When I load a pa

re: Is this possible?

2004-03-02 Thread Bushy
Hi, I would like to do the following if possible. When I load a page I have a script that checks a directory for a specific filename and keep looping to display that file until it no longer exists in that folder and then display a message like "File no longer found". Is this possible? [Todays

Re: Opening a PDF file via

2004-03-02 Thread Bushy
Thats not what I want. I wanted to open a pdf on the server from the client. --Original Message Text--- From: Kevin Graeme Date: Tue, 2 Mar 2004 09:47:56 -0600 > Well it does work with a mapped drive letter! > > So there! > > Blink...bling! Try it from a client without that drive mapped. -Kev

Re: Opening a PDF file via

2004-03-02 Thread Bushy
Well it does work with a mapped drive letter! So there! Blink...bling! --Original Message Text--- From: Ben Doom Date: Tue, 02 Mar 2004 10:32:06 -0500 Fat floats.  :-) --benD Bushy wrote: > I tried water wings but i have a big fat ass so i sank! > > --Original Message Text--- >

Re: Opening a PDF file via

2004-03-02 Thread Bushy
I tried water wings but i have a big fat ass so i sank! --Original Message Text--- From: Kevin Graeme Date: Tue, 2 Mar 2004 09:17:56 -0600 > > > If I click on the link nothing happens. How can I redirect this file to open in Acrobat Reader? Wow. May I suggest water wings? :-) What that link do

re: Opening a PDF file via

2004-03-02 Thread Bushy
Hi, I can't get this to work and I don't know why? I have the following tag: If I click on the link nothing happens. How can I redirect this file to open in Acrobat Reader? I even tried mapping a drive letter on the server to point to the file and I get the same results. [Todays Threads]

Re: &

2004-03-02 Thread Bushy
nt to display something inside an iframe, it has to go on a separate page and be linked in the iframe tag, just like regular frames. --benD Bushy wrote: > Hi, > > If I put the following outside of the I get the > results displayed but if I put it inside the I

re: &

2004-03-02 Thread Bushy
Hi, If I put the following outside of the I get the results displayed but if I put it inside the I get nothing. Why?  directory="C:\"  name="listDirectory"  sort="name ASC, size DESC"> #name# [Todays Threads] [This Message] [Subscription] [Fast Unsubs

RE: dvd back up software

2004-03-01 Thread Bushy
Use Emule. ;-D --Original Message Text--- From: Matthew P. Smith Date: Sun, 29 Feb 2004 19:29:52 -0600 Is the prechange version available through other methods, like ebay or something? Also, does anyone know of an online- nonauction site that specializes in early software releases.  Like if I ne

RE: I want curly hair

2004-02-25 Thread Bushy
Try some Neat! --Original Message Text--- From: Angel Stewart Date: Wed, 25 Feb 2004 08:29:04 -0400 Why don't you go get it professionally permed? And send the pictures of the results to the list. 0_0 *innocent look* -Gel -Original Message- From: brobborb [mailto:[EMAIL PROTECTED] Sent

RE: Chutzpa

2004-02-25 Thread Bushy
How did he get that domain? Did you not register it? --Original Message Text--- From: Heald, Tim Date: Tue, 24 Feb 2004 22:44:01 -0500 Their site is CF http://www.thefull9.com/services/webdev.cfm -- Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of

re: Checkboxes

2004-02-12 Thread Bushy
Why does this work with "radio" buttons and not "checkboxes"? #update.strUserName# #update.strAccess# Checked> Checked> The boxes are checked based on the update.straccess from the database. For example if I check the "enable" box for username "test1" the disable box still s

RE: Re:Superbowl Half-time clip?

2004-02-04 Thread Bushy
Go back to modelling!! LOL --Original Message Text--- From: Angel Stewart Date: Wed, 4 Feb 2004 11:34:36 -0400 Bushy telling someone they need help? That makes it funny, or at least silly...not harsh Pffft...:) -Gel -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] I

Re: Re:Superbowl Half-time clip?

2004-02-04 Thread Bushy
I'm off to Tahiti in March (warming up my hands)...cool! --Original Message Text--- From: Deanna Schneider Date: Wed, 4 Feb 2004 08:28:57 -0600 > But in the Tahitian (sp?) mind set, IIRC, women aren't > "turned on" by having their breasts fondled, since they > aren't considered "sexual". Whole di

RE: Re:Superbowl Half-time clip?

2004-02-04 Thread Bushy
No stones cast here! So you on Jerry Springer! Good lord. --Original Message Text--- From: Lyons, Larry Date: Wed, 4 Feb 2004 09:17:27 -0500 To quote a certain Jewish philosopher: "Let he who is without sin cast the first stone." larry -Original Message----- From: Bushy [mai

RE: Re:Superbowl Half-time clip?

2004-02-04 Thread Bushy
: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 9:04 AM To: CF-Community Subject: RE: Re:Superbowl Half-time clip? I love my mamma too but that is just downright disgusting! You should seek some help. --Original Message Text--- From: Harkins, Patrick Date: Wed, 4 Feb 2004 08:54:14

RE: Re:Superbowl Half-time clip?

2004-02-04 Thread Bushy
Sure...then I'll run around the house chasing yo mamma with my wanker hanging out. --Original Message Text--- From: Harkins, Patrick Date: Wed, 4 Feb 2004 09:09:26 -0500 Well you can help shovel my driveway if you like! :-) -Original Message- From: Bushy I love my mamma too but th

RE: Re:Superbowl Half-time clip?

2004-02-04 Thread Bushy
I love my mamma too but that is just downright disgusting! You should seek some help. --Original Message Text--- From: Harkins, Patrick Date: Wed, 4 Feb 2004 08:54:14 -0500 Well my friend, They don't live forever and it's great that you and your mom are still affectionate. I don't think there's

RE: Superbowl Half-time clip?

2004-02-04 Thread Bushy
Yea...that too! LOL --Original Message Text--- From: Philip Arnold Date: Wed, 4 Feb 2004 08:48:12 -0500 > My "iiner voice" told me she didn't go far enough! ;-D No, that was your right hand [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Superbowl Half-time clip?

2004-02-04 Thread Bushy
My "iiner voice" told me she didn't go far enough! ;-D --Original Message Text--- From: Philip Arnold Date: Wed, 4 Feb 2004 08:26:36 -0500 > Did anybody else shudder uncontrollably while reading this, > and like 20 minutes after? > > I may have to fdisk my computer.  Or buy a new one even. I h

Re: A host for angelstewart.com

2004-02-04 Thread Bushy
hosting solutions http://www.clickdoug.com == Aspire to Inspire before you Retire or Expire!   - Original Message -   From: Bushy   To: CF-Community   Sent: Wednesday, February 04, 2004 5:58 AM   Subject: Re: A host for angelstewart.com   Modeling shoots

Re: A host for angelstewart.com

2004-02-04 Thread Bushy
Modeling shoots? ;-D --Original Message Text--- From: Angel Stewart Date: Mon, 16 Feb 2004 18:47:44 -0400 So! I am ready to host my own domain name..yay! For the time being, it's going to be a small site. Perhaps self promotional for a while. CF Tid Bits, muffin recipes, pictures of me from my

RE: Clearing browser cache/cookies

2004-01-30 Thread Bushy
-Original Message- From: Bushy Opps...I was messing with my clock the other day. Outbound email scanned for virus'. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Clearing browser cache/cookies

2004-01-30 Thread Bushy
on 8/30/2003. That, and if you're talking about your web application, no, since that would require file manipulation.  If it's a Win32 app, then yes, since cookies and temporary files are stored in a standard folder. - Jim Bushy wrote: >Hi, > >Is there a way with CF to c

Re: Clearing browser cache/cookies

2004-01-30 Thread Bushy
Add the "kill Cookies" code to a logout.cfm file which gets executed via a "logout" link I guess. --Original Message Text--- From: Kevin Graeme Date: Fri, 30 Jan 2004 08:12:11 -0600 > Is there a way with CF to clear IE's temporary internet files and cookies when I load my application? Doing that

re: Clearing browser cache/cookies

2004-01-30 Thread Bushy
Hi, Is there a way with CF to clear IE's temporary internet files and cookies when I load my application? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: My apartment - Superbowl

2004-01-22 Thread Bushy
RTFM! ;-D --Original Message Text--- From: Kevin Graeme Date: Thu, 22 Jan 2004 13:55:36 -0600 Per person? That sounds cheap! What's a Superbowl? -Kevin - Original Message - From: "brobborb" To: "CF-Community" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 1:43 PM Subject: R

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
t;, not "soft".   > > - Matt Small > > - Original Message - >   From: Bushy >   To: CF-Community >   Sent: Thursday, January 22, 2004 11:11 AM >   Subject: Re: www.mikerowesoft.com domain > >   Not at all as long as its www.mikerowe.com > >   --Original

RE: My apartment - Superbowl

2004-01-22 Thread Bushy
Yea...until they trash the place... --Original Message Text--- From: Haggerty, Mike Date: Thu, 22 Jan 2004 14:36:20 -0500 Washington Post is a good place for that sort of stuff. Offer to stock it with goodies and let them use it for the Thursday before until the Tuesday after. M -Original M

Re: RE: Phantom Game info link

2004-01-22 Thread Bushy
Speaking of games. Check this out! http://www.easybuy2000.com/store/nintendo%20accessories/x-rom512.shtml --Original Message Text--- From: [EMAIL PROTECTED] Date: Thu, 22 Jan 2004 12:10:52 -0700 > IF it runs all PC games, the it's a cheapish solution, especially > sinceit runs to a TV - a lot

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
What's HTML? --Original Message Text--- From: Heald, Tim Date: Thu, 22 Jan 2004 13:23:26 -0500 I figured it out. Bushy is Bill Gates.  That's why he is always asking those basic assed programming questions. Now he is trolling the list just to see how bad the negative PR is going

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
Dammit, You figured it out! --Original Message Text--- From: Kevin Graeme Date: Thu, 22 Jan 2004 12:04:43 -0600 Admit it "Bushy", your real name is Mike Rowe. -Kevin - Original Message - From: "Bushy" To: "CF-Community" Sent: Thursday, Januar

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
I had 112...you came in this thread half way. Shall I forward you all the others! ;-D --Original Message Text--- From: Jim Campbell Date: Thu, 22 Jan 2004 11:57:25 -0600 56 messages later - now you tell us. Bushy wrote: >Don't...its a waste of time! > >--Original Message Text---

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
Don't...its a waste of time! --Original Message Text--- From: Erika L Walker-Arnold Date: Thu, 22 Jan 2004 12:18:29 -0500 To tell you the truth, I've not even clicked on the link :D Cheers, Erika -Original Message----- From: Bushy I doubt it. Have you seen the websites he&

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
Doh. --Original Message Text--- From: Matthew Small Date: Thu, 22 Jan 2004 11:39:23 -0500 Well, make a dumb comment, get a dumb answer. - Matt Small   - Original Message -   From: Bushy   To: CF-Community   Sent: Thursday, January 22, 2004 11:26 AM   Subject: Re: www.mikerowesoft.com

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
I doubt it. Have you seen the websites he's designed! --Original Message Text--- From: Erika L Walker-Arnold Date: Thu, 22 Jan 2004 11:32:40 -0500 Well, let's look at this debate this way Through the archives of HOF eventually, look at all the great ranking we are probably give him. For

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
Yawn --Original Message Text--- From: Matthew Small Date: Thu, 22 Jan 2004 11:31:18 -0500 Hmmm... so you're saying he can't use the word "soft"  I thought Microsoft had a trademark on "Microsoft", not "soft".   - Matt Small ----- Original Message

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
hehe --Original Message Text--- From: Jim Campbell Date: Thu, 22 Jan 2004 10:15:53 -0600 I represent the President of the United States and demand you stop using his name for your email address. - Jim Bushy wrote: >Not at all as long as its www.mikerowe.com > > > >--Origin

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
Not at all as long as its www.mikerowe.com --Original Message Text--- From: Matthew Small Date: Thu, 22 Jan 2004 10:51:21 -0500 You have a problem with a person looking to make a buck from his own name? - Matt Small   - Original Message -   From: Bushy   To: CF-Community   Sent

Re: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
quot; were actually, say, putting out an operating system or   an Office suite or an incredibly shitty web server, but even they   realize now it was a mistake to even bother with this.   - Jim   Bushy wrote:   >No. Just a little puke.   >   >--Original Message Text---   >From:

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
Mad as a cow! --Original Message Text--- From: Erika L Walker-Arnold Date: Thu, 22 Jan 2004 08:58:01 -0500 You're just mad because you didn't think of it first. :-P Cheers, Erika -Original Message----- From: Bushy Quote off www.mikerowesoft.com "All along I have just

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
in. He is still a little puke! --Original Message Text--- From: Bushy Date: Thu, 22 Jan 2004 07:47:14 -0500 No. Just a little puke. --Original Message Text--- From: Tim Heald Date: Wed, 21 Jan 2004 17:47:45 -0500 satire? hello? Fair use? -Original Message- From: Bushy [mailto:[EMAIL P

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
No. Just a little puke. --Original Message Text--- From: Tim Heald Date: Wed, 21 Jan 2004 17:47:45 -0500 satire?  hello?  Fair use?   -Original Message-   From: Bushy [mailto:[EMAIL PROTECTED]   Sent: Wednesday, January 21, 2004 11:00 AM   To: CF-Community   Subject: re

RE: www.mikerowesoft.com domain

2004-01-22 Thread Bushy
He should copy MS logo design. --Original Message Text--- From: Erika L Walker-Arnold Date: Wed, 21 Jan 2004 21:57:58 -0500 Exit strategy? http://www.theregister.co.uk/content/6/35012.html Microsoft prepares Mike Rowe legal exit By Kieren McCarthy Posted: 21/01/2004 at 10:15 GMT Get The Reg whe

Re:www.mikerowesoft.com domain

2004-01-22 Thread Bushy
--Original Message Text--- From: dana tierney Date: Thu, 22 Jan 2004 02:03:31 -0400 yeah :) I bet his parents named him Mike on purpose. I wouldn't doubt it! Seriously Bushy, if his name is Mike Rowe he is entitled to use it :) True...then there is no need for the work "soft"

RE: CF Administrator Password

2004-01-21 Thread Bushy
No...Which archives? --Original Message Text--- From: Philip Arnold Date: Wed, 21 Jan 2004 15:00:07 -0500 > I don't remember my password to the CF Administrator. How can > I change this? I assume you've searched the archives, right? :P [Todays Threads] [This Message] [Subscription] [Fast

re: CF Administrator Password

2004-01-21 Thread Bushy
N I don't remember my password to the CF Administrator. How can I change this? Help... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: www.mikerowesoft.com domain

2004-01-21 Thread Bushy
riginal Message----- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 11:25 AM To: CF-Community Subject: RE: www.mikerowesoft.com domain I'm not. I just don't like what this guy is up to. This was NOT coincidence. --Original Message Text--- From: Mark Smyth Date: Wed, 2

RE: www.mikerowesoft.com domain

2004-01-21 Thread Bushy
I bet they did. Trailer park trash... --Original Message Text--- From: Mark Smyth Date: Wed, 21 Jan 2004 16:28:35 - you're probably right... I blame the parents, they probably had this in mind all along when they named him. -Original Message- From: Bushy [mailto:[EMAIL PROT

RE: www.mikerowesoft.com domain

2004-01-21 Thread Bushy
I'm not. I just don't like what this guy is up to. This was NOT coincidence. --Original Message Text--- From: Mark Smyth Date: Wed, 21 Jan 2004 16:22:52 - they are are a bunch of paranoid freaks how come you're sticking up for them? -Original Message----- From: Bushy

RE: Fwd: RE: List for Business Analysts?

2004-01-21 Thread Bushy
Well I've never seen it. Plus I'm an Ogre...not a troll. --Original Message Text--- From: Harkins, Patrick Date: Wed, 21 Jan 2004 11:07:53 -0500 Yea, nothing worse than when someone trolls with a subject that has already been around the track once! :-) -Original Message- From: Jerry John

Re: Mike Rowe - www.mikerowesoft.com

2004-01-21 Thread Bushy
We should register mikerowesoft.org and .net for him as well.    Then forward one to www.microsoft.com  using a transparent proxy. Then submit it to the search engines so it dilutes microsofts search engine rankings. --Original Message Text--- From: Bushy Date: Wed, 21 Jan 2004 11:04:59 -0500

RE: www.mikerowesoft.com domain

2004-01-21 Thread Bushy
Whats his middle name, "soft". That was not necessary. --Original Message Text--- From: Mark Smyth Date: Wed, 21 Jan 2004 16:03:36 - but his name is Mike Rowe -Original Message----- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 16:00 To: CF-Community S

Re: Mike Rowe - www.mikerowesoft.com

2004-01-21 Thread Bushy
Also the guy has taken the prices page down from his web site.   He's probably afraid they'll use that to calculate damages against him. --Original Message Text--- From: Bushy Date: Wed, 21 Jan 2004 11:03:23 -0500 The funny thing for the mikerowsoft pay pal thing...is you click

Re: Mike Rowe - www.mikerowesoft.com

2004-01-21 Thread Bushy
ure that's true. ;-D --Original Message Text--- From: Bushy Date: Wed, 21 Jan 2004 11:01:05 -0500 --Original Message Text--- From: Jerry Johnson Date: Wed, 21 Jan 2004 10:58:47 -0500 Cmon. The guys name is Mike Rowe. So...Why the "soft" at the end. Maybe I'll just go a

Re: Fwd: RE: List for Business Analysts?

2004-01-21 Thread Bushy
--Original Message Text--- From: Jerry Johnson Date: Wed, 21 Jan 2004 10:58:47 -0500 Cmon. The guys name is Mike Rowe. So...Why the "soft" at the end. Maybe I'll just go and register www.macrowemedia.com or even www.chrispycream.com??? I don't think there is going to be any dilution of trademar

re: www.mikerowesoft.com domain

2004-01-21 Thread Bushy
Hi all, Whats your thoughts on this frigg'in puke in British Columbia CANADA trying to monopolize on www.mikerowesoft.com.? To be fair to MS it is copyright infringement. http://edition.cnn.com/2004/TECH/internet/01/20/rowe.fight/index.html [Todays Threads] [This Message] [Subscription] [

Fwd: RE: List for Business Analysts?

2004-01-21 Thread Bushy
Hi all, Whats your thoughts on this frigg'in puke in British Columbia CANADA trying to monopolize on www.mikerowesoft.com.? To be fair to MS it is copyright infringement. He's not out for $$$...yea right! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: appending PDF documents via command line?

2004-01-20 Thread Bushy
ime I checked, we don't have a whole lot of songs that feature the cowbell!" > -Original Message- > From: Bushy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 10:01 AM > To: CF-Community > Subject: ot: appending PDF documents via command line? >

RE: appending PDF documents via command line?

2004-01-20 Thread Bushy
606.920.7447 Cell Phone 606.831.4590   _   From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 11:01 AM To: CF-Community Subject: ot: appending PDF documents via command line? Hi, Do any of your have experience using any tools that append PDf documents together? trying to find

ot: appending PDF documents via command line?

2004-01-20 Thread Bushy
Hi, Do any of your have experience using any tools that append PDf documents together? trying to find something decent that has command-line options or better yet, use as an ActiveX component. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

re: Grabbing form fields and send via email

2004-01-20 Thread Bushy
Hi, Whats the easiest way to grab all form fields and then send the results via email? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT: Graphic Software

2004-01-15 Thread Bushy
I'll take a look. I think they still make it. Thanks I was wondering if Corel did it. I hate Corel though. --Original Message Text--- From: Larry C. Lyons Date: Thu, 15 Jan 2004 08:46:27 -0500 Don't know whether Adobe still makes it but they used to have one called Streamline that did that. l

RE: Graphic Software

2004-01-15 Thread Bushy
I didn't see any tool in Photoshop that would let you do this. --Original Message Text--- From: Erika L Walker-Arnold Date: Thu, 15 Jan 2004 08:42:28 -0500 Photoshop? Cheers, Erika -- -Original Message- From: Bushy [mailto:[

OT: Graphic Software

2004-01-15 Thread Bushy
Hi, Is there a software package that will take a graphic (psd, jpg etc.) flattened or with layers and create an "outline" to be pulled into a vector based program like Illustrator for finer editing? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: I have a big favor to ask

2003-12-17 Thread Bushy
Maybe she needs a donor! ;-D --Original Message Text--- From: Raymond Camden Date: Wed, 17 Dec 2003 10:13:14 -0600 Are allowed to make up things that this could potentially be? I bet Sandy is really a covert operative for the CIA - and she needs someone in LA to help prevent a terrorist attack.

  1   2   3   >