Archive

Posts Tagged ‘and javascript’

Html Php And Javascript File Interlinking

October 29th, 2011 Comments off

I am in the process of creating a product that requires files to be interlinked using a combination of html, php and javascript.

There is a mindmap that illustrates the interlinking goals which should help to clarify your task and my requirements, this will be provided to the successful candidate only, for confidentiality reasons.

There are 2 scripts already used in the project, these need incorporating fully.

This is stage one of the project if this goes well then there will be a more intensive stage later.

I look forwards to adding a coder into my team

igor Griffiths

Great Php And Javascript Skills Needed 2

May 25th, 2011 Comments off

General requirements:

1) Good English
2) Extremely high level of responsibility and professionalism, especially when it comes to communication with a client and completing the work quickly
3) High availability on ICQ or AIM instant messengers
4) Friendliness and a positive attitude is VERY important.

All project-specific requirements are in the file attached.

Great Php And Javascript Skills Needed

May 20th, 2011 Comments off

General requirements:

1) Good English
2) Extremely high level of responsibility and professionalism, especially when it comes to communication with a client and completing the work quickly
3) High availability on ICQ or AIM instant messengers
4) Friendliness and a positive attitude is VERY important.

All project-specific requirements are in the file attached.

Fix Ie Errors And Javascript Errors

April 26th, 2011 Comments off

I have a simple 6 page static site that is pulling up errors in IE. I need them fixed.

http://bit.ly/i7ixb6

Browser And Javascript Detect

December 23rd, 2009 Comments off

I need two things:

1) Using PHP I need to detect the browser and if is not one of the following browsers I need to forward the user to a file called ‘browserMessage.php’. I will build this page myself.

The following browsers are supported. Every other browser needs to be forwarded to ‘browserMessage.php’
FIREFOX 2,3
IE 7,8
SAFARI 2,3

2) I also need is a piece of PHP code that will detect if javascript and if cookies are enabled. If either one is disabled or not present, we need to display text in the window that says:

‘We have detected that your browser currently has javascript or cookies. Please enable these features in your browser before attempting to use the CA-AVRS website. We apologize for the inconvenience.’

Oscommerce Ajax And Javascript

December 10th, 2009 Comments off

We have installed One Page Checkout for Oscommerce
http://addons.oscommerce.com/info/6646
It uses AJAX and JavaScript, and we are not familiar and they are throwing up errors.

So looking for a programmer strong in osCommerce AJAX and JavaScript

Thanks!

Html And Javascript Expert

November 4th, 2009 Comments off

I am looking for an HTML Javascript expert who will be able to do the same linkbucks.com does
a)Intermission ads
b)Top Banner Ads
c)Popup ads .

I am not looking for a complete clone of the above website but only for a html javascript code that will work in all browsers.(I just need example code.I will integrate the code to my website)
In PMB mention the browsers against which you will be testing the code .

Happy Bidding !

Jquery And Javascript Script

August 24th, 2009 Comments off

This is a simple assignment, but I need it done correctly.

You should have a knowledge of Javascript, jQuery (maybe mootools as well, but definitely jQuery) and working knowledge of HTML.

Basically you will be using jQuery and the form plugin here:

http://malsup.com/jquery/form/#getting-started

Also, you can use the scripts from this tutorial as a great starting point:

http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=435

What I need is a script that does the following:

1) You have a web page with a form. It will have a few fields, and when the user hits submit (which is an image submit button), validation will occur. What differs from the tutorial is that I want the validation to occur with alert windows, not the ajax message. I will tell you what fields should be validated.

2) Next, after validation clears, there should be a placeholder image that says “processing your request” as shown in this tutorial:

http://www.electrictoolbox.com/load-content-jquery-ajax-loading-image/

This should take the place of the form div completely – basically the form content div will be replaced with this image. Also, the submit button (which is an image) will be replaced with an image that says “loading…” as well. You’ll see in the electrictoolbox.com tutorial that the code uses setTimeout() with Javascript to (I believe) specify how long the “loading image” remains on the page. You should utilize this and tell me what file and what number I can modify to adjust the time that the “loading image” remains on the page so I can make it longer and shorter.

3) After the specified time that the loading image is displayed, I then want the following to happen:

- Another form to appear via jQuery AJAX (so somehow displayed through the php file called, or something via jQuery) in the same position that the previous form was in – replacing the previous one, with new form fields. Perhaps some fields (I will tell you what the new fields are) should be auto-filled with the values carried over from the previous form submission. The other values will be “hidden” fields in the new form and will be carried over as well.

Also, the image submit button will again be replaced with a similar image that just says something new on it (this is easy I believe, just call a different image via ajax thru jquery to replace the image div I believe, right?).

What happens with this new form, after some validation (which I already have javascript validation scripts for this second form you can use) is that it should be able to be submitted “regularly” to a new PHP file with the post variables being available to utilized on this next new page you will go to.

4) On this next PHP page, you will utilize the Ultracart Javascript Checkout API. Basically, this is what is used on https://www.mylumalife.com/ – so check out the source code. You will be able to re-use the checkoutapi.js and I also already have a PHP relay script written for the API. Additionally, there is a manual that shows an example and all of the API calls you can use. Essentially, what will be happening on this next page is that there will be a credit card field and a few other fields. You need to be able to communicate via the API with the Ultracart checkout and display any errors (play with mylumalife.com to see what I mean), and if there are more errors, be able to display the appropriate fields (for example – when you first go to the page, only the credit card fields will appear, and the name, address, etc. from the previous page will be hidden fields in the form as post variable carried over from the previous page – however, if there is an error, then perhaps those fields will need to be displayed above the credit card field). Another thing that may be needed is a div that is displayed if a checkbox is checked that says “shipping address is different from my billing address” to make those fields appear (different name & address fields) – fairly simple.

Here is what they say in the manual regarding error messages from the API:

Handling Reloads with Error Messages

When you a checkout handoff the customer’s browser is redirected into the UltraCart checkout for completion. If there are any errors that need to be redisplayed to the customer then UltraCart will redirect their browser to the URL that you specified in the handoff call. The error messages will appear in the query string as the parameter specified in the handoff call. Please note that there can be more than one error that needs to be displayed to the customer. For your convience we have provided the method getParameterValues which fetches the error messages. Make sure that your javascript code not only displays the errors, but also should reload all the fields on the page so that customer only needs to fix the error fields and not respecify everything.

I believe in the mylumalife.com example they use the file /js/all.js to check the billing address versus the shipping address, etc. – so checkout that file. You should be able to tell me what all they are doing in this file. They use jQuery and a cart.js aspect within all.js to do work with the API.

There is also a log of calls and error log that can be seen / attained to work with this portion of the assignment.

Essentially we want the same behavior as mylumalife.com in terms of the final segment and the checkout process – which basically deals primarily with the submitted values to the API.

Please in your reply state your experience with jQuery and that you have reviewed these sites and also offer any questions you might have on the project. Apply for the project only if you are serious and can do the job right. There may very well be more work for you in the future.

Thanks and good luck!

Php And Javascript Expert

June 8th, 2009 Comments off

Hi,

I need a javascript and php expert to complete the following task for me.

I am currently developing a premium wordpress theme which allows users to edit the css of the theme from inside the woedpress dashboard. I want to add a preview feature inside the wordpress dashboard similar to what is available here: http://yvoschaap. com/wpthemegen/

I have added an image to this listing with an example of what I would like the finished job to look like.

All functions are already added to the theme so you will not need to do any of this. just make sure the preview is created when people change the options and press the preview button.

At the moment when people click the save button inside my wordpress theme a css file called unlimited.css is created which is used as the style sheet for the theme.

What I want to happen is the preview button to create a css sheet called preview.css and for the preview section to show what the blog would look like when the changes are saved.

If you have any questions please ask

Thank you

Need Php And Javascript Expert

June 1st, 2009 Comments off

Hi,

I need a php and java expert to create a tabbed options panel inside our wordpress premium theme admin page.

The tabbed panel I want created needs to be similar to the one inside the constructor theme which I have attached to this project. If you go inside the theme options for this theme you will see the tabbed panel there.

None of the functions that the constructor theme has need to be added just the tabbed admin panel so our programmer can add the tabs and other options as we go along.

Thanks

Paul

Php And Javascript Form

March 23rd, 2009 No comments

***Project Overview***
I currently have a PHP page that has approximately 60+ fields with about 1/2 required to be filled with data and most data to be validated prior to form submission. I have 95% of the form field validation complete on the client-side (via JavaScript file called externally from the HTML page). I need approximately two or three validations to complete the JavaScript portion of the project.

Additionally, the PHP file “processes” the data once the form is submitted and ensures that all form fields are validated. If the data fields do not clear validation, the form is shown with the errors so that the user is asked fix their them. The current state of the PHP is that there a few minor issues to fix, such as undeclared variables that pop-up. Currently I have a list of about 6 to 8 errors with undeclared variables.

Lastly, I have a data file that is written to once the form passes PHP validation. The data writing portion of the script is pretty much completed, but several data fields have been added since I started working on the form. I do have the new data file requirements since I first created the data-writing function. This should be fairly easy to go about adjusting since the routines are there.

This project will need to be finished by Wednesday, if possible. I would request that this be worked on by a US programmer (due to consideration of timezones). Additionally, the final project must be “heavily” documented since this project may be worked on by other entities in the future once this has been posted online.

Programmer Requirements: JavaScript, XHTML, PHP, and Data-Writing via PHP based on provided data file format requirements.

Bear