Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Happens When FireFox Knows a Web Page Has Atom Feeds
What Happens When FireFox Knows a Web Page Has Atom Feeds? - RSS FAQs - Atom Feed Introduction and File Generation
✍: FYIcenter.com
When you use a FireFox browser visiting a Web page that has an Atom feed define, FireFox will display a "live bookmark" icon in the status bar. You can click the "live bookmark" to add the Atom feed to the bookmark list.
If you want to see FireFox's "live bookmark" icon, you can use a FireFox browser
to visit the "webmaster.html" page created in previous tutorials. You will the
"live bookmark" icon displayed in the status bar at the right bottom corner
as shown in the picture below:

Clicking on the "live bookmark" icon, the Atom feed file "atom.xml" will show up
to allow you to select and add to the bookmark list.
2007-05-12, 6275👍, 0💬
Popular Posts:
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...
How To Use "IN OUT" Parameter Properly? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and F...
How To Use "IF" Statements on Multiple Conditions? - Oracle DBA FAQ - Understanding PL/SQL Language ...
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]? a[i] == *...