Results 1 to 19 of 19

Thread: Lord help me
      
   

  1. #1
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Question Lord help me

    Ok, I'm going to redo the whole site...So is it best to publish the front page in php? Then use this page as a clone or temp for all of the others? The whole would be PHP..Right
    Sharon Chajin

  2. #2
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: Lord help me

    Hi Sharon,

    With a face and figure displayed in the avtar, you need no help from the Lord.

    But, I prefer " html ", I find working with html less confusing and simpler.
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

  3. #3
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Lord help me

    Hello Sharon

    I think it was mentioned that building your site in php might be useful because you have or will have many pages and the jist i got was 'what if' you had to make changes to your menu? You would have to make that change on EVERY page.

    If you make all your pages php, from a template page which you can clone and read up on this thread. http://www.vodahost.com/vodatalk/blu...ge-bv-php.html will help with your type of site.

    I build all my sites in php these days.

    Darren
    Happy Building

    DarrenC

  4. #4
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Lord help me

    You only need php if you are going to do the navigation as an include.. so that you can add more to it later, without changing ALL the pages.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  5. #5
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Lord help me

    Right about now...I need that beer! Thanks guys..
    Sharon Chajin

  6. #6
    D'son's Avatar
    D'son is offline Major General
    Join Date
    Apr 2008
    Location
    Illinois
    Posts
    2,580

    Default Re: Lord help me

    Hey everybody, Sharons buying!!!!!

    But I also use php for my pages so I can use Naval menu, so much simpler.

  7. #7
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Lord help me

    Come on over...Yeah..Party time..Any excuse..LOL
    Sharon Chajin

  8. #8
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Lord help me

    Quote Originally Posted by D'son View Post
    Hey everybody, Sharons buying!!!!!

    But I also use php for my pages so I can use Naval menu, so much simpler.
    Thats the one I posted....Someone get Ed a drink!
    Happy Building

    DarrenC

  9. #9
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Lord help me

    Got one coming...Need More soon..Party Animals!
    Sharon Chajin

  10. #10
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Lord help me

    I'll have one of those you are holding!
    Happy Building

    DarrenC

  11. #11
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Lord help me

    If you go down this route? Think about put the page into 3-4 php areas as it will help with making changes to things like adds very quickly. Also size these areas to a touch lager than, something like google adds & menus. 125px or 165px total width. This might help.

  12. #12
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Lord help me

    Looks Great Chris, but my mind wont let me do it...LOL Just can't figure it out!
    Sharon Chajin

  13. #13
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Red face Re: Lord help me

    I agree that using BVphp (especially for navigation) is a lot easier to manage updates and outright changes for sites that have more than say, 20 pages, but I am still uncomfortable with the loss of core "optimization" values since using a "combo-coded" site means the SE's can't "read"/attribute link values to other pages as a straight HTML page (BV-created) would. The only way to compensate is to duplicate all the links as 'breadcrumbs' at the bottom of each web page, which messes up the clean page look --- and which also needs to be re-published across the site whenever the overall navigation is changed, thus defeating the whole purpose.

    BVphp is an effective manner to universally manage page layouts and sitewide elements and to discourage "ripping" by visitors, but in particular for navigation, I personally think the iFrame method is just as simple and since it is HTML, conforms closer to the page builds the SE's look to evaluate as well.

    IMO, of course!

  14. #14
    SChajin's Avatar
    SChajin is offline Major General
    Join Date
    Jan 2006
    Location
    Coral Springs, Florida
    Posts
    2,789

    Default Re: Lord help me

    Hey Mr V..Thanks for your input..I'm still very much a novice..
    Sharon Chajin

  15. #15
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Lord help me

    Quote Originally Posted by Vasili View Post
    I agree that using BVphp (especially for navigation) is a lot easier to manage updates and outright changes for sites that have more than say, 20 pages, but I am still uncomfortable with the loss of core "optimization" values since using a "combo-coded" site means the SE's can't "read"/attribute link values to other pages as a straight HTML page (BV-created) would.
    Seaking purely of html generated by php code and that of the html code generated by BV the SE's will see no difference (assume the php code is written to produce correct html code). There could be some issues with inserting php using BV that I am unaware of since I don't use BV, but I can't really comment on that

    Generally speaking the only difference between a php file and html file is that a php file has the ability to parse and execute php code. Even if you are just going to have static pages its a good idea to publish in php. If at a later date you decide you want to do something more dynamic with your pages you're already setup to do so. It won't hurt to use php pages that don't even have any php code on them (ie. using a php file as a simple html file)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  16. #16
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Wink Re: Lord help me

    Anything for a Lovely Lady ....


    " ... and I get by with a little help from my friends, I get by with a little help from my friends ..."

  17. #17
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Wink Re: Lord help me

    Quote Originally Posted by Watdaflip View Post
    Seaking purely of html generated by php code and that of the html code generated by BV the SE's will see no difference (assume the php code is written to produce correct html code). There could be some issues with inserting php using BV that I am unaware of since I don't use BV, but I can't really comment on that

    Generally speaking the only difference between a php file and html file is that a php file has the ability to parse and execute php code. Even if you are just going to have static pages its a good idea to publish in php. If at a later date you decide you want to do something more dynamic with your pages you're already setup to do so. It won't hurt to use php pages that don't even have any php code on them (ie. using a php file as a simple html file)
    Interior navigation links, which are a core page value, are in fact not "read" by the SE's as part of the page nor the values attributed to pages if any combo-coded build is used .... and a similar problem exists when using a scripted navigation, such as drop-downs, sliders, or other fancy methods. Same phenomenon for Flash "visibility" if you can think that far ...

    I did not knock PHP whatsoever (I use it a lot, especially since it actually appeals to the SE's as a "dynamic" element, a core valuation), but merely emphasized the importance of preserving the "interior navigation values" since Google re-wrote their methodology back in Oct. '08 back down to simple Rules and a re-emphasized focus on Content (which is directly associated with Navigation), even so far as to dismiss much of the values for backlinks, reciprocol links, most META, and other elements that 'webmasters' had been trying to tweak to their advantage without paying attention to the website build itself ("Perfect Page" and clean code first).

    Our peers need every ounce of "optimization" value they can create for their sites, and my comments were intended to give pause to think how to best design a Blue Voda site easily and effectively from the get-go.

  18. #18
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Lord help me

    Just make text links to all the pages in the footer. No biggie...no bread crumbs needed

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  19. #19
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Question Re: Lord help me

    Quote Originally Posted by Vasili View Post
    The only way to compensate is to duplicate all the links as 'breadcrumbs' at the bottom of each web page, which messes up the clean page look --- and which also needs to be re-published across the site whenever the overall navigation is changed, thus defeating the whole purpose.
    LOL You say "Tomayto, I say Tomahto" .... same thing?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49