Based on the Dreamweaver development environment, the research group website was built, including web page style design (CSS), web page dynamic display (picture carousel, etc.), background operation management system, and database management.
The application process is as follows
1. First download Dreamweaver CS6; download and crack: http://jingyan.baidu.com/article/fcb5aff7ac492aedab4a7167.html
2. Build an IIS service environment and create a Dreamweaver site; http://www.jb51.net/article/29787.html; http://www.adobe.com/cn/devnet/dreamweaver/articles/setup_asp.html; among them There are several points to note when building an IIS server: a. It is recommended not to change the physical path, b. It is recommended to default to website binding, c. There is no need to add a website to use Default Web Just Site.d. If there is a problem, first give full permissions to everyone on the site file, and then give full permissions to USER on the C:Windowstemp folder.
3. First, replace ground.jpg (the background of the front page, the image ratio is 900:204) and backsystem.jpg (the background image ratio of the background page is 900:204) in the C:inetpubwwwrootProjectWebsindeximages folder. png (school map picture ratio 665:300) professor.jpg (academic leader photo picture ratio 100:120) Then replace s1.jpg-s4.jpg,sc1.jpg-sc4.jpg in C:inetpubwwwrootProjectWebsimages (the picture ratio of the home page wheel display picture is 663:291)
4. Open C:inetpubwwwrootProjectWebsindex.asp, navigate to lines 141 to 176, replace Professor Zhang San with the name of Boss, the director of the Department of Mechanical and Electronics, and the director of the Intelligent Robotics Institute with the title of Boss. Replace Boss’s resume at xxxxx……xxxxxx (note the line break) Navigate to lines 209 to 236, where http://www.baidu.com/ is replaced with the website you need to link to, and Baidu is replaced with the website name. Navigate to lines 239 to 252, where © Copyright 2007-2014 Baidu Baidu Baidu Research Group all rights reserved. © means copyright information, and means spaces. Replace the time with the name of the research group. Xinhua Gate, Zhongnanhai, No. 174 West Chang'an Street, Beijing | Postcode: 100017, replace. Phone: 010-11111111 | Email: [email protected] | It is recommended to turn on the compatibility mode and replace it. Navigate to lines 92-93 and replace
5. Then open all files with the asp suffix and change the copyright information at the bottom one by one. If there is information about academic leaders, change it together. At this point, the general framework has been formed and the next step is to modify the website style.
6. Open C:inetpubwwwrootProjectWebmain.css and locate lines 20 to 25.navbar { //Prefix. Indicates a class prefix # indicates an ID. This class is used to change the size of the navigation bar table background-color: #3388ff; //Change the background color of the navigation bar height: 50px; //Set the height width: 900px; //Set the length margin-top: -20px; / /Set position font-weight: bold; //Navigation bar font weight
}
Position 28 to 34 .navword { //Set the font style in the navigation bar font-family: "Microsoft Yahei"; //Set the font type font-size: 18px; //Size font-weight: bold; / /Thickness color: #FFF; //Color text-decoration: none; //No underline}
.leadertable{ //Set the size of the academic leader cell and the style of these words height: 50px; width: 220px; font-family:'Microsoft Yahei'; font-size:16px; font-weight :bold; background-color:#61a3ff; } .leaderintroductionword{ //Set the font format of Boss introduction text-align: left; font-family: "宋体"; font-size: 14px; font-weight: normal;
} Locate 121 to 125 #footerwords { //Set the copyright information font format font-family: "宋体"; font-size: 14px; font-weight: normal; } Locate 134 to 139 .footsong{ //Set Determine the font format of the web page text. Most of the font formats on the website are represented by this class. font-family: "宋体"; font-size: 14px; font-weight:normal; text-decoration:none; color:#000;}
7. At this point, the website has almost been established. The next step is to write data to the database through the backend management system. Then let’s talk about the precautions for using the backend management system. First of all, Chinese file uploads are not supported; the file name must be consistent with the uploaded file name; there are drop-down list options on some modification pages, and the drop-down list will not change as the information changes. You need to reselect, otherwise the first one will be selected by default; the password can be changed by opening the ProjectWeb.mdb database and changing the username and password in the login table; the initial account password is 123456789.