About the author
To add advertisements to Community Server 2008.5 blog posts, do the following:
Add the following:
<%@ Register TagPrefix="CSUserControl" TagName="AdTop" Src="Ad-Top.ascx" %><%@ Register TagPrefix="CSUserControl" TagName="AdBottom" Src="Ad-Bottom.ascx" %>
to the top of the posts.aspx file under the Themes directory.
<CSControl:AdPart runat = "Server" contentname="StandardTop" ContentCssClass="CommonContentPartBorderOff" ContentHoverCssClass="CommonContentPartBorderOn"> <DefaultContentTemplate> <CSUserControl:AdTop runat="server" /> </DefaultContentTemplate> </CSControl:AdPart>
to after "</CSControl:Title>"
<CSControl:AdPart runat="Server" ContentName="StandardBottom" ContentCssClass="CommonContentPartBorderOff" ContentHoverCssClass="CommonContentPartBorderOn"> <DefaultContentTemplate> <CSUserControl:AdBottom runat="server" /> </DefaultContentTemplate> </CSControl:AdPart>
to before "</asp:Content>", near the end of the file.
This will show ads at the top and bottom of any/all blog post.
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!