Posts

Showing posts with the label javascript

How to disable right clicks on your web page

HI friends today i will be telling you how to disable right clicks in your webpages Just copy the copy the code from below and put it on your head section    This will block the right click on all the pages

How To : Use AJAX With jQuery [Tutorial]

What is AJAX and Why Its Important ? AJAX stands for asynchronous JavaScript and XML. If you see another term XHR, which is shorthand for XML HTTP request, it’s the same thing. Don’t be afraid of this jargon; AJAX is not rocket science. In Gmail, switch from inbox to draft. Part of the page is changed, but the page is not refreshed. You remain on the same page. Url has not changed (except for the #draft at the end of the url, but that’s still the same webpage). In Google Reader, select a feed. The content changes, but you are not redirected to another url. In Google Maps, zoom in or zoom out. The map has changed, but you remain on the same page. The key to AJAX’s concept is “asynchronous”. This means something happens to the page after it’s loaded. Traditionally, when a page is loaded, the content remains the same until the user leaves the page. With AJAX, JavaScript grabs new content from the server and makes changes to the current page. This all happena within the ...

PHP, MYSQL & JAVASCRIPT

Image
This book will help you: Understand PHP essentials and the basics of object-oriented programming Master MySQL, from database structure to complex queries Create web pages with PHP and MySQL by integrating forms and other HTML features Learn about JavaScript, from functions and event handling to accessing the Document Object Model Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library  Make Ajax calls and turn your website into a highly dynamic environment Upload and manipulate files and images, validate user input, and secure your applications Click here to download the file Download Use the password to unlock the file Passoword for the file : tool-tricks.blogspot.com

Getting good with Javascript by Andrew Berguess

Image
This book will introduce you to important programming concepts, show you how to write your first scripts, and make you comfortable with JavaScript code. You'll learn: The basics of types, variables, and operators Best practices for efficient coding Testing and optimizing your JavaScript Interacting with HTML elements   Click here to download the file Download  Use the password to unlock the file Passoword for the file : tool-tricks.blogspot.com