html document (RSS)

107 commonly used Javascript statement

1. Document.write ( ""); output statement Notes for the 2.JS / / 3. The traditional order of the HTML document: document-> html-> (head, body) 4. A browser window DOM is the order of: ...

Standardize procedures for coding JavaScript

This is a set of procedures applicable to JavaScript coding norms. It is based on Sun's Java program code norms. However, a drastic changes, because JavaScript is not Java. Long-term value of the ...

A java programmer's growing-up process

Many friends asked me to learn Java Is there any shortcut, and I said "no, he only hand-cooked Seoul." But I am very willing to learn from their written some experience so that few detours l ...

User has a good summary of "JS grammar dictionary"

Output statement 1.document.write (""); Notes for the 2.JS / / 3. The traditional order of the HTML document: document-> html-> (head, body) 4. A browser window DOM is the order of: wi ...

the basis of css + div

css syntax features: 1. In the introduction of style sheets documents <style> tag to use, and on <head> 2. Syntax: stylesheet ( [Attribute: attribute value]; [attribute: attribute value]; ...

Hibernate performance

(To:) 1, will be so one-to-many relationship set to lazy in the true 2, modified hibernate.properties, an increase of the following two sentences: hibernate.jdbc.fetch_size = 50 hibernate.jdbc.batch_s ...

dwr method DWRUtil the framework of one

util.js function util.js function contains a number of tools to help you use javascript data (such as data back from the server) to update your web pages. DWR outside you can use it, because it does n ...

DHTML DOM common js function finishing

popup. show (iX, iY, iWidth, iHeight, oElement) oPopup = window. createPopup (vArgs) popup. hide () bConfirmed = window. confirm (sMessage) oNewWindow = window. open (sURL, sName, sFeatures, bReplace) ...

Firebug Guide (b) --- how to use the Firebug command line API to provide debugging js procedures (on)

Console Tab Overview This tag is mainly used to print the log only. It can also be a time when debugging in javascript as a command-line window to use (similar to Microsoft Visual Studio in the window ...

Chinese FckEditor V2.6 fckconfig.js Notes

Chinese FckEditor V2.6 fckconfig.js Notes Common Description: 1.FCKConfig.SkinPath = FCKConfig.BasePath + 'skins / default /'; this is to control the style of the fck editor, there are other t ...