Updated: 4/28/2002; 7:41:00 AM.
Dave's Handsome Radio Blog!
Murphy-willing, a mind bomb a day keeps the doctor away!
        

Monday, April 08, 2002


bundle //set the initial post text
  • local (s, indentlevel = 0)
  • on doline ()
    • local (lt = op.getlinetext ())
    • if indentlevel > 0
      • s = s + string.filledstring ("\t", indentlevel) + "<li>" + lt + "</li>"
    • else
      • s = s + "<b>" + lt + "</b>"
    • if op.countsubs (1) > 0
      • local (flcollapse = true)
      • if op.subsexpanded ()
        • flcollapse = false
      • else
        • op.expand (1)
      • op.go (right, 1)
      • s = s + "<ul>\\r"
      • indentlevel++
      • loop
        • doline ()
        • if not op.go (down, 1)
          • break
      • indentlevel--
      • s = s + string.filledstring ("\t", indentlevel) + "</ul>\\r"
      • op.go (left, 1)
      • if flcollapse
        • op.collapse ()
    • else
      • s = s + "\\r"
  • doline ()
  • system.temp.radio.misc.initialPostText = s
  • wp.newtextobject (s, @scratchpad.testtext)
8:22:11 PM

A picture named reptilebrain.gifA picture named reptilebrain.gifA picture named reptilebrain.gif 1:11:50 PM

Lawrence, here's some feedback on the new design for the DaveNet site.

  • The left-edge links should be a smaller font size, sans serif, to set it off from the essay text.
  • Create a page for search, and link to it along with the rest of the left-links. It dominates. It's the first thing my eye goes to. That's not cool. The essay wants less competition from the overhead.
  • Make the Editors Only menu smaller. It matters how it looks to me. Use the same style you use for navigation links.
  • The bottom of the page is a disaster. Here are some ideas to set it off and keep it from interfering with the essay. Stretch everything out across the full width of the page. Use a smaller font/size (sans serif, same as navlinks, editors only menu). Put an <hr> between it and the essay.
  • 5. I don't like the offwite background. Switch to white.
11:06:44 AM

A picture named gotaweblog.gif 7:48:24 AM

 
April 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Mar   May


Click here to visit the Radio UserLand website.

Click to see the XML version of this web page.


Click here to send an email to the editor of this weblog.

Click on the coffee mug to add Dave Winer's Instant Outline to your Radio UserLand buddy list.

Recent Posts
A test of enclosures
 4/24/02
Some random article with an ampersand in the link
 4/22/02
Hehee *cough* tease *cough* oops
 4/10/02
Why I'm a Lifetime Mets Fan
 4/7/02
Ole and Lena
 4/6/02
Writing Solid Code in 2002
 4/6/02
Testing my shortcut
 4/6/02
This post has a title
 4/6/02
Uncle Davey's Lonelyhearts Club Band
 4/1/02
Cell spacing in recentTitledBlogPosts
 3/31/02
New feature: Recent Posts
 3/29/02
Instant Outline Post
 3/27/02
Instant Outline Post
 3/27/02
Is it time for a directory of weblogs?
 3/26/02
Are desktop web servers cool or not?
 3/26/02
Playing with a new API
 3/18/02
Testing categories and publishing
 3/15/02
BigCo's get Vague Support from Quote Mills
 3/14/02
Playing with a new API
 3/13/02
Mike Krus spots a bug
 3/13/02
Testing a new feature
 3/12/02
Google-It! macro for Radio 8
 3/12/02
This post only has a title, no link
 3/11/02
When to give away the technology
 3/11/02
Experts: Sun lawsuit reaches too far
 3/11/02


Current disclaimer: Why yes I am cheeky. And I don't know my place!



© Copyright 2002 Dave Winer.
Last update: 4/28/2002; 7:41:00 AM.