Site Definition KickStart Project
摘要: I just saw a good resource about customing SharePoint 2007 on Mike Fitzmaurice's blog, if you are insterested in how to create site definitions in MOSS 2007, you probably don't want to miss it.You can...
阅读全文
posted @
2006-07-31 14:09 fengzhimei 阅读(816) |
评论 (0) 编辑
Transform between Hex and Dec in Javascript
摘要: varhexChars="0123456789ABCDEF";functionDec2Hex(dec){vara=dec%16;varb=(dec-a)/16;varhex=""+hexChars.charAt(b)+hexChars.charAt(a);returnhex;}functionHex2Dec(hex){returnparseInt(hex,16);}
阅读全文
posted @
2006-07-28 17:26 fengzhimei 阅读(1114) |
评论 (0) 编辑
Visual Studio 2005 Web Application Projects Template
摘要: Web Application Projects provide a companion web project model that can be used as an alternative to the built-in Web Site Project in Visual Studio 2005. This new model is ideal for web site developer...
阅读全文
posted @
2006-07-26 17:38 fengzhimei 阅读(820) |
评论 (1) 编辑
Overcome limitation of activate ActiveX control in IE
摘要: After installing the ActiveX update patch, some webpages which contain some ActiveX controls (such as media player) will require users to manually activatesuch controls by clicking on it or using the ...
阅读全文
posted @
2006-07-12 14:17 fengzhimei 阅读(723) |
评论 (0) 编辑
"Suggested Web Parts" in SharePoint 2007 Web Part picker page.
摘要: When we click the "Add a Web Part" button in page design mode, it will open a Web Part picker page. By default, this page will display as two groups, one is "Lists and Libraries" group, and the other ...
阅读全文
posted @
2006-07-05 17:20 fengzhimei 阅读(1530) |
评论 (2) 编辑
Extend toolbar of HtmlEditor in SharePoint 2007
摘要: In SharePoint 2007, there is a handy WYSIWYG editor you can use to format html content stored in MOSS 2007(text, images, tables etc). By default, it provide many features (Showed in below screenshot) ...
阅读全文
posted @
2006-07-05 15:09 fengzhimei 阅读(2743) |
评论 (12) 编辑