<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Carolramzy&#039;s Blog</title>
	<atom:link href="http://carolramzy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://carolramzy.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 17 Feb 2011 16:50:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='carolramzy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Carolramzy&#039;s Blog</title>
		<link>http://carolramzy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://carolramzy.wordpress.com/osd.xml" title="Carolramzy&#039;s Blog" />
	<atom:link rel='hub' href='http://carolramzy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>DPM Cataloging to Recover SharePoint Items / DPM 2010 Backup Sharepoint to item level</title>
		<link>http://carolramzy.wordpress.com/2010/06/15/dpm-cataloging-to-recover-sharepoint-items-dpm-2010-backup-sharepoint-to-item-level/</link>
		<comments>http://carolramzy.wordpress.com/2010/06/15/dpm-cataloging-to-recover-sharepoint-items-dpm-2010-backup-sharepoint-to-item-level/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:15:05 +0000</pubDate>
		<dc:creator>carolramzy</dc:creator>
				<category><![CDATA[DPM]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[DPM Backup Moss]]></category>
		<category><![CDATA[DPM item level recovery.]]></category>

		<guid isPermaLink="false">http://carolramzy.wordpress.com/?p=10</guid>
		<description><![CDATA[When Backup Sharepoint 2007 , DPM catalougue MOSS items every 24 hours , if you need to force this operation to be able to restore item you can use powershell command , but the one written on technet is very tricky http://technet.microsoft.com/en-us/library/ff634233.aspx  Start-CreateCatalog –DataSource &#60;DataSourceObject&#62; so if you write this command and try any values [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=10&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When Backup Sharepoint 2007 , DPM catalougue MOSS items every 24 hours , if you need to force this operation to be able to restore item you can use powershell command , but the one written on technet is very tricky</p>
<p><a href="http://technet.microsoft.com/en-us/library/ff634233.aspx">http://technet.microsoft.com/en-us/library/ff634233.aspx</a> </p>
<p><strong>Start-CreateCatalog –DataSource</strong> &lt;DataSourceObject&gt; so if you write this command and try any values for datasource will give error:</p>
<p>error: cannot bind parameter &#8216;datasource&#8217; cannot convert the &#8216;&#8230;&#8217; value of type &#8216;system.string&#8217; to type microsoft.internal.enterprisestorage.dls.UI.cmdlet.protectioncmdlets.createcatalogcmdlet</p>
<p>this is how to enter the command, you must enter your datasource as variable, use the below</p>
<p>$pg1 = get-protectiongroup –dpmservername  yourdpmservername</p>
<p>$ds1 = Get-Datasource –ProtectionGroup $pg1</p>
<p>start-createcatalog -datasource $ds[1]</p>
<p>DPM will start catalogue</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/carolramzy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/carolramzy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/carolramzy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/carolramzy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/carolramzy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/carolramzy.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/carolramzy.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/carolramzy.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=10&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://carolramzy.wordpress.com/2010/06/15/dpm-cataloging-to-recover-sharepoint-items-dpm-2010-backup-sharepoint-to-item-level/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f8a178814f25d6aaacaf350764c1db2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carolramzy</media:title>
		</media:content>
	</item>
		<item>
		<title>SCSM beta console doesnt open giving failed to connect to server insufficient privilege</title>
		<link>http://carolramzy.wordpress.com/2009/06/18/scsm-beta-console-doesnt-open-giving-failed-to-connect-to-server-insufficient-privilege/</link>
		<comments>http://carolramzy.wordpress.com/2009/06/18/scsm-beta-console-doesnt-open-giving-failed-to-connect-to-server-insufficient-privilege/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:31:44 +0000</pubDate>
		<dc:creator>carolramzy</dc:creator>
				<category><![CDATA[SCSM]]></category>
		<category><![CDATA[scsm beta]]></category>
		<category><![CDATA[service manager console]]></category>

		<guid isPermaLink="false">http://carolramzy.wordpress.com/?p=7</guid>
		<description><![CDATA[after  installing SCSM beta when you try to open the service manager Console pop up error error: System center service manager : failed to connect to server insufficient privileges, the user does not have sufficient permission to perform the operation Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException Reason:  during installation all Service manager Services use domain services accounts In this configuration, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=7&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>after  installing SCSM beta when you try to open the service manager Console pop up error</p>
<p>error: System center service manager : failed to connect to server insufficient privileges, the user does not have sufficient permission to perform the operation</p>
<p>Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException</p>
<p>Reason:  during installation all Service manager Services use domain services accounts In this configuration, the installation queries Active Directory Domain Services (AD DS) for the computer account .In a large Active Directory domain, this query may time out before AD DS returns the queried data.</p>
<p>Resolution:</p>
<p>1- open start&gt; run&gt;services.msc</p>
<p>2- change service account of servicemanager config service to local system</p>
<p>3- change services account of servicesmanager SDK service to local system</p>
<p>4- Restart Both services</p>
<p>open service manager console and the error is gone</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/carolramzy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/carolramzy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/carolramzy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/carolramzy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/carolramzy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/carolramzy.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/carolramzy.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/carolramzy.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=7&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://carolramzy.wordpress.com/2009/06/18/scsm-beta-console-doesnt-open-giving-failed-to-connect-to-server-insufficient-privilege/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f8a178814f25d6aaacaf350764c1db2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carolramzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Creat MySite under your Domain url with same DNS name /mysite</title>
		<link>http://carolramzy.wordpress.com/2009/06/17/creat-mysite-under-your-domain-url-with-same-dns-name-mysite/</link>
		<comments>http://carolramzy.wordpress.com/2009/06/17/creat-mysite-under-your-domain-url-with-same-dns-name-mysite/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:35:10 +0000</pubDate>
		<dc:creator>carolramzy</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[dns name]]></category>
		<category><![CDATA[move mysite location]]></category>
		<category><![CDATA[mysite]]></category>
		<category><![CDATA[ssp]]></category>

		<guid isPermaLink="false">http://carolramzy.wordpress.com/?p=4</guid>
		<description><![CDATA[When you install MOSS (not evaluation copy) part of that process is creating a Shared Service Provider. This is essentially a set of services like User Profile store, Search, BDC, MySites etc… These services can be consumed from one or more SharePoint Web Applications (and other apps outside of SharePoint if you like). One of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=4&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you install MOSS (not evaluation copy) part of that process is creating a Shared Service Provider. This is essentially a set of services like User Profile store, Search, BDC, MySites etc… These services can be consumed from one or more SharePoint Web Applications (and other apps outside of SharePoint if you like).</p>
<p>One of the services that an SSP provides is details on where users MySites are located. This is because if you have, for example, multiple Portals then you usually only want a person to have one MySite. So by having multiple web applications consuming from one SSP you can achieve this.</p>
<p>However, <strong>by default</strong> when you create an SSP the MySite location is set to be under that SSP. I think an example will help here…</p>
<p>E.g.</p>
<p>Your organisational portal site is on http://OrgsIntranet</p>
<p>Your SSP must be on another URL domain or port so let say&#8230; SSP1 is on http://OrgsIntranet:12345</p>
<p>What this will mean, by default, is that your users MySites are at http://OrgsIntranet:12345/personal/&lt;username&gt;</p>
<p>As you can probably imagine, this is not ideal for all organizations. In fact for most organizations that will only ever have one main portal this is not ideal.</p>
<p>The reason we host MySites on another web application is so that no matter what site you are on, when you hit the &#8220;mysite&#8221; link at the top of the page, it will take you to the right place and that place is not dependant on any individual portal.</p>
<p>In an ideal world you would have an address like <a href="http://my/">http://my</a> or <a href="http://mysites/">http://mysites</a> as a DNS name for your SSP … so that the address makes sense and you could run it on port 80 like everything else. It makes the URL look nicer I guess.</p>
<p>Anyway! So for orgs with only one main portal they might want their urls to look something like:</p>
<p>Org Main portal: http://OrgsIntranet</p>
<p>MySites : http://OrgsIntranet/personal/&lt;user name&gt;</p>
<p>So how do you go about configuring this? …</p>
<p><strong>How-To: </strong></p>
<p>I am assuming you have your intranet/portal at http://OrgsIntranet and the mysites location is currently at http://OrgsIntranet:12345/personal/&lt;username&gt;</p>
<ol>
<li>First you have to make sure you have 2 managed paths set up in the http://OrgsIntranet web application. To do this jump into central admin, &#8220;Application Management&#8221; tab, &#8220;Define Managed Paths&#8221;. Make sure you are working on the right web application once you are in that screen.</li>
<li>Create an <strong>Explicit inclusion </strong>for path &#8220;mysite&#8221;</li>
<li>Create a <strong>Wildcard inclusion </strong>for path &#8220;personal&#8221;</li>
<li>Jump back into the &#8220;Application Management&#8221; tab &amp; choose &#8220;Create site collection&#8221;</li>
<li>Create a new site (call it MySiteHost if you like), pick &#8220;Create site that this URL&#8221; and choose &#8220;mysite&#8221;, also pick the &#8220;My Site Host&#8221; template (<strong>important</strong>).</li>
<li>Once that site is created jump back into Central Admin, go into your Shared Services Provider configuration, go into the &#8220;My Site settings&#8221; page</li>
<li>Set &#8220;Personal site provider&#8221; to &#8220;http://OrgsIntranet/mysite/&#8221; and &#8220;Location&#8221; to &#8220;personal&#8221;, click OK.</li>
</ol>
<p>Done! Now when your users click on the &#8220;mysite&#8221; link their MySite will be created in the right place.</p>
<p><strong>NOTE: if you do this after some mysites have been created then you will have to move them using STSADM to the new location. Otherwise a new mysite will be created for them.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/carolramzy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/carolramzy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/carolramzy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/carolramzy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/carolramzy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/carolramzy.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/carolramzy.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/carolramzy.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=4&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://carolramzy.wordpress.com/2009/06/17/creat-mysite-under-your-domain-url-with-same-dns-name-mysite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f8a178814f25d6aaacaf350764c1db2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carolramzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Unable to delete default Shared Services Provider in SharePoint</title>
		<link>http://carolramzy.wordpress.com/2009/06/17/unable-to-delete-default-shared-services-provider-in-sharepoint/</link>
		<comments>http://carolramzy.wordpress.com/2009/06/17/unable-to-delete-default-shared-services-provider-in-sharepoint/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:15:32 +0000</pubDate>
		<dc:creator>carolramzy</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[delete default SSP dependants to point to null]]></category>

		<guid isPermaLink="false">http://carolramzy.wordpress.com/2009/06/17/unable-to-delete-default-shared-services-provider-in-sharepoint/</guid>
		<description><![CDATA[Sometimes The SSP you create in MOSS are not created properly. This can be result of interruption while SSP was being created or in result of bad migration from SPS03 or MCMS to MOSS. error: An object in the SharePoint administrative framework, &#8220;SharedResourceProvider Na me=SSP Parent=SPFarm Name=SharePoint_Config&#8221;, could not be deleted because other objects depend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=3&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes The SSP you create in MOSS are not created properly. This can be result of interruption while SSP was being created or in result of bad migration from SPS03 or MCMS to MOSS.<br />
error: An object in the SharePoint administrative framework, &#8220;SharedResourceProvider Na<br />
me=SSP Parent=SPFarm Name=SharePoint_Config&#8221;, could not be deleted because other<br />
objects depend on it. Update all of these dependants to point to null or diffe<br />
rent objects and retry this operation. The dependant objects are as follows:<br />
SPWebApplication Name=SSP_MYSITE Parent=SPWebService<br />
SPWebApplication Name=SSP2 Parent=SPWebService<br />
SPWebApplication Name=super.company.com Parent=SPWebService<br />
Resolution:<br />
To get rid of the dependencies, you will have to use a trick:<br />
Open SQL Server Management Studio and execute following query to fetch the SSP dependencies:<br />
SELECT * from Objects WHERE Objects.name like &#8216;%SSP%&#8217;<br />
Note that in the &#8220;Status&#8221; column, you&#8217;ll find &#8220;3&#8243;. Changing that back to default &#8220;0&#8243; does the job:<br />
UPDATE Objects SET Objects.Status=0 WHERE Objects.name=&#8217;SSP&#8217;</p>
<p>You should delete the SSP using stsadm command line tool (NOTE: My SSP&#8217;s name is &#8220;SSP&#8221; which is specified after &#8220;title&#8221; in command:</p>
<p>C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&gt;stsa<br />
dm -o deletessp -title &#8220;SSP&#8221;</p>
<p>Your currupt SSP is gone!</p>
<p>Now you should be able to create a new SSP without problems</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/carolramzy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/carolramzy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/carolramzy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/carolramzy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/carolramzy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/carolramzy.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/carolramzy.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/carolramzy.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=3&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://carolramzy.wordpress.com/2009/06/17/unable-to-delete-default-shared-services-provider-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f8a178814f25d6aaacaf350764c1db2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carolramzy</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://carolramzy.wordpress.com/2009/06/17/hello-world/</link>
		<comments>http://carolramzy.wordpress.com/2009/06/17/hello-world/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:02:46 +0000</pubDate>
		<dc:creator>carolramzy</dc:creator>
				<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=1&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/carolramzy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/carolramzy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/carolramzy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/carolramzy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/carolramzy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/carolramzy.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/carolramzy.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/carolramzy.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carolramzy.wordpress.com&amp;blog=8210808&amp;post=1&amp;subd=carolramzy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://carolramzy.wordpress.com/2009/06/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0f8a178814f25d6aaacaf350764c1db2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">carolramzy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
