// vnav/projects/future.php $fid = 24; // future $did = 10; // projects include('pebbles.php'); $page['h1'] = 'Future Projects'; $page['title'] = 'Current and Future Projects'; $page['class'] = 'future'; include('preamble.php'); include('markup.php'); include('body.php'); doctype(); head(array('lists')); body(); navs(); content(); include('abbr.php'); $LAZ = strong($laz['label']); $dnews = anchor(id2path(31), 'dnews', 'dnews: Web Developer RSS News Feeds'); $drx = anchor(id2path(30), 'drx', 'drx: Web Developer Resource Index'); $announcement = anchor('/#May-12-2005', 'announcement', 'drx latest news'); $dbrowse = anchor(id2path(29), 'dbrowse', 'dbrowse: MySQL Database Brower'); $Lab = anchor(id2path(9, true), 'Lab', 'Learning Labs'); $Toolbar_Menu = anchor('#menu', 'Toolbar Menu'); $Help = anchor(id2path(26), 'Help', 'Help for ' . $laz['label']); $Feeds = anchor('/#Feb-22-2005', 'Feeds', 'Feeds Announcement'); $XPath = anchor(w3_TR('xpath'), 'XPath', 'XML Path Language'); $Vanilla_Forum = anchor('/app/vanilla/', 'Vanilla Forum', 'Vanilla Discussion Forum'); $blogZero = anchor('/app/s9y/', 'blogZero', $laz['label'] . ' Weblog'); $link = rid2link(1311); $Serendipity = anchor($link->URI, $link->title, 'Serendiptiy Blogging System (s9y)'); $note = strong('Note', 'note', 'Update!') . ':'; print <<<_C
These are either Works in Progress, or will be coming very soon.
A check mark (or radical actually) next to an item indicates completion of that project ${ent['mdash']} although nothing is ever really complete at $LAZ as I am constantly updating or improving things.
$note Regarding #7 above, I${ent['rsquo']}ve taken a slight detour from my original intent, which was to design and hand-code every aspect of this Web site. The new approach involves the use of existing packages, but only if these packages meet certain prerequisites. Namely that they be open-source, produce valid XHTML markup and otherwise fit the overall theme of $LAZ. Two of the newest addtions that fall into this category are the $Vanilla_Forum, and my $Serendipity based blog, $blogZero.
$note $dnews completed in one day. Previous records for productivity shattered .
$note $drx all phases (for now) complete, see the latest $announcement for more information.
$note $dbrowse released for alpha/evaluation purposes. Please have a look at if you${ent['rsquo']}re interested, and consider sending me some feedback.
$note Regarding the dbrowse article and series on MySQL development. I will most likely be writing and publishing this piece on another Web site. I have to mull it over a little more. Stay tuned.
$note Items 2. and 3. are closely related. I am very nearly finished with the browser itself, which is a total rewrite of the original. The new version uses an $XPath like syntax. I${ent['rsquo']}m very excited about this project. The Lab series will include complete documentation of the application as well as some history and background on dynamic Web applications and databases.
_C; updated(); footer(); // vnav/projects/future.php ?>