While coding in source code mode, XAMLntellisense is avaliable in VS2008 but not in Blend2. BUT I find a good news, now it's possible to have intellisense in Blend2. Please read articles listed below:
Articles: Intellisense for Expression Blend 2 SP1 working again! (mention details about installation steps)
Code Reference: IntelliSense For Expression Blend
Installing BlendSense in XP is as easy as what the article instructs. Under Vista OS, I have to use cmd console to execute following command:# cd [Blend Installation Folder]<br># Blend.exe -addin:Addins\Expression.Blend.Intellisense.dll
2008/10/29
[Blend2] Intellisense for Expression Blend 2 SP1
2008/10/23
[iTextSharp] iTextSharp encryption options for PDF document
iTextSharp encryption options for PDF document (setEncryption)
The userPassword and the ownerPassword can be Nothing or have zero length. In this case the ownerPassword is replaced by a random string.
The open permissions for the document can be following:AllowPrinting, AllowModifyContents, AllowCopy, AllowModifyAnnotations, AllowFillIn, AllowScreenReaders, AllowAssembly, and AllowDegradedPrinting
Easy way to choose which permission to use (VS2008 intellisense):
e.g. PdfWriter.AllowPrinting
Related Articles: 循序漸進學習iTextSharp之十一(對文檔進行加密)
2008/10/22
[Silverlight] Silverlight Tools for VS2008 CHT Relased!
Silverlight Tools for VS2008 CHT is available now!!!
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-tw&FamilyID=c22d6a7b-546f-4407-8ef6-d60c8ee221ed
2008/10/20
[Linux] Force to stop a running program
List all running programs$ ps -lA
Kill a running program by PID (-9 is force to stop)$ kill -9 [PID]
Signal | Number | Meaning |
HUP | 1 | 控制中的終端/程序中斷 |
INT | 2 | 鍵盤的插入指令 (同 Ctrl + C) |
QUIT | 3 | 鍵盤的中斷指令 (同 Ctrl + ) |
TERM | 15 | 程序的終止指令 |
KILL | 9 | 程序的強制終止指令 |
CONT | 18 | 程序的再啟動指令 (STOP後再重新啟動) |
STOP | 19 | 程序的停止指令 (同 Ctrl+Z) |
Some more info: Process Control
2008/10/15
[Silverlight] Silverlight 2.0 finally released!!!
Silverlight 2.0 finally released!!!
Start developing some cool silverlight : http://silverlight.net/GetStarted/
2008/10/12
[jQuery] Visual jQuery
English (Official):
Visual jQuery 1.1.2
Chinese Version:
Visual jQuery API 參考
Visual jQuery 1.1 API 中文版
[jQuery] jQuery Intellisense in VS2008
Some articles about jQuery Intellisense in VS2008
- JQuery IntelliSense in Visual Studio 2008
- jQuery在VS2008 SP1中文版中可以使用Intellisense了
- 让VS2008对JQuery语法的智能感知更完美一点
Common Use:<br><script src="js/jquery-core.js" type="text/javascript"></script><br><script src="js/jQuery.intellisense.js" type="text/javascript"></script><br><br><span style="font-style: italic; color: rgb(102, 102, 102);">While executing js code, it's better command out intellisense script. Otherwise, browser won't diplay correct results.</span><br><br>In separated js file, use:<br>/// <reference path="js/jQuery.intellisense.js"><br>
[SQL] MSSQL 中文筆劃排序語法
中文筆劃排序語法 (COLLATE ChinesePRCStrokecias) ####
SELECT * FROM [TableName]
ORDER BY [FieldName] COLLATE ChinesePRCStrokecias
#### 以注音符號排序語法 (COLLATE ChineseTaiwanbopomofoCIAS) ####
SELECT * FROM [TableName]
ORDER BY [FieldName] COLLATE ChineseTaiwanbopomofoCIAS
Reference: http://www.dotblogs.com.tw/topcat/archive/2008/09/18/5412.aspx
2008/10/05
[Video] Google Tech Talks - jQuery
年僅12歲的小朋友已經在 Google Tech Talks 裡主講 jQuery…小小年紀,不簡單唷!給你拍拍手!!
Topic: jQuery
Speaker: 12 years-old boy (Dmitri Gaskin)
Date: April 3, 2008
Some more info about Dmitri Gaskin
http://dmitrizone.com/
http://drupal.org/user/47566