Listing entries tagged with secondlife
The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 1);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 1;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = preg_replace("/&page_section=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
2 - dimensions just aren't enough
12.17.2006, 9:04 PM
Make sure that the document extension is .php and that your server supports PHP documents.
We're burning way too much midnight oil this weekend trying to ready a networked version of the Iraq Study Group report for release next week. We'll introduce the project itself in a few days, but right now i just want to mention that i think we're about at the end of our ability to organize these very complex reading/writing projects using the 2-dimensional design constraints inherited from print. Ben came to the same conclusion in his recent post inspired by the difficulty of designing the site for Mitch Stephens' paper, Holy of Holies. My first resolution for 2007 is to try an experiments building a networked book inside of Second Life or some other three-dimensional environment.
Posted by bob stein at 09:04 PM
| Comments (3)
| TrackBack
tags: design , interface , iraq , secondlife , the_networked_book



