Jump to content

zq29

Staff Alumni
  • Posts

    2,752
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by zq29

  1. that is not what i'm trying to explain...

    let me start over again...

    the signature here that i'm trying to say is that the one when you finish

    creating a webpage from frontpage some internet browser like netscape

    will scramble the alignment and the output display is annoying,

    that's what i'm talking here not that all mso, it's not necessary to remove

    the mso thing.

     

    Try to make some web page from Frontpage then execute it in

    netscape you'll see what i mean here, but i solved that problem

    i've just tricked Frontpage, huh, huh, huh... : )

    296788[/snapback]

    You haven't really tricked Frontpage at all, neylitalo pointed out a lot of Frontpage 'signatures', and if you are going to all of this 'effort' to 'trick' Frontpage, why not just use something that doesn't add all this crap in the first place? I also don't find your reasoning behind using 5 different editors valid in any way - I use PHP Coder 2005, and only that - Its free and does everything in one package.

    I use frontpage because it's easy to use... it's not that annoying really,

    if you know the tricks huh, huh, huh : ), but the problem it's not WYSIWYG

    I'm not sure which version of Frontpage 2000 you are using, but as far as I was aware, it is a WYSIWYG editor.
  2. I use multiple;

    note pad,

    text pad,

    DOS mode,

    Microsoft Frontpage,

    and

    the Beautiful Dreamweaver...

     

    I know it's really annoying to use FP

    specially with table alignment...

     

    But i'm planning to migrate to Dreamweaver MX completely...

    huh, huh, huh...  : )

    296574[/snapback]

    May I ask the logic behind using 5 different editors for coding your PHP scripts?

     

  3. I'm not much of a console gamer - PC for me. BUT, if I were to be a console gamer, what I've heard of the XBox 360 is pretty impressive - impressive enough for me to ALMOST consider shelling out the cash. But not quite. :)

     

    I'm going to stick with computer games - you can upgrade your hardware, you can do WAY more stuff on a computer, and I'm leaps and bounds better with WASD and a mouse than a console controller :)

    295469[/snapback]

    Oh yeah, totaly, I use my computer for FPS games - I only use my Xbox for racing, sports and platform fighting games. FPS games suck on consoles mainly due to the lack of native keyboard and mouse support.

  4. Heh, I never even saw this post when it was posted, I voted for the Xbox 360, looking forward to it!

     

    I love my current Xbox, modified of course - 160GB hard drive, Xecuter 2.1 Lite, a glowing blue top jewel and power light, on/off button on my controller and XBMC as my dash - Top notch media player for the cost of an Xbox and a few components :D And the Xbox 360 is looking like it will have a number of those features as standard!

  5. As far as I am aware, you can put whatever you like in your sigs, within reason - E.g. no pornographic or obscene images, or links to images and sites of that nature, no bad language or bashing other members etc.

     

    I personaly wouldn't mind it as long as it wasn't in some huge font size, keep it to a line or two in standard sized font. Any other mods care to comment?

  6. Hey, i started from scratch

     

    Anyway, if MSFP makes odd code, it can clean itself up with certain tools on the tools menu.

    261918[/snapback]

    Well that right there says a lot about how efficient it is doesn't it. It makes messy code, and then allows you to tell it to clean itself up!

     

  7. Yes, in MX 2004 I get the <?php and ?> in red, and comments in yellow.

     

    I think your getting them in blue because you are starting your document as a HTML document, when doing that all php code will turn blue until you save it as a php document.

     

    To get your php syntax coloured from the start, when starting a new document, select the type as dynamic from the left hand side, then in the right hand side select PHP. All your code will now be coloured from the start.

  8. I used it for a very brief period, I can't remember why... Maybe because I didn't pay for it. Then I discovered Dreamweaver MX, does everything I need. In what way do you find it screws tables up? I don't have any problems...

     

    Like someone else said, if theres loads of HTML to be written, I use the WYSIWYG feature of DW, then tweak all of the code. Quicker and easier.

  9. Just out of interest coldkill, why do you echo 'nothing' in places?

     

    For example:

    [!--PHP-Head--][div class=\'phptop\']PHP[/div][div class=\'phpmain\'][!--PHP-EHead--]

    [span style=\"color:#0000BB\"]<?php

    [/span][span style=\"color:#007700\"]echo [/span][span style=\"color:#DD0000\"]\'\'[/span][span style=\"color:#007700\"].[/span][span style=\"color:#0000BB\"]$test[/span][span style=\"color:#007700\"].[/span][span style=\"color:#DD0000\"]\' \'[/span][span style=\"color:#007700\"].[/span][span style=\"color:#0000BB\"]$username[/span][span style=\"color:#007700\"].[/span][span style=\"color:#DD0000\"]\'\'[/span][span style=\"color:#007700\"];

    [/span][span style=\"color:#0000BB\"]?>

    [/span]

    [/span][!--PHP-Foot--][/div][!--PHP-EFoot--]

     

    Why don't you just put this:

    [!--PHP-Head--][div class=\'phptop\']PHP[/div][div class=\'phpmain\'][!--PHP-EHead--]

    [span style=\"color:#0000BB\"]<?php

    [/span][span style=\"color:#007700\"]echo [/span][span style=\"color:#0000BB\"]$test [/span][span style=\"color:#007700\"]. [/span][span style=\"color:#DD0000\"]\' \' [/span][span style=\"color:#007700\"]. [/span][span style=\"color:#0000BB\"]$username[/span][span style=\"color:#007700\"];

    [/span][span style=\"color:#0000BB\"]?>

    [/span]

    [/span][!--PHP-Foot--][/div][!--PHP-EFoot--]

     

    It has the same output, just less to type, or am I missing something? Its just that I've noticed you do this all the time and was wondering why.

  10. [!--PHP-Head--][div class=\'phptop\']PHP[/div][div class=\'phpmain\'][!--PHP-EHead--]

    [span style=\"color:#0000BB\"]<?php

    [/span][span style=\"color:#007700\"]echo [/span][span style=\"color:#DD0000\"]\"w00t!\"[/span][span style=\"color:#007700\"];

    [/span][span style=\"color:#0000BB\"]?>

    [/span]

    [/span][!--PHP-Foot--][/div][!--PHP-EFoot--]

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.