Location: Chadstone, Australia
Member since: March 2012
Best work with lowest price in small time. I am looking to work with you. Thanks you...
[read more]
5.0
Oct 3, 2012
“ Good work, good communication, punctual and available. I will work with him as soon as I get a new mandate in PHP.Good work, good communication, punctual and available. I will work with him as soon as I get a new mandate in PHP. ”
Sep 26, 2012
“ A tough site to scrape, but cwan15 did this fast and provided quality. Highly recommendedA tough site to scrape, but cwan15 did this fast and provided quality. Highly recommended ”
Aug 31, 2012
“ Easy to communicate with and did my project in less than 2 hours from putting it on here at Freelancer. Very knowledgeable and fluent in PHP and I will certainly be hiring again in the future!!!! Top class developer!Easy to communicate with and did my project in less than 2 hours from putting it on here at Freelancer. Very knowledgeable and fluent in PHP and I will certainly be hiring again in the future!!!! Top class developer! ”
Jun 6, 2012
“ Awesome freelancer. Assigned the next job. A++++++++Awesome freelancer. Assigned the next job. A++++++++ ”
Mar 30, 2012
“ I had hired a few freelancers before to complete my project but they were not able to do it and told me it was not possible. But Cwan was able to figure out a way to do it. He did a great job, very smart and knows what he's doing. I highly recommend him.I had hired a few freelancers before to complete my project but they were not able to do it and told me it was not possible. But Cwan was able to figure out a way to do it. He did a great job, very smart and knows what he's doing. I highly recommend him. ”
Mar 27, 2012
“ Another excellent product done fast and for a good price. Good communication and great attitude. A++Another excellent product done fast and for a good price. Good communication and great attitude. A++ ”
Mar 23, 2012
“ Very professional. Second job accomplished. Attention to detail. Will hire again..! THANK YOU...!Very professional. Second job accomplished. Attention to detail. Will hire again..! THANK YOU...! ”
Mar 22, 2012
“ Excellent work. Will use again! Pleasure to work with! A++Excellent work. Will use again! Pleasure to work with! A++ ”
I am looking for a web designer to modify an existing webpage with the following requirements.The website is www.homelover.com.au and is going to be for customers to visit and obtain an instant, free online quote. The website has been created from scratch with Wordpress using the theme “Inovado”. I need you to create a custom form which provides an instant quote. I have tried all form creation addons available, and none of them are able to provide the functions I am after, which includes Gravity Forms and Contact Form 7.Below is a more detailed explanation of the Form used to generate an instant quote to the customer based on their selection of inputs. You can see a somewhat slightly working version of what I want at the "quote" page, but so far, it is not working to what I am wanting to do with it.Initial Input:Selection of whether they would like cleaning on a weekly, fortnightly, or once off basis. If it is once off, then we cannot provide an instant quote, and a separate contact form will appear asking for their details, and we will contact them separately (this form is not as important, and can be implemented later, but the infrastructure must be there). If the selections are weekly or fortnightly, then the bottom parts will appear.Required selections (either checkboxes or radio buttons).• Number of bedrooms• Number of bathrooms• Number of toiletsUsing a formula, we will estimate the amount of time it will take to clean the house. This formula must be in a PHP file, and cannot be shown in HTML when viewing page source. We then apply an hourly rate dependent on whether it will be weekly, fortnightly. The hourly rates must be easily changeable in the future via a php file. If the calculation shows that the time required is less than 2 hours, a 2 hour amount will be shown. All times will need to be rounded to 30 minute intervals. (eg. 2 hours, 2.5 hours, 3.0 hours etc). An easy mathematical formula for doing this is “rounded time = round(calculated time * 2, round to closest integer)/2”. Let me know if there are issues implementing this formula.The final price would be a rate (dependent on weekly versus fortnightly choice) multiplied by time required calculation.When user enters “submit” button, the quote will then appear for the user to see. I would like the price to be updated upon submit button press, as opposed to updating dynamically upon every change of number of bedrooms.Once the submit button is pressed, a standard contact form appears requiring the details of customer. All following fields are required, and the appropriate validation and error message to appear if any of the fields are incorrectly included. The fields are:• First Name, Last Name• Email• Phone Number• Address and Suburb• Preferred day and time of week.• Second submit button.Once all information entered by customer is complete, and they press the second submit button, an email is sent to both the customer, and us. The email will need to be in HTML format such that I can apply CSS and company logo. I will write the email, and this may change from time to time, so it will be good if you could set up some php files where I can easily manipulate to change what to write in the email. The email must be able to call upon elements in the form such as the number of bathrooms, time required, final price, name, etc. More importantly from that is the database will need a keep a record of the time and date at which the person submitted, along with all their details.Please let me know how long it will take for you to complete this, and if there’s any further information you need.Kind regards,LucianI am looking for a web designer to modify an existing webpage with the following requirements.The website is www.homelover.com.au and is going to be for customers to visit and obtain an instant, free online quote. The website has been created from scratch with Wordpress using the theme “Inovado”. I need you to create a custom form which provides an instant quote. I have tried all form creation addons available, and none of them are able to provide the functions I am after, which includes Gravity Forms and Contact Form 7.Below is a more detailed explanation of the Form used to generate an instant quote to the customer based on their selection of inputs. You can see a somewhat slightly working version of what I want at the "quote" page, but so far, it is not working to what I am wanting to do with it.Initial Input:Selection of whether they would like cleaning on a weekly, fortnightly, or once off basis. If it is once off, then we cannot provide an instant quote, and a separate contact form will appear asking for their details, and we will contact them separately (this form is not as important, and can be implemented later, but the infrastructure must be there). If the selections are weekly or fortnightly, then the bottom parts will appear.Required selections (either checkboxes or radio buttons).• Number of bedrooms• Number of bathrooms• Number of toiletsUsing a formula, we will estimate the amount of time it will take to clean the house. This formula must be in a PHP file, and cannot be shown in HTML when viewing page source. We then apply an hourly rate dependent on whether it will be weekly, fortnightly. The hourly rates must be easily changeable in the future via a php file. If the calculation shows that the time required is less than 2 hours, a 2 hour amount will be shown. All times will need to be rounded to 30 minute intervals. (eg. 2 hours, 2.5 hours, 3.0 hours etc). An easy mathematical formula for doing this is “rounded time = round(calculated time * 2, round to closest integer)/2”. Let me know if there are issues implementing this formula.The final price would be a rate (dependent on weekly versus fortnightly choice) multiplied by time required calculation.When user enters “submit” button, the quote will then appear for the user to see. I would like the price to be updated upon submit button press, as opposed to updating dynamically upon every change of number of bedrooms.Once the submit button is pressed, a standard contact form appears requiring the details of customer. All following fields are required, and the appropriate validation and error message to appear if any of the fields are incorrectly included. The fields are:• First Name, Last Name• Email• Phone Number• Address and Suburb• Preferred day and time of week.• Second submit button.Once all information entered by customer is complete, and they press the second submit button, an email is sent to both the customer, and us. The email will need to be in HTML format such that I can apply CSS and company logo. I will write the email, and this may change from time to time, so it will be good if you could set up some php files where I can easily manipulate to change what to write in the email. The email must be able to call upon elements in the form such as the number of bathrooms, time required, final price, name, etc. More importantly from that is the database will need a keep a record of the time and date at which the person submitted, along with all their details.Please let me know how long it will take for you to complete this, and if there’s any further information you need.Kind regards,Lucian
Need someone to customize the elements of my responsive template which will later be used for front-end reservation wizard with 4 steps. Will need to add form fields, drop downs and several pages. Would like to integrate a color customization feature to change button colors and a jquery slide effect to advance to each step of the wizard if possible.Need someone to customize the elements of my responsive template which will later be used for front-end reservation wizard with 4 steps. Will need to add form fields, drop downs and several pages. Would like to integrate a color customization feature to change button colors and a jquery slide effect to advance to each step of the wizard if possible.
Hi there, I have a custom magento theme which needs a quick addition of existing products review feature. I basically want all the reviews displayed on each product page and the review form displayed for new reviews.Hi there, I have a custom magento theme which needs a quick addition of existing products review feature. I basically want all the reviews displayed on each product page and the review form displayed for new reviews.
Need to get all contact information from a website I use regularly. You will need to 1. login2. search for name one alphabet at a time3. select person4. extract data5. move to the next person6. reach end of list from alphabet, move to next alphabet and repeat step 2 to 6Need to get all contact information from a website I use regularly. You will need to 1. login2. search for name one alphabet at a time3. select person4. extract data5. move to the next person6. reach end of list from alphabet, move to next alphabet and repeat step 2 to 6
I need a pop up that basically explains to people that by clicking continue that they understand that my site is adults only and by continuing they are submitting that they are 18 or older and it needs to be cookie based so that it only pops up onceI need a pop up that basically explains to people that by clicking continue that they understand that my site is adults only and by continuing they are submitting that they are 18 or older and it needs to be cookie based so that it only pops up once
Using WooCommerce with the "canvas" theme and I need to manipulate the way that the main shop page / product listing displays. Currently, the standard product listing shows and image with the title and price, regardless of whether the product is sold out or not.The change needed is, if the product is sold out, the product listing page should display the image at 50% opacity, and the price should be replaced with the words "sold out". Hopefully this is relatively simple.Using WooCommerce with the "canvas" theme and I need to manipulate the way that the main shop page / product listing displays. Currently, the standard product listing shows and image with the title and price, regardless of whether the product is sold out or not.The change needed is, if the product is sold out, the product listing page should display the image at 50% opacity, and the price should be replaced with the words "sold out". Hopefully this is relatively simple.
I would like a website built and launched similar to some references that I will supply Within 2 weeks, also needs to be able to provide a free host. I already purchased the web domain.I would like a website built and launched similar to some references that I will supply Within 2 weeks, also needs to be able to provide a free host. I already purchased the web domain.
Inference
hello
Master of Applied IT
Monash University
2005-2007
Senior Web Developer
DFKTV
Senior Web Developer
DFKTV
DFKTV
DFKTV2.com
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
Best work with lowest price in small time. I am looking to work with you. Thanks you
As you use Freelancer.com to complete work, you'll earn badges which appear on your profile.
Elite Badges are very difficult to obtain, obtainable by only our most dedicated users.
Pro Badges are somewhat uncommon but still obtainable with little effort.
Standard Badges are common and easy to obtain.
Freelancer.com (formerly GetAFreelancer, Scriptlance and vWorker/Rentacoder) is the world's largest freelancing, outsourcing and crowdsourcing marketplace for small business. Hire freelancers to work in software, writing, data entry and design right through to engineering and the sciences, sales and marketing, and accounting & legal services.
Find freelance jobs and make money online! We have freelance coders, writers, programmers, designers, marketers and more. Getting the best web design, custom programming, professional writing or affordable marketing has never been easier!
© Copyright 2013 Freelancer Technology Pty Limited (ACN 142 189 759)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)