Wednesday, June 27

To do or not to do

At the risk of being repetitive, here's a list of all the things I'd like to do.
  • Nox Sorora site redesign, including a shared, access controlled player note database system, as well as in-character "training" materials done in Flash.
  • Bloghelp, a pop up "help" system for exposition and background info, which can be used to supplement a blog.
  • Teller, a Clan Lord bot, which will act as a gateway for a wide variety of player services, including an anonymizing remailer for character to character email.
  • An improved clanlord.net, linked to Teller, with web services to supplement Clan Lord, with accounts for all players.
  • As a fork of the Teller bot code, a tool for Clan Lord client-side "add-ins", including note taking tools linked to shared databases, and instant messaging.
  • The Puddleby Currency Exchange, an experimental person-to-person web market for the buying and selling of Puddleby coins for cash.
  • Nosuch by email: a mechanism for users to get their fresh nosuch affiliate blog delivered to their email box, either immeadiately, daily, or weekly.
  • A T.E.S. presentation for the novice group.
  • A technology and design testing platform for Pneutopia, my own online world.
  • A New York fetish/SM scene portal, which can eventually include subscription content, as well as free resources.
  • A funny Clan Lord "music video" done in Flash. I won't get more specific, because I don't want to give it away.
So I have a few things on my plate. Ideas are never my problem. It's the execution. I'd gladly trade away half of the creativity for just a wee bit more discipline and industriousness.

I think if I won the lottery, I think I'd set up a small shop, with a web designer/PHP coder, an artist, a C++ developer and a project manager. In the meantime, I suppose I'll have to either be happy with a productivity rate approaching zero, or I'll have to hunker down and get moving.



Older entries

'; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.'

'; } } echo($link); ?>