Non-closing PHP tags in includes?

Hi,
This post is directly targetted at David Powers, who is often here (but, of course, could interest others)...
I'm currently reading the book "Adobe Dreamweaver CS5 with PHP Training From The Source" and I just came accross a strange affirmation:
on page 184, in the "Why the Next Page Doesn't Always Load" sidebar, in the third bullet you state: "If the include file contains only PHP code, remove the closing PHP tag. This is not only legitimate, it's the recommended best practice."... jaw dropping... I've never seen that...
I need more explanations... Why would it be recommended? Wouldn't it break the code (particularly PHP) since there's an opening tag but not a closing one? That means that we could have a lot of opening tags without closing tags? Why would it be different from the code that is "inside" the page, for as far as I know it, includes "include" the code into the page "before running it"? So, doesn't PHP "sees" the same thing whether the code is "embed" in the page or included via the include statement?
Lot of questions, but I need more details, 'cause I'm not sure a Google research on that topic would give me any results...
Nelson

Nate has already given you the explanation. If you want the chapter and verse, take a look at the following page in the PHP Manual: http://docs.php.net/manual/en/language.basic-syntax.instruction-separation.php. It says in part:
"The closing tag of a PHP block at the end of a file is optional,  and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will  not occur at the end of files, and you will still be able to add  headers to the response later. It is also handy if you use output buffering, and would not like to see added unwanted whitespace  at the end of the parts generated by the included files."
The Zend Framework Coding Standard for PHP goes much further on the the following page: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
"For files that contain only PHP code, the closing tag ("?>") is  never permitted. It is not required by PHP and omitting it  prevents the accidental injection of trailing white space into the response."
The "never permitted" applies only to files being submitted to the Zend Framework.
If anything comes after the PHP code in a file, you must use the closing tag. It's only when the file ends with PHP that you can omit it.

Similar Messages

  • Podcast fails validation no closing meta tag

    I have been working on this and cannot figure it out. I have a podcast that passes all validation pages. Works in Feed burner and other RSS readers. Hoever when I subscribe to the podcast in itunes it is broke. When I submit a podcast it says I do not have a closing </meta> tag, but there is not meta tag in the feed. This has got to be bug in iTunes.
    my feed is http://www.fairview4u.org/index.php/follow-us

    Your feed includes the following tag:
    <itunes:new-feed-url>http://www.fairview4u.org</itunes:new-feed-url>
    This redirects iTunes, but nothing else (which is why validators are working and the feed looks OK in a browser). This is redirecting iTunes to your web page which obviously isn't going to work. You need to remove this tag.

  • Firefox 4 displays closing CDATA tag ]] on the screen for object tag

    With the recent Firefox 4 version. I am facing following problems with the website I am developing:
    1. For svg objects inside html page with Firefox 4 it now displays closing CDATA tag on the screen.
    It only displays ]]> on the screen.
    I have object specified using
    <pre><nowiki><object class="svgobj batteryGraphObj" type="image/svg+xml">
    <![CDATA[
    <?xml version="1.0" encoding="UTF-8"?>
    ]]>......
    </object></nowiki></pre>
    2. When the svg is added using div tags it doesn't display on the screen if the width is more than browser width. It was working on Firefox 3.6 but have stopped working with 4. We had a overflow specified with scrolling effect on the screen if user wants to view next section.

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Closing /a tag not showing up

    Hi guys
    I was given this site to build, and as per usual with the
    repeated elements i used SSIs. I noticed the footer text (the
    address etc)was showing up as a link in firefox (but it should not
    be) and so went investigating. It's picking up the link from the
    above text "Download Documents" because the closing </a> on
    the Download Documents links simply isnt there!
    The whole right hand menu is an SSI, an the text is all
    present and accounted for in the SSI itself. In IE it all shows
    fine, cause IE is just ignoring the missing tag, but Firefox isnt,
    hence it took me half a day to even notice.
    Given that it all looks prefect in the SSI i am totally
    confused...I can't think of any reason why the closing tag would be
    chopped off.
    Here is the temporary URL...
    http://www.irerica.com/hen
    Thanks
    Andy

    Andy,
    Don't know if this will help, but...
    I had a similar problem with a closing </p> tag being
    stripped from a SSI. I
    am hosting with Crystal Tech. They acknowledged the problem
    but never fixed
    it or explained why it was happening. Here is my workaround,
    as I explained
    it to Murray last December:
    "It is clearly a Crystal Tech problem. There are actually 2
    SSIs on that
    page
    and both end with "</p>" and in both cases "</p>"
    is deleted/lost during the
    Include. I found that by just adding a single space after
    "</p>" so it now
    reads "</p> " everything works and the paragraph is
    properly closed. I
    reported this to CT and they are looking into it."
    Try adding a trailing space. It just might work.
    Walt
    "FreakyJesus" <[email protected]> wrote in
    message
    news:f2s8i1$okn$[email protected]..
    > Hi guys
    >
    > I was given this site to build, and as per usual with
    the repeated
    > elements i
    > used SSIs. I noticed the footer text (the address
    etc)was showing up as a
    > link
    > in firefox (but it should not be) and so went
    investigating. It's picking
    > up
    > the link from the above text "Download Documents"
    because the closing </a>
    > on
    > the Download Documents links simply isnt there!
    > The whole right hand menu is an SSI, an the text is all
    present and
    > accounted
    > for in the SSI itself. In IE it all shows fine, cause IE
    is just ignoring
    > the
    > missing tag, but Firefox isnt, hence it took me half a
    day to even notice.
    > Given that it all looks prefect in the SSI i am totally
    confused...I can't
    > think of any reason why the closing tag would be chopped
    off.
    > Here is the temporary URL...
    >
    http://www.irerica.com/hen
    >
    > Thanks
    > Andy
    >
    >

  • Missing closing paragraph tags

    Well this is a conundrum. The closing paragraph tag (i.e.
    </p>) which is considered optional and which Dreamweaver does
    not automatically insert at the end of a paragraph makes a
    difference to Internet Explorer (at least version 7.0 which I
    previewed the page in). Without the closing tag, IE does not add
    space btw paragraphs. I created many web pages recently and
    previewed everything in Firefox. I wasn't sure what the client was
    talking about when they complained that I was removing spaces btw
    paragraphs. I had to go back by hand and insert the missing tags.
    Has anyone else run into this problem? Why would a tag that
    is so essential be considered optional? Any way just make sure that
    you close your paragraphs!
    Tom

    > Here is the doctype code from one of the problem
    documents
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    >
    > (Is there a recommendation for which doctype to use?)
    You should choose a doctype that's consistent with your
    coding ability.
    This one is fine unless you are an advanced coder.
    > This seems like a loophole that Dreamweaver should try
    to fix. I only say
    > this
    > after having spent several hours having to fix this.
    Normally it wouldn't
    > bother me.
    I have confirmed your finding. I'll submit it. Wouldn't hurt
    if you did
    too!
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    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
    ==================
    "TSemmes" <[email protected]> wrote in
    message
    news:gqr5lv$5s6$[email protected]..
    > Here is the doctype code from one of the problem
    documents
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    >
    > (Is there a recommendation for which doctype to use?)
    >
    > Actually I did a test with Dreamweaver to see if it
    would automatically
    > add
    > the closing tag.
    > This is what I found.
    > If the text that is being editing does not have a
    paragraph closing tag,
    > when
    > that text is broken into paragraphs, each paragraph does
    not have a
    > closing
    > tag. It seems that Dreamweaver picks up its decision to
    include a closing
    > tag
    > or not, by the paragraph that is already there.
    >
    > This seems like a loophole that Dreamweaver should try
    to fix. I only say
    > this
    > after having spent several hours having to fix this.
    Normally it wouldn't
    > bother me.
    >
    > Tom
    >

  • Code above closing body tag.

    Hi,
    How do I add a code in Muse that should be placed directly above the closing <body> tag?

    You can insert your custom HTML through Object -> Insert HTML option, then once it populates, drag it to the bottom corner in Design mode. The code may not place exactly above the closing body tag but above "JS includes" and shouldn't really affect the functionality of your custom HTML. Can you try it out?
    Thanks,
    Vinayak

  • Missing closing body tag

    Hello,
    I'm seeing an issue that has been mentioned a couple of times in this forum, but hasn't been resolved -- at least no final resolution is posted.
    The behavior is that the closing body tag is missing from rendered pages which use the ui:body tag. This does not appear to be related to tiles of jsp fragments specifically.
    I am posting an identical question to the JSF forums since this is a component from the webui jar.
    Thanks so much for listening and please post if you know anything about this issue and its resolution.

    I am getting this too. My pages are all designed as flow-layout with embedded group panels. All my group panels have "block" set (making them divs).
    I have made the following observations.
    If a page is navigated to by typing the url into the browser address bar, or by clicking on a hyperlink (with no action defined) then the page is rendered without a closing body tag </body>
    If a page is navigated to by clicking on a link which has an action defined, then the resultant page is rendered with a closing body tag.
    In addition I have noticed that if you have group panels embedded in each other, some with block set (div), and others with block not set (span) then the closing tags sometimes do not match e.g. you may get two opening tags like <div><span> but the closing tags will be </div></div> which can cause no end of formatting issue. As a workaround I make all my group panels blocks so that this does not happen.

  • How  to track non-valued customer owned inventory, including retained

    How  to track non-valued customer owned inventory, including retained samples

    Dear Paddy
    As for as inventory is concerned, you can track through MB51 where you can see customer code and delivery reference.
    In case of samples, if you have maintained a separate order type / billing type and raised commercial invoice, you can track through VF05 by selecting "Further selection criteria". 
    thanks
    G. Lakshmipathi

  • Help! BC-Muse : Custom Code before closing Body tag

    I have a  project that is ongoing am constantly updating and publishing from Muse. I also have a custom code that is inserted before the closing body tag that I can't place in Muse (Because the feature is not supported). Every time I publish in Muse I lose this code because Muse will override the page always. So I have to go the code section in BC for the page and reinsert the code. This is giving me headache and stress on my back and sight.
    How can I permanently place  this code before the closing body tag once without the stress mentioned earlier and without Muse re-writing the code for that specific page (I used to think Muse publish edited pages and not the entire site, even when the option to publish 'only modified pages is selected'). Please HELP!

    Thanks Zak, this is the code:
      <script>
    $('#pdropdown').change( function() {
    $('#pdetails>*:not(.hide)').toggleClass('hide');
    var optionVal = $(this).val();
    $('#'+optionVal+'.hide').toggleClass('hide');
    </script>
    I have a web app that loads product list into a dropdown list. (How I wish we had a dropdown list form in Muse that can work with BC web app or a drop down list that can be use to target a specific  widget ID.) Maybe its time Muse widgets have ID so we can target them to appear by fading in, sliding in, etc.)

  • [svn:fx-trunk] 9919: Fix closing /code tag in an ASDoc comment for getTextFormat

    Revision: 9919
    Author:   [email protected]
    Date:     2009-09-02 04:42:23 -0700 (Wed, 02 Sep 2009)
    Log Message:
    Fix closing </code> tag in an ASDoc comment for getTextFormat
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: -
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ controls/TLFTextField.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • PHP tag insight?

    Hi!
    Is there a way to implement PHP tag insight? So it works like
    context sensetive? like when you write html.

    yep, look here
    http://www.wilk4.com/asp4hs/php4hs.htm#ee

  • How do you connect Flash Builder to a NON-LOCAL PHP Server?

    Is it possible to connect Flash Builder 4 to a non-local PHP Server?  In my case, I want to connect to a PHP server on my web-host (similar to GoDaddy).
    This seems like a really stupid question, but every single tutorial or forum post I've Googled in the past 2 hours talk about how easy this is but all of them use "...localhost..." in the Root URL and I can't find anywhere in Flash Builder to enter FTP style credientals!
    I do not want to turn my PC into a PHP/SQL/IIS server.  I want to be able to do all of my work remotely as I do with Dreamweaver. 
    I've been trying to do this one simple thing for the better part of 2 days and can't believe how under-documented this feature is.
    Please please please help!
    Thanks
    Charles

    Upload your services to a directory on your host, upload your remoting app (Zend AMF etc) and configure it, then change the end point in your code to the gateway.php on your server:
    yourService.endpoint = "http://www.yoururl.com/pathway-to-your/gateway.php";
    For instance, one of mine are:
    protected function updateButton_Click(event:MouseEvent):void
                    // TODO Auto-generated method stub
                    support_Requests.ticket_id = supportGrid.selectedItem.ticket_id;
                    support_Requests.hub = supportGrid.selectedItem.hub;
                    support_Requests.username = supportGrid.selectedItem.username;
                    support_Requests.contactNumber = supportGrid.selectedItem.contactNumber;
                    support_Requests.email = supportGrid.selectedItem.email;
                    support_Requests.request = supportGrid.selectedItem.request;
                    support_Requests.status = statusButtons.selectedValue.toString();
                    support_Requests.note = noteUpdate.text;
                    supportRequestsService.endpoint = "http://www.not-telling-you-my-url/app-resources/gateway.php";
                    updateSupport_RequestsResult.token = supportRequestsService.updateSupport_Requests(support_Requests);
                    currentState='Home';

  • DOM parser Detecting Closing Element Tag

    hi all,
    Is it possible to detect the closing element tag for following XML code.
    <seq>
    <par>
    <img...>
    <img..>
    </par>
    <img ...>
    </seq>
    I want to detect closing </seq> & </par> elements Nodes.
    Thanks in advance,
    Regards,
    -Harshad

    No, DOM parsers deal with elements and not "tags". It's much easier to do what you ask with a SAX parser. See Chapter 6 of the tutorial:
    http://java.sun.com/webservices/docs/1.1/tutorial/doc/index.html

  • Php tags disappeared

    Hi,
    I've updated my machintosh from leopard to snow leopard os.
    Now I'm trying to use dreamweaver cs4 and from the code view, the php tags didn't appear.
    <?php and ?> tags aren't showed.
    If I digit <?php at the end the tag disappears.
    It's a strange behavior, I didn't find any option regarding to hide/show php tags.
    Please may you help me?
    Many thanks
    Regards
    Max

    dreamweaver cs4, snowleopard 10.6.7.
    If i write the following code
    <?php after digiting the last 'p' char, <?php disappears
    so <?php echo "hello world"; ?> appears as echo "hello world";
    But if I opened the file with any text editor, the file is correct.
    but I just discovered that it happens only with existing files.
    For e.g. if I create a new file, no issue on php tag
    Only on existing file. But I cannot re-write all.
    Issue on file econdig?

  • None editable Div tag within a editable Div tag template

    I am using a template i created to build a website and the only editable Div is the 'Content'. Using this template i have created a 2nd template for a portfolio page. On my 2nd template i have a Div tag within the 'Content' Div tag with list of all the jobs i have  done with hyperlinked to photos. I want this list to be only editable on  the template so when i update the 2nd template rest of the files related to  this template get updated.
    Is it possible to have a none editable Div tag within an editable Div tag?
    I hope i have explained this well. Many thanks for your help

    Thank you for your respond.
    I have a main template with just the 'Content' Div Tag editable. Using this template i created anyother template for my portfolio page. Inside the editable Div Tag i have another Div Tag with 2 sets of tables for my portfolio lists. I want this Div tag to be only editable through the 2nd template only as i will have portfolio lists of over 30 pages/links.
    I selected the Div Tag with the 2 set of tables and selected 'Add Object to Library'. First message was that the CSS coding will not be copied but errors messages as follows;
    'While executing canInspectSelectio in phatfusion slideShow_FAB75CA2.htm, a JavaScript error occurred.'
    'While executing canInspectSelectio in Ken Burns Slideshow.htm, a JavaScript error occurred.'
    'While executing canInspectSelectio in Shadowbox3b Gallery_2528933A.htm, a JavaScript error occurred.'
    Everytime i click inside the Div Tag, i keep getting these messages.
    I went to the library and amended the list but only the 2nd template changed, not the related pages linked to the 2nd template.
    Is there a place where i can upload my page in this website so you can see it?
    Please see below the coding for the 2nd template for my portfolio pages;
    <!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"><!-- InstanceBegin template="/Templates/main_templateV4.dwt" codeOutsideHTMLIsLocked="false" -->
    <!-- saved from url=(0014)about:internet -->
    <!-- this and above comment should be removed for live, non-demo use -->
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <META NAME="robots" CONTENT="index, follow">
        <meta name="google-site-verification" content="a_way2ZMkNZuMTtOveF3o1bvtWsVMBQujbA5jw9i0Q0" />
        <META name="y_key" content="d38873598f3b3934" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>???s</title>
    <!-- InstanceEndEditable -->
    <link href="../_css/main.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
        <link href="../Galleria/galleria.css" rel="stylesheet" type="text/css" media="screen">
        <script type="text/javascript" src="../Galleria/jquery.min.js"></script>
        <script type="text/javascript" src="../Galleria/jquery.galleria-0.9.js"></script>
        <script type="text/javascript">
        $(document).ready(function(){ $('ul.gallery_demo2').galleria({nextText:'Next portfolio item'}); }) // activates the gallery
        </script>
        <style media="screen,projection" type="text/css">   
        p,.caption{
        font-size: 10px;
        color:#006;
        .demo2{
        position:relative;
        clear:both;
        background:black;
        width: 600px;
        .gallery_demo2{
        width: 600px;
        .gallery_demo2 li{
        width:68px;
        height:50px;
        border:thin solid #000;
        background:#111;
        padding-left: 5px;
        overflow: hidden;
        .gallery_demo2 li.active{
        border-color:#623;
        .gallery_demo2 li div{
        top:60px;
        left:0;
        border:3px solid #111;
        background:#111;
        .gallery_demo2 li img.thumb{
        opacity:.3;
        padding-left: 3px;
        .gallery_demo2 li.active img.thumb,.gallery_demo2 li:hover img.thumb{
        opacity:.99;
        </style>
        <!--[if lt IE 8]>
        <style media="screen,projection" type="text/css">
            .gallery_demo2 li img.thumb { filter: alpha(opacity=30) !important; }
            .gallery_demo2 li.active img.thumb, .gallery_demo2 li:hover img.thumb, .gallery_demo2 li img.hover { filter: alpha(opacity=100) !important; }
        </style>
        <![endif]-->  
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
        background-color: #FFF;
        background-image: url(../_images/background.jpg);
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div class="header2">
          <h4><strong>ARCHITECTURAL &amp; STRUCTURAL ENGINEERING SERVICES<br />
            PROJECT MANAGEMENT &amp; CONSTRUCTIONS</strong></h4>
        </div>
      <!-- end .header --></div>
      <div class="linkBar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">HOME</a></li>
          <li><a href="about.html">ABOUT US</a></li>
          <li><a href="service.html" class="MenuBarItemSubmenu">SERVICES</a>
            <ul>
    <li><a href="service.html">Overview</a></li>
    <li><a href="planning.html">Planning Permission</a></li>
    <li><a href="building.html">Building Regulations</a></li>
    <li><a href="partywall.html">Party Wall Act</a></li>
              <li><a href="schedule.html">Schedule of Work</a></li>
              <li><a href="project.html">Project Management</a></li>
              <li><a href="structural.html">Structural Surveys</a></li>
            </ul>
          </li>
          <li><a href="portfolio.html">PORTFOLIO</a></li>
          <li><a href="contact.html">CONTACT US</a></li>
        </ul>
      <!-- end .linkBar --></div>
      <!-- InstanceBeginEditable name="mainContent" -->
      <div class="content">
        <h3>PORTFOLIO- website under construction</h3><!-- #BeginLibraryItem "/Library/Untitled.lbi" --><div class="portfolioText">
          <h2 class="textSubHeading">Commercial</h2>
          <div class="portfolioCommercial">
            <table width="374" align="right">
              <tr>
                <td width="181" height="20">AA Partner Ltd</td>
                <td width="181" height="20">Railing London Ltd</td>
              </tr>
              <tr>
                <td height="20">Pemon Ltd</td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20">lhjffkhgkhg</td>
              </tr>
            </table>
    </div>
          <h2 class="textSubHeading"><br />
          </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading"> </h2>
          <h2 class="textSubHeading">Residential</h2>
          <div class="portfolioResidential">
            <table width="374" align="right">
              <tr>
                <td width="181" height="20">Batchworth Lane, <span dir="ltr">Northwood</span></td>
                <td width="181" height="20">Derrylands, Harrow</td>
              </tr>
              <tr>
                <td height="20">Pine Walk, Surrey</td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20"> </td>
                <td height="20"> </td>
              </tr>
              <tr>
                <td height="20">teytdytyt</td>
                <td height="20"> </td>
              </tr>
            </table>
    </div>
        </div><!-- #EndLibraryItem --><div class="portfolioSlideshow">
          <p>Project Title Goes Here:</p>
          <div class="demo">
    </div>
    <div class="demo2">
    <ul class="gallery_demo2">
        <li class="active"><img src="../_images/portfolio/planning.jpg" alt="Planning sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/building.jpg" alt="Building Reg sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/structural.jpg" alt="Structural sample drawing" width="600" height="400"></li>
        <li><img src="../_images/portfolio/fabrication.jpg" alt="Fabrication sample drawing" width="600" height="400"></li>
    </ul>
    </div>
        </div>
      <!-- end .content --></div>
      <!-- InstanceEndEditable -->
      <div class="footer">
      <table width="1025" border="0">
      <tr>
        <td width="500"><h6>??? </h6></td>
        <td width="10"> </td>
        <td width="500" align="right"><h6>???</h6></td>
      </tr>
    </table>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

Maybe you are looking for

  • Exporting a 16:9 movie

    I use a new HDV camcorder (Canon HV-10) that takes wide-screen 16:9 ratio. I used the footage in FCP5 to edit a movie - the Viewer and the Canvas both display the image from the clips in the wide 16:9 format, but the clip settings indicates 720 X 480

  • I don't want to listen to EVERY podcast in my library

    It seems that to download new podcast episodes. I have to listen to the oldest one on my computer/ipod so it can download the latest episode. Sometimes I go weeks without listening to podcasts on my itunes or ipod because I listen to them straight fr

  • Has anybody used motion control card like a CNC contol with G-codes with part program editor?

    I have to use national instruments PXI 7344 motion card to substitute a CNC control that uses G-codes and M-codes in a part program . I need to know if some body has already developed such an application and also developed a part program editor.

  • Camera Raw Update problems

    When trying to install the latest Camera Raw update for CS5 I get a message to close Bridge. Bridge IS NOT running! How do I get past this stumbling block?

  • Multiple Places for Event Folder?

    I have a Christmas 2008 Event Folder - I went to 2 cities for this christmas - my family in Smithville, GA and my husbands family in Jonesville, GA... All the photos inside the folder are labeled according to each city, but... I would like to just ha