Help with RSS

Hi guys
Basically, I would like to create a panel for Photoshop CS4
getting an RSS feed of my video tuts. I know how to put the video
window but I would like the RSS links to show the video once
clicked. Kind of like what Scott Kelby did
HERE
but instead of showing the blog post, it would be the video that
would play.
On the back end, would I have to create a separate feed and
blog page with direct video links?
Thanks!

If you know action script and MXML, you can modify the RSS
sample in the Flex Builder.
Use the VideoDisplay control show the video.

Similar Messages

  • Need Help With RSS reader...

    First off, I'm a beginner. And I would love some help with
    this problem.
    I've uploaded the RSS reader to my server, designed it, etc.
    And It will not load the feeds. I've searched through the forums,
    and have come to discover that it is a security issue (one which is
    undoubtedly beyond me). Is it possible to get this to work? I read
    in a previous post that there is a way to use it with a javascript
    code but I'm not sure how to allow this to work.
    My site can be found at
    http://www.thecassidyfeed.com
    I'm fairly confident that all my paths are correct. All of
    the files, the javascript files, etc. are located on the root
    level. Could it be something with the server? I know that it is
    possible that: " url_fopen_disabled " needs to be enabled. My
    server is with MediaTemple.
    I would very much like to use this framework, and I look
    forward to seeing my site up and running. If there is anyone who
    would be kind enough to point me in the right direction I would
    very much appreciate it.
    lauren

    If you look at
    http://www.thecassidyfeed.com/feeds.php?id=19
    you will see something is amiss...

  • Help with RSS feed in home page

    I'm trying to place an RSS feed in my home page. I've
    followed this Dev
    Center guide:
    http://tinyurl.com/ewbdv
    I've gotten everything to work perfectly locally. However,
    when I upload
    the files it won't work online here:
    http://tinyurl.com/ootyn
    The error I receive is:
    Could not find the ColdFusion Component
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    Please check that the given name is correct and that the
    component
    exists. The error occurred in
    C:\domains\burnettcom.com\wwwroot\home.cfm: line 28
    26 : <!--- XSL Transformation --->
    27 : <cfinvokeargument name="xml"
    value="
    http://www.burnettcom.com/blog/?feed=rss2">
    28 : <cfinvokeargument name="xsl"
    value="headlines.xsl">
    29 : </cfinvoke></div><!---end posts--->
    Instead of the path
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    shouldn't it be
    burnettcom/includes/MM_XSLTransform/MM_XSLTransform.cfm
    This is the only thing that I can see that would be wrong.
    Can anyone help me to get this to work online?
    Thanks in advance.

    Thanks A3gis, I just got that part working. I've configured
    it to
    display the title and date for each post.
    The only problem is that the date appears as:
    Tue, 18 Jul 2006 04:38:07 +0000
    I would prefer the date to appear as:
    July 18, 2006
    or
    6.18.06
    Does anyone know how to make this work?
    P.S. Here's the xls file:
    P.S. my XSL fragment is:
    <?xml version="1.0" encoding="iso-8859-1"?><!--
    DWXMLSource="
    http://www.burnettcom.com/blog/?feed=rss2"
    -->
    <!DOCTYPE xsl:stylesheet [
    <!ENTITY nbsp "&#160;">
    <!ENTITY copy "&#169;">
    <!ENTITY reg "&#174;">
    <!ENTITY trade "&#8482;">
    <!ENTITY mdash "&#8212;">
    <!ENTITY ldquo "&#8220;">
    <!ENTITY rdquo "&#8221;">
    <!ENTITY pound "&#163;">
    <!ENTITY yen "&#165;">
    <!ENTITY euro "&#8364;">
    ]>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="
    http://www.w3.org/1999/XSL/Transform"
    xmlns:wfw="
    http://wellformedweb.org/CommentAPI/"
    xmlns:content="
    http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/">
    <xsl:output method="html" encoding="iso-8859-1"/>
    <xsl:param name="ItemsPerPage" select="10" />
    <xsl:template match="/">
    <xsl:for-each select="rss/channel/item[position()
    &lt;= $ItemsPerPage]">
    <xsl:sort select="dc:date" order="descending" />
    <p>
    <a href="{link}"><xsl:value-of select="title"/>
    </a><br />
    <xsl:value-of select="pubDate"/>
    </p>
    </xsl:for-each>
    </xsl:template>

  • Help with RSS Connector

    I would like to use a SharePoint list as an RSS feed into my dashboard. I am using the RSS Connector (with triggers) that came with the Xcelsius install. The connector works fine in a preview mode, but when I try to export the dashboard it hangs on the initialization.

    Hi Frank,
    Could you go to File-> Document Properties and check the option "Show Loading Status".
    Now preview and let me know where exactly it hangs. the Initialize message would be dynamic now and would tell you what is happening in the background.
    Thanks,
    Amit

  • Simple help with RSS issues

    so I made a podcast in garageband, published it using iweb and have submitted it to itunes. Here is my issue. when itunes gives me the breakdown of my rss, I have no picture and the name of my podcast is the generic MUSIC PODCAST. I have looked all over and cannot figure out how to add a picture and change the name of my podcast. help please.

    so I made a podcast in garageband, published it using iweb and have submitted it to itunes. Here is my issue. when itunes gives me the breakdown of my rss, I have no picture and the name of my podcast is the generic MUSIC PODCAST. I have looked all over and cannot figure out how to add a picture and change the name of my podcast. help please.

  • Need help with rss feeds

    I am trying to get mutiple rss feeds auto update on the same page.
    Here is my code for the rss feeds that I have on separate pages and I would like to put on one page:
    PAGE 1
    <head> section
    var dsItem = new Spry.Data.YQLDataSet(
    'select * from xml where url="http://www.voip-news.com/rss/vnar.xml"',
    false,
    format:"xml",
    preparseFunc: function( strxml ){
    var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
    return ds.data;
    <body> section
    <div class="MasterDetail">
      <p class="style10">Select a Channel:</p>
        <div spry:region="dsItem" id="MasterContainer" class="MasterContainer">
          <div spry:repeat="dsItem" spry:test="{ds_RowID}<4" spry:choose="choose">
            <div class="MasterColumn" spry:when="{ds_RowID} == {ds_CurrentRowID}" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:selected="MasterColumnSelected" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
            <div class="MasterColumn" spry:default="default" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
          </div>
        </div>
        <br/>
        <div spry:detailregion="dsItem" class="DetailContainer">
          <div class="DetailColumn"><span class="style9">Category:</span>  <span>{category}</span></div>
          <div class="DetailColumn"><span class="style9">Published:</span>  <span>{pubDate}</span></div>
          <div class="DetailColumn"><span class="style9">Author:</span>  <span>{author}</span></div>
          <br/>
          <div class="DetailColumn"><span class="style9">Description:</span><br><span>{description}</span>  <bu tton onClick="MM_openBrWindow('{link}','','')">More...</button></div>
        </div>
        <br style="clear:both" />
      </div>
       <p class="style19"><a href="index.html">(Close)</a></p>
    </div>
    PAGE 2
    <head> section
    var dsItem = new Spry.Data.YQLDataSet(
    'select * from xml where url="http://www.networkcomputing.com/channel_feed.php?channel_name=UC%20&%2 0VoIP"',
    false,
    format:"xml",
    preparseFunc: function( strxml ){
    var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
    return ds.data;
    <body> section
    <div class="MasterDetail">
      <p class="style10">Select a Channel:</p>
        <div spry:region="dsItem" id="MasterContainer" class="MasterContainer">
          <div spry:repeat="dsItem" spry:test="{ds_RowID}<4" spry:choose="choose">
            <div class="MasterColumn" spry:when="{ds_RowID} == {ds_CurrentRowID}" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:selected="MasterColumnSelected" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
            <div class="MasterColumn" spry:default="default" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
          </div>
        </div>
        <br/>
        <div spry:detailregion="dsItem" class="DetailContainer">
          <div class="DetailColumn"><span class="style9">Category:</span>  <span>{category}</span></div>
          <div class="DetailColumn"><span class="style9">Published:</span>  <span>{pubDate}</span></div>
          <div class="DetailColumn"><span class="style9">Author:</span>  <span>{author}</span></div>
          <br/>
          <div class="DetailColumn"><span class="style9">Description:</span><br><span>{description}</span>  <bu tton onClick="MM_openBrWindow('{link}','','')">More...</button></div>
        </div>
        <br style="clear:both" />
      </div>
       <p class="style19"><a href="index.html">(Close)</a></p>
    </div>
    So basically i need to find out how to combine the two <head> sections with both links, so that when I place the body codes in their <div> tags they will grab the correct rss feeds.
    Thank you,
    cp

    Create a new data set as follows
    var dsItem2 = new Spry.Data.YQLDataSet(
        'select * from xml where url="http://www.voip-news.com/rss/vnar.xml"',
        false,
            format:"xml",
            preparseFunc: function( strxml ){
                var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
                return ds.data;
    Also make sure that you change the HTML markup (data regions and iframe) to reflect this addition

  • Help With RSS Feed

    I am working through the tutorial on consuming a remote RSS
    1.0 feed. I can
    pull in the feeds remotely (see
    http://www.basketballfan.us/).
    The problem
    arises when I try and organize the content source by date or
    limit the
    number of articles that are shown. Every time I do that I get
    this error
    message:
    MM_XSLTransform error:
    "contentsources/cbs.xsl" is not a valid XSLT document.
    Keyword xsl:sort may not be used here.
    The CBS source file URL is
    http://www.basketballfan.us/contentsources/cbs.xsl
    Can anyone help me fix this problem?
    David

    I am working through the tutorial on consuming a remote RSS
    1.0 feed. I can
    pull in the feeds remotely (see
    http://www.basketballfan.us/).
    The problem
    arises when I try and organize the content source by date or
    limit the
    number of articles that are shown. Every time I do that I get
    this error
    message:
    MM_XSLTransform error:
    "contentsources/cbs.xsl" is not a valid XSLT document.
    Keyword xsl:sort may not be used here.
    The CBS source file URL is
    http://www.basketballfan.us/contentsources/cbs.xsl
    Can anyone help me fix this problem?
    David

  • Help with rss.xml feed

    Hey all,
    Trying to get the feed on this page through itunes. iTunes is saying that it couldn't find the rss.xml file.
    http://www.downloadablespanishresources.com/HablemosEspanol/HablemosEspanol.html
    All files seem to be in the correct directories including the rss.xml file
    Any suggestions.
    Thanks
    Michael
    Message was edited by: Michael O'Brien

    It looks like you did not upload the folder called dsr, which is part of the url for the feed.

  • I have read up, and am still having problems with RSS Feed

    Greetings Everyone.
    I really need some help with my RSS feed before I go insane. I would like to think I know what I am doing, but obviously there is some little (or big!) step I am overlooking.
    Ok here is my site: www.drewernst.com it is hosted by asmallorange.com
    My pocast is at www.drewenst.com/podcast
    This is the rss feed iWeb generated: feed://www.drewernst.com/podcast/The%20Jeff%20and%20Drew%20Podcast/rss.xml
    Now, from everything I have read so far - it seems that as long as you get the URL right when you are publishing to a folder, iWeb should do the rest. Also, it is important to put the whole folder containing your podcast in your root web folder otherwise it breaks the feed. Both of these things I have done. (obviously not correctly, or it would be working!)
    I read Many tutorials and topics I could find about this, but it still doesn't seem to work for me. Apple suggests taking the RSS feed an pasting it into itunes under Advanced menu "subscribe to podcast" to make sure your feed is valid before submitting to itunes.
    When I do this, I get an message saying "there was a problem downloading... An unknown error occurred (-50).
    I tried using a feed validator and it came back with so many errors. I just don't know that much about RSS, but i have been working on this for about a month and it's driving me crazy. No one I have asked at the apple store has been any more helpful than to suggest I just buy a .mac account and do it from there(honestly the nerve. wink.) I don't need .mac, I have my own website.
    Thanks in advance.
    Mr. Rss Crazy,
    Drew
    Oh, I tried to be as detailed as possible but if I left anything important out, please just ask...I will be watching this like a hawk.
    iMac 2.0ghz Core 2 Duo   Mac OS X (10.4.8)  

    So, my web-host said that it's a problem with the RSS feed, not there hosting.
    They pointed me to "Feed Validator" which I looked at before. I have a lot of errors.
    http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.drewernst.com%2Fpodcast% 2FThe%2520Jeff%2520and%2520Drew%2520Podcast%2Frss.xml
    Shouldn't Garageband and iWeb have taken care of these errors. I don't even know how I would correct them. I thought this was supposed to be a 1-2-3 process, like the documentation of both programs said.
    Sorry if I sound sarcastic, I am just frustrated.
    iMac 2.0ghz Core 2 Duo   Mac OS X (10.4.8)  

  • Problem with RSS feeds in AppleMail

    If anyone can help, I would greatly appreciate it. I have several RSS feeds that come in through AppleMail. Every so often, it stops receiving all of the feeds (I get an explanation point next to the the RSS header). After a day or so, it will start receiving feeds again. I have no problem getting e-mails... just my RSS feeds. Does anyone have any ideas?
    Thanks!

    I have just experienced the same problem with RSS feeds through AppleMail. A couple of days ago (just after I had upgraded to Aperture 3 - not sure if that's relevant) the exclamation mark appeared next to all the Mailboxes for my RSS feeds, and has not disappeared. If I click on the exclamation mark I get the message "there was an error updating the RSS feed 'Apple Hot News'. The RSS feed is temporarily unavailable because an internal error occurred".
    I have tried shutting down, and deleting the RSS plist - with no effect.
    Other details - the problem exists on a MacBook Pro, running Sno (v 10.6.2 - all updates applied) and Apple Mail v4.2. I can send / receive regular email. I also have an iMac (also running Sno 10.6.2 and Apple Mail v4.2) - RSS feeds work fine on this machine. Both machines use the same wireless broadband router.
    Grateful for any help. Thanks

  • Need help writting rss for preeso

    i need help with preeso to do rss feed. i will pay!! please reply for information

    There's also an example feed in the tech specs: http://www.apple.com/itunes/store/podcaststechspecs.html#example
    If you're still having trouble, send me an email.

  • ITunes rejected my podcast - help with resubmitting

    Hi there! First off I'd like to say that I have "minimal" expertise with podcasts, but have successfully been podcasting for a little over a year now. I'm a DJ and make podcasts of my DJ mixes for promotional use (like many of the 100s that are listed in the iTunes Music Store). I've tried a few times to list my podcast in the ITMS and every time it has been rejected with no specific reason stated (just the generic reasons given to everyone I'm sure). The ITMS did at one point have my podcast come up in it's search results but it never actually worked in allowing someone to subscribe to my podcast. I contacted the ITMS and they have since removed the search results.
    I am trying to resubmit my podcast for approval and now I keep getting an error that the feed has already been submitted. I contacted the ITMS support team and they suggested the following:
    "I also know that when podcasters receive a message that the feed has already been submitted, the iTunes Store is detecting that the podcast is a duplicate. You'll need to follow these steps to resubmit the podcast after making some changes:
    1) Change the title and link fields of your RSS feed to something other than what they are now.
    2) Resubmit the podcast feed via iTunes.
    3) Once you have successfully submitted the podcast, you can change the title and link fields back to what they were."
    I do not know anything about coding and/or XML and use a 3rd party application called Feeder to update my XML file.
    Could someone PLEASE help me? I've been trying to get help with this for many months now, but kept posting under the GarageBand section. I'm thinking I'll get much more intelligent and applicable help over here.
    My podcast is located at http://www.auralpleasuresmusic.com/. The Feed link is http://idisk.me.com/keith_bowden/Public/AuralPleasures.xml (which as you can tell by the URL I use my MobileMe account to host).
    If there is any other information that will help with solving this please let me know and I will provide it.
    Thank you!
    Sincerely,
    Keith

    Your site is produced in iWeb and this will produce a podcast feed for you - perhaps that's how you are starting. The 'auralpleasures' text underneath the logo on your web page has a link to the same feed at feedburner.
    The feed you give the URL for, on your iDisk, has, when downloaded, the filename AuralPleasures.xml.rss - you would do better to remove the .rss extension. However the feed can be subscribed to manually in iTunes. When examined in FeedValidator it says the feed is valid but comments 'Feeds should not be served with the "application/octet-stream" media type' - this may possibly arise from the double extension. However it's quite likely that this is not causing your problem
    There is a bug in the iTunes Store whereby if a podcast is rejected and resubmitted it claims the podcast has already been submitted. In order to get round this you should change the name slightly - you could do this in iWeb and work on from there - for example call it 'Aural-Pleasures'. This would change both the title and the feed filename, and so would make it look like a new feed; then you should be able to resubmit it. I can't advise on how Feeder comes into this.
    This leaves the matter of why your podcast was rejected. Reasons for removal include technical problems (probably not the case here), illegal or objectionable material (again, as far as I can see not the case either) or copyright violation.
    The content of the episodes is 'mixes' and I would hazard a guess that the most likely explanation for your podcast's removal is that the iTunes Store is concerned that you are including copyright material for which you don't have either written permission from the copyright owner or a valid podcast licence from a recognized authority. If this is their concern, and you don't have such clearance, they are not likely to allow you to post your podcast (because under some jurisdictions they may be regarded as co-publishers and liable to the same civil suits as you might be).
    If you do have clearance you need to make this clear to them, though I'm not sure how you can do this other than by contacting Support again, emphasizing the point, and hoping that they respond constructively.

  • Help with if statement in cursor and for loop to get output

    I have the following cursor and and want to use if else statement to get the output. The cursor is working fine. What i need help with is how to use and if else statement to only get the folderrsn that have not been updated in the last 30 days. If you look at the talbe below my select statement is showing folderrs 291631 was updated only 4 days ago and folderrsn 322160 was also updated 4 days ago.
    I do not want these two to appear in my result set. So i need to use if else so that my result only shows all folderrsn that havenot been updated in the last 30 days.
    Here is my cursor:
    /*Cursor for Email procedure. It is working Shows userid and the string
    You need to update these folders*/
    DECLARE
    a_user varchar2(200) := null;
    v_assigneduser varchar2(20);
    v_folderrsn varchar2(200);
    v_emailaddress varchar2(60);
    v_subject varchar2(200);
    Cursor c IS
    SELECT assigneduser, vu.emailaddress, f.folderrsn, trunc(f.indate) AS "IN DATE",
    MAX (trunc(fpa.attemptdate)) AS "LAST UPDATE",
    trunc(sysdate) - MAX (trunc(fpa.attemptdate)) AS "DAYS PAST"
    --MAX (TRUNC (fpa.attemptdate)) - TRUNC (f.indate) AS "NUMBER OF DAYS"
    FROM folder f, folderprocess fp, validuser vu, folderprocessattempt fpa
    WHERE f.foldertype = 'HJ'
    AND f.statuscode NOT IN (20, 40)
    AND f.folderrsn = fp.folderrsn
    AND fp.processrsn = fpa.processrsn
    AND vu.userid = fp.assigneduser
    AND vu.statuscode = 1
    GROUP BY assigneduser, vu.emailaddress, f.folderrsn, f.indate
    ORDER BY fp.assigneduser;
    BEGIN
    FOR c1 IN c LOOP
    IF (c1.assigneduser = v_assigneduser) THEN
    dbms_output.put_line(' ' || c1.folderrsn);
    else
    dbms_output.put(c1.assigneduser ||': ' || 'Overdue Folders:You need to update these folders: Folderrsn: '||c1.folderrsn);
    END IF;
    a_user := c1.assigneduser;
    v_assigneduser := c1.assigneduser;
    v_folderrsn := c1.folderrsn;
    v_emailaddress := c1.emailaddress;
    v_subject := 'Subject: Project for';
    END LOOP;
    END;
    The reason I have included the folowing table is that I want you to see the output from the select statement. that way you can help me do the if statement in the above cursor so that the result will look like this:
    emailaddress
    Subject: 'Project for ' || V_email || 'not updated in the last 30 days'
    v_folderrsn
    v_folderrsn
    etc
    [email protected]......
    Subject: 'Project for: ' Jim...'not updated in the last 30 days'
    284087
    292709
    [email protected].....
    Subject: 'Project for: ' Kim...'not updated in the last 30 days'
    185083
    190121
    190132
    190133
    190159
    190237
    284109
    286647
    294631
    322922
    [email protected]....
    Subject: 'Project for: Joe...'not updated in the last 30 days'
    183332
    183336
    [email protected]......
    Subject: 'Project for: Sam...'not updated in the last 30 days'
    183876
    183877
    183879
    183880
    183881
    183882
    183883
    183884
    183886
    183887
    183888
    This table is to shwo you the select statement output. I want to eliminnate the two days that that are less than 30 days since the last update in the last column.
    Assigneduser....Email.........Folderrsn...........indate.............maxattemptdate...days past since last update
    JIM.........      jim@ aol.com.... 284087.............     9/28/2006.......10/5/2006...........690
    JIM.........      jim@ aol.com.... 292709.............     3/20/2007.......3/28/2007............516
    KIM.........      kim@ aol.com.... 185083.............     8/31/2004.......2/9/2006.............     928
    KIM...........kim@ aol.com.... 190121.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190132.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190133.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190159.............     2/13/2006.......2/14/2006............923
    KIM...........kim@ aol.com.... 190237.............     2/23/2006.......2/23/2006............914
    KIM...........kim@ aol.com.... 284109.............     9/28/2006.......9/28/2006............697
    KIM...........kim@ aol.com.... 286647.............     11/7/2006.......12/5/2006............629
    KIM...........kim@ aol.com.... 294631.............     4/2/2007.........3/4/2008.............174
    KIM...........kim@ aol.com.... 322922.............     7/29/2008.......7/29/2008............27
    JOE...........joe@ aol.com.... 183332.............     1/28/2004.......4/23/2004............1585
    JOE...........joe@ aol.com.... 183336.............     1/28/2004.......3/9/2004.............1630
    SAM...........sam@ aol.com....183876.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183877.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183879.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183880.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183881.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183882.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183883.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183884.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183886.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183887.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183888.............3/5/2004.........3/8/2004............     1631
    PAT...........pat@ aol.com.....291630.............2/23/2007.......7/8/2008............     48
    PAT...........pat@ aol.com.....313990.............2/27/2008.......7/28/2008............28
    NED...........ned@ aol.com.....190681.............4/4/2006........8/10/2006............746
    NED...........ned@ aol.com......95467.............6/14/2006.......11/6/2006............658
    NED...........ned@ aol.com......286688.............11/8/2006.......10/3/2007............327
    NED...........ned@ aol.com.....291631.............2/23/2007.......8/21/2008............4
    NED...........ned@ aol.com.....292111.............3/7/2007.........2/26/2008............181
    NED...........ned@ aol.com.....292410.............3/15/2007.......7/22/2008............34
    NED...........ned@ aol.com.....299410.............6/27/2007.......2/27/2008............180
    NED...........ned@ aol.com.....303790.............9/19/2007.......9/19/2007............341
    NED...........ned@ aol.com.....304268.............9/24/2007.......3/3/2008............     175
    NED...........ned@ aol.com.....308228.............12/6/2007.......12/6/2007............263
    NED...........ned@ aol.com.....316689.............3/19/2008.......3/19/2008............159
    NED...........ned@ aol.com.....316789.............3/20/2008.......3/20/2008............158
    NED...........ned@ aol.com.....317528.............3/25/2008.......3/25/2008............153
    NED...........ned@ aol.com.....321476.............6/4/2008.........6/17/2008............69
    NED...........ned@ aol.com.....322160.............7/3/2008.........8/21/2008............4
    MOE...........moe@ aol.com.....184169.............4/5/2004.......12/5/2006............629
    [email protected]/27/2004.......3/8/2004............1631
    How do I incorporate a if else statement in the above cursor so the two days less than 30 days since last update are not returned. I do not want to send email if the project have been updated within the last 30 days.
    Edited by: user4653174 on Aug 25, 2008 2:40 PM

    analytical functions: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/functions2a.htm#81409
    CASE
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#36899
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/04_struc.htm#5997
    Incorporating either of these into your query should assist you in returning the desired results.

  • I need help with Sunbird Calendar, how can I transfer it from one computer to the other and to my iphone?

    I installed Sunbird in one computer and my calendar has all my infos, events, and task that i would like to see on another computer that i just downloaded Sunbird into. Also, is it possible I can access Sunbird on my iphone?
    Thank you in advance,

    Try the forum here - http://forums.mozillazine.org/viewforum.php?f=46 - for help with Sunbird, this forum is for Firefox support.

  • Hoping for some help with a very frustrating issue!   I have been syncing my iPhone 5s and Outlook 2007 calendar and contacts with iCloud on my PC running Vista. All was well until the events I entered on the phone were showing up in Outlook, but not

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

Maybe you are looking for