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
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.
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.