Re: [PHP] Re: Friday's Post

2010-10-01 Thread Peter Lind
On 1 October 2010 20:21, Per Jessen wrote: > Peter Lind wrote: > >> C# has by now exceeded Java by quite a bit - > > I've been away from the Java "scene" since 2002 (when I worked for BEA > deploying J2EE on Linux/390), but assuming you're talking > about "deployed lines of code" or some other rea

[PHP] Since it is friday.... :)

2010-10-01 Thread Jason Pruim
Anyone know of a good and active general web design list? Looking for somewhere that I can post about javascript specifically :) And happy friday to you all! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and SpatiaLite

2010-10-01 Thread TR Shaw
Anyone succeeded in geting php and SpatiaLite to work together?

[PHP] Re: Friday's Post

2010-10-01 Thread Nathan Rixham
tedd wrote: Hi gang: What do you people think of the .NET framework? Please provide your thoughts as to cost, maintenance, benefit, and whatever else you think important. .NET is loaded up with patents and pretty much Microsoft only, however that said it is rather good. Previous versions of

Re: [PHP] Re: Friday's Post

2010-10-01 Thread Per Jessen
Peter Lind wrote: > C# has by now exceeded Java by quite a bit - I've been away from the Java "scene" since 2002 (when I worked for BEA deploying J2EE on Linux/390), but assuming you're talking about "deployed lines of code" or some other real-life measurement, I find it hard to believe that C#

Re: [PHP] Friday's Post

2010-10-01 Thread Floyd Resler
On Oct 1, 2010, at 12:04 PM, Paul M Foster wrote: > I'll be politically incorrect and say that it's evil. It's funny you should say that because years ago I did a short video called "PHP Commando". PHP Commando was battling the evil forces of Dr. Dot Net and his sidekick, Macro Mae. Leave it

Re: [PHP] Friday's Post

2010-10-01 Thread Paul M Foster
On Fri, Oct 01, 2010 at 10:23:31AM -0400, tedd wrote: > Hi gang: > > What do you people think of the .NET framework? > > Please provide your thoughts as to cost, maintenance, benefit, and > whatever else you think important. I'll be politically incorrect and say that it's evil. Microsoft is a

Re: [PHP] Re: Friday's Post

2010-10-01 Thread Peter Lind
On 1 October 2010 17:11, Bob McConnell wrote: > From: Gary > >> tedd wrote: >>> What do you people think of the .NET framework? >> >> It's a framework, like any other framework - can make your life > easier, >> can make your life harder by forcing you to take the path determined > as >> TOTP by it

Re: [PHP] Little Parsing help...

2010-10-01 Thread Don Wieland
The logic I need is pretty straight forward, but I am having a hard time replicating it using PHP functions. I will try to break it down to it's simplest form: I have a field that has several lines of text. Chords and Song Lyrics. The "Chord" lines begin with an asterisk "*" and end with the

Re: [PHP] file_get_contents() failing on CentOS.

2010-10-01 Thread kranthi
probably not the issue, but is the php engine behind a proxy server ? wget uses the environment variable, but PHP does not Kranthi. http://goo.gl/e6t3 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Friday's Post

2010-10-01 Thread Bob McConnell
From: Gary > tedd wrote: >> What do you people think of the .NET framework? > > It's a framework, like any other framework - can make your life easier, > can make your life harder by forcing you to take the path determined as > TOTP by its designers. > > That's "The One True Path", not "Top Of T

Re: [PHP] Friday's Post

2010-10-01 Thread Adam Richardson
On Fri, Oct 1, 2010 at 10:23 AM, tedd wrote: > Hi gang: > > What do you people think of the .NET framework? > > Please provide your thoughts as to cost, maintenance, benefit, and whatever > else you think important. > > Thanks, > > tedd > -- > --- > http://sperling.com/ > > -- > PHP General M

Re: [PHP] PHP Email Question

2010-10-01 Thread kranthi
I cant see why you are getting the letter 'z' (assuming $msgContent was referenced properly) . Complete code will be helpful to debug the problem. Also, Heredoc syntax will be more helpful in your situation. And usage of global keyword is strongly discouraged in favor of $GLOBALS superglobal array

RE: [PHP] Friday's Post (WOT)

2010-10-01 Thread Jay Blanchard
[snip] What do you people think of the .NET framework? [/snip] I am not a fan. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Friday's Post

2010-10-01 Thread Robert Cummings
On 10-10-01 10:23 AM, tedd wrote: Hi gang: What do you people think of the .NET framework? Please provide your thoughts as to cost, maintenance, benefit, and whatever else you think important. Until you posted this... I didn't... bah! Cheers, Rob. >:) -- E-Mail Disclaimer: Information con

[PHP] Friday's Post

2010-10-01 Thread tedd
Hi gang: What do you people think of the .NET framework? Please provide your thoughts as to cost, maintenance, benefit, and whatever else you think important. Thanks, tedd -- --- http://sperling.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] Little Parsing help...

2010-10-01 Thread Richard Quadling
On 1 October 2010 14:35, Don Wieland wrote: > Hello, > > I am building a web Song DB. That will simple song chord charts in the DB. >  I would like the ability to do KEY changes for the different songs. I am > looking for some direction on how to do this. This was my original thought > but I  am o

[PHP] Little Parsing help...

2010-10-01 Thread Don Wieland
Hello, I am building a web Song DB. That will simple song chord charts in the DB. I would like the ability to do KEY changes for the different songs. I am looking for some direction on how to do this. This was my original thought but I am open if there is a better way. I defined a table

[PHP] htmlMicroscope-1.3.3, logAndHandler-0.8.2, with full sources.

2010-10-01 Thread Rene Veerman
Hi. I've just fixed many bugs in two free components of mine; htmlMicroscope (63kb) is used to display very large php/js arrays and objects in the browser, in a collapsed but expandable view. It's loaded with features that make browsing large datasets fun. This 1.3.3 release fixes many of the bug