Tips and Tutorials related scripts & softwares
Dynamic Properties is a relatively unknown feature of IE5+ that allows you to substitute static values in your HTML with dynamic expressions instead.
This useful tutorial looks at how to use DHTML to retrieve property values of global and external CSS.
See how to rotate regular HTML content on your page using JavaScript and DHTML.
In this tutorial, we look at using DHTML to retrieve and display a XML file. This is useful when you need a client side method of including XML files on your webpages.
We demystify the DOM (Document Object Model) of IE5 and NS6 with this tutorial.
Creating a WYSIWYG textbox for your website is actually quite simple.
Thanks to the html iframe component that contains the execCommand function, which enables us to access html tags in real time.
Here you have an example of how you can display and limit the number of characters an user can insert into an input or a textarea field.
Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down 'suggest' box for form fields which updates as you type by querying the server in the background.
Similar to the 'Google Suggest' application. Full tutorial, code snippets and further reources.
And it's free, of course.
This tutorial explains how to change a select element's content using JavaScript, from adding new options to modifying and deleting them. It also shows how to create a 2 level interdependent select list.
In this article, I'll explain demonstrate the fundamental steps to creating an Ajax form. In this demo, there are two files, one is index_demo.php and the other is add_url_demo.php
|