PHP Live View

I am a complete newbie to Dreamweaver CS6.  I have a site being developed in Notepad++ and every page is a PHP page.
When in DW, I can only view the page using the browser feature.  Can a PHP page be viewed using the design button and live view button or does it have to be viewed solely with the browser.
2nd question - where do I find great tutorials on DW CS6.
Thanks,  looking forward to using this great product.
GRant

A page that contains ONLY PHP would have no visual display, unless the PHP were writing to the screen.  In other words,
<?php
$foo=array(a=>'1', b=>'2');
?>
would show nothing in DW's Design viewor in DW's Live view.  On the other hand,
<?php
echo "Hello";
?>
would show "Hello" only in DW's Live view, and nothing (except the gold shield icon) in Design view.
But why not show us some of your code, and we'll tell you what you would expect to see in both Design and Live view.
Good DW tutorials are all over the place.  I'd start with those that are on the Adobe site (look for the dev center).

Similar Messages

  • How do you configure Dreamweaver to accept PHP in live view when set up with a local testing server (ie., localhost:8888) via MAMP (not MAMP Pro)? My site shows up in the browser, but not in DM live view. Thanks.

    I am using a Macbook Pro with Yosemite and cannot get live view to work in conjunction with my local server or with my php files.
    What could be wrong? I have set up/synced everything with my root folder in htdocs.
    Thanks:-)

    See screenshots:
    Nancy O.

  • DW CS5 - PHP in HTML file - no display in DW live view

    Have DW CS5, Local IIS 7 (Win 7 64x) testing server (Server Model: PHP MySQL) set up and working. External browsers render .html files with PHP fine (URL=http://localhost/testphp.html), DW Live View will not parse/display the PHP with ".html" extension. No ".htaccess" file, DW PHP Tag Library has all PHP "Used In:" boxes checked. Example:
    Example 1
    File name: testphp.php
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    DW Live View and external browser URL: http://localhost/testphp.php:
    Hello There
    Hello World
    Example 2
    File name: testphp.html (same content as above, just filename extension changed)
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    DW Live View:
    Hello There
    external browser URL: http://localhost/testphp.html:
    Hello There
    Hello World
    How to configure DW CS5 to display PHP in DW Live View with file extension= ".html"?
    Thanks in advance, have spent 2 days trying to accomplish!
    Steve

    File name: testphp.php 
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    This is not PHP code
    The red code part should read as to be classified as PHP script
    <?php echo "Hello World"; ?>
    File name: testphp.html (same content as above, just filename extension changed) 
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    Apart from the same mistake as above, this file will not be recognised as containing PHP without the PHP extension. You can setup the server to accept HTML and to interpret same as PHP, but I would not recommend this.
    DW Live View:
    Hello There
    external browser URL: http://localhost/testphp.html:
    Hello There
    This is amazing! With the code above? If you hadn't told me I would not have believed it. I tried it on my humble setup and you are correct. It works using the PHP file but not the HTML file. It doesn't matter, it is still not correct.
    How to configure DW CS5 to display PHP in DW Live View with file extension= ".html"?
    It is not up to DW to determine, it is the PHP server that determines whether PHP in an HTML file will be shown. Have a look here http://php.about.com/od/advancedphp/p/html_php.htm .Once again, I do not recommend this
    I hope this helps.
    Ben

  • Setting up Dreamweaver CS4 with PHP testing server... Live View doesnt work

    Hello,
    Im trying to setup Dreamweaver CS4 with a php website im
    making. Ive setup the site information, and provided a testing site
    (XAMPP), and i can see the fully rendered .php pages in the Live
    View tab. However, say i change some of the text in the .php file
    (say from <p>Hello</p> to <p>Hi</p>) and
    then click in the Live View tab - the page does not update. It
    seems to do something, bit just returns the same.
    How do i set it up so, like with plain .html pages, you can
    make a change to the source code and instantly see the change in
    Live View?
    (At the moment i have to make the change to the source code,
    save it, click Live View to cancel it, and then click Live View
    again).
    Background:
    Ive setup XAMPP (G:\XAMPP\)
    Ive setup vhosts in apache.
    Ive stored my websites in G:\Websites
    Ive set the testing server to G:\Websites\site, where "site"
    is setup as a vhost and correctly displays when entered into a
    browser.
    Ive set the url prefix to
    http://site/
    Ive set local root to G:\Websites\site
    Any help would be greatly appreciated.
    Cheers.

    > How do i set it up so, like with plain .html pages, you
    can make a change
    > to
    > the source code and instantly see the change in Live
    View?
    Did you try using F5 to refresh the page? If that doesn't
    work for you,
    then you'll have to drop and restart Live view. No need to
    save and reload
    the page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Major_Disaster" <[email protected]> wrote
    in message
    news:gibqir$lgu$[email protected]..
    > Hello,
    >
    > Im trying to setup Dreamweaver CS4 with a php website im
    making. Ive setup
    > the
    > site information, and provided a testing site (XAMPP),
    and i can see the
    > fully
    > rendered .php pages in the Live View tab. However, say i
    change some of
    > the
    > text in the .php file (say from <p>Hello</p>
    to <p>Hi</p>) and then click
    > in
    > the Live View tab - the page does not update. It seems
    to do something,
    > bit
    > just returns the same.
    >
    > How do i set it up so, like with plain .html pages, you
    can make a change
    > to
    > the source code and instantly see the change in Live
    View?
    >
    > (At the moment i have to make the change to the source
    code, save it,
    > click
    > Live View to cancel it, and then click Live View again).
    >
    > Background:
    > Ive setup XAMPP (G:\XAMPP\)
    > Ive setup vhosts in apache.
    > Ive stored my websites in G:\Websites
    > Ive set the testing server to G:\Websites\site, where
    "site" is setup as a
    > vhost and correctly displays when entered into a
    browser.
    > Ive set the url prefix to
    http://site/
    > Ive set local root to G:\Websites\site
    >
    > Any help would be greatly appreciated.
    >
    > Cheers.
    >

  • Trouble viewing php in live view or split screen

    I have installed a testing server to render the php in my dreamweaver site. I have php5.3 on mac os x 10.6. The split view only shows a simple "php" logo or icon. Any idea what is going on? Or how to resolve the php rendering so that it provides a "live view" of the page?

    Thank you for your reply. Apache is running and php is operational in that  a query of http:// localhost  replies with a "2" in response to a simple php script to echo 2.

  • Using Live View with PHP

    Hi, I'm working locally on a Wordpress site via Dreamweaver in Live View. I can't save a background image in my CSS. It says no link can be found. I'm using MAMP.

    PHP pages require a server to render pages in browser.  If you want to view PHP pages on your local computer before uploading to remote server, you will need to install a local testing server.
    WAMP on Windows - http://www.wampserver.com/en/
    XAMPP on Windows -  http://www.apachefriends.org/en/xampp-windows.html
    XAMPP on Mac - http://www.apachefriends.org/en/xampp-macosx.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How do I get php files to render in Live View

    I'm using CS4 and have just found that I can't get php pages to render in live view.  I have no problems with html pages. Help

    Hi,
    his thread could solve your problem: http://forums.adobe.com/message/2610272 "DW CS4 - Design/Live view not available with PHP" where David Powers (nr. 5) answered in this way:
    Have you changed your preferences to open PHP pages in Code view?
    In the File Types/Editors category of Preferences, if you add .php to the list of file name extensions in "Open in code view", it disables Design view and Live View for that type of file.
    Hans-G.

  • DW CS4 - Design/Live view not available with PHP

    I am working with PHP documents but both Live View and Design View are grey and unavailable with PHP documants open. I am using MAMP and have set up local info and testing server in the site set up dialog several times myself and with the help of some web search with no difference. Any thoughts on what may be some things to check would be greatly appreciated.

    Hoooo Leeeee Moe Leeee...
    QUOTE"
    Have you changed your preferences to open PHP pages in Code view?
    In the File Types/Editors category of Preferences, if you add .php to the list of file name extensions in "Open in code view", it disables Design view and Live View for that type of file.
    I can not believe I searched for over 30 minutes to find out that adding .php to this field; disables one of the ONLY reasons I purchased CS5.
    Just for giggles, why would it be designed like this? "Open in code View" = a prefrence to what screen type you see, not, "I want to disable CS5 to pre CS2 version"...
    Well, just my two cents.  Now that I know, I will never do that again... So, Next question.  Is there a way to make Dreamweaver by default open in code view, without setting the tempting box to do it for you?
    Thanks ahead of time. By the way, I am greatful that someone has the answers! and I am glad that person is you sir = Enter the Adobe Expert.

  • View .PHP page in Live view

    Hope this is in the right place
    I'm, having some trouble with CS5. I have a .php page containing no html that I would like to see in Live view. The page is hosted on a local server and runs just fine when I go to preview, or open it in Chrome/Firefox/IE outside of Dreamweaver. As such I'm assuming the WAMP Server i'm running for testing isn't the issue.
    When I open the page and select Live View I get the loading bar just above and to the far right side of the properties inspector, but the design view remains completely white as if nothing is there.
    Apache Version :
    2.2.17 
    PHP Version :
    5.3.3
    If you guys have any ideas please let me know
    Thank you very much in advance

    The following article describes how to set up a PHP testing server in Dreamweaver CS5:
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html. It goes through the entire process of installing XAMPP. If you already have WAMP installed, you can jump straight to the section that deals with defining a site and testing server. The WAMP equivalent of C:\xampp\htdocs is C:\wamp\www.

  • Live view test server won't execute php scripts

    Hello everyone!
    I've had a web developer design a site for me based on php.
    Rather than bother them for simple image changes and content
    updates, I'm trying to learn to do those things myself. I'm very
    new to Dreamweaver and I'm having difficulties getting php script
    to execute through my test server. I have the latest versions of
    Dreamweaver, MySQL, php, and Apache installed on my machine. I've
    downloaded the source files off of my hosting server. The problem
    is when I try to "Live View" the "index.php" off of the root file
    on the test server, Dreamweaver gives me an error that says:
    "The testing server did not execute any of the scripts in
    your document. Possible explanations include:
    1.> The test server is not running
    2.> The test server ignores files with .php. in the
    extension
    3.> The documents did not contain any scripts."
    I know my system is working properly because I created a page
    "timetest.php" with the following code:
    <p>This page was created at <b><?php echo
    date("h:i:s a", time()); ?></b> on the computer running
    PHP.</p>
    ...and it works fine in "Live View".
    Any ideas what the problem might be? I've been reading books
    and searching online and I haven't been able to figure it out.
    Here's what the code on "index.php" looks like:

    What happens when you view your page on your test server in a
    browser?
    Are the php scripts executed?
    Also, the macromedia.dreamweaver.appdev forum is a more
    appropriate
    place for this question, so you might get a better response.
    Randy
    > "The testing server did not execute any of the scripts
    in your document.

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • Spry menu bar not visible in live view

    Hi everyone,
    I was just working on the css for my spry menu bar and went to check it out in the live view, but it is no longer visible. I checked it out in Safari and Firefox to no avail. It looks totally fine in the design view in Dreamweaver. I'm new to web design and I have no idea what I did, but I'm really hoping someone here does! Below is the CSS.
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 8em;
    color: #333;
    background-color: #FFF;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    display: list-item;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    background-color: #FFF;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    white-space: pre;
    display: table-column;
    height: 70px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0px solid #FFF;
    alignment-adjust: central;
    background-color: #FFF;
    margin-top: 50px;
    margin-left: 50px;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #FFF;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #33C;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

    My guess is that you have a dark background in which case the menu items will not be seen.
    I suggest you have a look here first http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one, then resurrect the original SpryMenuBarVertical.css and change as required.
    Gramps

  • Menu bar not showing in IE, but in DW CS5 'live view' it's there.

    I am having problems with my webpage, for some reason when I am in DW live view everything works,but when I go to preview in browser the menu bar doesn't show up. I have made sure that my local and testing server files are all synced. Here is a link to my html page.
    https://acrobat.com/#d=L2NJRmXay62Osbh8HtrMtQ
    my menu bar is an 'includes' file so that I only have to update the css one time and it will update every page on my website.
    ANY help is appriciated!!
    Julia
    [email protected]

    You would need to post your code into a reply using the web forum's double arrows > syntax highlighting > plain.
    1) Did you name your parent pages with a supported extension to tell the server to parse server-side includes? Some common ones are .shtm, .shtml, php, or asp.
    2) Does your web server support the use of server-side includes?
    3) To preview includes locally, you need a local testing server installed on your computer.  Do you have one?
    4) Does your include file contain ONLY the menu HTML code and nothing else?
    More on SSIs
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Internal Server Error; Live View not working...please help:)

    I am a beginner doing a tutorial through David Sawyer McFarlands' "CS5: The Missisng Manual.  I have MAMP set up and working fine.  I just got through doing a tutorial on editing a recordset and linking to a Detail page.  I have used Live View just a few minutes ago and it was working fine.  However I just tried to click live view again after completing this part of the tutorial and a pop up box says "dynamically-related files could not be resolved because of an internal server error".  I have no idea what this error could be.  When I type http://localhost/ in my browser it shows a file on the dynamic website we are working on called cosmo_shop.  But when I type http://localhost/cosmo_shop the screen goes blank....Can someone help me with this???

    frankieb83 wrote:
    I have no idea what this error could be.  When I type http://localhost/ in my browser it shows a file on the dynamic website we are working on called cosmo_shop.  But when I type http://localhost/cosmo_shop the screen goes blank....Can someone help me with this???
    Nobody else is likely to have any idea what the error is without seeing the code of the page you're working on. However, you might find Why is my PHP page blank? in the Dreamweaver FAQ points you in the right direction.
    Since you're new to these forums, you might also like to take a look at How to get help quickly.

  • Help with Wordpress in Live View

    I have recently started attempting to use Dreamweaver to customise Wordpress themes, following the guidance given in this article:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt1.html
    However, despite following the advice precisely, I've encountered a problem. When I add an image to the header (following the method described on page 3 of the article), it does not display in Live View, nor does it appear in my web browser. Instead, as you can see (circled in red) it simply displays the icon for a missing image. In my browser, the alternate text is shown instead. So, in short, the image is missing.
    The open file is index.php, opened from the root (htdocs) as specified in the article. I note from the comments on page 3 of the article that several people have experienced the same thing. One user reports solving it by placing the image in the images folder in the root directory, instead of within the theme directory. However, this seems odd for two reasons - one, as I understand it, it's not how Wordpress themes generally work (though I can understand having another 'images' folder in the root for working purposes), and two there is no images folder in my root directory. So, I have a few questions - the general one of what's going on and how do I fix, plus the specific question of whether or not there should be an images folder in my root directory? If so, why isn't it there? Any help greatly appreciated.
    Regards,
    Matt

    I'm sure it is a path issue - the code in the header file supplies a path of images/banner_logo.gif as you can see. This is obviously causing the problem in some way because the set-up with Dreamweaver demands I open the index.php file from the root, but my quandary is that the path as it stands is sort of 'correct' in terms of how Wordpress should usually work, is it not? I obviously don't want to be creating absolute links for the sake of Dreamweaver that create additional problems (or simple redundancy) when I upload the theme.
    The image is where it should be, relative to header.php:
    Here's the Live Code - will supply CSS if needed but not sure it's the issue:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>
    blog</title>
    <link rel="Shortcut Icon" href="http://localhost/wp-content/themes/MyTheme/favicon.ico" type="image/x-icon">
    <link rel="stylesheet" href="http://localhost/wp-content/themes/MyTheme/style.css" type="text/css" media="screen">
    <link rel="pingback" href="http://localhost/xmlrpc.php">
    <meta name="robots" content="noindex,nofollow">
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/xmlrpc.php?rsd">
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost/wp-includes/wlwmanifest.xml">
    <link rel="index" title="blog" href="http://localhost">
    <meta name="generator" content="WordPress 3.2.1">
        <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
    </head><body>
    <div class="bannerArea">
      <div class="container">
        <div class="bannernav"><a href="#">Privacy Policy</a> • <a href="#">Contact Us</a> • <a href="#">Site Map</a></div>
        <!--Title and description start-->   
        <img src="images/banner_logo.gif" width="223" height="51">   
        <!--Title and description end-->   
        <div style="clear:both;"></div>
      </div>
    </div>
    <!--Navbar start-->
    <div class="topnavigationArea">
      <div class="container">
        <div class="topnavigationgroup">
          navigation goes here
        </div>
        <div style="clear:both;"></div>
      </div>
    </div>
    <!--Navbar end-->
    <div class="contentArea">
      <div class="container">
        <div class="contentleft">
          <!--Here's where the loop starts-->
          <!--Post box begin-->
          <div class="box">
            <h2 class="posttitle"><a href="http://localhost/?p=1">
              Hello world!          </a></h2>
            <p class="metablock"><span class="meta">Posted on
              October 11, 2011          by
              <a href="http://localhost/?author=1" title="Posts by Matt Keefe" rel="author">Matt Keefe</a>          </span><span class="postcomments">
              <a href="http://localhost/?p=1#comments" title="Comment on Hello world!">1 Comment</a>          </span></p>
            <div class="entry">
              <p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
                      </div>
            <!--<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                xmlns:dc="http://purl.org/dc/elements/1.1/"
                xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
            <rdf:Description rdf:about="http://localhost/?p=1"
        dc:identifier="http://localhost/?p=1"
        dc:title="Hello world!"
        trackback:ping="http://localhost/wp-trackback.php?p=1" />
    </rdf:RDF>-->
          </div>
          <!--Post box end-->
          <!--Next is what happens if no posts are found-->
                <p>
                  </p>
        </div>
        <!--sidebar start-->
    <div class="contentright">
        <div id="search">
        <!-- Search form in sidebar. Alternatively you can save the search form code as search.php and use a PHP include. -->
        <form method="get" id="searchform" action="http://localhost/">
          <input type="text" value="Search our site..." name="s" id="searchbox" onfocus="if (this.value == 'Search our site...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search our site...';}" size="15">
          <input type="submit" value="search" id="searchbutton">
        </form>
        <!-- Close search form -->
      </div>
      <h2>About My Blog</h2>
      <p>This is a sample region where you can tell your blog visitors a little about you.</p>
      <h2>Archives</h2>
          <li><a href="http://localhost/?m=201110" title="October 2011">October 2011</a></li>
      <h2>Categories</h2>
          <li class="cat-item cat-item-1"><a href="http://localhost/?cat=1" title="View all posts filed under Uncategorized">Uncategorized</a>
    </li>
        <div class="clearer"><!-- Clear floats--></div>
    </div>
    <!--sidebar end-->
        <div style="clear:both;"></div>
      </div>
    </div>
    <!--Footer start-->
    <div class="footerArea">
    <div class="container">
    <div class="copyright">
    Copyright © 2010 <a href="http://localhost/">
      blog  </a> <a href="#">Terms of Use</a> | <a href="#">Privacy</a> | <a href="#">Contact</a></div></div></div>
    <!--Footer end-->
    </body></html>

Maybe you are looking for

  • Aaahhh!  help!!!

    lately, i've been having a problem where my screen will go dark, and i'll get a message in like 5 languages saying that i need to shut down/restart my computer. from what i understand, this is a kernel panic. is there any way to tell what's going wro

  • C3 mini opera problem

    Hi all.. I just bought the C3 and I got connected to my wlan connection. I can use my facebook and through it I can go @ youtube, etc..  but when I open the mini opera, it can't browse nothing. it says ''Verification of server certificate failed. Ple

  • How to put ringtone on iPhone 4

    HOw to download personal ringtone

  • QUAL*.dmp - error at index

    Hi, SCM-System created QUAL*.dmp with following content: error at index :        23    5 DUMMY             epos:     0  elen_var:      0   4   4    9 VALUE              pos:     1    maxLen:      7 100  16   13 NOT LIKE           pos:    -4       no

  • PSE7 'Fit In View' Bug?

    I used PSE7 on Windows Vista 32-bit with no problems. I recently upgraded to Windows 7 Ultimate RTM 64-bit. Now the 'Fit In View' option does not work after cropping. Any way to solve this?