Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Dave Cragg
On 13 Jun 2012, at 14:47, Richard Gaskin wrote: > MD5 has been known to be theoretically crackable for some years, and this has > become a reality as noted in recent news: > > MD5 password scrambler 'no longer safe' > > Summary: The MD5 password hash algorithm is “no longer considered >

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Igor de Oliveira Couto
Hi, Dave! On 14/06/2012, at 5:29 PM, Dave Cragg wrote: [...] > My first thought was that applying MD5 twice or more times would perhaps > increase its security, but nowhere do I see this suggested as a solution. If > anyone can add any information or point out my probable misunderstanding, I'd

Re: Seeking a navigation system among 200 individual / card DB for attendance at camp

2012-06-14 Thread Ken Corey
On 13/06/2012 17:59, Mark Rauterkus wrote: Hi LC Pros and the Rest of the world more experienced than me: I am searching for a "navigation system" for my>200 card camp attendance project. Pointers welcome. I'm always intrigued by questions like this, because it gives me a chance to try out a

Re: Seeking a navigation system among 200 individual / card DB for attendance at camp

2012-06-14 Thread Ken Corey
On 14/06/2012 10:15, Ken Corey wrote: On 13/06/2012 17:59, Mark Rauterkus wrote: Hi LC Pros and the Rest of the world more experienced than me: I am searching for a "navigation system" for my>200 card camp attendance project. Pointers welcome. I'm always intrigued by questions like this, beca

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Dave Cragg
On 14 Jun 2012, at 09:52, Igor de Oliveira Couto wrote: > Hi, Dave! > > On 14/06/2012, at 5:29 PM, Dave Cragg wrote: > > [...] > >> My first thought was that applying MD5 twice or more times would perhaps >> increase its security, but nowhere do I see this suggested as a solution. If >> anyo

AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Tiemo Hollmann TB
Same with me > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Mike Bonner > Gesendet: Mittwoch, 13. Juni 2012 00:04 > An: How to use LiveCode > Betreff: Re: AW: ANN: GLX2 3.05 > > I still get it too,

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Guglielmo Braguglia
Hi Dave, about the "length" of password, this can help : http://tech.dropbox.com/?p=165 , together with this "test" page : http://dl.dropbox.com/u/209/zxcvbn/test/index.html Guglielmo On 14.06.2012 11:32, Dave Cragg wrote: On 14 Jun 2012, at 09:52, Igor de Oliveira Couto wrote: Hi, Dave

Re: LC and ImageMagick from OSX

2012-06-14 Thread paolo mazza
Bryan, it looks like you were able to use the ImageMagick as an external to manipulate images. I think this is very interesting. How it can be done? Where can I find documentation about inserting this external in a LC app for MACOSX and WINDOWS? All the best Paolo

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Dave Cragg
Thanks Guglielmo I see I should change to Passwrd1,Passwrd2,Passwrd3 That should finally keep Mark Wieder out of my bank account. (old joke) Cheers Dave On 14 Jun 2012, at 10:45, Guglielmo Braguglia wrote: > Hi Dave, > about the "length" of password, this can help : > http://tech.dropbox.com/

An iMac Screen Problem ?..

2012-06-14 Thread Francis Nugent Dixon
Hi from B - B Keith wrote : > Thanks for sharing the IDE recovery 'keyboard glissando' technique. > Until now I had always reserved those for those Booker T Hammond organ licks! Booker T and the MG's - Behave Yourself (1962) - from the Green Onions album. A work of art ……. http://www.youtu

Re: An iMac Screen Problem ?..

2012-06-14 Thread Keith Clarke
Very nice but the funkier stuff like Hip Hug Her and Time is Tight are more my thing http://www.youtube.com/watch?v=gtdMhh1jIvw&feature=related Soul Limbo was used as the theme music for English test cricket coverage in the 70s when I was a kid. The cricket filled many a rained-out day in the sc

Re: An iMac Screen Problem ?..

2012-06-14 Thread Kay C Lan
"Steve Cropper & Duck Dunn!, Steve Cropper & Duck Dunn!" "Joliet" Jake Blues, Briefcase Full of Blues, Track 9 - Soul Man Sadly, Duck Dunn passed away just a month ago. RIP. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

holidng another variable name within a variable

2012-06-14 Thread Dr. Hawkins
It seems to me, that back in the mists of time, I used a variable to hold the name of another variable in hypercard and supercard 1.5. Is this possible? Or is it my memory? So I would put "fred" into theVar, and use put theVar to get the value of Fred. but this doesn't seem to work -- The

Re: holidng another variable name within a variable

2012-06-14 Thread Mark Schonewille
Hi Richard, Here's an example: put "some text" into myVar put "myVar" into myVarName do "put" && myVarName && "into myLastVar" put myLastVar --> some text -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://tw

Re: holidng another variable name within a variable

2012-06-14 Thread Dr. Hawkins
On Thu, Jun 14, 2012 at 8:08 AM, Mark Schonewille wrote: > Here's an example: > > put "some text" into myVar > put "myVar" into myVarName > do "put" && myVarName && "into myLastVar" > put myLastVar --> some text Thanks. And then I tried value() a second time, and it did it. I'd forgotten all ab

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Mark Wieder
Tiemo- Thursday, June 14, 2012, 2:41:04 AM, you wrote: > Same with me Well, the site *has* been cleaned and locked down, and I've requested Google to review it again (thanks Mike). I looked at Google's report this morning and it says "Google has not detected any malware on this site." -- -Mark

Re: Drag & Drop an Image from a Webpage

2012-06-14 Thread Klaus on-rev
Hi Kay, Am 14.06.2012 um 18:01 schrieb Kay C Lan: > OK, have no more hair to pull out. > OS X 10.6.8, LC 5.5, FireFox, Safari > I can use Drag & Drop to drag an image.jpg file from the Finder onto my > stack and have it automatically imported, sized and moved as required. No > problem. > ... thi

Re: Upgrade to Lion on 15 inch laptop pro forces resize of stacks

2012-06-14 Thread Bob Sneidar
Yeah, there is going to have to be something built in for a future update to address that. Otherwise devs are going to be forced to do geometry management for anything they intend to release, and we all know what a pain that can be. Bob On Jun 13, 2012, at 6:02 PM, Kay C Lan wrote: > As for

Re: holidng another variable name within a variable

2012-06-14 Thread dunbarx
Way back In HC days, Danny Goodman wrote the only tract on this subject, that two levels of evaluation are sometimes required to manipulate data. One example was in certain instances of putting text into a recently executed function, like "the foundChunk". You could not just: put myText into t

Re: Upgrade to Lion on 15 inch laptop pro forces resize of stacks

2012-06-14 Thread Peter Haworth
Isn't the status field for use by the RunRev team? Still good if multiple people can confrim a problem, I'm just making sure I understand the use of the QCC correctly. Pete lcSQL Software On Wed, Jun 13, 2012 at 6:02 PM, Kay C Lan wrote: > I see your QCC report is uncon

Re: Upgrade to Lion on 15 inch laptop pro forces resize of stacks

2012-06-14 Thread Peter Haworth
I am on an iMac wiht Lion. ScreenRect returns 0,0,1280,800 Working ScreenRect returns 4,22,1280,800 windowBoundingRect returns 4,74,1280,800 My dock is on the left of the screen so that accounts for the 0/4 in the first item. I assume the top setting of windowboundingrect takes the IDE toolbar

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Peter M. Brigham
I have an LC handler that uses sha1 to create an n-character alphanumeric string based on a hash of an input string and an optional individual password. I'm not a crypto expert, so I don't know how secure the result is but it may be useful to somebody. The handler is below, but I have omitted th

Re: An iMac Screen Problem ?..

2012-06-14 Thread stephen barncard
Drummers just don't get respect. (Original drummer Al Jackson Jr. was murdered in 1975.) On Thu, Jun 14, 2012 at 5:35 AM, Kay C Lan wrote: > "Steve Cropper & Duck Dunn!, Steve Cropper & Duck Dunn!" > > "Joliet" Jake Blues, Briefcase Full of Blues, Track 9 - Soul Man > > Sadly, Duck Dunn passed

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread stephen barncard
I use that google thing too and still found code that wasn't mine and an .irev file whose name was changed to a .php type. I resorted to sorting files by date and scanning each one. I hate this crap. On Thu, Jun 14, 2012 at 8:34 AM, Mark Wieder wrote: > Tiemo- > > Thursday, June 14, 2012, 2:41:

RE: An iMac Screen Problem ?..

2012-06-14 Thread Ralph DiMola
What do you call someone who hangs out with musicians? A drummer How do you know a drummer is at your door?? The banging keeps speeding up and they never know when to come in. RIP Levon Helm and Duck Dunn. We lost 2 of the most talented, influential and groundbreaking musicians last month. Ro

PNG Transparency testbed

2012-06-14 Thread Alejandro Tejada
Hi All, Please visit this webpage that display many different Transparent PNG images: http://entropymine.com/jason/testbed/pngtrans/ Download and import these transparent png into a card that have a natural background pattern like earth, rocks, grass, leaves, etc... and post a screenshot of you

Re: holidng another variable name within a variable

2012-06-14 Thread Richard Gaskin
dunbarx wrote: > The instances where this is needed were learned by experience, > frustration and luck. > > Same with embedded text, a variable within a variable, so to speak. > You must evaluate twice, as you did by longhand, or use a "do" > construction for brevity. When you need variable vari

Re: PNG Transparency testbed

2012-06-14 Thread Colin Holgate
There are about 50 images on that page, which ones are you most interested in? On Jun 14, 2012, at 3:34 PM, Alejandro Tejada wrote: > http://entropymine.com/jason/testbed/pngtrans/ > > Download and import these transparent png > into a card that have a natural background pattern > like earth,

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Richard Gaskin
Dave Cragg wrote: > On 13 Jun 2012, at 14:47, Richard Gaskin wrote: > >> MD5 has been known to be theoretically crackable for some years, >> and this has become a reality as noted in recent news: >> >> MD5 password scrambler 'no longer safe' ... > > I've read about this, but I'm still unclear a

Re: PNG Transparency testbed

2012-06-14 Thread Colin Holgate
For what it's worth: http://xfiles.funnygarbage.com/~colinholgate/images/pngs_in_a_forest.png Very latest LC, OS X 10.8 preview 4, MacBook Air. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Re: PNG Transparency testbed

2012-06-14 Thread Richmond
On 06/14/2012 10:34 PM, Alejandro Tejada wrote: Hi All, Please visit this webpage that display many different Transparent PNG images: http://entropymine.com/jason/testbed/pngtrans/ Download and import these transparent png into a card that have a natural background pattern like earth, rocks, g

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread J. Landman Gay
On 6/14/12 2:28 PM, stephen barncard wrote: I use that google thing too and still found code that wasn't mine and an .irev file whose name was changed to a .php type. I resorted to sorting files by date and scanning each one. I hate this crap. How does this stuff happen? Does a site require p

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Bob Sneidar
I think it is immune, until someone gets in the front door. Then all bets are off. I had an ex-employee who was able to hack into the database of most PHP enabled sites, because people who set them up do not know how to harden them. He demonstrated this on more than one occasion. Others have rep

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread stephen barncard
which of course necessitates this link be repeated: LITTLE BOBBY TABLES On Thu, Jun 14, 2012 at 2:09 PM, Bob Sneidar wrote: > I think it is immune, until someone gets in the front door. Then all bets > are off. I had an ex-employee who was able to hack into the databas

iOS Standalone Question

2012-06-14 Thread Roger Guay
Hi folks, My first iOS app is going well. It works quite well on the simulator and my iPad. However the standalone has a standard "Do Not" icon . . . the circle with a diagonal bar. Any suggestions as to what that is about and how to remedy? Thanks and cheers, Roger ___

Re: [OT] Some Reading

2012-06-14 Thread Andrew Kluthe
Reads more like Stirner to me. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-Some-Reading-tp4650566p4650639.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-

Re: PNG Transparency testbed

2012-06-14 Thread Alejandro Tejada
Hi All, Many Thanks to Colin and Richmond for posting their LiveCode screenshots. The meaning of this is: Test, for certain, how Livecode handles PNGs of 4,8,16,24,32 and 64 bits, with/without transparency. Richmond, I do not understand why appears the browser's name and your IP address in your

Re: iOS Standalone Question

2012-06-14 Thread Tim Jones
On Jun 14, 2012, at 2:43 PM, Roger Guay wrote: > Hi folks, > > My first iOS app is going well. It works quite well on the simulator and my > iPad. However the standalone has a standard "Do Not" icon . . . the circle > with a diagonal bar. Any suggestions as to what that is about and how to > r

Re: iOS Standalone Question

2012-06-14 Thread Colin Holgate
That icon in the Finder is just saying that it's an app Mac OS can't run, which is correct, it can't. On Jun 14, 2012, at 5:43 PM, Roger Guay wrote: > >My first iOS app is going well. It works quite well on the simulator and my > >iPad. However the standalone has a standard "Do Not" icon . .

Use-Revolution vs. Use-LiveCode

2012-06-14 Thread Igor de Oliveira Couto
Why do some people insist on using the address "use-revolut...@lists.runrev.com" instead of "use-livecode@lists.runrev.com"?: On 15/06/2012, at 8:07 AM, Andrew Kluthe wrote (via use-revolut...@lists.runrev.com): > Reads more like Stirner to me. On 15/06/2012, at 8:08 AM, Alejandro Tejada wrote

Re: Use-Revolution vs. Use-LiveCode

2012-06-14 Thread Andre Garzia
Well people have been using the old address for many years. I refer to LiveCode as Revolution many times during the day. Mostly the address is already on our contact lists. People should change to the new address but also, one can set more filters. I have filters for both items. Cheers andre On

Re: Use-Revolution vs. Use-LiveCode

2012-06-14 Thread Bob Sneidar
Because change for some people is hard. I gave up trying to change people. There will alway be a certain percentage who don't understand what to do, or else won't do it, because daggumit they don't have to and no one can make 'em! I try to help the first kind if they will listen, but the second

Re: Use-Revolution vs. Use-LiveCode

2012-06-14 Thread stephen barncard
Hell I'm so old I remember my color custom icons showing up in the sidebar. On Thu, Jun 14, 2012 at 4:21 PM, Bob Sneidar wrote: > Because change for some people is hard. I gave up trying to change people. > There will alway be a certain percentage who don't understand what to do, > or else won't

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-14 Thread Igor de Oliveira Couto
Hi, Dave, Hmmm, let me see if I can expand a little on my explanation: On 14/06/2012, at 7:32 PM, Dave Cragg wrote: [...] > You can't go directly from a hash to the original text like you might with a > cipher once you understand the key. Hashes are cracked (I think) by using > precompiled ta

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Mark Wieder
stephen- Thursday, June 14, 2012, 12:28:27 PM, you wrote: > I use that google thing too and still found code that wasn't mine and an > .irev file whose name was changed to a .php type. ??? What possible good would changing the filetype be? Fortunately all my .irev files are in cgi-bin lockers or

Re: An iMac Screen Problem ?..

2012-06-14 Thread Mark Wieder
Keith- Thursday, June 14, 2012, 4:11:21 AM, you wrote: > Very nice but the funkier stuff like Hip Hug Her and Time is > Tight are more my thing > http://www.youtube.com/watch?v=gtdMhh1jIvw&feature=related Hard to go wrong with *anything* that team put out. Donald Dunn's playing was the main insp

Re: An iMac Screen Problem ?..

2012-06-14 Thread Mark Wieder
Ralph- Guy walks into a bar, grabs a beer, and the bartender says, "there are doors down the hallway where you can find folks to talk with, and they're arranged in IQ order." He walks down the hallway and opens a door labeled 140, and there are three guys discussing string theory vs quantum mecha

Re: Use-Revolution vs. Use-LiveCode

2012-06-14 Thread Dr. Hawkins
On Thu, Jun 14, 2012 at 4:21 PM, Bob Sneidar wrote: > Because change for some people is hard. I gave up trying to change people. I still tend to use dejanews.com when I type it in, and just how many years is that? And babblefish, too . . . but it's been a long time since I've typed "altavista" .

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Mark Wieder
Jacque- Thursday, June 14, 2012, 1:53:51 PM, you wrote: > How does this stuff happen? Does a site require php or wordpress or > something for the hack to work? I thought an irev page was immune. Well, I remember there *was* a security breach at on-rev a while back. I didn't think much of it at t

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Andre Garzia
On Thu, Jun 14, 2012 at 10:20 PM, Mark Wieder wrote: > ??? What possible good would changing the filetype be? Fortunately all > my .irev files are in cgi-bin lockers or otherwise inocuous, but I > can't imagine why someone would program a bot to change a non-php file > to a php type. Just in case

Re: An iMac Screen Problem ?..

2012-06-14 Thread stephen barncard
my ex worked at Wally Heider studios in 1976. She walked into a studio with her camera, shooting away and had no idea who the people were( she was "classically raised") http://media.barncard.com/barncard.com/bookerT/proofs/PROOF%20SHEET-0001.jpg http://media.barncard.com/barncard.com/bookerT/p

Re: An iMac Screen Problem ?..

2012-06-14 Thread stephen barncard
sorry bad link http://barncard.com/bookerT/proofs/PROOF%20SHEET-0001.jpg http://barncard.com/bookerT/proofs/PROOF%20SHEET-0002.jpg On Thu, Jun 14, 2012 at 6:53 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > my ex worked at Wally Heider studios in 1976. She walked into a studio

Re: An iMac Screen Problem ?..

2012-06-14 Thread stephen barncard
third page with no light leak.. sorry for the goof. http://barncard.com/bookerT/proofs/PROOF%20SHEET-0003.jpg On Thu, Jun 14, 2012 at 6:54 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > sorry bad link > > http://barncard.com/bookerT/proofs/PROOF%20SHEET-0001.jpg > http://barnc

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread stephen barncard
these guys would pack a string of URLEncoded PHP code with no white space into a global, then decode and call it. It was usually placed at the bottom of one's document. sqb On Thu, Jun 14, 2012 at 6:39 PM, Andre Garzia wrote: > On Thu, Jun 14, 2012 at 10:20 PM, Mark Wieder >wrote: > > > ??? Wh

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread J. Landman Gay
On 6/14/12 8:58 PM, stephen barncard wrote: these guys would pack a string of URLEncoded PHP code with no white space into a global, then decode and call it. It was usually placed at the bottom of one's document. It's still not clear to me how they did this. The security snafu was a year ago a

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Andre Garzia
Jacque, This usually happens once one of two things happens: 1 - you have a compromissed FTP account. Maybe one collaborator lost your FTP account or an infected machine is harvesting them from your HD (more common on windows). Something caused the FTP account to be compromissed, after that the h

RE: An iMac Screen Problem ?..

2012-06-14 Thread Ralph DiMola
Mark, Your killing me. Ha ha ha. I wonder what the Livecode user to musician ratio is? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Beha

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread J. Landman Gay
Thanks Andre, that helps. I think I'm safe. I'll keep the filetype function around for the future though. That's a nice thing to know about. On 6/14/12 10:46 PM, Andre Garzia wrote: Jacque, This usually happens once one of two things happens: 1 - you have a compromissed FTP account. Maybe

Re: PNG Transparency testbed

2012-06-14 Thread Richmond
On 06/15/2012 01:08 AM, Alejandro Tejada wrote: Hi All, Many Thanks to Colin and Richmond for posting their LiveCode screenshots. The meaning of this is: Test, for certain, how Livecode handles PNGs of 4,8,16,24,32 and 64 bits, with/without transparency. Richmond, I do not understand why appea

Re: Use-Revolution vs. Use-LiveCode

2012-06-14 Thread Richmond
On 06/15/2012 04:29 AM, Dr. Hawkins wrote: On Thu, Jun 14, 2012 at 4:21 PM, Bob Sneidar wrote: Because change for some people is hard. I gave up trying to change people. I still tend to use dejanews.com when I type it in, and just how many years is that? And babblefish, too . . . but it's bee

Re: iOS Standalone Question.

2012-06-14 Thread Roger Guay
Thanks, TIm and Colin. Makes perfectly good sense when you think about it!! Cheers, Roger On Jun 14, 2012, at 6:40 PM, use-livecode-requ...@lists.runrev.com wrote: > That icon in the Finder is just saying that it's an app Mac OS can't run, > which is correct, it can't. ___

Re: AW: AW: ANN: GLX2 3.05

2012-06-14 Thread Mark Wieder
Andre- Looking over my logs last week I discovered that it came in via ftp. I have always had anonymous ftp disabled, so it's not that. Three separate attacks from different ip addresses on different days, each one the same code injection of a javascript iframe block within a container of

Re: An iMac Screen Problem ?..

2012-06-14 Thread Mark Wieder
stephen- Thursday, June 14, 2012, 6:53:26 PM, you wrote: > I'll post a real gallery when I scan these. THese are just proof sheets. OMG. Were they ever really that young? -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-liv

Re: PNG Transparency testbed

2012-06-14 Thread Richmond
On 14/06/12 22:34, Alejandro Tejada wrote: Hi All, Please visit this webpage that display many different Transparent PNG images: http://entropymine.com/jason/testbed/pngtrans/ Download and import these transparent png into a card that have a natural background pattern like earth, rocks, grass,

(OT) From my Yahoo Spam box

2012-06-14 Thread Richmond
Sorry; no square brackets on my Keyneeds keyboards at school. http://static.scan.co.uk/images/products/558423-a.jpg I just received a lovely message in my Yahoo Spam box which I feel I have to share as it says a lot about the way I feel about RunRev Livecode (although a little voice tells me t

Re: (OT) From my Yahoo Spam box

2012-06-14 Thread Mark Wieder
Richmond- Thursday, June 14, 2012, 10:57:47 PM, you wrote: > Sorry; no square brackets on my Keyneeds keyboards at school. > http://static.scan.co.uk/images/products/558423-a.jpg At least it's colorful. My keyboards aren't colorful. Why are the vowels different colors from the consonants? Is th

Re: (OT) From my Yahoo Spam box

2012-06-14 Thread Richmond
On 15/06/12 09:07, Mark Wieder wrote: Richmond- Thursday, June 14, 2012, 10:57:47 PM, you wrote: Sorry; no square brackets on my Keyneeds keyboards at school. http://static.scan.co.uk/images/products/558423-a.jpg At least it's colorful. My keyboards aren't colorful. Why are the vowels differe

Re: (OT) From my Yahoo Spam box

2012-06-14 Thread Richmond
On 15/06/12 09:07, Mark Wieder wrote: Richmond- Thursday, June 14, 2012, 10:57:47 PM, you wrote: Sorry; no square brackets on my Keyneeds keyboards at school. http://static.scan.co.uk/images/products/558423-a.jpg At least it's colorful. My keyboards aren't colorful. Why are the vowels differe