<?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>Mainframe COBOL &#187; web</title>
	<atom:link href="http://www.mainframecobol.info/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mainframecobol.info</link>
	<description>We know what COBOL stands for</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:50:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Get the size of all site collections for a Web application</title>
		<link>http://www.mainframecobol.info/2011/09/get-the-size-of-all-site-collections-for-a-web-application/</link>
		<comments>http://www.mainframecobol.info/2011/09/get-the-size-of-all-site-collections-for-a-web-application/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 01:07:54 +0000</pubDate>
		<dc:creator>Trevor Eddolls</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Charles Jones]]></category>
		<category><![CDATA[cics user]]></category>
		<category><![CDATA[Darren Pritchard]]></category>
		<category><![CDATA[Eddolls]]></category>
		<category><![CDATA[performance java]]></category>
		<category><![CDATA[Rocket Software]]></category>
		<category><![CDATA[rsquo]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[site collection]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[Virtual CICS user group]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web server extensions]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=1069</guid>
		<description><![CDATA[This week, Darren Pritchard, our SharePoint guru, lays out clearly exactly what needs to be done in order to find out the size of all site collections for a Web application in SharePoint 2007. The first step is to create a batch file containing: SET STSADM=&#8221;c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\STSADM.EXE&#8221; %STSADM% -o enumsites -url [...]]]></description>
			<content:encoded><![CDATA[<p>This week, Darren Pritchard, our SharePoint guru, lays out clearly exactly what needs to be done in order to find out the size of all site collections for a Web application in SharePoint 2007.</p>
<p>The first step is to create a batch file containing:</p>
<p style="font-family: 'Courier New', Courier, monospace;">SET STSADM=&#8221;c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\STSADM.EXE&#8221;<br />
%STSADM% -o enumsites -url &lt;Your Site&gt; SiteStats.txt <br />
Pause</p>
<p>Pretty obviously, where it says &lt;Your Site&gt;, you need to change that to the name of the Web application that you need to produce the statistics for.</p>
<p>Next you need to copy the batch file to your Web front-end server and run it.</p>
<p>The output will be in a file called SiteStats.txt. Open the file and for each site collection you will see &lsquo;StorageUsedMB=&rsquo; and a value. It&rsquo;s the value that you&rsquo;re interested in.</p>
<p>On a completely different topic: on Tuesday 13 September the Virtual CICS user group meets. Rocket Software&rsquo;s Charles Jones will be discussing &ldquo;CICS TS 4.2: Leveraging event processing and high-performance Java&rdquo;. More details about how to register can be found on the user group Web site at <a href="http://www.fundi.com/virtualcics" target="_blank" title="Virtual CICS user group">fundi.com/virtualcics</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2011/09/get-the-size-of-all-site-collections-for-a-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom branding with SharePoint</title>
		<link>http://www.mainframecobol.info/2011/05/custom-branding-with-sharepoint/</link>
		<comments>http://www.mainframecobol.info/2011/05/custom-branding-with-sharepoint/#comments</comments>
		<pubDate>Sun, 29 May 2011 16:17:37 +0000</pubDate>
		<dc:creator>Trevor Eddolls</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[beginner’s guide]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[core css]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css file]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Darren]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Eddolls]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[microsoft com downloads]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Pritchard]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[www microsoft com downloads]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=943</guid>
		<description><![CDATA[For those of you working at new SharePoint 2007 sites, I have more of Darren Pritchard&#8217;s excellent beginner&#8217;s guides. This time he&#8217;s looking at custom branding. There are a few different parts to custom branding a SharePoint Web application. You will need SharePoint Designer to create and change the pages. You will need to create [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you working at new SharePoint 2007 sites, I have more of Darren Pritchard&rsquo;s excellent beginner&rsquo;s guides. This time he&rsquo;s looking at custom branding.</p>
<p><span id="more-943"></span></p>
<p>There are a few different parts to custom branding a SharePoint Web application. You will need SharePoint Designer to create and change the pages. You will need to create a new master page and a CSS file to apply to the master page.</p>
<p>SharePoint Designer is a free application that is available from Microsoft at <a href="htto://www.microsoft.com/downloads/en/details.aspx?familyid=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;displaylang=en" target="_blank" title="Download Designer">www.microsoft.com/downloads/en/details.aspx?familyid=baa3ad86-bfc1-4bd4-9812-d9e710d44f42&amp;displaylang=en</a>. SharePoint Designer allows you to open your SharePoint Web application to see and access all the component parts and elements of the application. You are able to navigate through the whole site, which will give you a better idea of how a SharePoint application is built. Be carefully not to change anything unless you know what it is &ndash; you could break the Web application if you remove or change the wrong thing!</p>
<p>SharePoint Designer also allows the pages and code to be edited, which is good news for someone new to SharePoint because everything is available within one location.</p>
<p>Let&rsquo;s start with master pages. These are the templates that are applied to all pages on a SharePoint Web application. They are written in ASP.NET 2.0. When applying custom branding to a SharePoint Web application, this is where the majority of the development will be carried out.</p>
<p>CSS (Cascading Style Sheets) are used to style the master page (just like on most Web pages). Within a SharePoint Web application, there is a &lsquo;core.css&rsquo; file, which can be found in the &lsquo;_styles&rsquo; folder. You won&rsquo;t be able to navigate here without using SharePoint Designer. This is used by all of the master pages that come by default in a Web application. This file should not be changed. It is best practice to create a bespoke .css file and use this to override the core.css. This means that you will not affect the default master page styles that are used by other pages.</p>
<p>Content PlaceHolders Controls are regions of content on a master page that are predefined but customizable within SharePoint. So, for example, the PlaceHolder is in red, which is housed within an HTML table:</p>
<p style="font-family: 'Courier New', Courier, monospace;">
&#60;!&#8211; Search Start&#8211;&#62;<br />
&nbsp; &#60;table border=&#8221;0&#8243; cellpadding=0 cellspacing=0 width=&#8221;100%&#8221; class=&#8221;customcss.class&#8221; &#62;<br />
&nbsp;&nbsp;&nbsp; &#60;tr&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;td&#62;</p>
<p style="font-family: 'Courier New', Courier, monospace; color:#f00">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;asp:ContentPlaceHolder id=&#8221;PlaceHolderSearchArea&#8221; runat=&#8221;server&#8221;&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;SharePoint:DelegateControl runat=&#8221;server&#8221; ControlId=&#8221;SmallSearchInputBox&#8221;/&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;/asp:ContentPlaceHolder&#62;</p>
<p style="font-family: 'Courier New', Courier, monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;/td&#62;<br />
&nbsp;&nbsp;&nbsp; &#60;/tr&#62;<br />
&nbsp; &#60;/table&#62;<br />
&#60;!&#8211; Search End &#8211;&#62;</p>
<p>This is an example of a table that will contain the search placeholder shown below:</p>
<p><a href="http://www.mainframecobol.info/wordpress/wp-content/2011/05/blog250.jpg"><img src="http://www.mainframecobol.info/wordpress/wp-content/2011/05/blog250-300x18.jpg" alt="search placeholder" title="search placeholder" width="300" height="18" class="alignnone size-medium wp-image-945" /></a></p>
<p>Any images that are referenced from within the master page must be able to be viewed by all users. Otherwise, users will be asked to log-in every time they refresh the page if the don&rsquo;t have permission to the library where the image is stored.</p>
<p>I would suggest creating a folder for your master page within the &lsquo;http://Your App/Style%20Library/images&rsquo; and locating all of the images there. This will use the standard image locations from the master pages, but keep them separate so that they can be identified easily during future development or maintenance. </p>
<p>When you&rsquo;re ready to import branding into a Web application, you need to use the following guidelines.</p>
<p>To import a master page:</p>
<ol>
<li>In SharePoint Designer open up your Web application</li>
<li>Navigate to http://your site/_catalogs/masterpage</li>
<li>Click File</li>
<li>Click Import</li>
<li>Add your master page here.</li>
</ol>
<p>To import an image:</p>
<ol>
<li>In SharePoint Designer open up your Web application</li>
<li>Navigate to http://your site/Images</li>
<li>Click File</li>
<li>Click Import</li>
<li>Add your image here.</li>
</ol>
<p>To import a CSS file:</p>
<ol>
<li>In SharePoint Designer open up your Web application</li>
<li>Navigate to http://your site/_styles</li>
<li>Click File</li>
<li>Click Import</li>
<li>Add your CSS file here.</li>
</ol>
<p>Good luck with your modifying your branding.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2011/05/custom-branding-with-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Custom Web Part for SharePoint</title>
		<link>http://www.mainframecobol.info/2011/04/how-to-create-a-custom-web-part-for-sharepoint/</link>
		<comments>http://www.mainframecobol.info/2011/04/how-to-create-a-custom-web-part-for-sharepoint/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 22:05:44 +0000</pubDate>
		<dc:creator>Trevor Eddolls</dc:creator>
				<category><![CDATA[cobol]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[great shoes]]></category>
		<category><![CDATA[microsoft com downloads]]></category>
		<category><![CDATA[naming convention]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[sharepoint 2007]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[trust level]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wp web]]></category>
		<category><![CDATA[www microsoft com downloads]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=904</guid>
		<description><![CDATA[I&#8217;ve been working recently with Darren Pritchard at a site that&#8217;s fairly new to SharePoint. They came up with a number of fairly basic &#8216;how to&#8217; questions and Darren has put together some basic information for them. It seemed that if these new SharePoint users and had lots of questions, then so would many other [...]]]></description>
			<content:encoded><![CDATA[<p>I&rsquo;ve been working recently with Darren Pritchard at a site that&rsquo;s fairly new to SharePoint. They came up with a number of fairly basic &lsquo;how to&rsquo; questions and Darren has put together some basic information for them. It seemed that if these new SharePoint users and had lots of questions, then so would many other sites. So it made sense to make this information available to the SharePoint community as a whole. This site was using SharePoint 2007.</p>
<p><span id="more-904"></span></p>
<p>The first thing to do when creating a custom Web Part is to set up a development environment. You need to create a development SharePoint 2007 (SP2007) server and give it a name. For SharePoint 2007 you need Visual Studio 2008 (VS2008). It&rsquo;s worth noting that you can&rsquo;t use Visual Studio 2010 (VS2010).</p>
<p>Install VS2008 onto your development SP2007 server. Next install the VS2008 SharePoint plug-in called “VSeWSSv13_AMD64_Build-433.exe”. This can be found at http://www.microsoft.com/downloads/en/details.aspx?FamilyID=fb9d4b85-da2a-432e-91fb-d505199c49f6. This plug-in adds the Web Part project to VS2008. Once this is in place, you’ll be able to actually create a custom Web Part.</p>
<p>Open VS2008, then click &lsquo;File/New/Project&rsquo;. Find the &lsquo;Visual C#&rsquo; list and expand that. Next click &lsquo;SharePoint&rsquo;, and in the right-hand box click &lsquo;Web Part&rsquo;. Give your new project a name. The naming convention is og.wp.%Name%, where:<br />og = your organization (abbreviated, eg use gs if you&rsquo;re company is called &lsquo;Great Shoes&rsquo;, etc.)<br />wp = Web Part<br />.%Name% = the name of the Web Part.</p>
<p>Make sure you tick &lsquo;Create directory for solution&rsquo; &ndash; see Figure below.</p>
<p align=center><a href="http://www.mainframecobol.info/wordpress/wp-content/2011/04/B2441.jpg"><img src="http://www.mainframecobol.info/wordpress/wp-content/2011/04/B2441-300x203.jpg" alt="" title="B2441" width="300" height="203" class="aligncenter size-medium wp-image-905" /><br /><font size="1">Click picture for larger version</font></a></p>
<p>Next you&rsquo;ll see a trust level box. Make sure that it looks like this:</p>
<p align=center><a href="http://www.mainframecobol.info/wordpress/wp-content/2011/04/B2442.jpg"><img src="http://www.mainframecobol.info/wordpress/wp-content/2011/04/B2442-300x177.jpg" alt="" title="B2442" width="300" height="177" class="aligncenter size-medium wp-image-906" /><br /><font size="1">Click picture for larger version</font></a></p>
<p>And click &lsquo;OK&rsquo;.</p>
<p>You can now go ahead and write your Web Part using Visual C#.</p>
<p>The next stage shouldn&rsquo;t be missed &ndash; it&rsquo;s testing your custom Web Part. You need to tell VS2008 where to deploy the Web Part. Click &lsquo;Project&rsquo;, &lsquo;%PROJECT NAME% Properties&rsquo;. On the tabs click &lsquo;Debug&rsquo; and change the &lsquo;Start browsers with URL&rsquo; box to point to your test site, eg http://yourdevelopmentserver:5003/. Click the cross in the right hand corner to save the changes.</p>
<p>To deploy your Web Part, click &lsquo;Build&rsquo;, &lsquo;Deploy %PROJECT NAME%&rsquo;. This will add the solution to SharePoint central admin and deploy the solution to your test site. You can add your Web Part to your test site in the same way that you would add any other Web Parts, and now you can test it.</p>
<p>It&rsquo;s useful to know how to retract a test Web Part. Open your project in VS2008, click &lsquo;Build&rsquo; and then &lsquo;Retract Solution&rsquo;. This will retract the solution from your test site and remove it from SharePoint central admin. You now need to manually remove the pointer from your test site. To do this open your test site and click &lsquo;Site Actions/Site Settings/Modify All Site Settings&rsquo;. Under Galleries click &lsquo;Web Parts&rsquo; and delete your development Web Part.</p>
<p>Assuming that your Web Part worked as planned (finally!), you&rsquo;ll want to deploy your solution into your live environment. Firstly, locate your project, eg &lsquo;C:\Users\%USERNAME%\Documents\Visual Studio 2008\Projects&rsquo;, then double-click on your new project, and locate the debug folder. Within this you should find %PROJECT NAME%.wsp. Finally copy this .wsp file onto your Live SharePoint Server. </p>
<p>I&rsquo;ll share Darren&rsquo;s full instructions for installing a solution another time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2011/04/how-to-create-a-custom-web-part-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CA Accelerating Its Push Into The Cloud</title>
		<link>http://www.mainframecobol.info/2010/03/ca-accelerating-its-push-into-the-cloud/</link>
		<comments>http://www.mainframecobol.info/2010/03/ca-accelerating-its-push-into-the-cloud/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:00:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[mainframe]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=320</guid>
		<description><![CDATA[CA (CA), formerly known as Computer Associates, is making aggressive moves to join the growing trend of cloud computing, one that is fast transforming data centers. Cloud computing marks a major shift for information technology managers. Users don&#8217;t load software onto their computers but instead access programs via the Web. It&#8217;s a way to cut [...]]]></description>
			<content:encoded><![CDATA[<p>CA (CA), formerly known as Computer Associates, is making aggressive moves to join the growing trend of cloud computing, one that is fast transforming data centers.</p>
<p>Cloud computing marks a major shift for information technology managers. Users don&#8217;t load software onto their computers but instead access programs via the Web. It&#8217;s a way to cut the cost of managing on-site computer resources.  <a href="http://www.investors.com/NewsAndAnalysis/Article.aspx?id=525558">READ MORE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2010/03/ca-accelerating-its-push-into-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dr. Codd Was Right: We Don&#8217;t Need no Stinkin&#8217; Innovation</title>
		<link>http://www.mainframecobol.info/2010/02/dr-codd-was-right-we-dont-need-no-stinkin-innovation/</link>
		<comments>http://www.mainframecobol.info/2010/02/dr-codd-was-right-we-dont-need-no-stinkin-innovation/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 22:45:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[cobol]]></category>
		<category><![CDATA[1970]]></category>
		<category><![CDATA[3270]]></category>
		<category><![CDATA[dr codd]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/?p=243</guid>
		<description><![CDATA[The web, so far, is semantically implemented exactly the same way as COBOL/3270 code, circa 1970. You have a dumb datastore, managed by bespoke code, talking to a semi-smart block mode terminal. The only difference is some syntax (COBOL &#8230; MORE]]></description>
			<content:encoded><![CDATA[<p>The web, so far, is semantically implemented exactly the same way as COBOL/3270 code, circa 1970. You have a dumb datastore, managed by bespoke code, talking to a semi-smart block mode terminal. The only difference is some syntax (COBOL &#8230; <a href="http://drcoddwasright.blogspot.com/2010/02/we-dont-need-no-stinkin-innovation.html">MORE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2010/02/dr-codd-was-right-we-dont-need-no-stinkin-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of Application Renewal</title>
		<link>http://www.mainframecobol.info/2009/12/the-art-of-application-renewal/</link>
		<comments>http://www.mainframecobol.info/2009/12/the-art-of-application-renewal/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:28:28 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cobol]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[renewal]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mainframecobol.info/2009/12/the-art-of-application-renewal/</guid>
		<description><![CDATA[For many IT organizations, the concept of an application is limited to adding a front-end Web browser to a morass of COBOL code. MORE]]></description>
			<content:encoded><![CDATA[<p>For many IT organizations, the concept of an application is limited to adding a front-end Web browser to a morass of COBOL code. <a href="http://www.itbusinessedge.com/cm/blogs/vizard/the-art-of-application-renewal/%3Fcs%3D38053">MORE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mainframecobol.info/2009/12/the-art-of-application-renewal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

