Understanding PHP tags - ?php perch_content('News headline 1'); ?

OK ,
thanks to everyone for the help and advice on getting php running. worked a treat.
Can anyone answer or point me in the right direction for a couple of php basics.
I have inserted the above php into a section of my page, i then changed the index.html to index.php (now changed back)
Everything after the inserted <?php.........?> dissapeared.
what are the need to know basics for inserting PHP within a page constructed using html? end tags??
please advise

Hi,
Looks to me like the php function you're calling to isn't there or gets stuck somehow, that's where the server gets stuck in the process and can't render the rest of the page.
www.w3schools.com has verry good tutorials on php.
I think the solution is that you have to include a php file somewhere in the page (the file that your php-call calls to) with a php include <?php include("yourpage.php"); ?>

Similar Messages

  • My flash reads the xml, but does not understand the tag php....

    my flash reads the xml, but does not understand the tag php. I want to read my xml dynamically, please help me.
    code:
    stop();
    function randomOrder(targetArray)
        var _loc2 = targetArray.length;
        var _loc3 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc3[_loc1] = _loc1;
        } // end of for
        var _loc4 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc4[_loc1] = _loc3.splice(Math.floor(Math.random() * _loc3.length), 1);
        } // end of for
        var _loc5 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc5[_loc1] = targetArray[_loc4[_loc1]];
        } // end of for
        return (_loc5);
    } // End of the function
    var randomNUM = "?n=" + random(9999);
    _root.lan = 1;
    var homehead;
    var homelink;
    var homelinkwindow;
    var homebg;
    var homeflash;
    var lamp = Array();
    var promo = Array();
    var promobottom = Array();
    var headimg = Array();
    f_xmlwork2 = new XML();
    f_xmlwork2.ignoreWhite=true;
    f_xmlwork2.load("banner.php");
    f_xmlwork2.onLoad = function(sucess){
        if (sucess){
             trace ("XML loaded!");
             f_xmlItemx2 = parseInt(this.firstChild.childNodes[0].firstChild);
             f_totalx2 = f_xmlItemx2.length;
            trace(f_totalx2);
             var _loc12 =0;
             // declarar a imagem de fundo
             homebg = this.firstChild.childNodes[0].firstChild.nodeValue;
             f_headimg = this.childNodes[1];
                 for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)    {
    juju = f_headimg.childNodes[_loc2];
    jj = headimg.push({headimg: f_headimg.childNodes[_loc2].attributes.headimg, bgimg: f_headimg.childNodes[_loc2].attributes.bgimg, msgimg: f_headimg.childNodes[_loc2].attributes.msgimg, leftthrow: f_headimg.childNodes[_loc2].attributes.leftthrow, rightthrow: f_headimg.childNodes[_loc2].attributes.rightthrow});
                 //end for
    allpromo = this.childNodes[2];
    jjpromo = allpromo.childNodes;
    for (var _loc2 = 0; _loc2 < allpromo.childNodes.length; ++_loc2)
    trace (jjpromo[_loc2].attributes.title);
    jj = promo.push({img: jjpromo[_loc2].attributes.img, title: jjpromo[_loc2].attributes.title, url: jjpromo[_loc2].attributes.url, window: jjpromo[_loc2].attributes.window, info: jjpromo[_loc2].childNodes[0].nodeValue});
        // end of for
        allpromobottom = this.childNodes[3];
        jjpromobottom = allpromobottom.childNodes;
        for (var _loc2 = 0; _loc2 < allpromobottom.childNodes.length; ++_loc2)
            trace (jjpromo[_loc2].attributes.title);
            jj = promobottom.push({url: jjpromobottom[_loc2].attributes.url, window: jjpromobottom[_loc2].attributes.window, info: jjpromobottom[_loc2].childNodes[0].nodeValue});
        } // end of for
         if (f_xmlwork2.loaded == true)
            headimg = randomOrder(headimg);
            for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)
                trace (headimg[_loc2].headimg);
            } // end of for
            play ();
        } // end if
    trace(f_xmlwork2);
    stop();
    PHP code:
    <?
    $link=  mysql_connect("localhost","rnpac_eco","123");
    mysql_select_db("rnpac");
    $dir="banner/";
    $dir1="produtos/img_pro/";
    $dir2="universo/actividades/";
    $sql = 'SELECT tbl_produto.id_produto, tbl_produto.produto, tbl_produto.legenda, tbl_produto.detalhe, tbl_produto.preco, tbl_produto.produto_cat_id, tbl_detalhe_produto.proprietario, tbl_detalhe_produto.local, tbl_detalhe_produto.qualidade, tbl_detalhe_produto.alcool, tbl_detalhe_produto.acidez, tbl_detalhe_produto.ph, tbl_detalhe_produto.informacao, tbl_detalhe_produto.gestor, tbl_detalhe_produto.condicionamento, tbl_detalhe_produto.detalhe_t, tbl_detalhe_produto.interesse, tbl_detalhe_produto.transporte, tbl_detalhe_produto.produto_id, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6
    FROM tbl_cat_produto, tbl_produto, tbl_detalhe_produto, tbl_imagem_produto WHERE tbl_produto.id_produto = tbl_detalhe_produto.produto_id AND tbl_produto.id_produto = tbl_imagem_produto.produto_id ORDER BY RAND()';
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row1=mysql_fetch_array($resultado);
    $sql = "SELECT  tbl_sub_universo.id_subuniverso, tbl_sub_universo.subuniverso, tbl_sub_universo.universo_id, tbl_actividade.id_actividade, tbl_actividade.entidade, tbl_actividade.legenda, tbl_actividade.subuniverso_id, tbl_actividade.det, tbl_actividade.preco, tbl_actividade.data, tbl_detalhe_actividade.actividade_id, tbl_detalhe_actividade.periodo, tbl_detalhe_actividade.descricao, tbl_detalhe_actividade.programa, tbl_detalhe_actividade.informacoes, tbl_detalhe_actividade.actividades, tbl_detalhe_actividade.localizacao, tbl_detalhe_actividade.locais, tbl_detalhe_actividade.servicos, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1,tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6, tbl_imagem_produto.actividade_id FROM  tbl_sub_universo, tbl_actividade, tbl_detalhe_actividade, tbl_imagem_produto WHERE tbl_actividade.id_actividade =tbl_imagem_produto.actividade_id AND tbl_actividade.id_actividade =tbl_detalhe_actividade.actividade_id ORDER BY RAND()";
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row2=mysql_fetch_array($resultado);
    $query='SELECT * FROM tbl_banner ORDER BY RAND()';
    $resultado = mysql_query($query);
    echo' <?xml version=\"1.0\"?>
    <home_left_headline>
    <bgimg>'.$dir2.''.$row1['imagem1'].'</bgimg>
    </home_left_headline>
    <home_flash>';
    while($row = mysql_fetch_array($resultado)) {
    echo'<swf headimg="" bgimg="" msgimg="" leftthrow="" rightthrow=""></swf>';
    echo'</home_flash>';
    echo'<promotop>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    </promotop>';
    mysql_close($link);

    i have two files banner.php, for testing my flash banner.
    This one works:
    -------------------------------| banner.php |---------------------------------------------
    <?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>
    -------------------------------|end  banner.php |---------------------------------------------
    this other does not work:
    -------------------------------| banner.php |---------------------------------------------
    <?php
    echo"<?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>";
    ?>
    -------------------------------|end  banner.php |---------------------------------------------
    Why? What is wrong? why does my flash does not understand the tag php
    Message was edited by: armandix

  • Hot News Headlines Slow to Load

    My previous versions of Safari worked fine. Using Snow Leopard and the new Safari 4.0.3 the www.apple.com/startup page starts instantly...however, it takes over 30 seconds for the Hot News Headlines messages to post. In previous versions of Safari the entire webpage was posted instantly, including the latest news messages.
    After the apple startup page opens the gray spinning download button continues for over thirty seconds before the Hot News Messages are located and posted. Once the messages are posted the area where the gray spinning download button was operating now reads RSS in a gray box.
    If I select the blue colored RSS button in the Hot News Headline menu bar, while waiting for the spinning download delay doing it's thing, I instantly can read the Hot News Headlines.
    My question is: If I can instantly read the RSS Hot News Headline by clicking on the blue RSS button (while waiting for Safari download to find it) and read the Hot News, why can't Safari instantly post this information in the startup webpage?
    I don't feel this is a Server problem. The RSS information is instantly available, why doesn't it instantly post it n the start up webpage?
    Everything else works fine, and fast, with my new Safari.

    i had the same problem and it drove me nuts
    in fact i reinstalled sl and then used time machine to load my data and applications
    but the hot news headlines still took forever to load.
    then,
    this article fixed things for me:
    http://reviews.cnet.com/8301-13727_7-10354948-263.html?part=rss&tag=feed&subj=Ma cFixIt

  • How do I get the "Current News Headlines" app back on Firefox

    On another computer in the house, there is a link just below the toolbar titled Current News Headlines which takes you to a list of news stories. It's not on my computer and I want to re-establish it. The help file says to go to View/Sidebar/Bookmarks and select it. But it's not there.
    Any ideas?
    Thanks.

    The latest news headlines uses the BBC News world edition. Follow the procedure in the [[live bookmarks]] article for manually adding a live bookmark, the address you need to enter when following those instructions is http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml

  • I don't understand why recently with the new "pages" my computer stops responding. When I go to fix some grammar all of a sudden the little colored circle begins to appear and won't go away I restart my computer.

    I don't understand why recently with the new "pages" my computer stops responding. When I go to fix some grammar all of a sudden the little colored circle begins to appear and won't go away I restart my computer.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time after  you had the problem. Select the messages logged before the boot, while the system was unresponsive or was failing to shut down. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V). Please include the BOOT_TIME message at the end of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post any other kind of report — it will be very long and not helpful.

  • Apple Hot News Headlines - Top Users can you test this for me?

    Some of us have been experiencing an issue where the "Latest News" headlines do not display after selecting "Hot News Headlines" from the Apple.com main site.
    The issue has been detailed, with pictures, at the following link.
    http://discussions.apple.com/thread.jspa?threadID=1963690&start=0&tstart=0
    Has anyone else experienced this issue?
    I thank you very much in advance!
    All the best,
    LukeD

    Hi Luke,
    All normal for me, both in Safari 3.2.1 in the Mac OS and IE7 in Windows (via Parallels).
    Mac Safari screenshot
    Windows IE screenshot

  • News headlines on webpage

    I saw someone else asked about having the news headlines on
    their website but there was no reply. Excuse me for asking the
    question again. I would like to have a live link to the top news
    stories for Canada that updates. Does anyone know of a good free
    java applet page that has neat things like this on.
    Thank you in advance for any help provided.

    btn wrote:
    > Hi -
    >
    > Im looking for a "news agent" function / extension ? so
    that I can Inset a
    > agent on a webpage, providing all news headlines based
    on the predefined
    > criteria. - Like view todays sportsnews from the
    selected press, etc ?
    >
    > Is there a extension for this?
    >
    > Kind r.
    >
    > Bjørn.
    >
    If your looking for an RSS news reader extension then go to
    www.robgt.com he has one just just £6. He also has one
    that will create
    a news feed from your database, I have just bought it and am
    about to
    start playing with it.
    Steve

  • POSTURL opening PHP in new window (and shouldn't)

    We are calling a PHP file from Authorware 7. Originally,
    nothing would
    happen when the php file was called and the server would time
    out and act as
    though the php file could not be found (with a 5006 error).
    But we finally
    realized that it wanted to open the php file in a new window
    - with a popup.
    We are using a normal posturl:
    temp2 :=PostURL(NetLocation^"gSysSet.php","",30)
    All the php file has in it is 1 line with a echo command.
    Does anyone know why the php would open in its own window?
    There was a posting earlier about POSTurl and php and we have
    checked the
    same things that they had in the php.ini file, but cannot
    make it just
    execute from Authorware and return a result - instead of
    returning the
    result in a new window. What happens is we still get the 5006
    error in
    Authorware because the result is returned in a new window and
    opened in a
    new window so Authorware isn't really communicating with the
    php file.
    Any suggestions would be appreciated.
    Julia

    Does your html page access it as HTTPs?
    "Julia" <[email protected]> wrote in message
    news:[email protected]...
    > Yes, I have created a dummy forum in html and it returns
    the value
    > correctlys.
    > Also, the value passed is returned ONLY when run under
    HTTPs - nor with
    > HTTP.
    > Julia
    >
    >
    > "Amy Blankenship *AdobeCommunityExpert*"
    > <[email protected]>
    > wrote in message
    news:[email protected]...
    >> Usually if it returns back what you sent, an error
    occurred. Does the
    >> php
    >> page work if you hit it from an HTML page with the
    same value passed from
    > a
    >> form field?
    >>
    >> -Amy
    >>
    >> "Julia" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >> > Thank you Steve for the link.
    >> >
    >> > I made the change per your blog (I passed a
    variable-name pair to the
    > php
    >> > file) and now the php does not open in a new
    window and returns the
    > result
    >> > correctly.
    >> >
    >> > This is step one. Now it still doesn't work
    under SSL/HTTPs (which is
    > why
    >> > we
    >> > were going the POSTurl route). The PHP file
    doesn't open in its own
    > window
    >> > anymore (which it did under http AND https),
    but the difference now
    > under
    >> > HTTPs is that the variable-name pair I sent the
    PHP is being returned -
    >> > not
    >> > the actual result from the echo command in the
    php. I also tried
    >> > putting
    >> > the
    >> > variable-name pair as a ? after the filename
    and it didn't make any
    >> > difference. I also went ahead and put in a
    $_POST to receiev the
    > variable
    >> > and it didn't make any difference. Still
    getting the 5006 error as
    > though
    >> > it
    >> > can't find the file.
    >> >
    >> > We are getting the same symptoms that Chris
    Volkman got back in
    > 2-28-2006.
    >> > He was able to correct the problem by changing
    the php.ini file. I
    > checked
    >> > all of our settings and they are already
    exactly like the changes he
    > made.
    >> >
    >> > Any ideas?
    >> > Julia
    >> >
    >> > -----------------------------
    >> > THE AUTHORWARE CODE:
    >> >
    >> > temp2
    :=PostURL(NetLocation^"gSys.php","myvar=true",20)
    >> > -------------------
    >> >
    >> >
    >> > THE PHP CODE:
    >> > -----------------
    >> > <?PHP
    >> > header("cache-control: no-cache,
    must-revalidate");
    >> > //header("Pragma: no-cache");
    >> > ?>
    >> > <?php
    >> > $myvar = "strange";
    >> > if (isset($_POST['myvar'])) {
    >> > $myvar = (get_magic_quotes_gpc()) ?
    $_POST['myvar'] :
    >> > addslashes($_POST['myvar']);
    >> > }
    >> > echo "myvar is now=".$myvar."\n\rI'm in the
    gSys.php file.";
    >> > ob_end_flush();
    >> > ?>
    >> > ---------------------------------
    >> >
    >> >
    >> >
    >> >
    >> >
    >> >
    >> > "Steve Howard **AdobeCommunityExpert**"
    > <steve@$NoSpam$tomorrows-key.com>
    >> > wrote in message
    news:[email protected]...
    >> >>
    >> >> "Julia" <[email protected]>
    wrote in message
    >> >> news:[email protected]...
    >> >> > We are calling a PHP file from
    Authorware 7. Originally, nothing
    > would
    >> >> > happen when the php file was called
    and the server would time out
    >> >> > and
    >> > act
    >> >> > as
    >> >> > though the php file could not be found
    (with a 5006 error). But we
    >> > finally
    >> >> > realized that it wanted to open the
    php file in a new window - with
    >> >> > a
    >> >> > popup.
    >> >> >
    >> >> > We are using a normal posturl:
    >> >> >
    >> >> > temp2
    :=PostURL(NetLocation^"gSysSet.php","",30)
    >> >> >
    >> >> > All the php file has in it is 1 line
    with a echo command.
    >> >> >
    >> >> > Does anyone know why the php would
    open in its own window?
    >> >>
    >> >> Check this out
    >> >>
    >> >>
    >> >
    >
    http://stevehoward.blogspot.com/2005/02/cold-fusion-and-authorware-posturl.html
    >> >>
    >> >>
    >> >> I ran into the same thing a coupe of years
    ago.
    >> >>
    >> >>
    >> >> Steve
    >> >>
    >> >>
    >> >> --
    >> >> EuroTAAC eLearning 2007
    >> >>
    http://www.eurotaac.com
    >> >>
    >> >> Adobe Community Expert: Authorware, Flash
    Mobile and Devices
    >> >> My blog -
    http://stevehoward.blogspot.com/
    >> >> Authorware tips -
    http://www.tomorrows-key.com
    >> >>
    >> >
    >> >
    >>
    >>
    >
    >

  • I understand there may be a new Apple TV coming out in 2014. Hopefully this could be a game changer in our lives and not just a product upgrade. I also understand that Apple does not except unsolicited ideas and suggestions for new products.

    This is totally reasonable. That being said, understanding this is neither a "suggestion" nor an "idea", I was wondering how great it would be if the new Apple TV would have built in Radio Frequency control capability for all HT products. Comcast has RF control with it's new x1 box but it does not work with other components like a DVR, AV Receiver or other HT devices. Logitech offers remotes that one has to program with all the codes per individual manufacturer but this still requires an RF base station and external blasters.
                    If the Apple had a relationship with the different audio/video manufacturers so that one could simply use an Apple TV remote ( or optionally use ipad, iPhone, MAC ) to control everything HT, then this simplicity would capture a huge audience in a big way!! Of course..........this is not a suggestion or an idea :-).
                    Faithful Apple Fan, BPACK

    You can submit feature requests to Apple customer service.
    I was wondering how great it would be if the new Apple TV would have built in Radio Frequency control capability for all HT products.
    No idea what you mean by HT devices, but it is unlikely Apple would release a product to support 3rd party devices.  On top of which changing the ATV remote to be RF instead of IR would break all the existing remotes that are able to work with ATV.  And would be MUCH more expensitve.
    Comcast has RF control with it's new x1
    Only becasue they HAVE to because they only provide one actual cable box, with other dumb box termtinals.   So remotes have to be able to work in other rooms since they all have to connect to the real cable box.
    but it does not work with other components like a DVR, AV Receiver or other HT devices.
    Right, since once you switch to RF you break compatablity with all the other IR devices out there which is pretty much 99% of them.
                    If the Apple had a relationship with the different audio/video manufacturers so
    Apples whole business model is locking out other manufatures. 

  • Duplicate SPAN tags are not new in V9

    Contrary to the broadcast announcement about the new DLL being offered, the SPAN tags problem is not new in RH 9. However, what I've seen is more of a random insertion process (going from one or two instances in a topic to a dozen or more) than one of SPAN duplication for the same string.
    I've encountered the issue in 8.0.2.208, and have simply removed them in the code and saved the topic before exiting HTML View. Just another adorable little RH quirk...
    Good luck,
    Leon

    I copied the version 2.0 folders ('catalogs' and 'catalog folders') to 'C:\Users\All Users\Adobe\Photoshop Album' overwriting the ones created during the program installation. Here I supposed that there are no changes in file structure in those files
    My need here is to keep the links between the photos and the tags made by version 2. Having now only a Vista machine I cannot 'Upgrade' from version 2 to 3.2 because the version 2.0 would not install in Vista

  • How can I get Category, Tags info into new PC?

    Old PC (Vista) crashed - the most recent backup was a system backup - it was not a Catalog backup utilizing PhotoShop Elements 6.  However, I have a PSE 6 catalog backup done 6 months prior.  But, can I get the more recent info from a Catalog folder?
    On my new PC(Windows 7), loaded PSE 6, restored my 12,000 photos from the system backup file.  None of my category, tags are listed in the Pane on the right side in my Photo Browser.  Can I copy a catalog folder from the program files to bring those settings into my new PC? If so where do I copy it to?

    I want to know if I can utilize the program file
    that would be more current with category, tag settings; copy it into my PC and have PSE 6 utilize it for the settings?

  • Auto renaming of the tags when adding new folder

    When I want to add new music to iTunes list, I open the file menu and select "add new folder".
    That way it imports the songs in that folder. The problem is that it renames some the info of albums. Instead of the name of the track, there appears "artist - name of the track". Funny thing is that when I click on "Edit information" it switches back to the correct name.
    But if I add a folder with 500 songs, and I have to click "Edit inforrmation" on half of them to make them use the correct name it isn't funny anymore.
    If the name isn't "corrected" when I sync the iPod, the incorrect names are uploaded.
    Is there any way to correct that and make iTunes use the correct name at once?
    Note that I'm using the spanish version of iTunes and the names of the menus and options are a translation and may not be accurate
    Thanks for your help
    AMD 64   Windows XP   Using spanish version of iTunes

    I noticed something similar:
    If you change tags of a file which is in your iTunes library in another program (e.g. Winamp), you have to edit the file in iTunes afterwards to make these changes "active". It seems that iTunes makes its own database with the tag informations (otherwise everything would be much slower like in Winamp, which is terribly slow with my database of 28.000 mp3-files) and only updates this database when you edit the file.
    I don't know why this happens with newly imported files but a possible solution to your problem which isn't too time consuming would be to select all the newly imported files and right click and edit the information for all of them, change nothing and exit again.
    PC   Windows XP Pro  

  • Automatically Tagging What's New in Each Topic

    I am in the process of creating a large webhelp system, where each topic lists new features by release. I need to tag certain parts of each topic so that features by release could be automatically generated, i.e., the user could see which changes have been made  for a particular software release. Is there any way to do this in RoboHelp 9? Thanks in advance.

    Hi Yulia_MH and welcome to the RH community.
    You could handle this in one of two ways. RH has things called Conditional Build Tags. These are flags added to various parts of your project (e.g. entire topics, specific topic text). When you generate your output you can build an expression to exclude content with a specific tag. Rick Stone has a good tutorial on this here.
    The second way you could do this is using the new DUCC feature in RH9. This is similar to conditional build tags but instead of exlcuding the source, all of it is included. However the user is given the option of selecting (via a drop down) which version of the output to view. You could use this for each version. You might want to check out this RH9 tour for further details.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • How to move tags/albums to new computer - with a caveat

    Sorry if this is a newbie question...
    I have an old Computer A running Windows 7. All my photos are in the Windows Pictures folder.
    In Photoshop I have created 2 albums with a subset of the photos from the Pictures folder. I have also created several new Tags for those photos.
    I got a new Computer B running Windows 8 and will be getting rid of Computer A.
    What I'd like to do is:
    Move the albums + custom tags from Computer A to B retaining the information about photo tags and album content.
    In the process change the location of all photos from Computer A Windows Pictures folder to an external HD.
    I know how to export Album/Tag information from A (save to XML) and import on B (load from XML), but that doesn't retain the information about the files - both what files are in the album plus what tags are associated with the photos.
    I could imagine that it is somehow fix things up on Computer A to store all information on the external HD, and then somehow point Computer B to this, but I am not sure how to best do this.
    What's the best/recommended way of accomplishing this without having multiple copies of the photos lying around?

    Photoshop has no albums so I assume you are talking about Photoshop Elements. You'd better ask there.
    Photoshop Elements

  • Faces Tags Gone - After New iMac Purchase

    Hello. First time posting here.
    This week, I purchased a new iMac (3.06 GHz Intel Core 2 Duo) and used the Setup Assistant to transfer data from my old iMac (G5 non-Intel).
    All my iPhoto images transferred fine to the new machine. However, none of the Faces tags seemed to have made the transfer. When I click on the Faces view, I see an empty cork board with the "To get started with Faces..." instructions.
    Any ideas on how to retrieve the Faces tags from my old machine? (I have the old machine backed up through Time Capsule as well.)
    Thank you.

    Thanks for your help.
    After going back to my old machine, I saw that actually my Faces tags were missing there too. I must have somehow deleted them while trying solve another iPhoto issue I'm having. (http://discussions.apple.com/thread.jspa?threadID=2253634)
    So there were no Faces tags to transfer to the new machine.
    Restoring from an older backup of my iPhoto Library did the trick. I now have all my old Faces tags back.
    Thanks,
    Mike

Maybe you are looking for