The Artima Developer Community
Sponsored Link

Java Buzz Forum
I used the "old school way"

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Oliver Burn

Posts: 30
Nickname: oburn
Registered: Jun, 2003

Oliver Burn is a solutions architect for KAZ Technology Services.
I used the "old school way" Posted: Jun 9, 2003 2:24 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Oliver Burn.
Original Post: I used the "old school way"
Feed Title: Oliver's Blog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Contains the rantings of me. The thoughts are all personal and do not reflect at all on the companies I work for. (mumble: damn lawyers!)
Latest Java Buzz Posts
Latest Java Buzz Posts by Oliver Burn
Latest Posts From Oliver's Blog

Advertisement

I recently posted a HOWTO on adding comments to your blog in FreeRoller now it has been upgraded. Unfortunately I showed how to do it using the old school way. Luckily an entry has been added to RollerWiki showing the right way.

Originally I gave the complete source to the "_day" template. For completeness, here is my current "Weblog" template:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <title>#showWebsiteTitle()</title>
 <style type="text/css">#includePage("_css")</style>
</head>

<body background="/roller/images/bg-greylines.gif">

<table cellpadding="5" cellspacing="5" border="1" align="center" width="98%">
  <tbody>
  <tr>
    <td width="20%" valign="top" bgcolor="#ffffff">
      #showBasicNavBar(true)<br>
      RSS Feed: #showRSSBadge()<br>
      <br>
      #showWeblogCalendar()<br>
      #showBookmarks("Fav Blogs" true false)<br> 
      #showReferers(15 10)<br>
      #showEditorNavBar(true)<br>
    </td>

    <td width="80%" valign="top" bgcolor="#ffffff">
      <h2>#showWebsiteTitle()</h2>
      #showWeblogCategoryChooser()<br>
      #showWeblogEntries("_day" 20)
    </td>
  </tr>
  </tbody>
</table>

</body>
</html>

Read: I used the "old school way"

Topic: ctl+shift+v in IDEA Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use