|
|
|
Bring Your Web Site to Life With PHP
PHP: Hypertext Preprocessor, better known as PHP, is a highly popular, server-side scripting language that can be embedded directly into HTML coding. PHP can do anything that CGI can do, such as process form data and auto generate dynamic content,...
Building your first Web Site
The ease with which visitors are able to use a Web Site is very important, especially if you`re trying to market something from the site. Usability is very much about how quickly and easily visitors are able to move around the site and not just...
Cross Browser Compatibility
There are literally hundreds of web browsers in use around the
world. All of them implement the W3C document standards a little
differently. Web designers must wrestle with these differences
to make a web site work. This article discusses the...
HTML Editors 101 - Smaller Is Better
Microsoft FrontPage and Macromedia's Dreamweaver aren't the only HTML editors on the market. In fact, niche HTML editors from various independent developer offer a number of advantages over the big boys. SiteSpinner SiteSpinner is a user-friendly...
New Customizable JavaScript Menu for Web Applications
Minsk, Belarus, October 11, 2005 -- Software development company Scand released its new product - dhtmlxMenu v1.0 .
This JavaScript menu enables web developers to design and edit a simple DHTML menu in a very convenient way.
dhtmlxMenu has...
Popup: Hate 'em or Love 'em
You are browsing a favorite website when a popup window appears.
You close the window to continue browsing, and another popup
appears. Later on, you realize that several windows have opened
because of these popups. Annoying, isn't it?
Popup...
The Ten Web Page "Commandments"
(c) Jim Edwards - All Rights reserved http://www.thenetreporter.com ===================================== "What makes a great web page?" People ask me this all the time, though they often encounter difficulty boiling the question down to so few...
The Top 5 Roadblocks To Web Accessibility
Introduction Accessibility is often the last thing on a web designer's mind when creating a website. This is not a trait unique to newbies or people working on a personal page. It is also a trait common to professional web designers (large...
Top 7 Fundamentals For Google Optimization! Google Seo Tips And Techniques By Expert!
Who doesn’t want to get Top Ranking Positions in Google? 1st Page Placement in Google is NOT difficult, you need to follow Google Optimization Guidelines, and this Article has Summary of the Seven Fundamentals for Google Optimization. Google...
What Could Be Worse Than Your Viewers Not Seeing Your Site Display Properly?
What if they never get to your site to see it?
If you want your site listed on search engines then make sure that you have correct HTML code. Many search engines cannot properly catalog or index a site that has HTML errors. This can greatly...
|
|
| |
|
|
|
|
|
|
what is ajax?
Hello,
We were getting a number of querries from our clients and
friends, asking about what AJAX is? With the development of
Microsoft's Live, everyone is going crazy about AJAX. So, we at
Xaprio Solutions thaught of publishing this small article about
AJAX, which will help you guys understand it better.
Like DHTML, LAMP, or SPA, Ajax is not a technology in itself,
but a term that refers to the use of a group of technologies
together. In fact, derivative/composite technologies based
substantially upon Ajax, such as AFLAX, are already appearing.
The Term AJAX refers to, Asynchronous JavaScript and XML.
For a number of tasks, only small amounts of data need to be
transferred between the client and the server, allowing a number
of Ajax applications to perform almost as well as applications
executed natively on the user's machine. This has the effect
that pages need only be incrementally updated in the user's
browser, rather than having to be entirely refreshed. "Every
user's action that normally would generate an HTTP request takes
the form of a JavaScript call to the Ajax engine instead", wrote
Jesse James Garrett, in the essay that first defined the term.
"Any response to a user action that doesn't require a trip back
to the server -- such as simple data validation, editing data in
memory, and even some navigation -- the engine handles on its
own. If the engine needs something from the server in order to
respond -- if it's submitting data for processing, loading
additional interface code, or retrieving new data -- the engine
makes those requests
asynchronously, usually using XML, without
stalling a user's interaction with the application."
Traditional web applications essentially submit forms, completed
by a user, to a web server. The web server does some processing,
and responds by sending a new web page back. Because the server
must send a whole new page each time, applications run more
slowly and awkwardly than their native counterparts.
Ajax applications, on the other hand, can send requests to the
web server to retrieve only the data that is needed, and may use
SOAP or some other XML-based web services dialect. On the
client, JavaScript processes the web server's response, and may
then modify the document's content through the DOM to show the
user that an action has been completed. The result is a more
responsive application, since the amount of data interchanged
between the web browser and web server is vastly reduced. Web
server processing time is also saved, since much of it is done
on the client.
The earliest form of asynchronous remote scripting, Microsoft's
Remote Scripting, was developed before XMLHttpRequest existed,
and made use of a dedicated Java applet. Thereafter, remote
scripting was extended by Netscape DevEdge at around 2001/2002
by use of an IFRAME instead of a Java applet.
About the author:
I am working in http://www.xaprio.com.Xaprio Solutions is an
India based IT Company revolving in and around Outsourcing. We
aims towards the "Web Fulfillment" by developing and designing
world class applications and products and by taking the Web to
Next Generation.
|
|
|
|
|
|