Monday, February 22, 2010

Epic Failure

Monday, November 23, 2009

Link Love -AIM Custom Media

I'm working with Greg on a large project for the Mercedes Benz Club of American. He's a good guy and knows his field well.


http://www.aimcustom.com

http://www.aimcustom.com/digitalaim/

http://www.amgmarket.com/amg/

http://www.eoecho.com/allthingsmercedes/

Wednesday, July 22, 2009

text.css


body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}
a:focus{outline:1px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

Wednesday, June 10, 2009

FIXED! phpmyadmin install on Ubuntu 9.04

Here's the new config file located in /etc/phpmyadmin/config.inc.php
Make sure to reset your root password if you copy this!

/**
* Debian local configuration file
*
* This file overrides the settings made by phpMyAdmin interactive setup
* utility.
*
* For example configuration see /usr/share/doc/phpmyadmin/examples/config.default.php.gz
*
* NOTE: do not add security sensitive data to this file (like passwords)
* unless you really know what you're doing. If you do, any user that can
* run PHP or CGI on your webserver will be able to read them. If you still
* want to do this, make sure to properly secure the access to this file
* (also on the filesystem level).
*/

/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'noteuhant3'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */


/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['username'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = 'true';

/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
/* Optional: User for advanced features */
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
/* Optional: Advanced phpMyAdmin features */
// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
// $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
// $cfg['Servers'][$i]['relation'] = 'pma_relation';
// $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
// $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
// $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
// $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
// $cfg['Servers'][$i]['history'] = 'pma_history';
// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

/*
* End of servers configuration
*/

/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

Saturday, March 28, 2009

Honda commercial

Honda has the most creative marketing firm ever. Their commercials are always top rate.

Thursday, February 12, 2009

Development PC Configuration

Yesterday Dave and I got it into our heads we need to update our work machines. We were still running XP SP2. We are generally doing Ruby on Rails development, deploying to a linux server. With some side HTMl / PHP work.

Here's the game plan;
1)Format and upgrade to Vista x64
2)Run Ubuntu on a VirtualBox VM
3)Install git / netbeans on Ubuntu

All our development work hopefully will now be done in a proper environment!

Saturday, January 31, 2009

Jet Turbine test

Capt Sullenberger's Airbus hit a 10-14lb goose.

Attached is video of an engine on a test stand when a turbine blade is failed by firing a dead 3lb chicken at the engine.

This test was successful in that the failure was contained, i.e. engine parts did not go beyond the engine cowling.

It does not take long for the engine to destroy itself.