AJAX | JavaScript | HTML | PHP Answers

Questions: 323

Answers by our Experts: 213

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 & Filtering

Sir! I wish to do my project in cloud computing.Please help me how to store or back up data from user into a server.wheather i have to use any special Operating System?..Which web programming shall i choose...And another doubt sir!! you ignore this question or respobnse it..Becoz most of the people never say any answer regarding to this question.........I am helpless please help me...........
The billing department at the bank has asked for your team’s help. They want to develop a program that will determine the monthly charges for checking accounts. The following criteria is to be used:

Balance > or = 100.00 will not be charged fees
Balance < 100.00 will be charged $9.95 monthly fee

Answer the following question on how you would approach the programming logic to handle these conditions:

Explain how each of these design tools are used to represent the programming logic for the two requirements to express the Balance:
Problem analysis chart
Structure chart
IPO chart
Coupling diagram
Which are true about for loops?



A. You need to specify the start value and a terminating condition. For example: the loop start with $x = 3 and ends when $x is less than 10


B. They are exactly the same a while loops.
hint: google for loops vs while loops


C. On each iteration of the for loop, the indexing variable usually, $i, if always incremented by 1


D. $i++ means $i = $i + 1
910209 - Where's ResizeEnd event?
hi
i need to know when resize ends in my Silverlight application. how can i do that?
ResizeEnd exists in a form application, but not in a Silverlight application. how can i resemble it?
ask 10 numbers compute the sum display highest & lowest using ruby on rails application
1) A) Use a loop to print a list of numbers from 1 to 20. You can use either a ‘while’ loop or a ‘for’ loop.

1
2
3
.
.
20
B) Below that, add another loop that will display the numbers 1 through 10 and the times table for the number 7, like this:

1 times 7 is 7
2 times 7 is 14
3 times 7 is 21
.
.
10 times 7 is 70
C) Allow the user to enter a number to be used in the times table in place of the 7.




2) A) Use an ‘if’ statement to calculate the taxes due based on a flat tax rate of 10%, with no taxes due for anyone who has a salary less than $10,000. For this part you can enter the salary directly in the code.
B) Setup the HTML page to allow the user to enter a salary.
C) Adjust your formula so that the tax rate on all income about $25,000 is 20%.
when you have sevral tabs on web site what html code do you use to navigate to the tab you want to select
I've got a PHP/MySQL project from our polytech to make a password recovery system for students for our polytech itself. Could you please let me know if you can help me out with that and about your prices ASAP.

Thanks,
Victor
Hi-
I need write a piece of code that lets me browse for a CSV file, uploada (submits) the CSV file using HTML form and PHP into a mysql database.
here i wrote a code but can you tell me how to increase height from top .hello img {

height : 100px;
width :100px;
margin-top: 84px;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-webkit-transform: rotate(7deg);


-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
-moz-transform: rotate(7deg);
}

img:hover{

}


[url= # ] [img]http://profile.ak.fbcdn.net/hprofile-ak-snc4/41573_196328047353_1229682_n.jpg[/img] [/url]
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS