Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Connection Manager Of YUI
The other day trial of the Yahoo! UI Library's Connection Manager tools, like some experience, discarded pieces Floor Light out here, can be diverted to the jade, it is after it.
Connection Manager can do
The Connection Manager is a utility that enables you to make in-page HTTP requests through a simplified interface to the XMLHttpRequest object. The Connection Manager handles cross-browser instantiation of XMLHttpRequest, negotiates the server response and uses a callback pattern to process the response data .
Taking the, this is a ajax the javascript libraries, Yahoo products, Hei hei.
The use of knowledge
* Open the package build / connection directory, under connection.js, connection-debug.js, connection-min.js, these three documents are the same as a matter of fact, the first child is now eight, as the source code, the middle that do not have to That can be used to debug, that is not the final waste wood, it compressed treatment, javascript code with only 8 k, relative connection.js Feishuo volume up to 20 k, apparently more economical, can be used for the online system.
* This must be the best of the three documents:
PLAIN TEXT
CODE:
1.
<! – Dependency ->
2.
<script src="yahoo.js"> </ script>
3.
4.
<! – OPTIONAL: Required if using setForm () to upload files ->
5.
<script src="event.js"> </ script>
6.
7.
<! – Source file ->
8.
<script src="connection.js"> </ script>
* Concluded that a special-use method – setForm, this function can be a form of content analysis, to automatically put together the data submitted for ajax string, or even can be used to upload files, it is essential travel home.
PLAIN TEXT
CODE:
1.
var formObject = document.getElementById ( 'aForm');
2.
YAHOO.util.Connect.setForm (formObject);
3.
/ / This example facilitates a POST transaction.
4.
var cObj = YAHOO.util.Connect.asyncRequest ( 'POST', 'http://www.yahoo.com', callback