Ceocio's WebLog

ASP, IIS, .NET

Some MS NNTP tips

HOW TO Set Up and Configure an NNTP Virtual Server in Windows 2000
http://support.microsoft.com/?id=308162

HOW TO Create an NNTP Virtual Server in the Internet Information Services
Snap-in in Windows 2000
http://support.microsoft.com/?id=308995

HOW TO Administer, Start, and Stop an NNTP Server in Windows 2000
http://support.microsoft.com/?id=302576

HOW TO Manage Newsgroups in Windows
http://support.microsoft.com/?id=302533

XIMS How to Hide the Default Network News Transfer Protocol Control
Newsgroups
http://support.microsoft.com/?id=261244

Default Newsgroups Installed with NNTP Server
http://support.microsoft.com/?id=230110

Expression

((\(\d{3,4}\)|\d{3,4}-)?\d{4,9}(-\d{1,5}|\d{0}))|(\d{4,12})

Matches: [0833-1234567-8888], [(0833)1234567-8888], [12345678]
A KB search engine
I saw a KB search engine on ASPfaq.com
http://www.aspfaq.com/kbsearch.asp
now supported ASP,IIS,MS Sql Server,Access

We've added and enhanced many new features, including printer-friendly articles, a better KB search engine, site and article statistics, and an RSS feed.
Use CSS to change style

1.Use CSS to change style:
<head>
<script>
function StyleChange(StyleName)
{ChangeStyle.className=StyleName;}
</script>

<style>
<!--
.style1  { FONT-FAMILY: Georgia; }
.style2  { FONT-FAMILY: Arail; }
-->
</style>

</head>

<span onclick=StyleChange("style1") style="cursor:hand">Style1</span>
<span onclick=StyleChange("style2") style="cursor:hand">Style2</span>

<table>
<tr>
<td id=ChangeStyle>
1981-11-19
</td>
</tr>
</table>

2.another one:
<script language=javascript>
function FontChange(fontsize)
{
 document.getElementById('fontchange').style.fontSize=fontsize+'px'
}
</script>

<a href="javascript:FontChange(48)">click here</a>

<span id="FontChange">1981-11-19</span>

New C# V2.0 Language Specification is now available
You may download the new specification at the C# Developer Center
(http://msdn.microsoft.com/vcsharp/language). There is a discussion forum
for the C# language on that same page.

If you don't own a copy of MS Word, you can download the free viewer at:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9BBB9E60-E4F3-436D-A5A7-DA0E5431E5C1&displaylang=EN
htmlArea

I saw a WYSIWYG editor intorduction in Hong Jun,Guo's WebLog ,its vary nice and professional. 
You can use htmlArea to:

  • Format text to be bold, italicized, or underlined.
  • Change the face, size and colour.
  • Left, centre, or right-justify paragraphs.
  • Make bulleted or numbered lists.
  • Indent or un-indent paragraphs
  • Insert a horizontal line.
  • Insert hyperlinks and images.
  • Insert tables
  • View the raw HTML source of what they're editing.


You can also create your own buttons to insert custom blocks of HTML code and images.
More information see:
http://www.interactivetools.com/products/htmlarea/
Online demo see:
http://www.interactivetools.com/products/htmlarea/index.html#demo

C# Related Blogs
Only a few bloggers listed so far, but more will be coming in the near future: http://msdn.microsoft.com/vcsharp/community/blogs/default.aspx
First blog in MSMVPs.com
Just started to blog in MSMVPs.com and wanted to say thanks and extend a welcome to the visitors of my blog.
And i must say thankfulness for MSMVPs.com's administrator Susan,thanks for set up my blog.
My name is Wei Liu,i come from chinese,as a college student,my english is poor,so......:)