Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Andrew Scott
That's why there is the incognito option. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Fri, Jan 31, 2014 at 6:57 PM, Mike K afpwebwo...@gmail.com wrote: Seems like an awful lot of effort just to get the privacy they

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Mike K
Thanks Andrew. I thought that's what that was for too. But it's an incognito window I'm talking about. Cheers Mike Kear ~| Order the Adobe Coldfusion Anthology now!

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread .jonah
If it's an Incognito window and closing it doesn't make your session go away that's scary. What about restarting the browser? Still has your name there when you go to google.com? On 1/31/14 12:38 AM, Mike K wrote: Thanks Andrew. I thought that's what that was for too. But it's an incognito

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Mike K
Here's how scary, Jonah. In an incognito window, I go to the help file, Disabling automatic sign-in and see up in the top right corner a button saying sign in.Good, that would mean that I'm signed out now, so I've achieved what I wanted.Right?WRONG! I click that Sign in button,

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Timothy Heald
What is and browser? Do you mean the chrome login? On Jan 31, 2014 3:57 AM, Mike K afpwebwo...@gmail.com wrote: Here's how scary, Jonah. In an incognito window, I go to the help file, Disabling automatic sign-in and see up in the top right corner a button saying sign in.Good, that

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Mike K
Yes its chrome browser and the login hint is in the title, which says: G O O G L E - Sign In With your Google Account. Cheers Mike Kear On Fri, Jan 31, 2014 at 7:59 PM, Timothy Heald timothy.he...@gmail.comwrote: What is and browser? Do you mean the chrome login? On Jan

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Mike K
What I'm wondering is, 'why doesnt this happen in public libraries and internet cafes and other multiple-use situations? Cheers Mike Kear On Fri, Jan 31, 2014 at 8:06 PM, Mike K afpwebwo...@gmail.com wrote: Yes its chrome browser and the login hint is in the title, which says:

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread .jonah
Are you signed into Chrome itself? Click on the chrome menu and see if you can signout. On 1/31/14 1:08 AM, Mike K wrote: What I'm wondering is, 'why doesnt this happen in public libraries and internet cafes and other multiple-use situations? Cheers Mike Kear On Fri, Jan 31, 2014 at

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Timothy Heald
That's what I'm thinking. Go to the drop down on the right then settings. The top item should be about account disconnect and synch. Click disconnect your Google account. On Jan 31, 2014 4:10 AM, .jonah jonah@creori.com wrote: Are you signed into Chrome itself? Click on the chrome menu

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Andrew Scott
Start looking for any extensions that remember login's, this is not normal behavior Mike. Things like lastpass etc. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Russ Michaels
For future reference always use incognito mode on other peoples computers which stores norhing. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 31 Jan 2014 07:33, Mike K afpwebwo...@gmail.com wrote: Thanks Timothy. It's a new behaviour i havent seen before.

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Mike K
I dont have any more time to spend on this tonight - i have a radio show to do but i'll have to come back to it over the weekend. Russ for the record, I was using an incognito window for the very reason you said. I thought that's what would do the trick. But it doesnt in my case

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Russ Michaels
Ah must be something else storing that login then. Or maybe yet another bug in last chrome release, they keep on coming. I would also suggest using 2 factor authentication if you often login from other places. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 31 Jan

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Cameron Childress
On Fri, Jan 31, 2014 at 2:07 AM, Mike K wrote: Does anyone know how to clear your login details from a browser if you've logged into gmail on someone else's computer? 1) Always use incognito mode. 2) Turn on Two Factor Authentication on your GMail account so that it requires more than just a

RE: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Robert Harrison
Storing passwords is one thing, but if you use Google + or Google Drive, Google apparently keeps history on its own servers too. I recently bought a new cell phone and after I set up my Gmail account, my search history from work and other Google related data was suddenly showing up in my

Creating Grayscale PDF with CFDocument in CF8?

2014-01-31 Thread Dave Hatz
Anyone know how to create a PDF document in grayscale? We have a web page that we give the user the ability to create a PDF of the page. The client doesn't want any of the color that we have in our table columns to print in color. I did a quick search on google, doesn't seem to be way to

Re: Creating Grayscale PDF with CFDocument in CF8?

2014-01-31 Thread Captain Obvious
Perhaps a print stylesheet? On Fri, Jan 31, 2014 at 12:57 PM, Dave Hatz daveh...@hatzventures.org wrote: Anyone know how to create a PDF document in grayscale? We have a web page that we give the user the ability to create a PDF of the page. The client doesn't want any of the color that

Re: Creating Grayscale PDF with CFDocument in CF8?

2014-01-31 Thread Jon Clausen
In a word, no, unless you wanted to convert the PDF to an image, greyscale it, and then convert it back to a PDF - losing all of your text selection in the process. My suggestion would also be the stylesheet solution. If you use SASS (http://sass-lang.com/ ) you can declare your color

RE: Creating Grayscale PDF with CFDocument in CF8?

2014-01-31 Thread Robert Harrison
Perhaps a print stylesheet? Yes, we also have a few sites with print to PDF, and similarly the client wanted them to print differently. A print style was the solution. http://demosthenes.info/blog/532/Convert-Images-To-Black-And-White-With-CSS Robert Harrison Director of Interactive

Snippets tab is hiding

2014-01-31 Thread Dave Long
Using Macromedia Homesite+ I have no idea why but the snippets tab at the bottom of my resource window suddenly disappeared. Under View, Resource Windows all choices are grayed out. Can anyone tell me what might have happened? Dave Long NorthGoods