« November 2012 | Main | January 2013 »
December 24, 2012
CSS3 Tips
A List Apart: Articles: Learning to Love the Boring Bits of CSSPosted by pj at 11:15 AM | Comments (0)
December 17, 2012
Switch between ChromeOS and Chrubuntu
Right now, you're in ChrUbuntu but if you reboot, you'll be back in Chrome OS. To make ChrUbuntu the default, run:
sudo cgpt add -i 6 -P 5 -S 1 /dev/sda
(password is "user"). It should be possible to run this from ChrUbuntu or Chrome OS.
To make Chrome OS the default again, either turn off Developer Mode, or run:
sudo cgpt add -i 6 -P 0 -S 1 /dev/sda
Posted by pj at 06:55 PM | Comments (0)
December 13, 2012
Select options for this and next year
$yopts = just::options("
(select
to_char(to_timestamp( now()::abstime::int4), 'YYYY')::integer as labello,
'year_'||to_char(to_timestamp( now()::abstime::int4), 'YYYY')::integer::text as year)
union
(select (to_char(to_timestamp( now()::abstime::int4), 'YYYY')::integer) + 1 as labello,
'year_'||((to_char(to_timestamp( now()::abstime::int4), 'YYYY')::integer) + 1)::text as year)
"
, 'year', 'labello');
Posted by pj at 12:49 PM | Comments (0)
December 09, 2012
Service Design vs Project Management
Posted by pj at 12:04 PM | Comments (0)