Correct. Why would I pay you for something I didn't want done in the first place? If I wanted something programmed, I wouldn't need to create a second account and use a Netherlands IP address to get it done.
He said 5 minutes therefor a buck a minute is good hahahah.. I love that way of thinking... Even if it took five minutes to do something you aren't capable of that doesn't mean it's automatically an insignificant charge. He should read the Picasso Napkin story... Picasso is at a cafe, chilling with his buds, when someone points to his used napkin and asks: -“Can you draw an ear on this napkin?” Picasso complies. -“Can you draw an eye somewhere on this napkin?” Picasso complies again. -“How about a mouth?” Picasso obliges, again. -“Now sign the napkin for me”. Picasso says: “Sure. That’ll be $25,000!” -“$25,000??? But, it only took you two minutes to draw them!” complains the fella. -“Yes, but it took me 25 years for my signature to be worth something,” replies Picasso sheepishly. The point is even if it takes an artist or web designer or graphic designer or programmer a mere 5 to 10 minutes to do something the value of their work is greater than the perceived time. Especially when taking in to consideration the amount of time that went in to developing that skill to produce that work in 5-10 minutes. You are at the mercy of others if you aren't capable of doing something that they are.
LOL, I don't want the money. Look at this code: <div id="cd-login"> <!-- log in form --> <form class="cd-form"> <p class="fieldset"> <label class="image-replace cd-email" for="signin-email">E-mail</label> <input class="full-width has-padding has-border" id="signin-email" type="email" placeholder="E-mail"> <span class="cd-error-message">Error message here!</span> </p> <p class="fieldset"> <label class="image-replace cd-password" for="signin-password">Password</label> <input class="full-width has-padding has-border" id="signin-password" type="text" placeholder="Password"> <a href="#0" class="hide-password">Hide</a> <span class="cd-error-message">Error message here!</span> </p> <p class="fieldset"> <input type="checkbox" id="remember-me" checked> <label for="remember-me">Remember me</label> </p> <p class="fieldset"> <input class="full-width" type="submit" value="Login"> </p> </form> <p class="cd-form-bottom-message"><a href="#0">Forgot your password?</a></p> <!-- <a href="#0" class="cd-close-form">Close</a> --> </div> <!-- cd-login --> <div id="cd-signup"> <!-- sign up form --> <form class="cd-form"> <p class="fieldset"> <label class="image-replace cd-username" for="signup-username">Username</label> <input class="full-width has-padding has-border" id="signup-username" type="text" placeholder="Username"> <span class="cd-error-message">Error message here!</span> </p> <p class="fieldset"> <label class="image-replace cd-email" for="signup-email">E-mail</label> <input class="full-width has-padding has-border" id="signup-email" type="email" placeholder="E-mail"> <span class="cd-error-message">Error message here!</span> </p> <p class="fieldset"> <label class="image-replace cd-password" for="signup-password">Password</label> <input class="full-width has-padding has-border" id="signup-password" type="text" placeholder="Password"> <a href="#0" class="hide-password">Hide</a> <span class="cd-error-message">Error message here!</span> </p> <p class="fieldset"> <input type="checkbox" id="accept-terms"> <label for="accept-terms">I agree to the <a href="#0">Terms</a></label> </p> <p class="fieldset"> <input class="full-width has-padding" type="submit" value="Create account"> </p> </form> <!-- <a href="#0" class="cd-close-form">Close</a> --> </div> <!-- cd-signup --> Code (markup): JS $('[placeholder]').parents('form').submit(function() { $(this).find('[placeholder]').each(function() { var input = $(this); if (input.val() == input.attr('placeholder')) { input.val(''); } }) }); Code (markup): Is it very difficult for you to accomplish this? I wouldn't suggest using it though. This code has serious security flaw, as well as useless bloated as deathshadow pointed out. If he asked me I would do it for him for free.
Oh poor @ViggoAvatar, It seems you have to help yourself. You've helped someone increased post count though.
You're missing the whole point of the story. @ViggoAvatar, you received an offer from @ketting00 to do it for free - I would jump on it