Allen的自由天空

有财富未必有人生,有人生未必有财富

导航

2008年4月7日

彻底弄懂CSS盒子模式(DIV布局快速入门)(转载 webflash)

摘要: 如果你想尝试一下不用表格来排版网页,而是用CSS来排版你的网页,也就是常听的用DIV来编排你的网页结构,又或者说你想学习网页标准设计,再或者说你的上司要你改变传统的表格排版方式,提高企业竞争力,那么你一定要接触到的一个知识点就是CSS的盒子模式,这就是DIV排版的核心所在,传统的表格排版是通过大小不一的表格和表格嵌套来定位排版网页内容,改用CSS排版后,就是通过由CSS定义的大小不一的盒子和盒子嵌套来编排网页。因为用这种方式排版的网页代码简洁,更新方便,能兼容更多的浏览器,比如PDA设备也能正常浏览,所以放弃自己之前钟爱的表格排版也是值得的,更重要的是CSS排版网页的优势远远不只这些,本人在这里就不多说,自己可以去查找相关信息。 阅读全文

posted @ 2008-04-07 14:08 AllenFeng 阅读(789) 评论(0) 推荐(0) 编辑

2008年4月1日

ASP.NET 2.0's Client Callback Feature(转)

摘要: One of the most overlooked features of ASP.NET 2.0, part of Visual Studio 2005 or "Whidbey", is the Client Callback feature. This feature allows you to programmatically call server-side methods through client-side JavaScript code without the need for posting back the page. This article describes how to use the Client Callback feature to implement your own callback scenario and introduces the new TreeView control that has this feature built in. The code samples in this article were written using 阅读全文

posted @ 2008-04-01 19:48 AllenFeng 阅读(356) 评论(0) 推荐(0) 编辑

2008年3月3日

XSL基础教程(二)

摘要: 客户端XSL:如何用XML解析器在客户机上将XML文档转换成HTML文档 阅读全文

posted @ 2008-03-03 18:26 AllenFeng 阅读(259) 评论(0) 推荐(0) 编辑

XSL基础教程(一)

摘要: XSL介绍:介绍XSL是XML的样式表语言,XSL是什么以及它能做什么。 阅读全文

posted @ 2008-03-03 18:23 AllenFeng 阅读(594) 评论(0) 推荐(0) 编辑

2007年10月19日

Creating a custom search results page for a (searchresults.aspx)

摘要: When creating a site using Windows Sharepoint Services, search is typically managed at the web application level. This means that although the pages you create for your site will inherit the styles and layout designated in your site masterpage, any search results will be displayed using the default web application theme. By taking the following steps, it is possible to customise the way search results are shown, without affecting other sites operating in your WSS web application. 阅读全文

posted @ 2007-10-19 18:11 AllenFeng 阅读(1824) 评论(5) 推荐(0) 编辑

Create a new sharepoint search control

摘要: This example shows the basic process of creating and implementing an alternate control for the search box that is displayed on site pages. The alternate control specifies a different image file to use next to the box. 阅读全文

posted @ 2007-10-19 17:36 AllenFeng 阅读(480) 评论(0) 推荐(0) 编辑

2007年10月17日

Modifying the SharePoint Search control(转载)

摘要: Anyone who has used SharePoint will be familiar with the search control which is on most pages, and gives user's the option to search on various scopes within the portal, and will direct the user to the search centre when performing a search. In SharePoint 2007, developers are probably less familiar with how to modify the appearance of this control - but it really isn't too hard at all as it's appearance and functionality is controlled by some simple XML. 阅读全文

posted @ 2007-10-17 16:42 AllenFeng 阅读(508) 评论(0) 推荐(0) 编辑

Customizing the PlaceHolderSearchArea

摘要: 最近客户需要修改search control的东西,一直找不到好的方法,今天终于有所发现,在Todd Carter的blog里有相关涉及内容,虽然不是直接修改control的内容,但感觉帮助很大,有需要的朋友也可以看看 阅读全文

posted @ 2007-10-17 13:17 AllenFeng 阅读(682) 评论(0) 推荐(0) 编辑

2007年10月12日

Change passwords used for administration accounts (Office SharePoint Server)

摘要: Use this task to change the password information for several features, services, and Web applications in Microsoft Office SharePoint Server 2007. Domain policies often require that domain account passwords be updated periodically. This change provides additional security in case one of the passwords might have been compromised. You can configure the various features, services, and Web applications of Office SharePoint Server 2007 to run as a domain account. Because domain policy might require pa 阅读全文

posted @ 2007-10-12 16:13 AllenFeng 阅读(290) 评论(0) 推荐(0) 编辑

2007年10月8日

Add DOC to PDF and Other Conversions to Microsoft Office SharePoint Server 2007 with Aspose Components

摘要: This article describes how you can add an ability to convert DOC to PDF (DOC2PDF) to Microsoft Office SharePoint Server 2007 (MOSS) using Aspose.Words and Aspose.Pdf. In this article, you will create a small console application in Visual Studio that works as a document converter for SharePoint and invokes the Aspose components to perform the conversion. 阅读全文

posted @ 2007-10-08 16:52 AllenFeng 阅读(2269) 评论(0) 推荐(0) 编辑