Akamai: Industry White Papers from the Global Leader in Distributed Computing Solutions
Author: xorprime
tcpa_rebuttal.pdf (application/pdf Object)
Getting and Negotiating the Position – CIO Executive Research Center – CIO
Getting and Negotiating the Position – CIO Executive Research Center – CIO: “combining my range of experiences into a top IT leadership role”
Colours on the web – color theory and color matching
Download phpWebSite – phpWebSite
Download phpWebSite – phpWebSite: “Rsync Commands:
rsync -rtv phpwebsite.appstate.edu::stable-core .
rsync -rtv phpwebsite.appstate.edu::stable-modules [mod | /module]
rsync -rtv phpwebsite.appstate.edu::stable-themes [themes | /theme]
Browse Downloads :
Download Directory
CVS
Web Interface:
Browse
pserver:
0.10.x
cvs -z3 -d:pserver:anonymous@res1.stddev.appstate.edu:/home/cvsroot login
Just hit enter (no password)
cvs -z3 -d:pserver:anonymous@res1.stddev.appstate.edu:/home/cvsroot co phpwebsite-full
Daily Tarball:”
Newsbreak
How to Build an eGov Web site with LAMP
Expiry
Line 78 Listing.php
$mm = substr($this->_expiration, 5, 2);
changes in pinoycp.com
Line 874 Listing.php
if (($i==1) || ($i==2)) {
track 0
track 0: “Hello, I fixed this problem by editing ListingsManager.php in the mod/phpwslistings/class directory.
locate the line
$result = $GLOBALS[‘core’]->sqlSelect(‘mod_listings’,$match_columns);
and replace it with
$result = $GLOBALS[‘core’]->sqlSelect(‘mod_listings’,$match_columns,NULL,’sort_field_name sort_order’);
where sort_field_name is the field you want to sort by and sort_order = ASC or DESC.
My example sorts descending by creation date, as follows.
$result = $GLOBALS[‘core’]->sqlSelect(‘mod_listings’,$match_columns,NULL,’creationdate DESC’);
works for me!'”