Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The way to become a master of AJAX

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces "the method of becoming an AJAX master". In the daily operation, I believe that many people have doubts about the method of becoming an AJAX master. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "how to become an AJAX master". Next, please follow the editor to study!

When it comes to JavaScript, many programmers feel dismissive and always think he is very low-level. If the product development mode in Cpact S, JS is really not of great use. But after GOOGLE launched map search overnight, the world changed subtly until this year, when New Year's Eve, Microsoft secretly launched LIVE, and then raised the product level of LIVE to the same level as its flagship product WINDOWS, JavaScript finally became angry.

During this time, I carefully studied all kinds of languages, ActionScript,JavaScript,VB,VC,C#,PERL,RUBY,Python,Dephli, and found that they are really the same father-C language. Finally, I made a summary, a thing, but their environment is different, the function is slightly different. A script has the benefits of a script, and so does a compiler. But to quote someone who has forgotten his name (probably Kaifu Lee): the program is not about how many languages you know, but how you use the algorithm.

I am not born in computer, and people who study art usually have a different kind of bohemian, go their own way, and especially like to go their own way.

In the past, I saw a lot of software useful, but sometimes it could not meet some of my BT needs, so I began to do it myself. The network is only a little good. If you want to learn something, I'm afraid there's nothing you can't learn on the network. In addition, the existence of a large number of program experts in this company has accelerated my path to the program, and it is precisely because of this, from contact with AJAX to practical, I spend a very short time, because there are so many people helping me, thank them very much.

AJAX is really not difficult. When you can do some Mini Program and understand the network architecture, it is very easy to do something lightweight with any background language. It can be said that I have tried all AJAX applications and rewrote them with my own ideas. Compared with GOOGLE and Microsoft, I learned a lot of ideas. Finally, I added the idea of object-oriented software development. Basically everything you can think of can be done smoothly.

Now basically want to become an AJAX master of the route is like this, I can only say that you can think of things to do, because according to the current demand is completely manageable, and now I also began to enter the network product development and design, so spare time or write small things, by the way with a few new people in the company.

Art-born people like to pursue excitement and difficulty, now the satisfaction is only temporary, and I am also planning some new network products, after all, AJAX focuses on the application, what technology is secondary, of course, it is impossible to make things without technology.

In the initial stage of learning AJAX, I recommend you start with HTML code, but it's best to raise the level a little bit. You need to know what the W3C standard is. Understanding this, no matter what you do in the future, it will be of great help to you. After all, AJAX is based on the browser environment. There are many kinds of browsers, but they more or less follow some of the W3C standards, and the minimum set of these standards can help implement cross-browser solutions and reduce the burden of development.

XHTML,DHTML are the things you need to focus on, because they are an important factor in client display. Then the operation of DOM, the application of XML is an excellent tool to help you achieve some effects. In particular, XML should get used to using XML as a data exchange format whenever possible.

Then there is some understanding of the exchange of network data: get,post,soap,xml-rpc,rss, etc., these things are extremely important both in WEB and in software development.

Finally, you need to know at least one language that can write background programs, ASP (JS,VBS), PHP,CGI,JSP or .NET. Because after all, AJAX is through the background dynamic exchange of data, to achieve page information change.

As a qualified developer, the program needs to be clearly structured and written strictly according to standards, such as all tags in XHTML should be lowercase and each tag must be closed.

And the process of leading to a master is just the beginning. You should also pay more attention to the development direction of network information, always write some small things according to reality, and develop a medium-sized program from time to time. If you have the opportunity to develop a large-scale program, congratulations. You are very close to the master.

There is also my personal suggestion, if you want to exercise yourself, please do not use ready-made controls, especially the emergence of .NET, completely turn the program into a way to build building blocks, if not rapid development of products, I do not approve of doing so, because it will only make you dull and learn nothing.

To learn to write your own components, really can not write, just look at some open source component code, your progress will be faster.

At this point, the study of "how to become a master of AJAX" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report