Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming

Adding About Delphi Programming site to the Delphi 2005 Welcome page

By Zarko Gajic, About.com

Delphi 2005's Welcome Page can easily be modified by adding your favorite links and/or blog RSS feeds. You can add your favorite link to the left column of the page, and add an item in the "Headlines" combobox that (already) contains a list of various blogs

Adding About Delphi Programming to favorite links

  1. Locate the Delphi 2005 installation folder, and the "Welcome page" subfolder
  2. Open the "XML" subfolder
  3. Open the "menuBar.xml" document. Use Notepad or your favorite XML editor
  4. Inside the "menuBar.xml" locate the <title>Resources</title>
  5. 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

  1. Locate the Delphi 2005 installation folder, and the "Welcome page" subfolder
  2. Open the "XML" subfolder
  3. Open the "defaultProviders.xml" document. Use Notepad or your favorite XML editor
  4. Inside the "defaultProviders.xml" locate the last line "</rss>"
  5. 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

Explore Delphi Programming

More from About.com

Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming
  4. Coding Delphi Applications
  5. Delphi Tips and Tricks
  6. 2004 Delphi Tips
  7. Adding About Delphi Programming site (link and the blog RSS feed) to the Delphi 2005 Welcome page

©2008 About.com, a part of The New York Times Company.

All rights reserved.