Adding About Delphi Programming to favorite links
- Locate the Delphi 2005 installation folder, and the "Welcome page" subfolder
- Open the "XML" subfolder
- Open the "menuBar.xml" document. Use Notepad or your favorite XML editor
- Inside the "menuBar.xml" locate the <title>Resources</title>
- Add a new section, like:
<item>
<title>About Delphi Programming</title>
<link>http://delphi.about.com</link>
</item>
Adding About Delphi Programming blog RSS feed
- Locate the Delphi 2005 installation folder, and the "Welcome page" subfolder
- Open the "XML" subfolder
- Open the "defaultProviders.xml" document. Use Notepad or your favorite XML editor
- Inside the "defaultProviders.xml" locate the last line "</rss>"
- Above the last line, add a new section, like:
<group>
<title>Favorite Blogs</title>
<item>
<title>About Delphi Programming</title>
<link>http://z.about.com/6/g/delphi/b/index.xml</link>
</item>
</group>
Finally, reload/refresh your Delphi 2005 Welcome page and the new items will appear in the feed combobox and in the left column.
Delphi tips navigator:
» How to check if a document in a TWebBrowser is located on a local (or network) drive
« Retrieving all image links from an HTML document

