RSS Feeds with SSL Support

Hello,
To configure my omniportlet to use rss feeds I use the following XSL Filter URL:
http://www.oracle.com/technology/products/ias/portal/viewlets/omniportletnews.xsl
However it is not supporting SSL,(https).
Could someone suggest anyother XSL filter url, so that I could use it to configure rss feeds.
Thanks

This is something that I have asked for in the past as well.
What I have found is that the scrolling seems to speed up as the size of the font and the height of the box become the same.

Similar Messages

  • An RSS feed with future dates is not recognized

    I'm using a jquery function to load an RSS feed with Ajax: Chrome can see both past and future RSS entries but Firefox doesn't show entries with a date in the future: is there something else I should do (I'd like to avoid writing an RSS feed and an html page with the same data that I would have to later update)?

    Do you see the same behavior if you load the feed directly? In Firefox, you can use
    Bookmarks > Subscribe to this page...
    when the page contains a <link> tag recognized as a feed.
    In that case, you might need to bypass Firefox's transformation and parse your XML using your own code.

  • RSS feed with thumbnails

    I'm creating a website where I have a classifieds section with featured ads which I can generate an RSS feed with images for.
    I am looking for a way to set up an rss reader on my dreamweaver homepage which would scroll through the featured ads, which is easy enough to do with the title and description, but I would also like to include the thumbnails.
    I just thought about it because of NetVibes, here's an example on the top left:
    http://www.netvibes.com/yelkezin#Noticias_gerais
    This google ajax API is perfect if I can figure out how to diplay the thumbnails.
    http://code.google.com/apis/ajax/playground/?exp=feeds#dynamic_feed_control_-_vertical
    Does anybody know the code to be able to do this? Or information on how to do this?
    I've been looking all over but haven't found anything concrete that I understand (I am not a programming expert, just a designer looking to spice up my site) Any tiny bit of information or help will be greatly appreciated.

    If you go to this site you will find the google code there.
    http://code.google.com/
    HTH
    Sorry you have already done that, so just edit the code to point to your website, (this is where it says title and url).
    Message was edited by: pziecina

  • Build failure when trying to build haproxy with SSL support.

    Hello everybody,
    I don't know if this is the right "context" to submit this question.
    How ever I'm having problem with building haproxy 1.5.5 with SSL support.
    I'm running SLES 11 SP3 with the latest updates via YAST2.
    Building without SSL support works fine.
    I use the syntax:
    make TARGET=linux2628 USE_OPENSSL=1
    And here is the output:
    gcc -Iinclude -Iebtree -Wall -O2 -g -fno-strict-aliasing -DCONFIG_HAP_LINUX_SPLICE -DTPROXY -DCONFIG_HAP_LINUX_TPROXY -DCONFIG_HAP_CRYPT -DENABLE_POLL -DENABLE_EPOLL -DUSE_CPU_AFFINITY -DASSUME_SPLICE_WORKS -DUSE_ACCEPT4 -DNETFILTER -DUSE_GETSOCKNAME -DUSE_OPENSSL -DUSE_SYSCALL_FUTEX -DCONFIG_HAPROXY_VERSION=\"1.5.5\" -DCONFIG_HAPROXY_DATE=\"2014/10/07\" \
    -DBUILD_TARGET='"linux2628"' \
    -DBUILD_ARCH='""' \
    -DBUILD_CPU='"generic"' \
    -DBUILD_CC='"gcc"' \
    -DBUILD_CFLAGS='"-O2 -g -fno-strict-aliasing"' \
    -DBUILD_OPTIONS='"USE_OPENSSL=1"' \
    -c -o src/haproxy.o src/haproxy.c
    In file included from include/types/acl.h:33,
    from include/types/proxy.h:40,
    from include/proto/log.h:32,
    from includehttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.com/common/cfgparse.h:29,
    from src/haproxy.c:61:
    include/types/server.h:29:25: error: openssl/ssl.h: No such file or directory
    In file included from include/types/connection.h:30,
    from include/types/server.h:36,
    from include/types/acl.h:33,
    from include/types/proxy.h:40,
    from include/proto/log.h:32,
    from includehttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.com/common/cfgparse.h:29,
    from src/haproxy.c:61:
    include/types/listener.h:127: error: expected specifier-qualifier-list before SSL_CTX
    In file included from include/types/acl.h:33,
    from include/types/proxy.h:40,
    from include/proto/log.h:32,
    from includehttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.com/common/cfgparse.h:29,
    from src/haproxy.c:61:
    include/types/server.h:207: error: expected specifier-qualifier-list before SSL_CTX
    In file included from src/haproxy.c:90:
    include/proto/listener.h: In function bind_conf_alloc:
    include/proto/listener.h:130: error: struct bind_conf has no member named file
    include/proto/listener.h:131: error: struct bind_conf has no member named line
    include/proto/listener.h:133: error: struct bind_conf has no member named by_fe
    include/proto/listener.h:133: error: struct bind_conf has no member named by_fe
    include/proto/listener.h:133: error: struct bind_conf has no member named by_fe
    include/proto/listener.h:133: error: struct bind_conf has no member named by_fe
    include/proto/listener.h:133: error: struct bind_conf has no member named by_fe
    include/proto/listener.h:135: error: struct bind_conf has no member named arg
    include/proto/listener.h:137: error: struct bind_conf has no member named ux
    include/proto/listener.h:138: error: struct bind_conf has no member named ux
    include/proto/listener.h:139: error: struct bind_conf has no member named ux
    include/proto/listener.h:141: error: struct bind_conf has no member named listeners
    include/proto/listener.h:141: error: struct bind_conf has no member named listeners
    include/proto/listener.h:141: error: struct bind_conf has no member named listeners
    In file included from src/haproxy.c:107:
    include/proto/ssl_sock.h: At top level:
    include/proto/ssl_sock.h:46: error: expected declaration specifiers or ... before SSL_CTX
    src/haproxy.c: In function display_build_opts:
    src/haproxy.c:272: error: expected ) before OPENSSL_VERSION_TEXT
    src/haproxy.c:274: warning: implicit declaration of function SSLeay_version
    src/haproxy.c:274: error: SSLEAY_VERSION undeclared (first use in this function)
    src/haproxy.c:274: error: (Each undeclared identifier is reported only once
    src/haproxy.c:274: error: for each function it appears in.)
    src/haproxy.c:275: error: OPENSSL_VERSION_NUMBER undeclared (first use in this function)
    src/haproxy.c:275: warning: implicit declaration of function SSLeay
    src/haproxy.c:275: warning: format %s expects type char *, but argument 2 has type int
    src/haproxy.c: In function deinit:
    src/haproxy.c:1188: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1188: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1188: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1188: warning: left-hand operand of comma expression has no effect
    src/haproxy.c:1188: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1188: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1188: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1196: error: struct bind_conf has no member named file
    src/haproxy.c:1197: error: struct bind_conf has no member named arg
    src/haproxy.c:1198: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1198: warning: type defaults to int in declaration of __ret
    src/haproxy.c:1198: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1198: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1198: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1198: error: struct bind_conf has no member named by_fe
    src/haproxy.c:1198: error: struct bind_conf has no member named by_fe
    make: *** [src/haproxy.o] Error 1
    I'm I missing some libs or sources from OpenSSL ?
    And/or need to point them out so that make/gcc can find them?
    I have copy haproxy from another machine where I did the build process on.
    But I would like to be able to build it on my SLES 11 SP3 installation.
    Thank you in advance.

    Originally Posted by smflood
    On 17/10/2014 15:36, mattias bjork wrote:
    > I don't know if this is the right "context" to submit this question.
    >
    > How ever I'm having problem with building haproxy 1.5.5 with SSL
    > support.
    >
    > I'm running SLES 11 SP3 with the latest updates via YAST2.
    >
    > Building without SSL support works fine.
    >
    > I use the syntax:
    >
    > make TARGET=linux2628 USE_OPENSSL=1
    >
    > And here is the output:
    >
    > gcc -Iinclude -Iebtree -Wall -O2 -g -fno-strict-aliasing
    > -DCONFIG_HAP_LINUX_SPLICE -DTPROXY -DCONFIG_HAP_LINUX_TPROXY
    > -DCONFIG_HAP_CRYPT -DENABLE_POLL -DENABLE_EPOLL -DUSE_CPU_AFFINITY
    > -DASSUME_SPLICE_WORKS -DUSE_ACCEPT4 -DNETFILTER -DUSE_GETSOCKNAME
    > -DUSE_OPENSSL -DUSE_SYSCALL_FUTEX -DCONFIG_HAPROXY_VERSION=\"1.5.5\"
    > -DCONFIG_HAPROXY_DATE=\"2014/10/07\" \
    > -DBUILD_TARGET='"linux2628"' \
    > -DBUILD_ARCH='""' \
    > -DBUILD_CPU='"generic"' \
    > -DBUILD_CC='"gcc"' \
    > -DBUILD_CFLAGS='"-O2 -g -fno-strict-aliasing"' \
    > -DBUILD_OPTIONS='"USE_OPENSSL=1"' \
    > -c -o src/haproxy.o src/haproxy.c
    > In file included from include/types/acl.h:33,
    > from include/types/proxy.h:40,
    > from include/proto/log.h:32,
    > from
    > includehttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.com/common/cfgparse.h:29,
    > from src/haproxy.c:61:
    > include/types/server.h:29:25: error: openssl/ssl.h: No such file or
    > directory
    > In file included from include/types/connection.h:30,
    > from include/types/server.h:36,
    > from include/types/acl.h:33,
    > from include/types/proxy.h:40,
    > from include/proto/log.h:32,
    > from
    > includehttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.com/common/cfgparse.h:29,
    > from src/haproxy.c:61:
    > include/types/listener.h:127: error: expected specifier-qualifier-list
    > before �SSL_CTX�
    > In file included from include/types/acl.h:33,
    > from include/types/proxy.h:40,
    > from include/proto/log.h:32,
    > from
    > includehttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.comhttps://www.novell.com/common/cfgparse.h:29,
    > from src/haproxy.c:61:
    > include/types/server.h:207: error: expected specifier-qualifier-list
    > before �SSL_CTX�
    > In file included from src/haproxy.c:90:
    > include/proto/listener.h: In function �bind_conf_alloc�:
    > include/proto/listener.h:130: error: �struct bind_conf� has no member
    > named �file�
    > include/proto/listener.h:131: error: �struct bind_conf� has no member
    > named �line�
    > include/proto/listener.h:133: error: �struct bind_conf� has no member
    > named �by_fe�
    > include/proto/listener.h:133: error: �struct bind_conf� has no member
    > named �by_fe�
    > include/proto/listener.h:133: error: �struct bind_conf� has no member
    > named �by_fe�
    > include/proto/listener.h:133: error: �struct bind_conf� has no member
    > named �by_fe�
    > include/proto/listener.h:133: error: �struct bind_conf� has no member
    > named �by_fe�
    > include/proto/listener.h:135: error: �struct bind_conf� has no member
    > named �arg�
    > include/proto/listener.h:137: error: �struct bind_conf� has no member
    > named �ux�
    > include/proto/listener.h:138: error: �struct bind_conf� has no member
    > named �ux�
    > include/proto/listener.h:139: error: �struct bind_conf� has no member
    > named �ux�
    > include/proto/listener.h:141: error: �struct bind_conf� has no member
    > named �listeners�
    > include/proto/listener.h:141: error: �struct bind_conf� has no member
    > named �listeners�
    > include/proto/listener.h:141: error: �struct bind_conf� has no member
    > named �listeners�
    > In file included from src/haproxy.c:107:
    > include/proto/ssl_sock.h: At top level:
    > include/proto/ssl_sock.h:46: error: expected declaration specifiers or
    > �...� before �SSL_CTX�
    > src/haproxy.c: In function �display_build_opts�:
    > src/haproxy.c:272: error: expected �)� before �OPENSSL_VERSION_TEXT�
    > src/haproxy.c:274: warning: implicit declaration of function
    > �SSLeay_version�
    > src/haproxy.c:274: error: �SSLEAY_VERSION� undeclared (first use in this
    > function)
    > src/haproxy.c:274: error: (Each undeclared identifier is reported only
    > once
    > src/haproxy.c:274: error: for each function it appears in.)
    > src/haproxy.c:275: error: �OPENSSL_VERSION_NUMBER� undeclared (first use
    > in this function)
    > src/haproxy.c:275: warning: implicit declaration of function �SSLeay�
    > src/haproxy.c:275: warning: format �%s� expects type �char *�, but
    > argument 2 has type �int�
    > src/haproxy.c: In function �deinit�:
    > src/haproxy.c:1188: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1188: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1188: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1188: warning: left-hand operand of comma expression has
    > no effect
    > src/haproxy.c:1188: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1188: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1188: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1196: error: �struct bind_conf� has no member named
    > �file�
    > src/haproxy.c:1197: error: �struct bind_conf� has no member named �arg�
    > src/haproxy.c:1198: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1198: warning: type defaults to �int� in declaration of
    > �__ret�
    > src/haproxy.c:1198: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1198: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1198: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1198: error: �struct bind_conf� has no member named
    > �by_fe�
    > src/haproxy.c:1198: error: �struct bind_conf� has no member named
    > �by_fe�
    > make: *** [src/haproxy.o] Error 1
    >
    >
    > I'm I missing some libs or sources from OpenSSL ?
    >
    > And/or need to point them out so that make/gcc can find them?
    >
    > I have copy haproxy from another machine where I did the build process
    > on.
    >
    > But I would like to be able to build it on my SLES 11 SP3 installation.
    So you're trying to build HAProxy 1.5.5 from source?
    Do you have libopenssl and libopenssl-devel installed? What does "rpm
    -qa | grep ssl" report?
    You might have better luck installing HAProxy 1.5.5 already built for
    SLES11 SP3 via the openSUSE Build Service @
    https://build.opensuse.org/package/s...ackage=haproxy
    HTH.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.
    Hello Simon,
    Yes I'm trying to build it from source.
    Unfortunately I don't have them installed.
    Here is the output:
    sudo -i rpm -qa | grep -i ssl
    openssl-0.9.8j-0.62.1
    libopenssl0_9_8-0.9.8j-0.62.1
    libopenssl0_9_8-32bit-0.9.8j-0.62.1
    perl-IO-Socket-SSL-1.38-5.2.2
    perl-Net-SSLeay-1.35-2.14
    openssl-certs-1.97-0.3.1
    Thank you for your speedy reply.

  • Retrieve an RSS feed with socket within script

    Hi, does anyone has ever used a script to retrieve an RSS feed with socket.
    Here is the code I use :
    var webConnect = new Socket;
    var response = new String;
    var rss = "";
    if(webConnect.open("api.meteorologic.net:80","UTF-8")){
    webConnect.write("GET /forecarss?p=Paris");
    response =  webConnect.read(9999999);
    response = response.toString();
    var xmlStart = response.indexOf("<?xml");
    var xmlString = response.substring(xmlStart, response.length);
        try
            rss = new XML(xmlString);      
        }catch(e){ alert('error parsing XML with error \r ' + e.toString()) }
    alert(rss);
    but the display "alert(rss);" is blank while the web page contains much information : http://api.meteorologic.net/forecarss?p=Paris
    thanks for any help..
    Michel

    That's because "publishing a feed" is really "uploading a file to a web server". Most web servers don't allow the HTTP "PUT" method, and most RSS feeds are probably not updated that way. Rather, the feed document is uploaded to the web server in whatever way the web hosting service provides; FTP, or via a POST from a web form. Since there's no standard, it makes sense that there's no API for publishing a feed.
    For any given web hosting service, it's possible to automate the upload; but the details will vary.
    Powerbook G4 1GHz   Mac OS X (10.3.9)  

  • Synchronizing RSS Feeds with MS Exchange

    Hello!
    My company uses Microsoft Exchange as the email server and my email is synchronized using BES.  I have set up some RSS feeds in Outlook -- is there any way to have these feeds synchronized on BlackBerry so that I can read these on the move?
    My device is the BlackBerry Curve 8520 with OS v 5.0
    Many thanks in advance.
    Best,
    KB
    Solved!
    Go to Solution.

    Hello kbelai,
    Welcome to the BlackBerry Support Community.
    Thank you for your question.
    This feature is currently unsupported on devices earlier than BlackBerry device software 6.
    Device running BlackBerry 6 and higher can add RSS feeds using the Social Feeds application.
    Cheers,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Make RSS feed with iWeb, personal domain name

    I have a question I jus can't figure out, even asked at an Apple store today in Minnesota.
    I created my website with iWeb, simple to do and used my personal domain, http://www.jannetwalsh.com.
    I just can't figure out how to create the RSS feed.
    Do I need to place a feed file in the public file where I "house" my site?  Any suggestions would be great.  I am learning and would love to learn more!
    Thanks,
    Jannet

    iWeb is being phased out. Suggest you put your efforts into something you don't have to redo right away.

  • Adding tags to RSS feed with Podomatic to change hosting location

    I'm currently using Podomatic to host my podcasts but I want to move to a different service.  I know that I need to add <itunes:new-feed-url> in the RSS feed for iTunes to see the change but I'm not seeing where I'm able to manually do that in Podomatic.  Unfortunatly Podomatic's customer service isn't helpful and will not provide a solution.  Does anyone have any advice?
    Thank you!

    To Confirm what Roger said - Podomatic sadly is one of those podcast hosts that locks your into their feed.  Like with Souncloud and buzzsprout.  So just make sure your new host is not one of those either.
    Always make sure when picking a podcast host whos feed you are going to use - that you can do these two things with your feed on your own.
    1. Put in the iTunes new feed tag
    2. Add in a redirect from your feed to a new feed. 
    The iTunes new feed tag alone is not good enough you also want the redirect available as well.
    Let us know what the new feed is and I can let you know if you should use it or not.
    Regards,
    Rob W

  • RSS Feed with articles from Creative Knowledge B

    Over 40 MP3 articles from Creative Knowledge Base are available in RSS Feed:
    Creative Knowledge Base | MP3 Players
    Other Feeds

    I got it to work, but I'm not going to share the solution with anyone because nobody even tried to help at all and I'm not sure what caused it in the first place.

  • RSS feed with AS 3

    Can you load an RSS Feed onto a web site with only Flash AS3 or do you need something else like flex?
    If you can, do you know of any tutorials?

    Here's one:
    http://www.gotoandlearn.com/play.php?id=64

  • RSS feeds with ColdFusion?

    I did a forum search here for this before posting but didn't
    really find a definitive answer.
    Is there a good tool to generate RSS feeds when you're using
    ColdFusion as a platform?
    A couple of years ago I purchased a plugin from Interakt
    (sp?) that generated RSS feeds using PHP very quickly (connecting
    to the database, etc.). I just had to enter the parameters that I
    wanted syndicated and PRESTO! Instant RSS!
    Is there a comparable tool (Dreamweaver type plug-in or
    stand-alone application) for ColdFusion? I'm switching all of my
    coding efforts to ColdFusion this year for the college where I
    work.
    thank you!

    > Is there a good tool to generate RSS feeds when you're
    using ColdFusion as a
    > platform?
    You just have to write a xml file with cffile.
    You can find the syntax here :
    http://blogs.law.harvard.edu/tech/rss
    JiBé

  • Apple RSS feeds of the support forum discussions

    This may be off topic a bit but there is no forum for my question...
    I'm trying NetNewsWire Lite to get RSS feeds from these (Apple) discussions. The problem is, in NewNewsWire the shortest time interval between auto updates is 30 minutes. I understand that Apple's feeds only send the last 10 items. In many forums there are more than 10 posts in 30 minutes so some of the posts (threads) are missed.
    Is this correct? There's got to be a way around this???
    Thank you in advance for your reply.

    As explained above, the shortest interval you can set for updates is 30 minutes. There are more than 10 threads posted to the group in that time (in some forums), therefore, even if you set the app to check as often as it can you will still miss some posts...
    And yes I can manually update but I don't sit at my computer 24 hrs a day...
    To get all the posts for very busy forums it would have to refresh every 5-10 minutes and I don't know if there is a reader with the option to check that often.
    Again, is anyone using a reader to read this much activity???

  • RSS Feed with Password Protected Blog

    I just got done setting up a password protected blog on my .mac site w/ personal domain. I tested out the RSS Feed in NewsFire, and it worked fine (prompted for username and password), and it also works in the Mail program. I had a friend ask if it would work in her Google Reader, so I tried it out using my Google account, and it doesn't seem to want to work -- says the feed cannot be retrieved. Same thing when I tried to plug it into my Yahoo page. I set up another site with a test blog w/ no password protection, and it worked fine in the Google reader.
    So I am assuming that the other readers are just not sophisticated enough to display feed from a password protected page. So my question is whether or not there's anything I can do (or advise them to do) to get around it.
    TIA for any perspective.

    Hi, JO
    I'm having the same problem with password protection on, though I hadn't tested with it off.
    I don't have a solution (though I'd like to find one), but I can add more info to the problem: when I tested my website on Internet Explorer in Windows (I run windows on my iMac with Parallels), the search function did work with the password protection on.
    I'd really like to know how to get the Search button to work on the Mac with password protection on.
    NE

  • RSS feed with iWeb

    Hi there,
    Can i add RSS feed onto my iWeb site?
    www.echoplexe.com
    Thanks for your time.
    Martin

    It looks like your site http://www.echoplexe.com is hosted on a 3rd party server, right? So right now what you are doing is doing a "Publish to Folder" in iWeb and then uploading the site files to your server, right? Well, next time you "Publish to Folder" take a closer look at the file dialog window that opens. At the bottom of that window there is actually a field for you to enter your domain so that iWeb can put the RSS feed in there for you... just type in http://www.echoplexe.com/ in there and I think you'll see your RSS feed after you upload.
    If this is useful information to you, please do me a favor and mark this reply as "solved" or "helpful" using the little buttons in the title bar of this reply. I would appreciate it immensely. Thanks.

  • Using RSS feeds with keynote

    Does anyone have an idea how to use RSS feeds within keynote? I don't believe there is any embedded function, but hopefully there is a workaround. Could you download the RSS feed, then somehow reference the text in keynote? Any ideas?

    Welcome Wolf12358
    Easy to do this in Quartz Composer a free developer tool for visual programming. Other route is if you have Keynote08 you can make a hyperlink to a webpage. Save the slide and open in Keynote09 in which this function has been depreciated for whatever reason. Not sure if the RSS feeds will render but give it a try. If you don't have KN08 but can post the URL somebody will make it and post it for you to dl.

Maybe you are looking for

  • Printer problem with HP Z3100

    I have been printing on my Z.3100 with CS4 Photoshop for over a year with no problem. Also was working fine with CS5 Photoshop for about a month in 64-bit mode. Now, when I select Papers/Quality the selection area is blank. This printer works perfect

  • Сan not download  OS X Mountain Lion, v10.8 (4 ) very slow internet

    Сan not download  OS X Mountain Lion, v10.8 (4 ) very slow internet

  • HR forms with YTD detailss

    hi expert, I need a standard HR Forms which has YTD table output. I shall enter the Pernr or Person ID on selection screen and it shall give me the YTD details on the Form. Basically i am stuck because i dont know where to get this YTD information fr

  • Policy.properties and ORASSO.WWSSO_LS_CONFIGURATION_INFO$ Question

    Using 9.0.4.1.0. Can someone explain to me the relationship between ORASSO.WWSSO_LS_CONFIGURATION_INFO$ and the policy.properties file when it comes to login and signoff pages? From what I've read, 9.0.4.1.0 and greater use the file as opposed to the

  • I can't buy in itunes store

    i was creating a apple id so i can download free stuff from itunes store but i have to verify but when i'm trying it this is comming up Your request could not be completed. This email address is no longer associated with Apple ID. can somebody help m