博客來網路書店查詢

書名

博客來網路書店查詢

星期五, 1月 02, 2009

2009年2月份課表

星期日 星期一 星期二 星期三 星期四 星期五 星期六
1
東區VC-1-2
2




3
重慶Access-1
4




5
重慶Access-2
6




7
Janice時間
8
東區VC-3-4
9




10
重慶Access-3
11




12
重慶Access-4
13




14
Janice時間



15
東區VC-5
16




17
重慶Access-5
18




19
請勿排課
20




21
Janice時間



22
東區VC-6-7
23
總部時間



24
重慶Access-6
25

26
重慶Access-7
27

28
Janice時間

星期四, 1月 01, 2009

資料庫導論的PDF檔案

這裡有五篇資料庫導論的PDF檔案,歡迎各位下載參考。
這幾篇文章不是針對特定資料庫的介紹,而是資料庫基本
觀念的介紹。
[九十天內若無人下載,就會自動刪除檔案]

星期日, 12月 28, 2008

2008年12月台北重慶分校asp.net課程第一到五次範例下載

初階剛開始上課時會以VB.Net基本語法做介紹,
原則上會說明「條件判斷」與「迴圈處理」這兩部分,
因為這兩部分是基礎,網頁一定會用到。
這兩部分介紹完後,就會進入屬於網頁的部分介紹。
進階課程會以「資料庫與網頁連結」為主,說明web developer
在資料庫網頁上有哪些優異的功能。
第一次上課至第五次上課的範例在此
若有需要可下載,如果對課程有任何疑問,歡迎與我聯繫。
進階課程會另開標題提供檔案下載,這個檔案若九十天內沒有下載,
檔案會自動移除。

星期六, 12月 27, 2008

Web Developer 2005 vs. Dreamweaver

以下內容,取自於微軟網站的一篇文章,微軟現在也推出自己的網頁編輯軟體。所以,依照微軟的建議,Web Developer 擁有很多Dreamweaver作不到的事情,建議先由Dreamweaver,再由Web Developer作asp.net設計。

Welcome to this comparison of Visual Studio 2005 and Dreamweaver 8.

Here you have the opportunity to compare features of these products aimed at professional developers. However, Dreamweaver 8 also serves as a tool for professional designers. If you or anyone on your team is a designer, please also explore the designer features of Expression Web Designer.


Comparison area


Specific features compared

Document Windows & Panels





  • Start Page
  • Split View and Split Screen
  • Modifying workspace layout using panels and panel groups
  • Saving the workspace layout
  • Built-in layouts
  • Using multiple monitors during development

Code Editors





  • Code Hints / Intellisense
  • Selecting and collapsing regions of code
  • Inserting server controls into code
  • Modifying properties of controls
  • Code Snippets
  • Compiling server-side code

Components & Toolbox





  • Resolving name conflicts between controls
  • Adding a control to the Tag Chooser / Toolbox
  • Using custom controls
  • Creating the @Register directive for controls

Design Notes





  • Providing Design Notes / Comments in code
  • Hiding comments from the end-user
  • Finding ToDo comments quickly

Help Features





  • Searching in help
  • Context-sensitive help
  • Dynamic help that automatically appears while you work
  • Online support options

Properties





  • Viewing properties set on an element
  • Changing properties of an element
  • Viewing style applied to tables
  • Modifying properties of multiple controls at once
  • Working with events on server controls

CSS





  • Using the CSS Editor / CSS Panel
  • Examining the cascade of styles on a design element
  • Code Hint / Intellisense support when defining CSS
  • Verifying styles meet WCAG accessibility guidelines

Customizing & Extending





  • Using History to replay actions
  • Creating Commands or Macros
  • Automating design tasks using Extensions and Macros
  • Assigning macros to a keystroke
  • Inserting server-side code using Server Behaviors and Snippets

Optimizing Code





  • Aids to automate creating compliant HTML and XML
  • Removal of redundant tags
  • Cleaning up extraneous markup from Word
  • Customizing the appearance of tags in the editor
  • Verification that tags throughout the document are balanced

Templates & Master Pages





  • Automatically applying repetitive code
  • Creating a Template / Master Page
  • Adding pages that utilize a Template or Master Page
  • Previewing the appearance of a page that uses templates or master pages
  • Administrative overhead of static vs. dynamic pages

Code & Compiling





  • Using declarative code in a site with Server Behaviors and the Design Surface
  • Deploying pages that use server-side code
  • Binding a data source to a control
  • Writing custom server-side code
  • Presenting data from a database
  • Discovering features via Intellisense
  • Compiled source code has additional features and is less error-prone

Database Support





  • Preparing to make a data-driven Web page editable
  • Using a DataGrid or GridView to allow editing data in a database
  • Creating SQL statements to reference data
  • Creating data-driven applications entirely on the design surface

XML & XSLT





  • Creating XSL transformation files
  • Adding constructs to XSLT pages
  • Previewing XSLT output
  • Rendering XSLT output on a page
  • Using hierarchical controls with XML

User Controls





  • Editing a User Control
  • Previewing how a User Control will render on a page
  • Writing the @Register directive required to use a User Control
  • Adding custom properties to a User Control that can be programmed with server-side code

Login Controls





  • Login controls in ASP.NET
  • Defining custom actions surrounding login controls
  • Providing a form for a user to create an account
  • Allowing password recovery and reset
  • Integration with a standard membership provider

Membership Controls





  • Providing an authentication strategy in ASP.NET
  • Storing users and roles
  • Securing pages with rules
  • Redirecting unauthenticated users to a login page

Consuming Web Services





  • Prerequisites to consume a Web service
  • Locating an appropriate Web service to consume
  • Generating a Web service proxy class
  • Making a SOAP call into a Web service
  • Establishing asynchronous calls to a Web service

Providing Web Services





  • Creating a Web service
  • Testing a Web service
  • Returning tabular data from a database
  • Securing the data exchanged in a Web service

Debugging





  • Setting a breakpoint
  • Editing code during a debugging session, and then continuing to run that code
  • Use of visualizers to examine the contents of an object
  • Debugging JavaScript

Source Control





  • Shared access provided by file locks
  • Comparing multiple versions of a file
  • Enabling connectivity to other source control systems through MSSCCI
  • Checking out and checking in files
  • Enabling rollback to a previous version

WCAG / Section 508





  • Filtering manual checklist items out of the WCAG accessibility report
  • Analyzing accessibility every time the project is built

Deployment





  • FTP and WebDAV support
  • Secured communication via SSL
  • Inherent support for a test environment as well as production
  • Using the Publish Website tool to prevent source code from being deployed
  • Convenient installable MSI files for projects





星期五, 12月 26, 2008

2009年1月課表

星期日 星期一 星期二 星期三 星期四 星期五 星期六





1




2
Joker有約0930-1200/ 南京C-6
3




4
Janice時間:14到1800



5
南京C-7
6
重慶aspnet-6
7
南京C-8
8
重慶aspnet-7
9
南京C-9
10
Janice時間:19到2100



11




12
南京C-10
13
重慶aspnet-8
14
南京VB-1
15
重慶aspnet-9
16
南京VB-2
17
Janice時間:13到1700



18
領消費卷



19
南京VB-3
20
重慶aspnet-10
21
南京VB-4
22
重慶Access-1



23
南京VB-5
24
Janice時間:13到1700



25
除夕



26
大年初一



27




28




29




30




31