Xslt conditional to limit words in a feed

I'm trying to use XSLT in DW to do a news feed and can't
figure out how to limit the number of words in the description. I'm
using David Power's book as an example. I'm showing the Titles as
links and the Descriptions fine and can limit the number of objects
to display. But I can't figure out how to limit the number of words
in the Descriptions. I want to display the feed in a sidebar and
just show the first couple of lines from the description as a
teaser.
Any suggestions appreciated.

Bob Timms wrote:
> I'm trying to use XSLT in DW to do a news feed and can't
figure out how to
> limit the number of words in the description.
My knowledge of XSLT is pretty basic, so I can't suggest a
way to select
a specific number of words. However, it's very easy to select
the first
sentence. The following example cuts off the contents of a
<description>
tag at the first period followed by a space, and adds an
ellipsis:
<xsl:value-of select="substring-before(description, '.
')"/>
<xsl:text>...</xsl:text>
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS4",
"PHP Solutions" & "PHP Object-Oriented Solutions"
http://foundationphp.com/

Similar Messages

  • Help required on XSLT Conditional Mapping

    Hi,
    We need help on XSLT mapping in BPEL based on a condition. We are transforming from OAG format to a client specific format. We need to map a single tag (but repetitive) on the left hand side (OAG) to different tags on the right hand side. The same tag on the left hand side repeats with different values. Depending on the value the mapping to the right hand side varies. The left hand side (OAG) looks something like this.
    <PARTNER>
    <PARTNRID>2002</PARTNRID>
    <PARTNRTYPE>Supplier</PARTNRTYPE>
    <ADDRESS>
    <ADDRLINE index="1">2000 Century Way</ADDRLINE>
    </ADDRESS>
    </PARTNER>
    <PARTNER>
    <PARTNRID>204</PARTNRID>
    <PARTNRTYPE>BillTo</PARTNRTYPE>
    <ADDRESS>
    <ADDRLINE index="1">90 Fifth Avenue</ADDRLINE>
    </ADDRESS>
    </PARTNER>
    Please note that the tag PARTNER and it's underlying tags appear twice in the XML file.
    Based on the value in the tag PARTNRTYPE, the mapping to the right hand side differs. If the value is 2002, PARTNRID should map to Supplier ID on the right hand side and if the value is 24, PARTNRID should map to BillTo ID on the right hand side. The right hand side should look something like
    <Supplier>
    <SupplierID>2002</SupplierID>
    <Address>2000 Century Way</Address>
    </Supplier>
    <BillTo>
    <BillToID>204</BillToID>
    <Address>90 Fifth Avenue</Address>
    </BillTo>
    Please let us know how to achieve this. Your help is much appreciated. Thanks in advance.
    Thanks,
    Prasanna

    Hi Prasanna ,
    I am not an expert but what about this:
    <SUPPLIERID>
      <xsl:value-of select="/PARTNER/PARTNRID[../PARTNRTYPE = '2002']"/>
    </SUPPLIERID>
    <BILLTOID>
      <xsl:value-of select="/PARTNER/PARTNRID[../PARTNRTYPE = '24']"/>
    </BILLTOID>or
    <xsl:choose>
      <xsl:when test="/PARTNER/PARTNRTYPE = '2002'">
        <SUPPLIERID>
          <xsl:value-of select="/PARTNER/PARTNRID"/>
        </SUPPLIERID>
      </xsl:when>
    </xsl:choose>
    <xsl:choose>
      <xsl:when test="/PARTNER/PARTNRTYPE = '24'">
        <BILLTOID>
          <xsl:value-of select="/PARTNER/PARTNRID"/>
        </BILLTOID>
      </xsl:when>
    </xsl:choose>Regards Pete

  • Limit words for a comment cell

    Hi All,
    I have a coloum in the last in all data forms to enter comments basically I am using No account for the user to enter the text here. The problem is I want to limit the comment cell to a particular word limit
    say for ex 100 words. Kindly sugguest if there is any way to limit the words in a data form
    Thanks in advance,
    Vikash

    Hi Pavan,
    In order to modify particular cells in WAD you would need to use the table interface. Refer to this document:
    https://websmp104.sap-ag.de/~sapdownload/011000358700000305572005E/HowToTableInterface.pdf
    Hope it helps,
    Regards,
    Nikhil

  • Change error message to warning during pricing condition upper limit check.

    Hi All,
    I have a header condition ZFMN to which maximum amount that can be entered is set to $5000. When I enter the amount greater than this, it gives me error message.
    Could we change it to warning message?

    During Creation of PO when you click PO Check, What Include you are using.
    Cann't you use the BADI ME_PROCESS_PO_CUST and write the code whatever you want in PO_CHECK,
    There during Check you use any FM POP_TO_CONFIRM OR POP_TO_INFORM or show any information Message too.
    Try it once.
    Thanks
    Arbind

  • XSLT include level limit

    I have an XSLT file that an xml file is referring to.
    The XML file calls the XSLT with this line:
    <?xml-stylesheet href="page.xslt" type="text/xsl"?>
    The "page.xslt" then includes another xslt file called "widgets.xslt"
    "widgets.xslt" has about 10 other xslt files included within it. From what I have found, it seems that Safari will not include any other files after the third level (within the widgets.xslt file)
    If I put the includes that I have within the "widgets.xslt" file directly into "page.xslt" everything works. If I don't than the page is blank.
    Also, I though maybe something was wrong with the "widgets.xslt" file, so I tried to just put plain XSLT (no includes) in it to see if it still transforms. When I do this the page works.
    So my conclusion is that Safari only supports 3 levels of included xslt files. Is this true? is there something I can do to fix this. Does anyone have an answer?
    P.S. This works in Firefox 2.0/OS X, Firefox 2.0/Windows, IE6 and IE7 (I am using Safari 2.0)

    You might want to have a look at this site:
    http://webkit.org/

  • Conditional tag identifier in Word?

    I am looking for a possibilty to define conditional tags in my connected Word documents via the Word style-definitions. Does anyone know whether that is possible an how?
    Could not find any hint in the documentation.
    Thx!

    I've just found a reference to the following methods for applying conditional text in Word:
    * Styles with hidden text using different templates
    * "includetext" fields that take content from different sub-documents
    * Macro-controlled conditionals
    * The IF field
    I have no experience of using any of these though. I have also not tested whether these would come across into the RoboHelp output when you update the link. You'd also have the issue of training your users on how to set this up and use it. It doesn't sound like a totally straightforward end user task.

  • Automatic Form Feed - Epson LQ - 2180 printer to R12 in Solaris Environment

    Hi
    We are adding a new Epson dot matrix [ Impact] Printer to our system. [Epson LQ - 2180]
    Server OS: Sun OS sun4v sparc SUNW,SPARC-Enterprise-T5120
    R12 Version: 12.1.3
    This is a network printer. This has been added to the printer server via root. We have configured the Printer in the Front end also via Install -=-> Printer in System Administrator REsponsibility.
    Our goal is to print three programs serially one after the other at a time. The paper input feed is continuous sheet.
    When we print from normal windows applications like notepad and MS-word, the page feed / form feed automatically gets set after each request. So that each request gets started in a New page. But this is not the case when we try to do the same from EBS.
    Is there any special setting / value that we need to set in the Printer Drivers like Arguments, Initialization and reset.
    We referred the printer manual but could not find any specific command or value to be set for Solaris.
    Your help is very much appreciated.
    thanks

    Please see if below metalink note helps you:-
    Are Dot Matrix Printers Supported in R12 of Oracle's E-Business Suite? [ID 1118652.1]
    Dot-Matrix Printer in Apps [ID 1121777.1]
    Where Can One Find A List Of Supported Printers For E-Business Suite [ID 353071.1]
    Thanks,
    JD

  • XSLT source error

    I am using dreamweaver for a XSLT fragement transform of a
    remote RSS feed. This is the feed addess,
    http://newsrss.bbc.co.uk/rss/newsonline_world_edition/middle_east/rss.xml
    when I go in dreamweaver and connect it to this feed it gives and
    error in the bindings panel, "the prefix 'media' has not been
    mapped to any URI (1,1471). I use several feeds from BBC and they
    appear to work fine except for this one.
    Any help would be greatly appreciated.

    Hi,
    Thanks a lot.
    Yes, it works.
    Regards,
    Bala

  • XSLT Mapping: Insert href to other XSLT

    Hi eevrybody,
    we have an XSLT that generates an XML. The generated XML should have an reference to another XSLT.
    With other words: The generated XML has to look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="X:\path\path\AnotherXSLT.xslt"?>  // how do do that?
    <ROOT> ......
    How can we do that?
    Thanks Regards Mario

    Hi
    Try
    <xsl:processing-instruction name="xml-stylesheet">href="X:\path\path\AnotherXSLT.xslt" type="text/xml"</xsl:processing-instruction>
    this should be deifned in the top level template e.g.
    <xsl:template match="/">
         <xsl:processing-instruction name="xml-stylesheet">href="X:\path\path\AnotherXSLT.xslt" type="text/xml"</xsl:processing-instruction>
    </xsl:template>
    Thanks
    Damien

  • Applying LIMIT (dimen.) TO TOP (...) BASEDON (...) structure in OLAP_TABLE

    Hi
    I'd like to know how to apply structure
    LIMIT dimension TO TOP (number of top member performers) BASEDON (measure)
    in OLAP_TABLE.
    For instance I have a cube SALES with 2 measures: SALES_VALUE and QUANTITY and a dimension PRODUCT with two levels: TOTAL and PRODUCT_NAME. Then I want to list 3 products with the highest SALES_VALUE and QUANTITY > 100.
    I can create for example such query:
    SELECT sales_val, quant, product_dsc
    FROM TABLE(OLAP_TABLE(
    'test_schema.test_aw DURATION SESSION',
    null,
    null,
    MEASURE sales_val FROM sales_value
    MEASURE quant FROM quantity
    DIMENSION product WITH
    HIERARCHY product_parentrel
    INHIERARCHY product_inhier
    ATTRIBUTE product_dsc FROM product_description
    ROW2CELL r2c'))
    WHERE
    OLAP_CONDITION(R2C, 'LIMIT product TO product_levelrel eq ''PRODUCT_NAME''', 1)=1
    AND OLAP_EXPRESSION_BOOL(R2C, ' quantity gt 100')=1
    AND OLAP_CONDITION(R2C, 'LIMIT product TO TOP 3 BASEDON sales_value, 1)=1;  ???????
    Instruction above does not work completely well, because it will give 3 rows with top values of SALES_VALUE measure, but in this case OLAP_CONDITION(R2C, 'LIMIT product TO product_levelrel eq ''PRODUCT_NAME''', 1)=1 is not fulfilled (row with values of TOTAL_PRODUCT level appears).
    One can create such query:
    SELECT sales_val, quant, product_dsc
    FROM TABLE(OLAP_TABLE(
    'test_schema.test_aw DURATION SESSION',
    null,
    *'LIMIT product TO TOP 3 BASEDON sales_value', ?????*
    MEASURE sales_val FROM sales_value
    MEASURE quant FROM quantity
    DIMENSION product WITH
    HIERARCHY product_parentrel
    INHIERARCHY product_inhier
    ATTRIBUTE product_dsc FROM product_description
    ROW2CELL r2c'))
    where
    OLAP_CONDITION(R2C, 'LIMIT product TO product_levelrel eq ''PRODUCT_NAME''', 1)=1
    AND OLAP_EXPRESSION_BOOL(R2C, ' quantity gt 100')=1;
    It leads to the same result as the first query.
    What shuold I do to make OLAP_CONDITION(R2C, 'LIMIT product TO product_levelrel eq ''PRODUCT_NAME''', 1)
    fulfill in query above?
    I can add that query below works as it should (LIMIT TO TOP... omitted).
    SELECT sales_val, quant, product_dsc
    FROM TABLE(OLAP_TABLE(
    'test_schema.test_aw DURATION SESSION',
    null,
    null,
    MEASURE sales_val FROM sales_value
    MEASURE quant FROM quantity
    DIMENSION product WITH
    HIERARCHY product_parentrel
    INHIERARCHY product_inhier
    ATTRIBUTE product_dsc FROM product_description
    ROW2CELL r2c'))
    WHERE
    OLAP_CONDITION(R2C, 'LIMIT product TO product_levelrel eq ''PRODUCT_NAME''', 1)=1
    AND OLAP_EXPRESSION_BOOL(R2C, ' quantity gt 100')=1;
    Thank you in advance for any help
    Peter

    Peter, Yes, I hadn't considered the condition sales_value greater than 100 in my mail.
    You can try either of the below limit cmds to include that condition too:
    limit product to limit(limit(limit(product to (product_levelrel eq 'PRODUCT_NAME') AND (sales_value gt 100)) keep top 3 basedon sales_value) sort top 3 basedon sales_value)
    -or-
    limit product to limit(limit(limit(limit(product to product_levelrel eq 'PRODUCT_NAME') keep sales_value gt 100) keep top 3 basedon sales_value) sort top 3 basedon sales_value)
    I dont think one can be sure that having separate olap_condition filters for each condition will work fine all the time. To simulate the cascading of AND operations of where clause (filters) in SQL, we can use the nested limit() function to act on progressively smaller/better qualified resultsets (cells). SQL query would apply the AND filters in any manner or order that the optimizer deems fit whereas using the limit function with keyword "keep" within it indicates an implicit order of filters. SQL query with multiple olap_conditions might rank and find top 3 -or- bottom 5 before it applies the filter "sales_value gt 100". In such a case, you may find that the query will return no rows or return only the top 1 or 2 out of top 3 which are gt 100 -or- in case of bottom, return no rows or return less than 5 members (only those above 100) -- not necessarily 3 "top 3" or 5 "bottom 5" members.
    rgds
    Shankar

  • How can I read digital word in labview?

    Hello,
    I'm using DAQ card (6259) and I want to read a digital word in it.
    for example I want to be able to read the sequence "011000110" that will be send by an outside user (another different kind of card).
    what is the best way to do that?
    thank you
    Solved!
    Go to Solution.

    jackedi wrote:
    [...]the "word" is stream of bits[...]
    So it is serial. This makes it hard to know when the "word" starts....
    If you manage to determine a start condition for the "word", it is simple a series of Highs and Lows which has to be analyzed by your software.
    You should acquire the data with a buffered method (either finite or continuous which is hardware timed).
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Word Object Restrict/Limits at OS level.

    Dear Support.
    Need your Help.
    Can we restrict/limit word object in OS level .
    Regards
    Naveed
    Naveed Amir

    Hi,
    Before moving on, please briefly explain your query so it will be easy for us to give you best.
    What kind of object are you referring to?
    If you mean the objects on the interface, you can make this with some GPO settings.
    If you mean some objects in Visual Basic, I would suggest you to pose your query in MSDN forum to get more effective responses:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=worddev
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Com.sun.syndication.feed.synd.SyndEntryImpl error

    In our project we are getting RSS feeds for that I am using this code to get RSS stock quotes.
    package rssfeed;
    import com.sun.syndication.feed.synd.SyndEntryImpl;
    import java.util.*;import java.io.*;//import java.awt.*;
    import javax.servlet.jsp.tagext.*;
    import javax.servlet.jsp.JspWriter;
    import javax.servlet.jsp.JspException;
    import java.net.URL;import com.sun.syndication.feed.synd.SyndFeed;
    import com.sun.syndication.fetcher.FeedFetcher;
    import com.sun.syndication.fetcher.FetcherEvent;
    import com.sun.syndication.fetcher.FetcherListener;
    import com.sun.syndication.fetcher.impl.FeedFetcherCache;
    import com.sun.syndication.fetcher.impl.HashMapFeedInfoCache;
    import com.sun.syndication.fetcher.impl.HttpURLFeedFetcher;
    import java.util.ArrayList;import sun.text.CompactShortArray;
    import sun.text.CompactShortArray.Iterator;
    import com.sun.syndication.feed.synd.SyndContent;
    import com.sun.syndication.feed.synd.SyndEntryImpl;
    import com.sun.syndication.feed.synd.SyndImage;
    import sun.text.CompactShortArray;
    public class RssFeedExample extends SimpleTagSupport {
    private String uri;
    public void doTag() throws JspException
    JspWriter out=getJspContext().getOut();
    try
    out.println("HI"); System.out.println("URRI"+uri);
    String str="INFY";boolean ok = false;
         try {
         URL feedUrl =new URL("http://rss.cnn.com/rss/money_latest.rss");
    FeedFetcherCache feedInfoCache = HashMapFeedInfoCache.getInstance();
    FeedFetcher fetcher = new HttpURLFeedFetcher(feedInfoCache);
    FetcherEventListenerImpl listener = new FetcherEventListenerImpl();
    fetcher.addFetcherEventListener(listener);
    System.err.println("Retrieving feed " + feedUrl);
    SyndFeed feed = fetcher.retrieveFeed(feedUrl);
    SyndImage image = feed.getImage();
    String imageTitle = image.getTitle();
    String imageDescription = image.getDescription();
    String link = image.getLink();
    System.out.println("IMAGE Info :::::: "+ imageTitle + ", "+imageDescription +","+link);
    SyndContent content = feed.getDescriptionEx();
    System.out.println("Description Ex :::::: "+content.getValue());
    List entriesList = feed.getEntries();
    for (Iterator it = (CompactShortArray.Iterator) entriesList.iterator(); it.hasNext();)
    SyndEntryImpl entry = (SyndEntryImpl) it.next();
    System.out.println("Entries Title Ex :::::: "+entry.getTitleEx().getValue());
    System.out.println("FEED :::::: "+feed);
    System.err.println(feedUrl + " retrieved");
    System.err.println(feedUrl + " has a title: " + feed.getTitle() + " and contains " + feed.getEntries().size() + " entries.");
    // We will now retrieve the feed again. If the feed is unmodified
    // and the server supports conditional gets, we will get a "Feed
    // Unchanged" event after the Feed Polled event
    System.err.println("Polling " + feedUrl + " again to test conditional get support.");
    SyndFeed feed2 = fetcher.retrieveFeed(feedUrl);
    System.err.println("If a \"Feed Unchanged\" event fired then the server supports conditional gets.");
    ok = true;
    catch (Exception ex)
    System.out.println("ERROR: "+ex.getMessage());
    ex.printStackTrace();
    if (!ok)
    System.out.println();
    System.out.println("FeedReader reads and prints any RSS/Atom feed type.");
    System.out.println("The first parameter must be the URL of the feed to read.");
    System.out.println();
    catch(Exception e)
    System.out.println("Exception is in RssFeedExample::::"+e.getMessage());
    static class FetcherEventListenerImpl implements FetcherListener {
              public void fetcherEvent(FetcherEvent event) {
                   String eventType = event.getEventType();
                   if (FetcherEvent.EVENT_TYPE_FEED_POLLED.equals(eventType)) {
                        System.err.println("\tEVENT: Feed Polled. URL = " + event.getUrlString());
                   } else if (FetcherEvent.EVENT_TYPE_FEED_RETRIEVED.equals(eventType)) {
                        System.err.println("\tEVENT: Feed Retrieved. URL = " + event.getUrlString());
                   } else if (FetcherEvent.EVENT_TYPE_FEED_UNCHANGED.equals(eventType)) {
                        System.err.println("\tEVENT: Feed Unchanged. URL = " + event.getUrlString());
    I am getting error like
    com.sun.syndication.feed.synd.SyndEntryImpl required.

    did you look here?
    https://rome.dev.java.net/

  • Problems with alignment when printing a mail merge envelope in Word 2013

    I am using Mail Merge in Word 2013 to print approximately 100 envelopes, size #10 landscape (9.5" x 4.12"), with a return and recipient address.  But when it goes to print, the alignment is completely wrong: it prints the recipient address
    at the "top" of the envelope, and the return address is completely cut off.  I have everything set up correctly in the document file and can preview each one of my envelopes.  Everything looks great on the screen, but the envelopes will
    not print correctly.
    I have verified Word's printer feed method (by going to Envelopes > Feed > Printing Options) so that it matches how the blank envelopes are sitting in my printer tray.  I have verified in both Word and on my printer setup that the #10 envelope
    is the correct paper shape/size.  I have verified the document's orientation (landscape) and the margins.  However, the envelopes still do not print in alignment with how they appear on the screen.  I've tried changing the printer feed method
    and the position of the envelope, but it prints the same way every time -- regardless of which feed direction I choose in Word.  The recipient address is always too high up on the envelope, and the return address is completely cut off.
    On a hunch, I inserted a plain sheet of 8.5" x 11" paper and printed the "envelope" on that.  Sure enough, Word prints the document as if the envelope were glued to the upper right corner of the sheet of paper.  (As in, if I
    attached the #10 envelope to the upper right corner of the sheet of paper, all of the fields would be correctly aligned.)
    How do I fix this and get the envelopes to print correctly?  Please remember that I have tried changing the printer feed method (the direction the envelopes go into the printer) on Word, which has no effect on how the document ends up printing.
    Thank you for your help!

    Hi,
    We would suggest that you do any of the following:
    Update your printer driver.
    Go back to the
    Printing Options
    tab of the Envelope Options
    dialog box, and make adjustments to the printing options. Print the envelope again. Repeat this process until you discover a configuration of printing options that yields the results that you want.
    You may also follow this article steps to Create and print a single envelope test if it works:
    http://office.microsoft.com/en-us/word-help/create-and-print-a-single-envelope-HA102145290.aspx#BM2
    Best regards,
    Karen Hu

  • Importing images in Word Doc

    My colleague recently had Office 2007 installed, then RH 7.
    She started a new project and imported a Word *.docx file. RH
    did everything I expect it to do except for this:
    The images do not appear in the topics. It creates a separate
    project manager folder for the images, as I expect it to do.
    However, the folder seems to contain nothing. Normally, I
    would expect to see images listed there. They aren't in the top
    directory as baggage files, either. They are in .gif and .jpg
    formats.
    The images do show up in the project's Windows directory, in
    the new folder corresponding to the "empty" directory in project
    manager. The Unused Files report finds them.
    I can't figure out what my colleague may have done when built
    the Word .doc -- nothing any different from what I usually do --
    that could explain this. Saving it as .docx or as .doc makes no
    difference. Converting it from .docx to .doc doesn't fix it. The
    import goes exactly the same on my two PCs. One runs Office 2007
    and RH 7. The other runs Word 2003 and RH 7. Of course, .docx won't
    run in the latter environment. Any .docx or .doc files that I built
    work fine.
    I found two workarounds, but first I'd really like to know
    what conditions in her Word files would cause RH to do this. Has
    anyone seen it, and is there a simple way to fix the Word doc?
    Otherwise these are her options:
    Option 1. Create a new Word document in Word 2007 and insert
    the complete original file (the new Word menu moved this to Insert
    > Object > Text from File). Save the new file as .doc or
    .docx. Import the new file into RH 7. Images appear in the topics
    and in the project manager under a new folder. (Copy all and paste
    into the new Word doc also works.)
    She has several large Word documents to deal with, so this is
    less than ideal.
    Option 2. In the new topics in RH, insert the images where
    they belong. While they don't appear in the project manager, the
    insert image dialog finds them. After we insert an image, RH shows
    it in the project manager. Probably, this would take longer than
    Option 1.
    Any ideas?
    Harvey

    Next time you have trouble importing a legacy Word .doc, try
    this:
    In Word, create a new file using the New command and the
    default .dot.
    Insert the contents of the legacy .doc from the menu command
    (not by cutting and pasting).
    In Word 7, they moved the "insert file" command to Insert
    > Object > Text from File . . .
    I'd think "insert text from file" would mean pasting
    something that doesn't include graphics. However, Word will bring
    in everything from the legacy .doc including formatting and styles.
    Save As . . . the new document as .doc or .docx. I don't
    think RH 7 cares. In our experience, jpegs and gifs sometimes were
    missing until we created the new Word file.
    Another wrinkle: In Explorer view, with a folder open, File
    > New allows you to create an empty Word document right there.
    We had some trouble using one of these for importing and saving the
    legacy .doc.
    Didn't have time to track it down. Was the legacy .doc
    created in Word 2003, and the conversion to .docx in 2007 glitched
    some images? In your case, it just happened to the .png files? As
    you previously speculated, images may have been handled differently
    in creating the original .doc.
    My hypothesis here is, whatever the reason for images getting
    lost in the import to Word, everything gets fixed -- even for pngs
    -- when you start with a clean slate in a new Word document created
    from the New menu in Word.
    Harvey

Maybe you are looking for

  • New to Solaris - dual boot question

    I have been using OpenSolaris on my ThinkPad T400s, dual booting with Windows 7. I want to give Solaris 10 a try. I've had it running in Virtual Box under OS X for a while, and I think I'm comfortable enough to try it out on my ThinkPad. Here is my q

  • How do i change the wmode to GPU for all flash?

    I was having lag issues for weeks now.. I started fiddling on the settings with a script called youtube center, I changed the wmode to GPU and the lag issues went away completely. The problem is... i need to do this to every flash video sites beause

  • Creation of PO only with reference with PR

    Hi Friends, I want create PO Only with reference to PR. Without PR, PO should not be created for all document types. Can anybody explain the settings. Thanks in advance, Prabu

  • MO: Operating Unit Non Usable Operating Unit for Multi-Org Conversion

    Hello Hussein I enabled multi org in 11i and mo Operating unit values set as Non Usable Operating Unit for Multi-Org Conversion, is ok to set is value or will that cause any responsibility. In R12.1.3 I am getting an error like this APP-FND-02902: Mu

  • Moron Here.. Someone Please SAVE MY BEHIND!

    I recently upgraded my video card to a ATI all in wonder 2006 256mb, which "forced me to upgrade" to Windows XP from 2000 pro. I had partitioned C: formated it and installed Windows XP on a clean drive.. knowing that ALL of my iTunes files were on a