AJAX | JavaScript | HTML | PHP Answers

Questions answered by Experts: 166

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

I am trying to launch a date/time script. When I initially launch the form I encounter a permission error 54 . Once I answer yes and OK the form loads and I can select the calendar and it functions properly. The HTML runs through the form two times onload and I think the external scripts are causing the error. How can I get by the errors to allow me to use the date and time calendar without having a permission error?
I am attempting to format an e-book in HTML for Amazon's Kindle. I have a software called "Coffee Cup" but am not an expert with HTML codes. I wanted to hire someone to create a template for me based on the first 20 pages of the book. I can then follow your template and formate the remainder of the book. Is this doable today? If so, I can send the first 20 pages.
Ok, im having a problem figuring out how to create a repeat while statement.&
Here is the source of my assignment -&
& switch (menuOption)&
& {&
& case 1:&
& case 2: & & //etc&
How can I create a repeat while loop which is meant to be before the switch statement? Thanks
1- Combine the 2 final folder and create one web page
2- Create another Java script animation in this web page
3- Link all of JavaScript assignments on this webpage
4- The web page must contain pictures and background music
5- Use an extra animation on this web page
6- Add your email as a link to the index page
7- Add the scrolling text to this page
8- Remember by creating this webpage you are selling a product
9- Use the first name and last name form as an order form
10- Example for the animation is: if you are a car seller you can apply this animation and movement for a car
Working with operators and expressions. I need to create a fuction named addTime() that will create a new date object by ading a specified number of milliseconds to an initial time value. The function has 2 parameters, oldTime & milliSeconds. oldTime store date object representing an initial time value, milliSeconds stores amount of time, in milliseconds t hat should be added to oldTime parameter.
I am working on a program to scroll text vertical with a start and pause button and I can not get the text to move. Can you provide assistance? Here is my code:

function moveMarquee(){

for (var i=0; i < marqueeTxt.length; i++){

topPos = parseInt(marqueeTxt.style.top);

if (topPos < -110) {
topPos = 700;
} else {
topPos -= 1;
}

marqueeTxt.style.top = topPos + "px";

}
}
As i see, we can't set AJAX's character,it only use "utf-8" to carry it's data.
Is there any way we can change it's default character?
What is the difference between POST and GET methods?
What do the tags in HTML like this mean: <example /> I'm just a beginner with some experience from before.
I am looking to have a cms which lets users to write a post in 5 different languages, side-by-side (in 5 columns by the language name at top and the text at buttom), editting the post sould be limited to editors. It must be very simple to use, archive, search has to be on place.
Is it possible to amend any ready to use cms scripts to acheave this? I do not want to use complicated cms and plugins and themes, one admin area, edit page and front page is enough.
LATEST TUTORIALS
APPROVED BY CLIENTS