professional PHP, MySQL, (X)HTML, CSS, JavaScript services

Discussion in 'Programming' started by gerulis, Feb 18, 2011.

  1. #1
    
    /**
     * function to display intro
     */
    public function printIntro(){
    	echo 'Hello,
    		my name is Karolis and I would like to offer my services.
    		I am professional at PHP, MySQL, (X)HTML, CSS, JavaScript;
    		Professional development using Zend Framework, CodeIgniter, CakePHP, jQuery, Wordpress
    		I also know a little of C++, Java, Python, Pascal, ASP.NET MVC (C#), Joomla';
    }
    
    /**
     * function which prints services provided
     */
    public function printServices(){
    	echo 'I can help you out on:';
    
    	$services_arr = array(
    						'bug fixes', 
    						'script installation', 
    						'custom mods/functions/addons/etc.', 
    						'unique systems', 
    						'PSD to (x)html/css', 
    						'PSD to Wordpress themes', 
    						'minor changes with C++, Java, Python, Pascal, ASP.NET MVC (C#), Joomla'
    					);
    
    	echo '<ul>';
    
    	foreach($services_arr as $service){
    		echo '<li>'.$service.'</li>';
    	}
    
    	echo '</ul>';
    }
    
    /**
     *  function to print contact info
     */
    
    public function printContacts(){
    	echo 'Please contact me by PM for other contact details as well as examples and works done.';
    }
    
    //Thank you!
    
    
    PHP:

     
    gerulis, Feb 18, 2011 IP
  2. fancyname

    fancyname Peon

    Messages:
    127
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    // Please PM me with our prior samples of PSD-XHTML work. Thanks.
     
    fancyname, Feb 21, 2011 IP
  3. Scoding

    Scoding Well-Known Member

    Messages:
    1,091
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Creative intro :) Altho not everyone that is looking for web services will understand it, anyhow, sekmes
     
    Scoding, Mar 1, 2011 IP
  4. omarabid

    omarabid Well-Known Member

    Messages:
    1,509
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    130
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    This would help him filter the cs illiterate. That has some upsides.
     
    omarabid, Dec 29, 2011 IP
  5. yowzator

    yowzator Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Sent PM, please respond. Thanks!
     
    yowzator, Dec 29, 2011 IP
  6. camt

    camt Active Member

    Messages:
    215
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    camt, Jan 1, 2012 IP