|
-
Oct 19th, 2011, 02:45 AM
#1
Thread Starter
Addicted Member
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?
-
Oct 19th, 2011, 09:10 AM
#2
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.
-
Oct 19th, 2011, 09:24 AM
#3
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
-
Oct 19th, 2011, 09:54 AM
#4
Addicted Member
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.
-
Oct 19th, 2011, 10:13 PM
#5
Thread Starter
Addicted Member
Re: Plotting a quick User Interface to code php
Thank you all of you for the advice. Cheer!!
-
Oct 20th, 2011, 12:14 AM
#6
Re: Plotting a quick User Interface to code php
 Originally Posted by techgnome
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,...
-
Oct 20th, 2011, 12:38 AM
#7
Re: Plotting a quick User Interface to code php
hehehe... yes... yes it is....
:P
-tg
-
Oct 20th, 2011, 10:04 PM
#8
Thread Starter
Addicted Member
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.
-
Oct 21st, 2011, 08:24 AM
#9
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
-
Oct 23rd, 2011, 10:28 PM
#10
Thread Starter
Addicted Member
Re: Plotting a quick User Interface to code php
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|