[Phphtmllib-devel] SF.net SVN: phphtmllib:[3538] trunk/phphtmllib.newsblob.com/htdocs/resume/ index
Status: Beta
Brought to you by:
hemna
|
From: <he...@us...> - 2010-11-21 19:01:20
|
Revision: 3538
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3538&view=rev
Author: hemna
Date: 2010-11-21 19:01:14 +0000 (Sun, 21 Nov 2010)
Log Message:
-----------
some more updates for WebOS and Diagnostics
Modified Paths:
--------------
trunk/phphtmllib.newsblob.com/htdocs/resume/index.php
Modified: trunk/phphtmllib.newsblob.com/htdocs/resume/index.php
===================================================================
--- trunk/phphtmllib.newsblob.com/htdocs/resume/index.php 2010-11-19 23:53:42 UTC (rev 3537)
+++ trunk/phphtmllib.newsblob.com/htdocs/resume/index.php 2010-11-21 19:01:14 UTC (rev 3538)
@@ -45,10 +45,10 @@
$table1 = new TABLEtag( $generic_table_attributes );
$address = new Ptag( array("class" => "address", "align" => "right") );
$address->add( "Walter A. Boring IV", BRtag::factory(),
- "353 Jai Dr.", BRtag::factory(),
- "San Jose, CA. 95119", BRtag::factory(),
+// "353 Jai Dr.", BRtag::factory(),
+// "San Jose, CA. 95119", BRtag::factory(),
//"(408) 578-5768", BRtag::factory(),
- mailto("wab...@uh..."),phphtmllib::_HTML_SPACE);
+ mailto("wab...@he..."),phphtmllib::_HTML_SPACE);
$address->set_collapse();
$table1->add_row( new TDtag( array("width" => "80%"), " ", FALSE),
@@ -86,7 +86,7 @@
$title_td = new TDtag( array( "width" => "15%", "valign" => "top"), $p_title );
$p_summary = new Ptag( array( "class" => "summ"),
- "Fifteen years work experience in the software design and development field, specializing in Linux\n ".
+ "Twenty years work experience in the software design and development field, specializing in Linux\n ".
"based applications covering a broad range of development from E-Commerce solutions to wireless\n ".
"networking technology research. Provided development leadership for internet startups, \n ".
"corporations and governmental contracts." );
@@ -102,12 +102,13 @@
$title_td = new TDtag( array( "width" => "15%", "valign" => "top"), $p_title );
$p_summary = new Ptag( array( "class" => "summ"),
- "Strong PHP, SQL, HTML, XHTML, XML, CSS, JavaScript, DHTML, AJAX, SOAP, REST, ",
+ "Strong PHP, SQL, HTML, XHTML, XML, CSS, JavaScript, DHTML, AJAX, SOAP, REST, WebOS, ",
"C/C++, TCP/IP, Python, Perl, Tcl/Tk,\n".
"Java, MySQL, Oracle v8, PostgreSQL, QT1.44, Linux developer/administrator, POSIX threads, \n".
"Apache, CVS, Subversion, Photoshop, GIMP, author of ");
$p_summary->add( Atag::factory("http://phphtmllib.newsblob.com", "phpHtmlLib",'', "phphtmllib") );
$p_summary->add( ", contributor to ", Atag::factory('http://adodb.sourceforge.net', 'ADODB'));
+ $p_summary->add( ", Author of ", Atag::factory('http://www.precentral.net/app-gallery/beta/aviation-weather', 'WebOS AviationWeather'));
$summary_td = new TDtag( array( "width" => "85%" ), $p_summary );
@@ -123,8 +124,27 @@
$c->add( BRtag::factory() );
//Build the recent company experience
+
+ //HP
+ $hdr_table = build_item_header("Hewlett Packard", "12/2007-", "Roseville, CA", "Experience");
+
+ $bullets = array("Software Engineer on Java based <a href=\"https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-15-25^2872_4000_100__\">Transaction Vision</a>, which is part of the greater <a href=\"https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-15-25_4000_100__\">Business Availability Center</a> application.",
+ "Wrote REST Client layer for the UI to talk with the back end Analyzer services for 9.0.",
+ "Wrote Data Collection Filter UI in Java SWING for 9.0.",
+ "Wrote data access layer for reporting pages for 9.0.",
+ "Maintained various JSP admin pages prior to move to SWING UI.",
+ "Developed BSM Dashboard integration for Diagnostics product.",
+ "Wrote Diagnostics WebOS application."
+ );
+
+ $bullet_table = build_item_bullets( "Senior Software Engineer", $bullets );
+
+ $c->add( HTMLDocument::comment("BEGIN HP Experience"), $hdr_table, $bullet_table,
+ HTMLDocument::comment("END HP Experience"), BRtag::factory() );
+
+
//Uptilt
- $hdr_table = build_item_header("Hiccup Corporation", "2/2007-", "Redwood City, CA", "Experience");
+ $hdr_table = build_item_header("Hiccup Corporation", "2007", "Redwood City, CA", "Experience");
$bullets = array("Senior architect for Web 2.0 <a href=\"http://www.hikkup.com\">www.hikkup.com</a> OOP PHP5 Application using <a href=\"http://phphtmllib.newsblob.com\">phpHtmlLib</a>, ".
"<a href=\"http://www.prototypejs.org/\">Prototype</a>, ".
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|