Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
How To Create an Add-to-Netvibes Button on Your Website
How To Create an Add-to-Netvibes Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News Readers and Aggregators
✍: FYIcenter.com
If you like the "Add to Netvibes" button showing on this site, you can create one for your own Web site by following the tutorial exercise below:
1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file is generated dynamically, take the URL of the script that generates the feed file. For example, this site uses an Atom 1.0 feed file at this URL: "http://dev.fyicenter.com/faq/rss/atom.xml".
2. Take this "Add to Netvibes" image file and upload it to your site:
3. Modify the following HTML code and put it into your Web pages:
<a href="http://www.netvibes.com/subscribe.php?url=AtomFeedURL"> <img src="/add_to_netvibes.gif"" border="0" alt="Add to Netvibes"/></a>
2007-05-12, 8540👍, 0💬
Popular Posts:
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...
.NET INTERVIEW QUESTIONS - What is COM ? Microsoft’s COM is a technology for component software deve...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...