Looking to outsource to a quality coder.

Discussion in 'Programming' started by DomainerHelper, Nov 14, 2012.

  1. #1
    I have a large workload all the time. I need to have people on the side I can trust to do the job right and code to my standards. I need people that are MASTERS of PHP, not beginners. Javascript/Ajax pros too... not JQuery... Javascript/Ajax. I get a lot of customers that want 100% code from scratch and they pay well for it.

    Please send code samples of your work to be considered.

    Rules:

    1. You must code ALL code separate from design. So, none of this crap:

    
    
    <?php if (!empty($_POST['var'])) { ?>
    <p>hello world</p>
    <?php }else { ?>
    <p>goodbye world</p>
    <?php } ?>
    
    
    PHP:
    it should be:


    
    <?php
    if (!empty($_POST['var'])) {
         $message = 'Hello World';
    } else {
         $message = 'Goodbye World';
    }
    echo '<p>' . $message . '</p>';
    ?>
    
    PHP:
    I like to be able to manipulate individual strings at the end of the script if needed and do not want stuff just echoed throughout the script.

    2. You must use single quotes to contain strings. I hate having to comment out quotes and what not, it is just a time waster.

    3. You must be elite. I don't pay "Indian prices", I pay legitimate prices for work.

    4. You must speak native english. Not spanglish or pakistanglish. I do not have time to interpret.

    Send examples of code to
     
    Last edited: Nov 14, 2012
    DomainerHelper, Nov 14, 2012 IP
  2. bagfull

    bagfull Well-Known Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    so what kind of work u will be sending ?
     
    bagfull, Nov 14, 2012 IP
  3. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    As Seller:
    100% - 1
    As Buyer:
    92.3% - 12
    #3
    I figured you could tell from the code I posted and the fact that my signature says "LAMP Web Developer / Linux Administrator".

    You failed the IQ test.
     
    Last edited: Nov 14, 2012
    DomainerHelper, Nov 14, 2012 IP
  4. DomainerHelper

    DomainerHelper Well-Known Member

    Messages:
    445
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    100
    As Seller:
    100% - 1
    As Buyer:
    92.3% - 12
    #4
    If you PM me asking for examples of the work I would require then your message will be replied to informing you that you failed to follow instructions. I am doing the interviews, not the other way around. For those that can follow instructions, it is worth it.
     
    DomainerHelper, Nov 14, 2012 IP
  5. omgitsfletch

    omgitsfletch Well-Known Member

    Messages:
    1,222
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    145
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    I don't see the email to send sample code to?
     
    omgitsfletch, Nov 15, 2012 IP