OT Reply -- just frustrated with the way email screws up program
listings. It's a royal pain to have to strip out code and then put it
in an editor and tidy it up just to be able to make heads or tails out
of something. There are lots of code pasting sites around, but that
breaks up the continuity
Do you mean the ">" quotation marks? Have you tried to create a simple
Notepad++ macro? I do this for things like formatting SQL from SQL Editor to
SQL String in code, and vice versa.
Cheers.
-Mensagem original-
De: tamouse mailing lists [mailto:tamouse.li...@gmail.com]
Enviada em: sex
On Fri, Aug 24, 2012 at 5:01 PM, tamouse mailing lists
wrote:
> OT Reply -- just frustrated with the way email screws up program
> listings. It's a royal pain to have to strip out code and then put it
> in an editor and tidy it up just to be able to make heads or tails out
> of something. There ar
On 08/24/2012 08:01 AM, tamouse mailing lists wrote:
OT Reply -- just frustrated with the way email screws up program
listings. It's a royal pain to have to strip out code and then put it
in an editor and tidy it up just to be able to make heads or tails out
of something. There are lots of code p
On Fri, Aug 24, 2012 at 11:16 AM, Jim Lucas wrote:
> On 08/24/2012 08:01 AM, tamouse mailing lists wrote:
>
>> OT Reply -- just frustrated with the way email screws up program
>> listings. It's a royal pain to have to strip out code and then put it
>> in an editor and tidy it up just to be able t
Two simple guide lines will help everybody here.
1) Limit your lines to 80 characters
2) Use spaces instead of Tabs
--
Jim Lucas
http://www.cmsws.com/
http://www.cmsws.com/examples/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, Aug 24, 2012 at 5:22 PM, Jim Lucas wrote:
> Two simple guide lines will help everybody here.
>
> 1) Limit your lines to 80 characters
> 2) Use spaces instead of Tabs
>
Are we going to discuss coding guidelines again? The 80-character
limit is outdated, 100 or 120 is more common today.
And
On 08/24/2012 08:25 AM, Matijn Woudt wrote:
On Fri, Aug 24, 2012 at 5:22 PM, Jim Lucas wrote:
Two simple guide lines will help everybody here.
1) Limit your lines to 80 characters
2) Use spaces instead of Tabs
Are we going to discuss coding guidelines again? The 80-character
limit is outdat
On Fri, Aug 24, 2012 at 5:33 PM, Jim Lucas wrote:
> On 08/24/2012 08:25 AM, Matijn Woudt wrote:
>>
>> On Fri, Aug 24, 2012 at 5:22 PM, Jim Lucas wrote:
>>>
>>> Two simple guide lines will help everybody here.
>>>
>>> 1) Limit your lines to 80 characters
>>> 2) Use spaces instead of Tabs
>>>
>>
>>
On Thu, Aug 23, 2012 at 2:51 PM, admin wrote:
> Hello everyone,
>
> In my quest to build bigger and better dynamic content, I am
> putting forth a concept to see what you all think.
>
> Many times I come across customers who want drop down menus dynamically
> built from database ta
On Fri, Aug 24, 2012 at 10:11 AM, Samuel Lopes Grigolato
wrote:
> Do you mean the ">" quotation marks? Have you tried to create a simple
> Notepad++ macro? I do this for things like formatting SQL from SQL Editor to
> SQL String in code, and vice versa.
No, I mean the way the code is mangled wi
On Fri, Aug 24, 2012 at 10:16 AM, Jim Lucas wrote:
> On 08/24/2012 08:01 AM, tamouse mailing lists wrote:
>>
>> OT Reply -- just frustrated with the way email screws up program
>> listings. It's a royal pain to have to strip out code and then put it
>> in an editor and tidy it up just to be able t
On Fri, Aug 24, 2012 at 10:47 AM, Matijn Woudt wrote:
> On Fri, Aug 24, 2012 at 5:33 PM, Jim Lucas wrote:
>> On 08/24/2012 08:25 AM, Matijn Woudt wrote:
>>>
>>> On Fri, Aug 24, 2012 at 5:22 PM, Jim Lucas wrote:
Two simple guide lines will help everybody here.
1) Limit your li
On Fri, Aug 24, 2012 at 10:12 AM, Matijn Woudt wrote:
> On Fri, Aug 24, 2012 at 5:01 PM, tamouse mailing lists
> wrote:
>> OT Reply -- just frustrated with the way email screws up program
>> listings. It's a royal pain to have to strip out code and then put it
>> in an editor and tidy it up just
On Fri, Aug 24, 2012 at 10:20 AM, David OBrien wrote:
> In gmail if I see something is totally screwed up visually I click the
> little dropdown where you'd select reply to all and then choose show
> original...
> It shows the source of the email in monospaced font so if looks like it was
> meant
On 08/24/2012 08:47 AM, Matijn Woudt wrote:
On Fri, Aug 24, 2012 at 5:33 PM, Jim Lucas wrote:
On 08/24/2012 08:25 AM, Matijn Woudt wrote:
On Fri, Aug 24, 2012 at 5:22 PM, Jim Lucas wrote:
Two simple guide lines will help everybody here.
1) Limit your lines to 80 characters
2) Use spaces
On 08/24/2012 09:28 AM, tamouse mailing lists wrote:
On Fri, Aug 24, 2012 at 10:16 AM, Jim Lucas wrote:
On 08/24/2012 08:01 AM, tamouse mailing lists wrote:
OT Reply -- just frustrated with the way email screws up program
listings. It's a royal pain to have to strip out code and then put it
i
On Fri, Aug 24, 2012 at 1:24 PM, Jim Lucas wrote:
> Well, not to talk bad about Gmail (I use it for personal accounts), but I
> like using a client that I do have some control over what it does to my
> email. Making sure that it retains my formatting is one of my first
> requirements.
I'd like t
On Fri, Aug 24, 2012 at 8:24 PM, Jim Lucas wrote:
>>>
>>> Personally, I let my code ramble on as long a line as it needs. I use
>>> tabs
>>> (set to 8 chars) in my code. That is because the other developers that I
>>> work with have editors that can display the tabs in whatever width they
>>> de
On 08/24/2012 12:34 PM, Matijn Woudt wrote:
On Fri, Aug 24, 2012 at 8:24 PM, Jim Lucas wrote:
Personally, I let my code ramble on as long a line as it needs. I use
tabs
(set to 8 chars) in my code. That is because the other developers that I
work with have editors that can display the tabs i
On Fri, Aug 24, 2012 at 9:48 PM, Jim Lucas wrote:
> On 08/24/2012 12:34 PM, Matijn Woudt wrote:
>>
>> On Fri, Aug 24, 2012 at 8:24 PM, Jim Lucas wrote:
>
>
> Personally, I let my code ramble on as long a line as it needs. I use
> tabs
> (set to 8 chars) in my code. That is b
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required
'/var/www/html/log_book_MySQL.php'
(include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0
had to use Fedora yumex(yum) to install php
PHP Version 5.
Am 25.08.2012 01:41, schrieb Fred Silsbee:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required
'/var/www/html/log_book_MySQL.php'
(include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0
had to use Fed
Whats up with this bug?: https://bugs.php.net/bug.php?id=60723
--
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
24 matches
Mail list logo