Results 1 to 2 of 2

Thread: How do Advanced Web Pages Work?

  1. #1
    Join Date
    Jun 2008
    Posts
    1

    How do Advanced Web Pages Work?

    Hi I've gotten CSS and xhtml down, but I haven't touched any of the other stuff. I was wondering how more advanced websites work.

    When you go and download a free CSS template from a website they have calendars and search functions etc. But the CSS template itself doesn't include any coding for them to work. I was wondering what is used to integrate the template with those functions. Also when you download a template, do they expect you to know how to do it or are there other scripts that you can download that you just copy and paste?

    Also do advanced web developers write their own code to update pages online (like blogs or front pages), edit offline then reupload, or use wordpress/moveable type etc.

    thanks (hope this is the right section).

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    But the CSS template itself doesn't include any coding for them to work.

    It probably does. In many cases it's just an id="..." or name="..." in the div tag that links the div with a javascript or PHP file which activates js or PHP code to do something.

    There is probably a link in the head section to the js file like
    <script type="text/javascript" src="expandcollapse.js"></script>
    which you missed

    and some PHP code like
    <?php include ("iescrollbar.inc"); ?> which you won't see because it is processed at the server before downloading.

    Also do advanced web developers write their own code to update pages online (like blogs or front pages), edit offline then reupload, or use wordpress/moveable type etc.

    They probably use a CMS (Content Management System) like Joomla or Drupal which allows edits of password-protected sections without risk of disturbing the code.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Replies: 0
    Last Post: 15 Apr 2008, 12:34 PM
  2. How to price the web work?
    By glazeginger in forum General Questions
    Replies: 1
    Last Post: 28 Oct 2007, 03:29 PM

Posting Permissions

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