RE: [NF] Is anyone getting emails from apple saying that your account was hacked?

2012-04-24 Thread Allen
That's the trouble with these big companies. They make it hard or downright impossible to contact. Ebay and Paypal are two of the culprits. Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Madigan Sent: 24 April 2012 02:37

RE: Help! How do I pass an array to form method

2012-04-24 Thread Allen
Or you could just send the form as an object Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Savage That was the problem. The array was part of the properties of the form. I replaced the code with

Re: locking issues

2012-04-24 Thread Alan Bourke
On Mon, Apr 23, 2012, at 05:06 PM, Eurico Chagas Filho wrote: You got a mess... First never use FLock(). For the guys who just read, open the file as readonly. You should use a Cursor or a View to hold the data, then you replace in the View or Cursor. After that you use Begin Transaction  

Re: [NF] Is anyone getting emails from apple saying that your account was hacked?

2012-04-24 Thread Alan Bourke
On Mon, Apr 23, 2012, at 05:37 PM, Michael Madigan wrote:  Finding the right place to get Apple to pay attention to this took me an  hour. Apple will swear up and down for as long as possible that nothing is happening, and all is well in magical pixie-dust land, until a critical mass of

RE: Help! How do I pass an array to form method

2012-04-24 Thread Dave Crozier
Mike, You can pass the array with an @ sign prefiving the name but you may also look at creating a Parameter Object, making the array a property of this object tne passing the object to the form which can then use its properties. This has the added advantage that you can pass stuff back to the

Re: Re: lockng issues

2012-04-24 Thread AndyD
I have found the SQL commands better at handling contention issues, why not: lDate = date() UPDATE YourTableName SET post_date = lDate WHERE post_date lDate AndyD 8-)₹ On 23/04/2012 22:57, MB Software Solutions, LLC wrote: snip Not sure. My only advice is to change it to this: REPLACE

Re: [NF] Is anyone getting emails from apple saying that your account was hacked?

2012-04-24 Thread Michael Madigan
Yep.   Why shouldn't the name and address on the itunes account have to match the name and address on the credit card.?  From: Alan Bourke alanpbou...@fastmail.fm To: profox@leafe.com Sent: Tuesday, April 24, 2012 3:57 AM Subject: Re: [NF] Is anyone getting

Re: [NF] Is anyone getting emails from apple saying that your account was hacked?

2012-04-24 Thread Michael Madigan
Yep.  You would think they would want to give fraud reports top priority so they can tweak their software to deny future hacks.    Maybe they make money on hacked accounts.  From: Allen pro...@gatwicksoftware.com To: profox@leafe.com Sent: Tuesday, April 24,

Re: Re: lockng issues

2012-04-24 Thread Michael Madigan
I'll post the actual code, it's more convoluted than what I said.     From: AndyD jarnd...@gmail.com To: profox@leafe.com Sent: Tuesday, April 24, 2012 5:08 AM Subject: Re: Re: lockng issues I have found the SQL commands better at handling contention issues,

Re: [NF] Is anyone getting emails from apple saying that your account was hacked?

2012-04-24 Thread Alan Bourke
On Tue, Apr 24, 2012, at 03:05 AM, Michael Madigan wrote:    Maybe they make money on hacked accounts.  I think it's more that nothing can ever intrude into the walled garden and they're loathe to come to terms with it when things do. The recent Java hole for example. -- Alan Bourke

[NF] Prefab 30 story building goes up quick in Hunan

2012-04-24 Thread Pete Theisen
Hi Everybody, I can barely imagine +/- 0.2 mm precision . . . in 60 foot modules! http://gizmodo.com/5873962/amazing-timelapse-of-30+story-building-made-in-only-360-hours/ -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___

RE: Recommended SET REPROCESS TO setting?

2012-04-24 Thread Lou Syracuse
I made this change to an app when I started here 2 years ago - the speed increase was tremendous. they apparently never heard of an IN clause, as they were still changing work areas manually using select 1 before issuing a string of replace statements. Those weren't the only changes I made to

Re: Help! How do I pass an array to form method

2012-04-24 Thread Eurico Chagas Filho
Nice tip Dave, tks. E. From: Dave Crozier da...@flexipol.co.uk To: ProFox Email List profox@leafe.com Sent: Tuesday, April 24, 2012 4:59 AM Subject: RE: Help! How do I pass an array to form method Mike, You can pass the array with an @ sign prefiving the

Re: [NF] Is anyone getting emails from apple saying that your account was hacked?

2012-04-24 Thread Michael Oke, II
Not to mention spouses. Michael Oke, II 661-349-6221 Contents of this and all messages are intended for their designated recipient. On Apr 24, 2012, at 6:22 AM, Stephen Russell srussell...@gmail.com wrote: On Tue, Apr 24, 2012 at 5:03 AM, Michael Madigan mmadi10...@yahoo.com wrote: Yep.

Re: [NF] Prefab 30 story building goes up quick in Hunan

2012-04-24 Thread Eurico Chagas Filho
The music is wonderful also. Tks Pete. A long time ago I was a civil engineer, got a structure master degree from U of I. E. From: Pete Theisen petethei...@verizon.net To: ProFox Email List profox@leafe.com Sent: Tuesday, April 24, 2012 9:02 AM Subject: [NF]

Re: locking issues

2012-04-24 Thread MB Software Solutions, LLC
On 4/23/2012 8:06 PM, Eurico Chagas Filho wrote: You got a mess... First never use FLock(). For the guys who just read, open the file as readonly. You should use a Cursor or a View to hold the data, then you replace in the View or Cursor. After that you use Begin Transaction Tableupdate

Re: lockng issues

2012-04-24 Thread MB Software Solutions, LLC
On 4/23/2012 6:02 PM, M Jarvis wrote: Not sure. My only advice is to change it to this: REPLACE post_date WITH date() FOR post_date date() ALL in YourTableName ahem don't you mean something like this instead?g dDate = date() REPLACE post_date WITH dDate FOR post_date dDate ALL in

Re: lockng issues

2012-04-24 Thread M Jarvis
Are you claiming that yours would run quicker with the dDate variable instead of the DATE() reserved function? Yes... -- Matt Jarvis Eugene, Oregon USA ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

[NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread MB Software Solutions, LLC
Scenario: - running lots of data scripts on MariaDB database that's several gigs large on local laptop - putting the maximum amount of memory (8 GB) on the laptop - current OS is Windows XP, but I understand from Dell support tech that I must use Windows 7 (or Vista) to take full advantage

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread Mike Copeland
Pretty sure it's cart before the horseOS before the DBM. Both, preferably, would be 64 bit, but without 64 bit OS, you won't be able to run a 64-bit application, and no matter how much physical memory, it takes a 64-bit OS to see 8GB of RAM. I don't know if MariaDB, in a 64-bit OS

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread Dan Covill
On 04/24/12 13:55, MB Software Solutions, LLC wrote: Am I right in thinking that I must run the 64-bit version of MariaDB to take full advantage of the memory beyond 3.5 GB on a Windows 7 machine? I don't want to get all this memory and then handcuff myself because I'm either using the

Re: Re: lockng issues

2012-04-24 Thread Sytze de Boer
I would like more comments regarding the REPLACE versus UPDATE command Is Update really better at handing locking issues ? S On Tue, Apr 24, 2012 at 9:08 PM, AndyD jarnd...@gmail.com wrote: I have found the SQL commands better at handling contention issues, why not: lDate = date() UPDATE

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread Stephen Russell
On Tue, Apr 24, 2012 at 3:55 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Scenario:  - running lots of data scripts on MariaDB database that's several gigs large on local laptop  - putting the maximum amount of memory (8 GB) on the laptop  - current OS is

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread MB Software Solutions, LLC
On 4/24/2012 5:17 PM, Mike Copeland wrote: Pretty sure it's cart before the horseOS before the DBM. Both, preferably, would be 64 bit, but without 64 bit OS, you won't be able to run a 64-bit application, and no matter how much physical memory, it takes a 64-bit OS to see 8GB of RAM. I

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread Ted Roche
On Tue, Apr 24, 2012 at 4:55 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Scenario:  - running lots of data scripts on MariaDB database that's several gigs large on local laptop  - putting the maximum amount of memory (8 GB) on the laptop  - current OS is

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread MB Software Solutions, LLC
On 4/24/2012 6:01 PM, Stephen Russell wrote: I don't think either will matter unless you have one MEGA table that is 5 - 10 mill rows. Does the row count really play a part? I always thought it was the total size of the table moreso than how many rows it has? Hmmm... The db engine does

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread MB Software Solutions, LLC
On 4/24/2012 6:08 PM, Ted Roche wrote: And what is the problem you're trying to solve? Are your data scripts adding new data (INSERT/UPDATE) or querying (SELECT) and what's the problem? I'd guess slow response, but... there's that saying about ASSuME Mostly, it's SELECT queries. I load

[OT] Former candidate for Asshole in Chief slimier than once thought

2012-04-24 Thread Pete Theisen
Hi Everybody, It gets worse: http://www.foxnews.com/politics/2012/04/24/key-witness-in-edwards-case-could-pose-risk-for-prosecution/?test=latestnews -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___ Post Messages to:

Re: NF Ruby over Python?

2012-04-24 Thread Ed Leafe
On Apr 24, 2012, at 5:18 PM, Lew Schwartz wrote: Just as a matter for curiosity, has anyone fooled around with RUBY as a second language? Can you offer any comments as to ease scope of use vs Python (for example)? Both Ruby and Python are great languages, and share many of the same

[OT] New error message

2012-04-24 Thread Michael Madigan
https://www.facebook.com/permalink.php?story_fbid=343033189083347id=697479725notif_t=like  ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

[OT] Dad wires autistic kid to spy on teachers

2012-04-24 Thread Pete Theisen
Hi Everybody, Doesn't like the way teachers talked to his kid http://www.cafemom.com/articles/big_kid/136582/dads_horrifying_undercover_recordings_catch What do you-all think? -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/

Re: [OT] Dad wires autistic kid to spy on teachers

2012-04-24 Thread Michael Madigan
The New Jersey's Teachers Union at it's best  - Original Message - From: Pete Theisen petethei...@verizon.net To: ProFox Email List profox@leafe.com Cc: Sent: Tuesday, April 24, 2012 7:21 PM Subject: [OT] Dad wires autistic kid to spy on teachers Hi Everybody, Doesn't like the way

Re: NF Ruby over Python?

2012-04-24 Thread Ted Roche
On Tue, Apr 24, 2012 at 6:18 PM, Lew Schwartz lew1...@gmail.com wrote: Just as a matter for curiosity, has anyone fooled around with RUBY as a second language? Can you offer any comments as to ease scope of use vs Python (for example)? About 2-3 years of delivering apps in Ruby. What Ed said

Re: NF Ruby over Python?

2012-04-24 Thread Paul McNett
On 4/24/12 6:32 PM, Ted Roche wrote: nine women can't have a baby in one month - this takes time. Far more time than most of us admit. I've been coding in Python daily since Feb. 2004. Eight years and change. I feel like I could probably code a solution to anything. But then I go to the

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread Stephen Russell
On Tue, Apr 24, 2012 at 5:33 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 4/24/2012 6:08 PM, Ted Roche wrote: And what is the problem you're trying to solve? Are your data scripts adding new data (INSERT/UPDATE) or querying (SELECT) and what's the

Re: [NF] Taking advantage of memory beyond 3.5 GB with MariaDB (MySQL free version)

2012-04-24 Thread MB Software Solutions, LLC
On 4/24/2012 11:28 PM, Stephen Russell wrote: If you have a join in the query then you need to use that column(s) first. I've used EXPLAIN to help me make sure my index strategies are being used properly. What is the size of this data anyway? Why not put this on a true server that has

[OT] Olbermann suddenly tired of dog stories

2012-04-24 Thread Pete Theisen
Hi Everybody, Keith Olbermann said today that the “dog-gate” controversies have gotten out of hand. http://www.nationalreview.com/media-blog/296728/doggate-keith-olbermanns-sudden-disinterest-dog-stories-greg-pollowitz Olbermann, you pompous hypocrite. Who’s the one “wasting” time on dog