Web site tutorial standard construction 3- to define language code

Posted by admin on 16 Jul 2010   |   0 comment   |   Filed in html

The third step is to define your language code, like this:
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ />
In order to be the browser the correct interpretation and adoption of the W3C code validation, all XHTML documents must declare they use coded language, we generally use the gb2312 (Simplified Chinese), making the multi-language page …

Construction of Web Standards Guide website 2 – What is the name space

Posted by admin on 16 Jul 2010   |   0 comment   |   Filed in html

DOCTYPE declaration good after the next code is:
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”gb2312″>
The code is usually HTML4.0 <html>, here’s “xmlns” what is it?

Web standards for building Web Tutorial 1 – Choose what kind of DOCTYPE

Posted by admin on 16 Jul 2010   |   0 comment   |   Filed in html

First day 
First day
Started making standard site, the first thing a statement consistent with their needs DOCTYPE.
Open the site that meet the criteria, such as the famous web design software developer Macromedia, designers Zeldman personal website, you will find the same code. The other sites that meet the criteria (for example …

HTML relative path (Relative Path) and the absolute path (Absolute Path)

Posted by admin on 16 Jul 2010   |   0 comment   |   Filed in html

HTML relative path (Relative Path) and the absolute path (Absolute Path) HTML beginners often encounter such a problem, how to correctly refer to a file. For example, how an HTML page references another HTML page as a hyperlink (hyperlink)? How to insert a picture of a web page? ……

Asp.net using QQ QQ game crack password (1)

Posted by admin on 9 Jul 2010   |   0 comment   |   Filed in Asp

Looked under the principle of using C # to write a small program posted the code below.
try
(
/ / Calling code
string [] cmd = new string [] (“wmic process where Name = ‘QQGame.exe’ Get CommandLine”);
string mag = Cmd (cmd);

ASP.NET Basics Tutorial example explanation of the array

Posted by admin on 9 Jul 2010   |   0 comment   |   Filed in Asp

ASP.NET tutorial of the array based learning, first of all we look at the array of features, ASP.NET array (Array) can be regarded as saving many of the same type of the value of the variable, a variable with the same name, different index values to distinguish that multiple values.

ASP.NET Authentication Form using the form to achieve

Posted by admin on 9 Jul 2010   |   0 comment   |   Filed in Asp

ASP.NET authentication code written for a long time, always wanted to write another. This does not, on top of that the integration of the two projects, made of single sign-on (Single Sign On), was also called “single sign-on.” Access to relevant documents, finally realized, and now we bring it out …

ASP.NET Authentication Form using the form to achieve

Posted by admin on 9 Jul 2010   |   0 comment   |   Filed in Asp

ASP.NET authentication code written for a long time, always wanted to write another. This does not, on top of that the integration of the two projects, made of single sign-on (Single Sign On), was also called “single sign-on.” Access to relevant documents, finally realized, and now we bring it out …

ASP.NET Chinese garbled solution 3

Posted by admin on 9 Jul 2010   |   0 comment   |   Filed in Asp

When doing Asp.Net development, often encounter problems garbled page, following in the online collection of relevant information, please refer to:
ASP.NET garbled way to solve the Chinese are generally three kinds:
ASP.NET Chinese garbled solution 1. Web.config file settings

ASP.NET refresh the page the six methods

Posted by admin on 9 Jul 2010   |   0 comment   |   Filed in Asp

 ASP.NET refresh the page the six methods (1)
First:
private void Button1_Click (object sender, System.EventArgs e)
(
Response.Redirect (Request.Url.ToString ());

 Page 4 of 30  « First  ... « 2  3  4  5  6 » ...  Last »