|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: WebMatrix创建动态网站视频教程
英文名: Up and Running with WebMatrix and ASP.NET
资源格式: 光盘镜像
发行日期: 2011年
地区: 美国
对白语言: 英语
文字语言: 英文
概述:
语言:英语
网址:http://www.lynda.com/tutorials/WebMatrix-with-ASP-NET-Essential-Training/85082-2.html
类别:教程
Lynda.com 出品的时长2小时07分钟的WebMatrix创建动态网站视频教程,Jess Chadwick演示了如何使用Web开发工具WebMatrix ,创建一个集成了HTML,CSS和ASP.NET动态的网站 。介绍了建立网站的基础知识,工作与内置模板,结合动态逻辑,并创建一个一致的网站风格。当然也包括如何编写语法,轻松地管理数据,并使用Web表单来收集数据。在安全性和缓存的教程也包括在内。课程包括练习文件。
Microsoft WebMatrix 是微软最新的 Web 开发工具,它包含了构建网站所需要的一切元素。您可以从开源 Web 项目或者内置的 Web 模板开始,也可以直接从无到有编写代码。简单并且完全是免费的。开发网站从来没有如此简单。
建立你的网站
为了开始建立网站,您只需要使用 Microsoft Web 平台安装器下载并安装 WebMatrix。这只会占用您短短的5分钟时间。当 WebMatrix 成功安装后,您可以非常方便地获得并下载最新版本的免费 Web 应用,如 WordPress, Joomla!, DotNetNuke 和 Orchard.
自定义您的网站
您会发现 WebMatrix 在一个统一界面中提供了您需要的一切工具的特性,不需要再花费精力于在多种应用工具切换来完成一般性的 Web 开发任务。通过 WebMatrix,您只需要一步点击,即可编辑文件,管理数据库和更改服务器设置等。
发布您的网站
当您完成网站开发后,WebMatrix 提供了最快速的方法来发布。通过访问托管服务库,您可以找到提供托管服务的合作伙伴,并且您可以直接通过 WebMatrix 来发布您的网站。
This course shows how to use the web development tool WebMatrix to create a dynamic web site that integrates HTML, CSS, and ASP.NET. Author Jess Chadwick explains the basics of creating a site, working with built-in templates, incorporating dynamic logic, and creating a consistent site style. The course also covers how to code with Razor syntax, easily manage data, and use web forms to gather data. Tutorials on security and caching are also included. Exercise files accompany the course.
Topics include:
Exploring the WebMatrix integrated development environment
Inspecting the server environment
Installing WordPress, Joomla! and nopCommerce templates
Declaring and using variables and collections of values
Using helper methods
Creating a content page that uses a layout file
Adding sections of content
Creating reusable components
Integrating social media with the Web Helpers Library
Displaying data in a grid or chart
Using CAPTCHA to protect forms
Executing code before every page loads
Configuring an email server and sending email
Allowing users to create accounts and log in
Caching data, pages, and resources in the browser to increase speed
Adding live site analysis with Google Analytics
Deploying a web site
下载链接来自TLF
未经过安装测试与安全检测,使用者后果自负与本论坛无关
软体版权归原作者及其公司所有,如果你喜欢,请购买正版
目录:
Introduction
Welcome 00m 42s
Prerequisites 00m 40s
Using the exercise files 02m 00s
06m 00s
1. Getting Started What is WebMatrix? 00m 37s
Downloading and installing WebMatrix 00m 43s
Hello world: Creating a web site 00m 55s
Exploring the WebMatrix IDE 02m 10s
Running your web site 01m 03s
Inspecting the server environment with ServerInfo 00m 32s
08m 02s
2. Leveraging Prebuilt Web Sites Choosing a site template 01m 11s
Installing the WordPress template 02m 17s
Installing the Joomla! template 02m 04s
Installing the nopCommerce template 02m 30s
03m 17s
3. Creating Basic Web Pages Using file templates 01m 41s
Incorporating a style sheet 01m 36s
10m 34s
4. Adding Dynamic Logic to Web Pages Introducing Razor (aka the @ symbol) 01m 12s
Declaring and using variables 02m 42s
Mixing code and markup 02m 38s
Declaring and using collections of values 02m 45s
Using loops 01m 17s
09m 57s
5. Using Helper Methods Generating URLs with the href helper 01m 47s
Exploring other helper methods 01m 56s
Creating custom helper methods 04m 05s
Creating custom functions 02m 09s
06m 42s
6. Creating a Consistent Look and Feel Separating content from layout 01m 27s
Creating a layout file 01m 29s
Creating a content page that uses a layout file 01m 02s
Adding sections of content 02m 44s
03m 59s
7. Creating Reusable Components Creating and consuming partial views 02m 22s
Passing data to a partial view 01m 37s
06m 40s
8. Using the Web Helpers Library Installing the ASP.NET Web Helpers 01m 37s
Displaying images and multimedia 03m 01s
Integrating social media 02m 02s
12m 36s
9. Working with Data Creating a database 01m 42s
Adding data to the database 00m 29s
Retrieving data from the database 01m 39s
Inspecting data with ObjectInfo 00m 47s
Displaying data in a grid 03m 33s
Displaying data with a chart 04m 26s
14m 53s
10. Getting Data from the User Creating a form 01m 17s
Accepting form posts 01m 42s
Validating form posts 04m 17s
Using CAPTCHAs to protect forms 02m 09s
Saving posted data to a database 02m 04s
Showing a form post confirmation page 03m 24s
03m 18s
11. Implementing Common Functionality Executing site initialization code 01m 11s
Executing code before every page 02m 07s
02m 49s
12. Email Integration Configuring the email server 01m 16s
Sending email 01m 33s
13m 46s
13. Web Site Security Securing files and folders 03m 29s
Allowing users to create accounts 01m 39s
Confirming new user accounts 05m 13s
Allowing users to log in 01m 39s
Changing account passwords 01m 46s
09m 00s
14. Speeding Up Your Site with Caching What is caching and how does it help? 02m 10s
Caching entire pages 01m 33s
Caching data 02m 55s
Caching resources in the browser 02m 22s
03m 47s
15. Getting the Most Out of Your Site Creating a web site analysis report 02m 32s
Adding live site analysis with Google Analytics 01m 15s
08m 00s
16. Deploying Your Site Choosing and signing up for web hosting 03m 47s
Publishing your site to the internet 04m 13s
00m 37s
Conclusion Goodbye 00m 37s
代码
. \ .
–:–––\\–––––––––––––––––––––––––––/\–––––:–
: \ :
. :
: \ .
: \\ :
_ __/\__ _______:___ ________\ __/\__ _______:__
\\____// . / | \ \____/ /ˆ . / ________._
______/ : /–––––––| _ \ _______/ _ :/ /ˆ |
./ / _, / _, | \ \/ˆ / /_____.___/ _, |.
// / \ \ / | \ \ /______ / / ||
–/–––––/_____/\ \––––––'––––––\______\–––' / '____._/–––––––––––'–/–
–:–––––––––––/\\___.___\\–––– – _._________._ –//______//––:–––––––––––––––:–
: _ ___ _ ___ _ :__ _ ___ _\ /_ ___ _ ___ : ___ _ ___ _ :
–|__\___\__\___\__\:__\__\___\_\__ iRONiSO __/_/___/__/___/:_/___/__/___/__|–
: `–––––––––––/––\__._.__/––\–––––––––––––' :
\\
\
TiTLE: Lynda.com.Up.and.Running.with.WebMatrix.and.ASP.NET–iRONiSO
TYPE : BOOKWARE CRACKER : iRONiSO
FiLE : 14 X 15MB PACKAGER : iRONiSO
TOTAL : CD SUPPLiER : iRONiSO
PLATFORM : WINDOWS FORMAT : Bin/Cue
RLS DATE : 2011.11.29 PROTECTiON : NONE
. . .
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
Course Outline
Description
This course shows how to use the web development tool WebMatrix
to create a dynamic web site that integrates HTML, CSS, and ASP.NET.
Author Jess Chadwick explains the basics of creating a site, working
with built–in templates, incorporating dynamic logic, and creating a
consistent site style. The course also covers how to code with Razor
syntax, easily manage data, and use web forms to gather data.
Tutorials on security and caching are also included. Exercise files
accompany the course
Topics include:
>>Exploring the WebMatrix integrated development environment
>>Inspecting the server environment
>>Installing WordPress, Joomla! and nopCommerce templates
>>Declaring and using variables and collections of values
>>Using helper methods
>>Creating a content page that uses a layout file
>>Adding sections of content
>>Creating reusable components
>>Integrating social media with the Web Helpers Library
>>Displaying data in a grid or chart
>>Using CAPTCHA to protect forms
>>Executing code before every page loads
>>Configuring an email server and sending email
>>Allowing users to create accounts and log in
>>Caching data, pages, and resources in the browser to increase speed
>>Adding live site analysis with Google Analytics
>>Deploying a web site
. . .
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
For Additional info
http://www.lynda.com/tutorials/WebMatrix–with–ASP–NET–Essential–Training/85082–2
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
GROUP NEWS
Web access Training Libraries / Education video's
Online Training Library Access
Anything if u think can be helpful in e–Learning
Exclusive team dump on 100 Mbit with 500 GB disk
_ _ ___ _ ___ _ :__ _ ___ __._ _/'\_ _.__ ___ _ ___ : ___ _ ___ _ _
\__\___\__\___\__\:__\__\___\_\___\\___//___/_/___/__/___/:_/___/__/___/__/
: `––/––\__._.__/––\––' :
NOTICE
You Like The Release Please Purchase As It Is Required For
All As It Got Lot Of Balls To Make It Online For People Like
You And Me As They Deserves The Best. :)
. . _._________._ . .
: _ ___ _ ___ _ :_ _____ __ _\ /_ __ _____ __ : ___ _ ___ _ :
–|__\___\__\___\__\__\\__ \\ \\__ iRONiSO __// // __//__/__/___/__/___/__|–
: : – ––\_// /––\__._.__/––\ \\_/–– – : :
. –zfr– \ : \_/ \_/ : / 2o! .
`––––––––––––––\\–:– – – –:–//––––––––––––'
\ : Contact Information :/
: wearenowhere@hush.ai :
. /:
.
|