<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Fengzhimei@Dot.Net</title><subtitle type="text">Designing My Colorful Dream</subtitle><id>http://feed.cnblogs.com/blog/u/1158/rss</id><updated>2009-08-02T19:16:13Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/1158/rss"/><entry><id>http://www.cnblogs.com/fengzhimei/archive/2008/11/06/1328331.html</id><title type="text">The template you have chosen is invalid or cannot be found.</title><summary type="text">Site template is great when migrating site, you can just save an existing site as a template and then upload it to any sites you want. Most of time, it works just as well as it should be. But occasion...</summary><published>2008-11-06T10:57:00Z</published><updated>2008-11-06T10:57:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2008/11/06/1328331.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2008/11/06/1328331.html"/><content type="text">Site template is great when migrating site, you can just save an existing site as a template and then upload it to any sites you want. Most of time, it works just as well as it should be. But occasion...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/08/03/466670.html</id><title type="text">CSS trick : text-transform</title><summary type="text">Syntax:text-transform: capitalize | uppercase | lowercase | none | inheritExample:Uppercases the first letter of every word. Uppercases the first letterAll text in the section is forced to upper case....</summary><published>2006-08-03T05:10:00Z</published><updated>2006-08-03T05:10:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/08/03/466670.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/08/03/466670.html"/><content type="text">Syntax:text-transform: capitalize | uppercase | lowercase | none | inheritExample:Uppercases the first letter of every word. Uppercases the first letterAll text in the section is forced to upper case....</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/07/31/464004.html</id><title type="text">Site Definition KickStart Project</title><summary type="text">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...</summary><published>2006-07-31T06:09:00Z</published><updated>2006-07-31T06:09:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/31/464004.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/31/464004.html"/><content type="text">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...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/07/28/462335.html</id><title type="text">Transform between Hex and Dec in Javascript</title><summary type="text">varhexChars="0123456789ABCDEF";functionDec2Hex(dec){vara=dec%16;varb=(dec-a)/16;varhex=""+hexChars.charAt(b)+hexChars.charAt(a);returnhex;}functionHex2Dec(hex){returnparseInt(hex,16);}</summary><published>2006-07-28T09:26:00Z</published><updated>2006-07-28T09:26:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/28/462335.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/28/462335.html"/><content type="text">varhexChars="0123456789ABCDEF";functionDec2Hex(dec){vara=dec%16;varb=(dec-a)/16;varhex=""+hexChars.charAt(b)+hexChars.charAt(a);returnhex;}functionHex2Dec(hex){returnparseInt(hex,16);}</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/07/26/460315.html</id><title type="text">Visual Studio 2005 Web Application Projects Template</title><summary type="text">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...</summary><published>2006-07-26T09:38:00Z</published><updated>2006-07-26T09:38:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/26/460315.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/26/460315.html"/><content type="text">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...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/07/12/448836.html</id><title type="text">Overcome limitation of activate ActiveX control in IE</title><summary type="text">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 ...</summary><published>2006-07-12T06:17:00Z</published><updated>2006-07-12T06:17:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/12/448836.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/12/448836.html"/><content type="text">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 ...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/07/05/443568.html</id><title type="text">"Suggested Web Parts" in SharePoint 2007 Web Part picker page.</title><summary type="text">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 ...</summary><published>2006-07-05T09:20:00Z</published><updated>2006-07-05T09:20:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/05/443568.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/05/443568.html"/><content type="text">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 ...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/07/05/443358.html</id><title type="text">Extend toolbar of HtmlEditor in SharePoint 2007</title><summary type="text">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) ...</summary><published>2006-07-05T07:09:00Z</published><updated>2006-07-05T07:09:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/05/443358.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/07/05/443358.html"/><content type="text">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) ...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/06/12/423601.html</id><title type="text">Expand querystring in URL with JavaScript</title><summary type="text">Used to add your querystring to an URL, it can judge if the querystring you try to add is exist in the URL, if so, replace it with new value, or expand the URL.functionExpandQS(queryStringName,querySt...</summary><published>2006-06-12T02:02:00Z</published><updated>2006-06-12T02:02:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/06/12/423601.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/06/12/423601.html"/><content type="text">Used to add your querystring to an URL, it can judge if the querystring you try to add is exist in the URL, if so, replace it with new value, or expand the URL.functionExpandQS(queryStringName,querySt...</content></entry><entry><id>http://www.cnblogs.com/fengzhimei/archive/2006/05/26/410032.html</id><title type="text">Create a AJAX enabled WebPart for SharePoint2007 by using ASP.NET 2.0 client callback feature</title><summary type="text">I tried to integrate Atlas into WebPart a couple of days ago but failed. Atlas is a great AJAX framework from Microsoft, but it isn't compatible with SharePoint 2007 for now, what a pity. But your cus...</summary><published>2006-05-26T07:14:00Z</published><updated>2006-05-26T07:14:00Z</updated><author><name>fengzhimei</name><uri>http://www.cnblogs.com/fengzhimei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fengzhimei/archive/2006/05/26/410032.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fengzhimei/archive/2006/05/26/410032.html"/><content type="text">I tried to integrate Atlas into WebPart a couple of days ago but failed. Atlas is a great AJAX framework from Microsoft, but it isn't compatible with SharePoint 2007 for now, what a pity. But your cus...</content></entry></feed>
