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.
Archive
JsDoc Toolkit
JsDoc Toolkit is a description of the js formatted documents into the tool. Developers just JsDoc the norms written comments on the documents can be easily derived. JsDoc this is the version of Java, together with a number of convenience. It is also recommended by google JsDoc output tools Ha ha.
The need to be a friend to download it here: http://jsdoctoolkit.org/
Update IE ACA is to disable the "click to activate
Update IE ACA is to disable the "click to activate" acts
Internet Explorer automatically activated components (IE ACA) is updated to disable the "click to activate" behavior. Hey, feel that this matter can feel very disruption of Microsoft. Zhao Shi himself, hey. In fact, this function has not been activated to bring benefits to most people, but also brought trouble. However, Microsoft has finally consciousness.
More information: http://support.microsoft.com/kb/945007
Updates
Can be used to download from the Microsoft Download Center the following documents:
Internet Explorer 6 for Windows XP
DownloadDownload the IE Automatic Component Activation update for Internet Explorer for Windows XP Service Pack 2 (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=3F8BA2AA-ED73-4764-A56D-9515A9C500DE&displaylang = en)
DownloadDownload the IE Automatic Component Activation update for Internet Explorer for Windows XP x64 Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=ACC5EFE4-0DBC-4C38-A695-AEE1E263DDC2&displaylang = en)
Internet Explorer 6 for Windows Server 2003
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 6 for Windows Server 2003 (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=B4AC1E4C-407F-4F86-A5F6-B5A88449E80D&displaylang = en)
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 6 for Windows Server 2003 64-bit Itanium Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=48B8F5BB-F479-467D – 8324-36C4292C32D8 & displaylang = en)
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 6 for Windows Server 2003 x64 Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=0D4A241A-22DA-45F1-BD19- 36E19D70E4E4 & displaylang = en)
For WindowsXP Internet Explorer 7
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 7 for Windows XP Service Pack 2 (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=48BA80A0-697F-480A-A188- 95C576D8A8BB & displaylang = en)
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 7 for Windows XP x64 Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=2BEDF591-79A8-40F9-A0BB-064AC1EF4D3F&displaylang = en)
Internet Explorer 7 for Windows Server 2003
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 7 for Windows Server 2003 (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=F5E3FCAC-C16D-4C94-B74D-3FDA50B16F67&displaylang = en)
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 7 for Windows Server 2003 64-bit Itanium Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=00159DE3-79AA-49D5 – 9228-D2B3AF47A592 & displaylang = en)
DownloadDownload the IE Automatic Component Activation Preview for Internet Explorer 7 for Windows Server 2003 x64 Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=D09A880E-8CA0-45BB-AC49- 9000B4CF1B22 & displaylang = en)
In Internet Explorer 7 WindowsVista
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 7 in Windows Vista (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=AB35581A-3ECB-46A1-93F2-F6313E34468A&displaylang=en )
DownloadDownload the IE Automatic Component Activation update for Internet Explorer 7 in Windows Vista x64 Edition (KB945007) package now. (Http://www.microsoft.com/downloads/details.aspx?FamilyId=F86A4312-9BB5-4114-836A-C2C56CAA75D1&displaylang = en)
Insert the use of innerHTML style
Xiaoxiao students today and encountered a problem, we need to include a section <style> html inserted into the inside of a dom
The results showed that
IE on the order here to set strict requirements. Must first insert html content and then insert <style> style to take effect, for example
<DIV ID="test"> </ DIV>
<SCRIPT LANGUAGE="JavaScript">
document.getElementById ( "test"). innerHTML = "<b> hello! World !!!</ b>";
document.getElementById ( "test"). innerHTML + = "<style> b (color: # f00) </ style>";
</ SCRIPT>
This test this div, there will be a red hello! World! However, if the <style> put <b> ahead, it was IE ignored. However, the FF was well supported in this way.
Of course this way-the last resort circumstances, or not to recommend the use of, Oh.
Firefox lost under the hot transparent Flash bug
Qzone Firefox open the navigation of the focus will not be able to click on the button, after commissioning found that three conditions for mixed use of transparent flash navigation links on the unusual.
1. Margin set 0 px (general dom are the default is 0)
2. Overflow set up a hidden, auto, scroll one
3. Flash is set up a transparent
<html>
<head>
<meta content="text/html;charset=gb2312" http-equiv="Content-Type"/>
<title> Qzone best of you come from </ title>
<style>
body (
margin: 0px;
)
# mbody (
overflow-x: hidden;
overflow-y: scroll;
height: 100%
)
</ style>
</ head>
<body id="cbody">
<div id="mbody">
<embed width = "500" height = "31" type = "application / x-shockwave-flash" pluginspage = "http://www.macromedia.com/go/getflashplayer" srcelement = "undefined" style = "margin – top: 14px; "allowscriptaccess =" always "flashvars = 'xml_path = http://imgcache.qq.com/qzone/client/custom_menu/custom_menu_club.xml&json_str = [(" name ":" "," href ":" 1 "},{" name ":" "," href ":" 2 "},{" name ":""," href ":" 3 "},{" name ":""," href ":" 4 "},{" name ":" "," href ":" 5 "},{" name ":""," href ":" 6 "},{" name ":""," href ": "7 "},{" name ":""," href": "8 "},{" name": "Club", "href": "11")] 'scale = "noScale" wmode = "transparent "Salign =" TL "quality =" high "src =" http://imgcache.qq.com/qzone_v4/2/default_menu_horizontal.swf "id =" custom_menu "/>
</ div>
</ body>
</ html>
Solutions to set up a set of non-dom overflow of the pixel 0 margin, such as margin: 0.1px
setAttribute and class
Assumptions, we have to use a dom setAttribute to change the class, how to write »
1. SetAttribute ( "class", "red")
2. SetAttribute ( "className", "red")
The answer is:
Option 1. In the use firefox
Option 2. In the use of IE
If the IE next to the DOM setAttribute ( "class") use IE Developer will look at the structure found, DOM above shows the two class from the original … Since IE is the definition of class and the class system is separate from the area. —B
To do an interesting test
Test of the four major browser js and rendering the robust pace and Kazakhstan.
Out of a safari ie7 opera minefield (firefox)
10 w create a div not append pages to the speed (ms)
safari: 359 ie: 1531 opera: 1500 minefield: 1400
And append to the body for rendering
safari: 812 ie: 4481 opera: not alert machine close to collapse minefield: 5125
However, the results very interesting, although the safari and ie can alert the results, but they have died, the system resource depletion and died. 4 browser in dealing with a 10 W div rendering only survive a minefield, after the completion of rendering, CPU drop down, is not easy.
IE8 Beta1 changes to the JScript
Microsoft yesterday issued a IE8 Beta1, we take a look at Microsoft's JScript team on the javascript engine what has been done to amend the
JScript Optimization:
String cumulative rate optimization
Optimize the efficiency of an array join
Restoration of the circular memory leak problem (optimized memory recovery model)
The future will increase ECMAscript 3rd support.
original link: http://blogs.msdn.com/jscript/archive/2008/03/05/jscript-in-internet-explorer-8-beta-1-for-developers.aspx
Javascript is the replacement of four rules
Javascript is the replacement of four rules
I believe it is playing friends all know that regular replacement of the $ 1 … $ 9 attributes
But in addition to $ 1 to 9 symbols other than another four combinations
RegExp.rightContext attribute ($ ')
Back to the search string in a match from the last position to start between the end of the string of characters. Read-only.
RegExp.lastMatch attribute ($ &)
Any return to a regular expression search process in the final match of the characters. Read-only.
RegExp.leftContext attribute ($ `)
Return to be looking for a string from the beginning of the string position to the position before the final match between the characters. Read-only.
RegExp.lastParen attribute ($ +)
If so, any return to find a regular expression in the course of the last match of the omnibus. Read-only.
In doing now is the time to match, if necessary correct output need to use $ $ $ to output, otherwise encountered in the text of these special circumstances. The results expected on non-1,10.
frames only containers
We assume that there is a page above <iframe name = "aa"> </ iframe> the Iframe, we often use frames [ "aa"] manner to get to this iframe object. But such a situation will lead you can not get correct
<iframe name="aa"> </ iframe>
<SCRIPT LANGUAGE="JavaScript">
<! –
function aa () (
alert ( "god");
)
alert (typeof frames [ "aa"])
//–>
</ SCRIPT>
At this time we will find that, we again through the frames [ "aa"] to acquire, already is not what we want to target the iframe. In fact JS script engine in dealing with these logical time is a problem, which is on a semantic confusion, blurred people. frames [ "aa"] and not from our understanding of the frames inside to acquire the collection to frame itself, but to get a window of aa target. When the programmers do not care to aa the name used for other places. The name means reuse, resulting in script error.
The simplest evidence of a window [ "aa"] == frames [ "aa"] this is established. Even if the pages above really do not have aa iframe object as long as there is a presence, this comparison is valid.
import css not refresh the problem
Ie dynamic solution to amend link styles, import css not refresh the problem
When we needed updated dynamically link the style of the time, usually a direct link to amend the href attribute. However, if the style, there are import stylesheet, IE will not request to refresh the launch of the (other browsers are normal)
There are two solutions:
1. Styles table do not have import stylesheet.
2. To link the type attribute is set to air value, and then modify href address, then type value of the final set to "text / css" ie forced to explain the new style sheet.
Of course, here I recommend is the first method Kazakhstan. Although the import pattern of the maintenance of good style sheet, but IE is supported properly.