 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Template</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/template/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 15:05:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>IT Asset Templates</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/it-asset-templates/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/it-asset-templates/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 17:41:43 +0000</pubDate>
		<dc:creator>Securewing</dc:creator>
				<category><![CDATA[Architecture/Design]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[IT asset management]]></category>
		<category><![CDATA[IT Infrastructure]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am looking for &#8220;standardized&#8221; templates that would assist large organizations map out current IT infrastructure components. This would help provide a baseline to identify gaps as well as help drive out requirements. Ideally, the template would identify critical IT components and force you to complete a list. Eg. The list would include datacentre, storage, [...]]]></description>
				<content:encoded><![CDATA[<p>I am looking for &#8220;standardized&#8221; templates that would assist large organizations map out current IT infrastructure components.  This would help provide a baseline to identify gaps as well as help drive out requirements.  Ideally, the template would identify critical IT components and force you to complete a list.  Eg. The list would include datacentre, storage, security, network components etc.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/it-asset-templates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a (visual) window baseclass without xaml</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-create-a-visual-window-baseclass-without-xaml/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-create-a-visual-window-baseclass-without-xaml/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 21:08:58 +0000</pubDate>
		<dc:creator>Zdijn</dc:creator>
				<category><![CDATA[baseform]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[code behind]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I want to create a window baseclass that contains 3 elements: - a ribbon control (ie devcomponents wpf ribbon) - a region to contain child form controls - a statusbar This way, all windows that inherit from this window will automatically provide these controls (and soms functions). I created a lookless windowbase.cs file that [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to create a window baseclass that contains 3 elements:</p>
<p>- a ribbon control (ie devcomponents wpf ribbon)<br />
- a region to contain child form controls<br />
- a statusbar</p>
<p>This way, all windows that inherit from this window will automatically provide these controls (and soms functions).</p>
<p>I created a lookless windowbase.cs file that adds a 3-row grid to the window in the constructor containing a ribbon in row 0 and a statusbar in row 2.</p>
<p>2 problems arrise when using this strategy:</p>
<p>1/ The child form does not show any inherited controls during design time. This is a lesser problem, since the ribbon control and status bar can be modified from code-behind in the constructor.</p>
<p>2/ After adding controls to the child window, the xaml cannot be parsed anymore.<br />
I guess a need to add something like a contencontrol, to be added to row 1 from the code behind, but previous attempts all led to a inparsable xaml file.</p>
<p>Am I missing something obvious here?<br />
Visual inheritance is pretty basic in winforms, but I guess this work-around should be possible too&#8230;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-create-a-visual-window-baseclass-without-xaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel that increments number when created from template?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/excel-that-increments-number-when-created-from-template/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/excel-that-increments-number-when-created-from-template/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:54:24 +0000</pubDate>
		<dc:creator>Pandub</dc:creator>
				<category><![CDATA[Excel 2003]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi all, Need to create an excel template that everytime it&#8217;s opened, it increment a number in the excel spreadsheet. The idea is everytime a file is create from the template, it gets a unique number. Also do you think it possible to use this unique number as the name of the file to be [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>Need to create an excel template that everytime it&#8217;s opened, it increment a number in the excel spreadsheet.<br />
The idea is everytime a file is create from the template, it gets a unique number.<br />
Also do you think it possible to use this unique number as the name of the file to be save.<br />
For example, first file from template would be called 101.xls, second file from template would be called 102.xls.<br />
Not sure if I should use some kind of script to do the latter part?</p>
<p>thanks in advance<br />
Paul</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/excel-that-increments-number-when-created-from-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datacenter Project</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/datacenter-project/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/datacenter-project/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 09:52:42 +0000</pubDate>
		<dc:creator>Shkfaiz</dc:creator>
				<category><![CDATA[Data Center Cost]]></category>
		<category><![CDATA[Data center design]]></category>
		<category><![CDATA[Data center planning]]></category>
		<category><![CDATA[DataCenter]]></category>
		<category><![CDATA[Project cost estimation]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Dear all, Has anyone used templates for a Datacenter Creation Project ( I am looking specifically the cost estimation for new Datacenter Project) ?]]></description>
				<content:encoded><![CDATA[<p>Dear all, Has anyone used templates for a Datacenter Creation Project ( I am looking specifically the cost estimation for new Datacenter Project) ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/datacenter-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.027 seconds using memcached
Object Caching 534/588 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 16:21:07 -->