My studying notebook

2008/10/08

Tech‧Ed 2008 powerpoint online

10/08/2008 10:41:00 PM Posted by Unknown No comments
Tech‧Ed 2008 was few days ago from 9/23 to 9/25. Now Tech.Ed 2008 powerpoint online release. If you were take part in Tech.Ed 2008. You can login your account and password of Tech.Ed 2008 session singin.

ps. Tech.Ed 2008 (link)

2008/10/03

Tip: Notepad++ Add ASP.NET syntax highlight

10/03/2008 10:02:00 PM Posted by Unknown , 3 comments
Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL Licence. Syntax Highlighting and Syntax Folding is one feature of Notepad++ and it make you read the code easy. It supported many language for example: C#, javascript, XML, HTML etc. If you are a ASP.NET developer and you would find Notepad++ isn't support ASP.NET syntax (aspx, config ect.) But, it is easy to add asp.net syntax highlight by few step.

1. Notepad++ menu bar, click "settings" / "Styler Configurator".
2. In Setting dialog, Under "Language", select "XML" item.
3. Add user defined extension textbox, type in "aspx config master .." (ASP.NET support file extension and base XML well form).
4.Click "Save & Close".
5.Try it.


Ps. Notepad++(link)