Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi.I want to use ajax(like main picture change after 3 second),in my web site....
also i want to use different slidebars etc ....but i am new use tell me how i direct copy ajax and use?
any help will be appreciated!
Posted
Updated 12-Jun-13 6:02am
v8
Comments
Prasad Khandekar 12-Jun-13 12:19pm    
Hello Mohsin,

There is no such thing as direct copy ajax and use. Only if you are very very lucky you may find that a particular sample matches your exact needs and you can use directly. Often you will require some customization's in the found code to fulfill your requirements. Said that following are some good sites to start with,

1. http://www.jquery.com - For Ajax and DOM Manipulations
2. http://coffeescripter.com/2009/07/ad-gallery-a-jquery-gallery-plugin/
3. http://codecanyon.net/item/aviaslider-jquery-slideshow/105090?ref=1stwebdesigner
4. http://www.tripwiremagazine.com/2012/12/jquery-carousel.html

Regards,
Mohsin Azam 12-Jun-13 14:15pm    
thanks
Mohsin Azam 12-Jun-13 14:16pm    
thanks prasad

1 solution

Quote:
but i am new use tell me how i direct copy ajax and use?
No, you should never do that. You can copy code from somewhere, but before pasting to your files, make sure you understand that first. Sometimes, what happens that the code may be having any issues and when you implement that directly, it can cause problems for you.

Just think of one scenario, where money transaction will occur with the code and it only asks you to provide your account details. After you provide that, it does some operations and shows a message to you that it is done.
But at the same time, the amount you transferred may reach anywhere as you have not gone through the code. It may reach some unknown account instead of the account you specified.

Don't worry by this scenario. You just need to have a prior knowledge of the code you are going to implement. At least you will know what it is going to do and you can elaborate the same, if anybody asks to you. Else that is of no use.

Getting Started with AJAX

ASP.NET Ajax



javaScript/jQuery Ajax


 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900