Results 1 to 10 of 10

Thread: Plotting a quick User Interface to code php

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Far East
    Posts
    232

    Plotting a quick User Interface to code php

    hi members

    Being totally new in php after having just set up wamp in windows, i have now to decide how go about coding. The web suggest that "user interface" for hph is not effective due to the huge capabilities of hph. At the same time using Front Page we can insert many objects without having to struggle with the HTML codes. Hence my plan is to build up the web pages using Front Page with required objects and components, then go into the codes and add php tags / codes to create dynamic pages. Is this the right way to go?

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: Plotting a quick User Interface to code php

    It's hard to say what the "right way" to go is. That's really just preference.

    If you prefer to use FrontPage, or any other WYSIWYG editor for that matter, to create your HTML files, then by all means you can do that. However, considering the last stable release of FrontPage was in 2003, I'd steer clear of that program if I were you. It tends to create invalid HTML and may cause you more harm than good in the long term.

    I'm also not sure of FrontPage's built-in compatibility with PHP (as far as variables and auto-complete go). You might want to consider an alternative application like Dreamweaver, which does have some functionality built-in to work better with PHP, while still providing a WYSIWYG editor for those that want it.
    Like Archer? Check out some Sterling Archer quotes.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Plotting a quick User Interface to code php

    as kows noted, it's a matter of opinion... and my opinion of FP isn't all that high. I prefer to code it all (or as much of it as I can) by hand. sometimes I'll take a template from the web (http:\\www.oswsd.org is a great place to start) rip it apart to see what makes it tick, then put it back together using the pieces I need.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Addicted Member
    Join Date
    Sep 2005
    Posts
    150

    Re: Plotting a quick User Interface to code php

    ...i have now to decide how go about coding...
    You have been given the best advice so far. Hand-coding it yourself helps you understand the code better than when you rely too much on those WYSIWYG editors. They do help, but not always the best for a beginner when it comes to understanding and maintaining code.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Far East
    Posts
    232

    Re: Plotting a quick User Interface to code php

    Thank you all of you for the advice. Cheer!!

  6. #6
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Plotting a quick User Interface to code php

    Quote Originally Posted by techgnome View Post
    sometimes I'll take a template from the web (http:\\www.oswsd.org is a great place to start) rip it apart to see what makes it tick, then put it back together using the pieces I need.

    -tg
    It's http://www.oswd.org/ isn't it ?




    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Plotting a quick User Interface to code php

    hehehe... yes... yes it is....

    :P

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Far East
    Posts
    232

    Re: Plotting a quick User Interface to code php

    After thought:

    I just realized that Word can save in htm or xml format thus generating the codes and the files folder, this certainly help to speed up things a bit.

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Plotting a quick User Interface to code php

    [slow-motion]No-OO-O-O-OO-O-O-O-O-OOOOOOOOOO!!!!![/slow-motion]

    forget you ever thought of using Word... Word is a WORDPROCESSOR ... NOT a web development platform... plus not to mention it will produce the worse possible HTML you'll ever see. Trust me... that's not really an option you want to pursue.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Far East
    Posts
    232

    Re: Plotting a quick User Interface to code php

    GOT YOU mate, slow....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width