ANN: A New Web Widget from PVII

Similar in concept to jQuery Carousel, Horizontal Glider Magic sets the benchmark for quality, flexibility, features, automation, and accessibility.
Horizontal Glider Magic is a panel widget. Hidden content panels are made to glide horizontally through a viewport. Panel gliding can be operated by clicking trigger links and various other available controls or can be set to play automatically, like a slide show. Unlike generic script libraries, HGM was programmed from the ground up to do one job and do it as well as it can possibly be done.
http://www.projectseven.com/products/tools/horizontal-glider/
What they're saying:
"The PVII team is clearly ahead of the curve. While working with HGM it became immediately clear that there are limitless combinations available to display information. The horizontal slider accentuates this whole new way to manipulate content. It's a MUST HAVE tool that will change the way you think about Web design. It did for me!" - Michael Rizzo, Creative Director, Averill & Associates, LLC.
This is a commercial plugin for Dreamweaver and a fully automated tool with which to create and manage your widgets.
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Menus | Galleries | Widgets
http://www.projectseven.com/go/apm
An Accessible & Elegant Accordion

Create a new page.  Save as index.html or whatever your current home page is called.  Upload new index page to server and it will replace the old index page.  Make sense?  
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com

Similar Messages

  • ERROR message:  How do I create a New Web page from a template?

    The following ERROR MESSAGE appears, after I click the
    "Create" button on the "New from Template" dialogue box. . .
    quote:
    MACROMEDIA DREAMWEAVER DIALOGUE BOX READS:
    < ! > There is an error at line 72, column 8 (absolute
    position 3287) of "my Website": Unbalanced Head tag
    What
    should happen is that the new page opens in the Document
    window, according to the Dreamweaver 8 text, Pg. 498.
    If anyone can help me troubleshoot this, I would greatly
    appreciate it.
    Respectfully, Ona

    OnaTutors wrote:
    > Can someone help me out with this Template, please.
    >
    > I've had to skip 10 pages of the Dreamweaver 8 text
    because the Template will
    > not save and I get this ERROR message.
    >
    > Thank you for helping me.
    >
    > This is a great FORUM!
    >
    > Respectfully, Ona
    >
    As Murray has said you need to remove the second closing
    </head> tag
    from your code and also move the 'PageHeading' ediatble
    region OUTSIDE
    of its container <!-- TemplateBeginEditable
    name="PageHeading"
    --><h1></h1><!-- TemplateEndEditable -->
    The code below has been corrected:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Cosmatic - Label</title>
    <!-- TemplateEndEditable -->
    <link href="../Stylesheets/cosmatic_styles.css"
    rel="stylesheet"
    type="text/css" />
    <script type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length;
    i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    x.oSrc=x.src; x.src=a[i+2];}
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
    if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null &&
    !img.MM_init) {
    img.MM_init = true; img.MM_up = args[3]; img.MM_dn =
    img.src;
    if ((nbArr = document[grpName]) == null) nbArr =
    document[grpName] = new
    Array();
    nbArr[nbArr.length] = img;
    for (i=4; i < args.length-1; i+=2) if ((img =
    MM_findObj(args
    )) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = img.MM_dn = args[i+1];
    nbArr[nbArr.length] = img;
    } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img =
    MM_findObj(args)) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = (img.MM_dn && args[i+2]) ? args[i+2] :
    ((args[i+1])?
    args[i+1]
    : img.MM_up);
    nbArr[nbArr.length] = img;
    } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
    img = document.MM_nbOver
    ; img.src = (img.MM_dn) ? img.MM_dn :
    img.MM_up; }
    } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
    for (i=0; i < nbArr.length; i++) { img=nbArr; img.src
    =
    img.MM_up;
    img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img =
    MM_findObj(args
    )) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
    nbArr[nbArr.length] = img;
    //-->
    </script>
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    </head>
    <body
    onload="MM_preloadImages('../Graphics/CosmaticLogoRollover.gif','../Graphics/lab
    elOver.gif','../Graphics/labelOWD.gif','../Graphics/bandsDown.gif','../Graphics/
    bandsOver.gif','../Graphics/bandsOWD.gif','../Graphics/catalogueDown.gif','../Gr
    aphics/catalogueOver.gif','../Graphics/catalogueOWD.gif','../Graphics/tourdatesD
    own.gif','../Graphics/tourdatesOver.gif','../Graphics/tourdatesOWD.gif','../Grap
    hics/contactDown.gif','../Graphics/contactOver.gif','../Graphics/contactOWD.gif'
    ,'../Graphics/labelDown.gif')">
    <p><a href="../index.htm" target="_top"
    onmouseover="MM_swapImage('LogoRollover','','../Graphics/CosmaticLogoRollover.gi
    f',1)" onmouseout="MM_swapImgRestore()"><img
    src="../Graphics/CosmaticLogo.gif"
    alt="Cosmatic company logo, link to home page"
    name="LogoRollover"
    width="283"
    height="109" border="0" id="LogoRollover"
    /></a></p>
    <table border="0" align="right" cellpadding="0"
    cellspacing="0">
    <tr>
    <td><a href="../label.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Label','../Graphics/labelDown.gif',1)"
    onmouseover="MM_nbGroup('over','Label','../Graphics/labelOver.gif','../Graphics/
    labelOWD.gif',1)" onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/label.gif" alt="label" name="Label"
    border="0" id="Label"
    onload="" /></a></td>
    <td><a href="../catalogue.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Catalogue','../Graphics/catalogueDown.gif',
    1)"
    onmouseover="MM_nbGroup('over','Catalogue','../Graphics/catalogueOver.gif','../G
    raphics/catalogueOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/catalogue.gif" alt="catalogue"
    name="Catalogue"
    width="106"
    height="26" border="0" id="Catalogue" onload=""
    /></a></td>
    <td><a href="../bands.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Bands','../Graphics/bandsDown.gif',1)"
    onmouseover="MM_nbGroup('over','Bands','../Graphics/bandsOver.gif','../Graphics/
    bandsOWD.gif',1)" onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/bands.gif" alt="bands" name="Bands"
    width="71" height="26"
    border="0" id="Bands" onload="" /></a></td>
    <td><a href="../tourdates.htm" target="_top"
    onclick="MM_nbGroup('down','group1','TourDates','../Graphics/tourdatesDown.gif',
    1)"
    onmouseover="MM_nbGroup('over','TourDates','../Graphics/tourdatesOver.gif','../G
    raphics/tourdatesOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/tourdates.gif" alt="tour dates"
    name="TourDates"
    width="108"
    height="26" border="0" id="TourDates" onload=""
    /></a></td>
    <td><a href="../contact.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Contact','../Graphics/contactDown.gif',1)"
    onmouseover="MM_nbGroup('over','Contact','../Graphics/contactOver.gif','../Graph
    ics/contactOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/contact.gif" alt="contact" name="Contact"
    width="83"
    height="26" border="0" id="Contact" onload=""
    /></a></td>
    </tr>
    </table>
    <p align="right"> </p>
    <!-- TemplateBeginEditable name="PageHeading"
    --><h1>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=5,0,0,0" width="558" height="46">
    <param name="BGCOLOR" value="" />
    <param name="movie" value="../Media/HeadingTemplate.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Media/HeadingTemplate.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
    ion=ShockwaveFlash" type="application/x-shockwave-flash"
    width="558"
    height="46" ></embed>
    </object>
    </h1><!-- TemplateEndEditable -->
    <h2> </h2>
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <!-- TemplateBeginRepeat name="RepeatRegion1" -->
    <tr>
    <td><!-- TemplateBeginEditable name="Content"
    --> <!--
    TemplateEndEditable -->Add content here. </td>
    </tr>
    <!-- TemplateEndRepeat -->
    </table>
    <p> </p>
    <p class="cosmatic_footer"><a
    href="mailto:[email protected]">&copy;
    Cosmatic, Inc. 2008 </a></p>
    </body>
    </html>

  • How do I prevent new web browsers from starting when I click on anything?

    Two weeks ago I updated the latest version of FireFox. Every since then around a third of the time when I click on anything in a web session or press enter, a new session will open up asking me to downloaded the latest version of Adobe or some add-on, etc. This is very frustrating.

    If the malware clean-up doesn't clear it, could you review your extensions and see whether any have crept in that might be causing this problem?
    You can disable ALL nonessential or unrecognized extensions here:
    orange Firefox button (or Tools menu) > Add-ons > ''on the left side click'' Extensions
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?

  • IWeb '08 - Web Widget - MobileMe Gallery

    Hi,
    Since the software update, I made an iMovie and published it to my Web Gallery. I went to put a copy of it in my iWeb by inserting a Web Widget from my MobileMe Gallery - but the new movie I made wasn't listed. All of my old movies were there but that one.
    Any ideas?
    Thanks so much!!
    Jeanette

    for movies I now upload my movies to google video on private setting, I then embed the code in the same way you would embed a google map or You Tube clip.
    It seems to work better than importing the video into iweb
    Dave

  • How to access (any) soap / rest web services from widget

    Hi all,
    Is there an API, javascript library etc, which allows accessing (any) soap / rest webservices from widgets?
    I know I can access web services from sap j2ee with widget foundation, but I'm still not sure how to access "outside"
    web services.
    A blog entry about this topic would be greatly appreciated I think, not only by me.
    Regards,
    Ladislav

    As promised, below is the js lib source code. I did not see the attachement option, so you can just create a text file and save it with .js extension.
              function getHdrData( FuncName ) {
                return '<?xml version="1.0" encoding="UTF-8" ?>' +
                          '<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" ' +
                                             'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ' +
                                             'xmlns:xs="http://www.w3.org/2001/XMLSchema">' +
                          '<SOAP-ENV:Header><sapsess:Session ' +
                                    'xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/">' +
                                    '<enableSession>true</enableSession></sapsess:Session>'+
                          '</SOAP-ENV:Header><SOAP-ENV:Body><ns1:' +
                          FuncName +
                          ' xmlns:ns1=\'urn:sap-com:document:sap:soap:functions:mc-style\'>';
              function addVar ( VarName, VarValue ) {
                return '<' + VarName + '>' + VarValue  + '</' + VarName + '>';
              function getFtrData( FuncName ) {
              return '</ns1:' + FuncName + '></SOAP-ENV:Body></SOAP-ENV:Envelope>';
              function setTable ( TblName, TblType) {
                   return '<' + TblName + ' xsi:type=\'ns1:' + TblType + '\'>';
              function closeTable ( TblName) {
                   return '</' + TblName + '>';
              function startEntry( ) {
                   return '<item>';
              function endEntry( ) {
                   return '</item>';
    So the following is the basic on how to use this library:
    * Set up SOAP envelope
    * Get the header data
    getHdrData( SOAP operation name )
    * If the web service set up the table and record start tags
    setTable( variable name, table type ) - Optional
    Set new record tag: startEntry() ? Optional
    * Set up the fieldname or variable name
    addVar( variable name, variable value )
    * Set up the table and record end tags
    endEntry() ? Optional
    closeTable( variable name ) ? Optional
    * Set up the footer SOAP envelope
    Set footer data: getFtrData(SOAP operation name )
    So hopefully that will help you consume SAP Published web services.

  • How to make Safari browser always open a new web page in a new Safari browser window which was clicked from a PDF document URL

    Hi
    I have a web application which would enable users to see a list of PDF document on the web page and when the user select the PDF document, it will be open by a adobe PDF view
    Within the content of the PDF document, it will contact URL links to some other portal web pages which we would like these other web pages to be open in a new browser window, but our testing shows that the new web pages may not always open in a new browser window.
    Could you help to advise how I can enforce that new web pages that are clicked from the PDF document can always be open in a new Safari browser window ?
    Thanks in advance.
    Regards
    Sen Lee 

    Hello,
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Go to ''Tools'' > ''Options'' (or ''Firefox'' > ''Options'').
    #In the Options window, select the ''Applications'' tab.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right handside you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

  • New to Web Services - need to call a HTTPS web service from PL/SQL

    I am new to Web Services and need to call HTTPS web service from PL/SQL program. I am using 10g Database.
    I have been reading there are 2 options -
    1. UTL_HTTP - with this package its possible to call HTTPS web services
    2. UTL_DBWS
    Questions -
    1. Is it possible to call a HTTPS web service using UTL_DBWS ? I have not been able to find any information on it.
    2. Can someone point me to UTL_HTTP and UTL_DBWS examples calling a HTTPS web service ?
    3. The HTTPS web service that I need to call needs username/password to connect - how will I incorporate this in the pl/sql code ?
    Appreciate the help.
    Cheers,
    newWebServicesUser

    Hi,
    1. UTL_DBWS not work for https from what I understand
    2. Here is a sample example:
    [http://www.oracle-base.com/articles/9i/ConsumingWebServices9i.php#]
    Be careful, you must change http/1.0 IN 1.1 inside package SOAP_API.
    Here is an example for a prime number where the SOAP message is already construct:
    CREATE OR REPLACE procedure test_ws_2
    IS
    http_req utl_http.req;
    http_resp utl_http.resp;
    request_env varchar2(32767);
    response_env varchar2(32767);
    begin
    -- Set proxy details if no direct net connection.
    UTL_HTTP.set_proxy('http://<USER>:<PASS>@10.0.2.21:8070', NULL);
    UTL_HTTP.set_persistent_conn_support(TRUE);
    request_env:='<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">'||
    '<SOAP-ENV:Body><GetPrimeNumbers xmlns="http://microsoft.com/webservices/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">'||
    '<max xsi:type="xsd:int">10</max>'||
    '</GetPrimeNumbers></SOAP-ENV:Body></SOAP-ENV:Envelope>';
    dbms_output.put_line('Length of Request:' || length(request_env));
    dbms_output.put_line ('Request: ' || request_env);
    http_req := utl_http.begin_request('http://www50.brinkster.com/vbfacileinpt/np.asmx','POST', utl_http.HTTP_VERSION_1_1);
    utl_http.set_header(http_req, 'Content-Type', 'text/xml; charset=utf-8');
    utl_http.set_header(http_req, 'Content-Length', length(request_env));
    utl_http.set_header(http_req, 'SOAPAction', '"http://microsoft.com/webservices/GetPrimeNumbers"');
    utl_http.write_text(http_req, request_env);
    dbms_output.put_line('');
    http_resp := utl_http.get_response(http_req);
    dbms_output.put_line('Response Received');
    dbms_output.put_line('--------------------------');
    dbms_output.put_line ( 'Status code: ' || http_resp.status_code );
    dbms_output.put_line ( 'Reason phrase: ' || http_resp.reason_phrase );
    utl_http.read_text(http_resp, response_env);
    dbms_output.put_line('Response: ');
    dbms_output.put_line(response_env);
    utl_http.end_response(http_resp);
    end test_ws_2;
    Otherwice for testing url, i recommand you to use that function: Re: Error using UTL_HTTP over HTTPS
    it's a verry helpful function when you have an error.
    wrote:
    When testing using UTL_HTTP, you MUST ensure that you open a new session after importing the SSL certificates into your Wallet,
    as I've learned (the hard way) that existing sessions point to the wallet contents that were present when the session was opened.
    If you don't realise/know this, it can cause a lot of additional frustration during testing, when you keep getting the ORA-29024 exception AFTER
    you've imported the SSL certificates................. ;) 3. i think you can use that after the begin_request but not sure :
    UTL_HTTP.set_authentication(r => http_req,
    username => ,
    password => ,
    scheme => ,
    for_proxy => );
    Edited by: Malebodja on Oct 22, 2009 6:53 AM
    Edited by: Malebodja on Oct 22, 2009 6:55 AM

  • I am trying to download cs6 with web prem from my old dead computer to my new one.

    i am trying to download cs6 with web prem from my old dead computer to my new one but a down load promt isnt appearing. the info is still in the my products tab. how do i get a human to help me

    If you mean you are trying to transfer the programs from one machine to another that will not work.  You need to install the application using installations files.  You can find the installation files thru the page linked below.
    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • Any new ideas for launching web browser from application

    I have searched the forums trying to find a new way of launching a web browser from a java application. The problem I am having is that on Unix and Linux systems, at least the variety I have access to (not quite sure on what that variety those are as they are not my systems or systems I control), the common method of using Runtime.getRuntime().exec(STRING) with either netscape or mozilla does not work. While using the Runtime.exec method is not the same as a console, I did try on these systems "netscape + A_WEB_ADDRESS" (or mozilla) and it did launch the respective browser with the page, so it appears that at least from the console level, those commands are valid.
    All the forums seem to say that the Runtime.exec method is the way to go. All the source code I have found through links from the forum say the same thing. I have voted on this bug:
    http://developer.java.sun.com/developer/bugParade/bugs/4210168.html
    and the feedback there does seem to indicate that there is similar trouble out there. Below is the code I am using. It does work on Win2000,XP, and Mac OSX. The application is not supported on earlier systems, and as it stands it will not work on Win 95,98, nor ME. Only small modification should be needed for work on those OSs, but as I no longer personally use those OSs, I cannot be sure.
    private void openNativeBrowser(String url) {
    // not the browser itself is started, i only call something like
    // start http://www.javasoft.com
    // and then the standardbrowser will be started ...
    StringBuffer call = new StringBuffer();
    System.err.println(System.getProperty("os.name"));
    System.err.println(System.getProperty("user.dir"));
    try {
    // which OS ?
    String operatingSystem = System.getProperty("os.name");
    // how to call the OS
    if (operatingSystem.toLowerCase().indexOf("windows") > -1)
    call.append("cmd /c start ").append(url);
    else
    if (operatingSystem.toLowerCase().indexOf("mac") > -1)
    call.append("open ").append(url + " &");
    else if(operatingSystem.toLowerCase().indexOf("linux") > -1)
    // use Script 'netscape'
    call.append("mozilla ").append(url).append(" &");
    else
    call.append("netscape ").append(url).append(" &");
    System.err.println(call.toString());
    // start it ...
    Runtime.getRuntime().exec(call.toString());
    catch (Exception e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    As I said, if you have a new way to call the broswer that seems to work on either Unix or Linux, please post it, point to it, or explain it.
    Aaron

    there is a shell script on Linux called htmlview that you can launch like this:
    String[] cmd = {"htmlview", "http://java.sun.com"};
    try {
        Runtime.getRuntime().exec(cmd);
    } catch (IOException ioe) {
        // do something
    }which will open the default browser. Don't think this is available on other *NIX though, although the script itself would probably work so you could include it with your app (/usr/bin/htmlview).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • What's New Web Part will not show updates from Team Discussion Web Part

    I have a Team Discussion Web Part which I want to show in the "What's New" updates Web Part. I have indexed the "modified" column of the team discussion and added it as a target list for the What's new Web Part, however updates to the Team
    Discussion are not showing up in the What's New Web Part.
    If I happen to tell the What's New web part to "use the below person column as a filter" and choose "Modified By", the page will crash with an error stating that the What's New web part caused the failure.
    Any suggestions?

    Hi KinsDotNet,
    According to your description, I could reproduce this issue.
    The following alternative solution consists in using the " Team Discussion " web part (with a customized view) in place of the " What's New " web part.
    Alternative solution steps:
    1. Create an index on the “ Modified ” field of the “ Team Discussion ” library in the Site Collection page in which “ What’s New ” web part’s functionality is needed
    2. Insert a “ Team Discussion ” web part in the same page and position where the “ What’s New ” web part was intended to be situated, or wherever it is needed
    3. Click on the “ Save & Close ” icon to save the page with the new “ Team Discussion ” web part
    4. Click on the “ Edit Web Part ” option in the  “ Team Discussion ” web part’s context-menu and click on the “ Edit the current view ” link inside the “ List Views ” section of the web part’s settings box
    5. Choose the desired display columns in the “ Columns ” section
    6. Set the “ Sort ” and “ Filter ” sections settings according to the following screenshot:
    7. In Step 6 , likely two identical “ Modified By ” options will be seen inside the “ Filter ” section’s “ when column ” drop-down.
     Selecting the second of these two “ Modified By ” options will likely cause the “ Team Discussion ” web part to not  work properly, so please make sure to select the first “ Modified By ” option. If, in the unlikely case, after  selecting the
    first “ Modified By ” option the “ Team Discussion ” web part does not render properly, go back and  select the second “ Modified By ” option and the web part should render properly
    8. In the “ Item Limit ” section, set the “ Number of items to display ” to the maximal amount of items you would like to be displayed inside the web part (for example:  5 )
    9. Click the "OK" to save the settings
    A similar post for your reference:
    http://social.technet.microsoft.com/Forums/en-US/dbdc67ed-1453-4045-b2a7-b6ab83b23c8c/include-discussion-board-on-a-whats-new-web-part?forum=sharepointgeneralprevious
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • WEB WIDGET - HTML SNIPPET  how to post myspace music in iWeb

    i'm making a site for a band. i'm using the *web widget- html snippet* to insert the myspace player from a band. the bands site is http://www.myspace.com/mod39lone.
    this is the code i'm putting in :
    <embed src="http://lads.myspace.com/music/musicplayer.swf?n=aHR0cDovL211c2ljLm15c3BhY2 UuY29t&t=wz7NYVvdN1sD5sZn5jwqhteIJEBAWtU7cGxSvblOZr59VYuvhFOEuaUs29mG1lCNKsOUiB4 00Vl6iAOogScxHQ==&u=LTE=&a=0&d=MTc4MzA0MTgxXjExODc3NDE1MjU=" quality=high bgcolor=#FFFFFF width="450" height="345" name="mp3player" align=""type="application/x-shockwave-flash" FlashVars="culture=nl-NL"pluginspage="http://www.macromedia.com/go/getflashplay er"> </embed>
    when i'm editing iWeb, the player shows up and plays the music and everything is fine! but when i publish the site, it says "Movie not loaded" when you click on it.
    the site i'm currently working on is still being worked on, but i made an extra page to show whoever could help me. the link is:
    http://web.me.com/henreegee/IamTokyo/Blank.html

    That method can be done using iFrame code in an HTML snippet. You need to upload the Family Matters - Computer.m4v file to your server and link to it there via an HTML snippet and iFrame code. An example is in this demo page along with the code: QT movies via iFrame.
    There are other ways to add the movie (the full one Family Matters - Computer.m4v.
    One is to upload the file to your server and linking to it as shown in this demo page: Opening Item in a New, Precisely Sized Window.
    The method you posted is explained in this tutorial: Old Toad's Tutorial #18 - Adding Movie/Video File to iWeb Page via Export for Web in Quicktime Player. To see the edits click on the buttons in steps 5a and 5b.
    OT

  • Dreamweaver CS4 and Web Widgets

    Hey All,
    I wanted to let you know that the new version of Dreamweaver
    is now available.
    We rounded out the form validation widget support in this
    version and we now support HTML data sets. We have also added some
    stater pages for Spry pages: Master/Detail pages and other common
    page layouts.
    Some of you here were asking about widgets from other
    frameworks that you saw mentioned in the public beta.
    We are also announcing web widgets for Dreamweaver. These are
    widgets that other developers have packaged for use in Dreamweaver.
    You can see the first batch now at
    http://www.adobe.com/cfusion/exchange/index.cfm?s=5&from=1&o=desc&cat=290&l=-1&event=produ ctHome&exc=3
    Phatfusion and mootools is first to go up, with YUI and
    jQuery widgets to follow very soon.
    How did they make these widget extensions?
    They used the just released web widget Packager:
    http://labs.adobe.com/wiki/index.php/Dreamweaver_Widget_Packager
    This takes a XML file that the developer makes that describes
    the widget. They feed that into the Packager and it automatically
    creates the extension. It's pretty slick.
    Check them out!
    Thanks,
    Donald Booth
    Adobe Spry (and Dreamweaver) Team

    quote:
    Originally posted by:
    dels2004
    quote:
    I wanted to let you know that the new version of Dreamweaver
    is now available.
    We rounded out the form validation widget support in this
    version and we now support HTML data sets. We have also added some
    stater pages for Spry pages: Master/Detail pages and other common
    page layouts.
    just checked out today, Dreamweaver CS4 still use Spry
    1.6.1....
    so where we can find updated "form validation widget" and
    "HTML data sets"? is it available in Spry 1.6.1 zip package? or it
    only available on DW CS4?
    I think you misunderstand the message. Those
    widgets are newly add to the Dreamweaver panels (dataset wizzard
    now allowes you to choose HTML data sets and XML data sets) and the
    validation widgets can be found in the insert panel.
    The widgets are not new, they just have been add to
    Dreamweaver.

  • Web Widgets - Where does one get the required extensions?

    Hello all,
    I'm wondering where one would find the required extensions to
    implement various JavaScript libraries into "Web Widgets" as per
    the video:
    http://tv.adobe.com/#vi+f1500v1434
    Cheers,

    http://www.adobe.com/cfusion/exchange/index.cfm?s=5&from=1&o=desc&cat=290&l=-1&event=produ ctHome&exc=3
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Adobe Certified Expert - ColdFusion 8
    Fordwebs, LLC
    http://www.fordwebs.com
    "nX07" <[email protected]> wrote in message
    news:gdguuj$lil$[email protected]..
    > Hello all,
    >
    > I'm wondering where one would find the required
    extensions to implement
    > various JavaScript libraries into "Web Widgets" as per
    the video:
    >
    http://tv.adobe.com/#vi+f1500v1434
    >
    > Cheers,

  • Form not working using web widget

    I took a form from my current web site (www.oceangetaways.com) and copied the html source code into the html snippet (web widget) on the site I am designing on Iweb. Everything worked except the Submit button is missing. I do not know html - can anyone look at this and tell me what I may be missing - the new form is at http://web.mac.com/oceangetaways/OceanGetaways/How_ToBook.html. Just remember this is a work in progress.. Thansk

    The form rendered fine in Safari, but short in Firefox. You can see the submit button if you hit Command - (minus) in FF (reduce font size).
    You need to extend content height in page inspector a bit further down below the submit button.
    You also need to config your cgi on your dreamhost side.

  • A Holiday Treat from PVII

    Happy Holidays from PVII
    Save time this holiday season with a free productivity booster from PVII
    Equal Height CSS Columns
    Learn how to make your CSS columns automatically adjust to the height of the tallest column in just a few minutes. This free productivity booster includes a tutorial, and a bonus 3-column CSS layout all decked out for the holidays with rounded corners and inset shadows!
    Instead of using background images, CSS hacks, or CSS that is not yet supported by all browsers, PVII Equal Height Columns uses modern DOM Script to work its magic.
    Go to Tutorial:
    <http://www.projectseven.com/tutorials/css/pvii_columns/index.htm>
    Key Features
    Supports dynamic content height
    If the height of any column ever changes, PVII Equal Height Columns will make all necessary adjustments—instantly. The script monitors your page every few milliseconds to see if the height of any column needs adjustment. Your column height will always be perfect. If your page includes a panel widget (like an accordion) that causes column height to change when you move from panel to panel, the system will adapt to the new height seamlessly.
    Deploying PVII Equal Height Columns
    Deployment is as easy as linking the PVII Equal Height Column script and assigning a class to a set of columns.
    Nested Groupings
    You can deploy the PVII Equal Height Columns script on your outer column structure, as well as column structures nested inside.
    Best Regards,
    Al Sparber, PVII CO-CEO
    http: www.projectseven.com

    Thanks Uncle Al  -
    Happy Holidays to you too.

Maybe you are looking for

  • Lost all itunes music on my iPhone 5 with itunes 11

    My iPhone 5 won't sync with iTunes 11 through iCloud.  I have tried to sync to the cloud about 25 times.  I have reset my iPhone, I have deleted my account and then logged on again, I have done everything I can think of to get it to sync but the iClo

  • How can I view wordpress template in Dreamweaver

    I have some wordpress templates but can't view them in a browser since there is no index.html just php. How can I get around this and use a wordpress template as a regular dreamweaver CSS page? I don't want to load the wordpress app or the database i

  • Verizon iphone won't connect to MS exchange server

    When I input my information to set up the account via my office Microsoft Exchange Server I get an error message on my phone saying it is unable to connect. Anyone else have this problem and able to resolve it?

  • Need to reinstall Acrobat 8.0 that came pre-installed on my Vaio laptop

    Hello, I bought a Vaio laptop in 2008, with Windows Vista Business, and one of the reasons why I bought it was because it came with Acrobat (8.0) included. The only problem is that the computer didn't bring any cd's (Acrobat, Windows or Vaio software

  • HeartbearMonitorUnavilableException

              All,           I am trying to connect to a JMS Queue on Weblogic81 server and get the following           exception.           I don't know if this has to do with the way I configured the JMS Server, Queue           and Connection