[Phphtmllib-devel] SF.net SVN: phphtmllib:[3550] trunk/phphtmllib.newsblob.com/htdocs/resume
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2012-02-01 21:59:23
|
Revision: 3550 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3550&view=rev Author: hemna Date: 2012-02-01 21:59:14 +0000 (Wed, 01 Feb 2012) Log Message: ----------- updated Modified Paths: -------------- trunk/phphtmllib.newsblob.com/htdocs/resume/index.php trunk/phphtmllib.newsblob.com/htdocs/resume/resume.css trunk/phphtmllib.newsblob.com/htdocs/resume/resume_lib.php Modified: trunk/phphtmllib.newsblob.com/htdocs/resume/index.php =================================================================== --- trunk/phphtmllib.newsblob.com/htdocs/resume/index.php 2011-09-03 06:27:50 UTC (rev 3549) +++ trunk/phphtmllib.newsblob.com/htdocs/resume/index.php 2012-02-01 21:59:14 UTC (rev 3550) @@ -128,11 +128,13 @@ //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.", + $bullets = array("Worked on <a href=\"http://www8.hp.com/us/en/software/software-product.html?compURI=tcm:245-936143\">Operations Orchestration - Studio IDE</a>", + "Wrote new debugger for Eclipse version of Studio flow editor.", + "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.", + "Worked on <a href=\"http://www8.hp.com/us/en/software/software-product.html?compURI=tcm:245-936858\">Diagnostics</a> and <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> integration.", "Developed BSM Dashboard integration for Diagnostics product.", "Wrote Diagnostics WebOS application." ); @@ -144,7 +146,7 @@ //Uptilt - $hdr_table = build_item_header("Hiccup Corporation", "2007", "Redwood City, CA", "Experience"); + $hdr_table = build_item_header("Hiccup Corporation", "2007", "Redwood City, CA"); $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>, ". @@ -166,7 +168,7 @@ //Build the First company experience //Uptilt - $hdr_table = build_item_header("Uptilt Corporation", "1/2005-2/2007", "Menlo Park, CA", "Experience"); + $hdr_table = build_item_header("Uptilt Corporation", "1/2005-2/2007", "Menlo Park, CA"); $bullets = array("Senior architect for Emaillabs OOP PHP5 Multi-tier Web Application.", "Rearchitected Emaillabs in an N-tier, Object Oriented approach using common design patterns and abstraction layers.", @@ -182,7 +184,7 @@ HTMLDocument::comment("END Uptilt Experience"), BRtag::factory() ); //Qualys - $hdr_table = build_item_header("Qualys Corporation", "3/2001-1/2005", "Redwood Shores, CA", "Experience"); + $hdr_table = build_item_header("Qualys Corporation", "3/2001-1/2005", "Redwood Shores, CA"); $bullets = array("Senior architect for QualysGuard OOP PHP4 Oracle 8i Web Application.", "Architect of UI layer, DB layer and user management layers in PHP4 objects for QualysGuard.", Modified: trunk/phphtmllib.newsblob.com/htdocs/resume/resume.css =================================================================== --- trunk/phphtmllib.newsblob.com/htdocs/resume/resume.css 2011-09-03 06:27:50 UTC (rev 3549) +++ trunk/phphtmllib.newsblob.com/htdocs/resume/resume.css 2012-02-01 21:59:14 UTC (rev 3550) @@ -50,3 +50,8 @@ background-color: #FFFFFF; margin: 10 0 25 0; } + +ul { + margin: 0 0 0 0; + padding-left: 20px; +} Modified: trunk/phphtmllib.newsblob.com/htdocs/resume/resume_lib.php =================================================================== --- trunk/phphtmllib.newsblob.com/htdocs/resume/resume_lib.php 2011-09-03 06:27:50 UTC (rev 3549) +++ trunk/phphtmllib.newsblob.com/htdocs/resume/resume_lib.php 2012-02-01 21:59:14 UTC (rev 3550) @@ -36,16 +36,16 @@ $text = "$title "; $p_title = new Ptag( array( "class" => "subtitle", "align" => "right"), $text ); - $exp_title_td = new TDtag( array( "width" => "15%", "valign" => "top"), $p_title ); + $exp_title_td = new TDtag( array( "width" => "100", "valign" => "top"), $p_title ); //show the date. - $exp_date_td = new TDtag( array( "width" => "15%" ), " $date"); + $exp_date_td = new TDtag( array( "width" => "150" ), " $date"); //show the company name - $exp_name_td = new TDtag( array( "width" => "45%", "align" => "center"), $name); + $exp_name_td = new TDtag( array( "width" => "200", "align" => "center"), $name); //show the location - $exp_location_td = new TDtag( array( "width" => "25%"), " $location"); + $exp_location_td = new TDtag( array( "width" => "150"), " $location"); $exp_tr->add( $exp_title_td, $exp_date_td, $exp_name_td, $exp_location_td ); @@ -66,12 +66,14 @@ $exp_table = new TABLEtag( $generic_table_attributes ); $bullet_table = build_bullet_table( $bullets ); + $ul_list = build_ul_items($bullets); $space_td = new TDtag( array("width" => "15%"), " "); $p_title = new Ptag( array("class" => "bodyText"), Btag::factory($title) ); $bullet_td = new TDtag( array("width" => "85%"), $p_title ); - $div_table = new DIVtag( array( "class" => "indent"), $bullet_table); + //$div_table = new DIVtag( array( "class" => "indent"), $bullet_table); + $div_table = new DIVtag( array( "class" => "indent"), $ul_list); $bullet_td->add( $div_table ); @@ -80,7 +82,16 @@ return $exp_table; } + function build_ul_items($bullets=array()) { + $ul = ULtag::factory(); + foreach($bullets as $bullet) { + $ul->add($bullet); + } + return $ul; + } + + /** * build the bullet items for a work experience * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |