22+ Userful Ajax CSS Tables You Should Know

Categories Ajax | 11/11/09 | 10,509 views   |  tags: , ,
22+ Userful Ajax CSS Tables You Should Know

The same as FORM(@see  The Ultimate Collection of AJAX Form Validation Plugins (Controls) ), TABLE is a very important element in web development and tables in html do have great significance in their primary role.

Because styling a table with CSS separates the structural markup from presentation formatting, it offers extra flexibility on the way you present your table. You can edit/change each side of a table cell separately, isn’t it cool. The following is 22+ fresh very useful ajax css tables. Enjoy!

Read More

Dreamweaver 8.0 Tutorial ---- How to Use CSS to Create Glowing Texts

When you build a web page, there are some special texts needed to glow. In the case, how do you achieve the impact? Are you confused? Don’t worry. You can use CSS style to help you achieve this easily. The glowing text can attract people’s attention, beautify the page, and emphasize the important content. So it is necessary to master the technique. It is a small technique that uses CSS to create glowing texts, but it is really very common in building web pages. Now let us begin.

Read More

Dreamweaver 8.0 Tutorial ---- Properties of CSS Styles (I)

When building a new website by dreamweaver8.0, we sometimes need to adjust a mass of texts in different web pages part. How can we make it quickly and easily? You have guessed it! We need CSS styles to help us. CSS is short for the Cascading Style Sheets. When to adjust the whole page elements, we just need to modify the CSS styles rules. It is a convenient way to modify and beautify the web pages, which can reduce our work force. Now let us learn properties of CSS styles.

Read More

What is AJAX & amazing AJAX based applications and resources

Categories Ajax | 04/08/09 | 2,258 views   |  tags: , , , , , , ,
What is AJAX & amazing AJAX based applications and resources

In classical web applications, when we submit a form, although most of the page remains the same, whole page is reloaded from the server. This causes long waiting times and waste of bandwidth. The combination of a group of web technologies known as AJAX is come up with to create interactive web  applications. With AJAX, web applications can retrieve data asynchronously from server while not refreshing the whole page.

AJAX is a shorthand for asynchronous JavaScript and XML. AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together.

Read More