Results 1 to 4 of 4

Thread: How to create a live bookmarks

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2007
    Posts
    12

    How to create a live bookmarks

    hai guys please any one of you help me to create a page like this

    http://rss.news.yahoo.com/rss/topstories

    this is RSS page.i need to create a books which was in yellow color. can you help me please.....

    with regards
    sridhar

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: How to create a live bookmarks

    An RSS feed is nothing more than data put out in an XML format, with some specific tags. If you view the source of that feed (and others), you should be able to figure out how to put it together.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: How to create a live bookmarks

    In addition, you RSS is data feed and contains no information about presentation (i.e: colour). In general I believe that in browsers specify the layout, however it might be possible to to specify an XSL of CSS style sheet.

    Have a look at this link for XSL specifications and info: http://www.rss-specifications.com/
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to create a live bookmarks

    The "yellow" thing you're referring to is, I assume, the RSS icon in your browser. Once you create your RSS feed, you should create a <link> in your page's <head> to specify the location of the feed. For example, this page has the following link:

    Code:
    <link rel="alternate" type="application/rss+xml" title="VBForums RSS Feed" href="external.php?type=RSS" />
    The browser reads this and appropriately displays the 'yellow' icon.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width