<?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>Jeremy Taylor - SharePoint &#187; General Articles</title>
	<atom:link href="http://www.jeremytaylor.net/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremytaylor.net</link>
	<description>SharePoint &#38; more</description>
	<lastBuildDate>Sat, 21 Aug 2010 05:18:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint 2010 &#8211; HTTP Throttling &amp; Request Monitoring</title>
		<link>http://www.jeremytaylor.net/2010/08/21/sharepoint-2010-http-throttling-request-monitoring/</link>
		<comments>http://www.jeremytaylor.net/2010/08/21/sharepoint-2010-http-throttling-request-monitoring/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 05:18:09 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/2010/08/21/sharepoint-2010-http-throttling-request-monitoring/</guid>
		<description><![CDATA[Experienced SharePoint administrators would know that over worked servers would drop requests randomly when it can&#8217;t handle the load. Sounds familiar?
You could now configure thresholds in SharePoint 2010 and every 5 seconds teach server checks various aspects of its performance such as available Server CPU, Memory, Request Wait Time and ASP.NET request queues.

After 3 unsuccessful <a href="http://www.jeremytaylor.net/2010/08/21/sharepoint-2010-http-throttling-request-monitoring/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Experienced SharePoint administrators would know that over worked servers would drop requests randomly when it can&#8217;t handle the load. Sounds familiar?</p>
<p>You could now configure thresholds in SharePoint 2010 and every 5 seconds teach server checks various aspects of its performance such as available Server CPU, Memory, Request Wait Time and ASP.NET request queues.
</p>
<p>After 3 unsuccessful checks, the server enters a throttling period and will remain in this state until a successful check is completed. </p>
<p>The following occurs during the HTTP Throttling period:
</p>
<ul>
<li>No new timer jobs will be started. Requests that were generated before the throttling mode will be completed.
</li>
<li>The server will still continue to accept connections from existing sessions. This will, in theory, keep users from losing any current work when the server begins to throttle requests.
</li>
<li>Any new HTTP GET and Search Robot requests will generate a 503 (Server busy) error message and will be logged in the event viewer.
</li>
<li>The server continues to check itself every 5 seconds and stays throttled until the metrics fall back into the acceptable ranges.
		</li>
</ul>
<p><strong>Configuration:</strong><br />Throttling can be configured per Web application and is enabled through the Central Administration user interface or through a Windows PowerShell™ command.<br />To configure via Central Administration:
</p>
<ol>
<li>In SharePoint 2010 Central Administration, select <strong>Application Management</strong> -&gt; <strong>Manage web applications.</strong>
		</li>
<li><strong>Select the web application</strong> you want to configure
</li>
<li><strong>Click General Settings</strong> on the Ribbon
</li>
<li>Select Resource Throttling
</li>
<li>Select On or  HTTP Request
</li>
</ol>
<p>After throttling is enabled, the Windows PowerShell commands can be used to view and adjust the throttling thresholds:<br /><strong>GetSPWebApplicationHttpThrottlingMonitor</strong><br />
		<br /><strong>SetSPWebApplicationHttpThrottlingMonitor<br /></strong><br />The image from TechNet (below) is an example of the <strong>GetSPWebApplicationHttpThrottlingMonitor</strong> Windows PowerShell command.
</p>
<p><img src="http://www.jeremytaylor.net/sitecontent/2010/08/082110_0517_SharePoint21.jpg" alt=""/>
	</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F08%2F21%2Fsharepoint-2010-http-throttling-request-monitoring%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/08/21/sharepoint-2010-http-throttling-request-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint reporting services SSRS or CRM ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException</title>
		<link>http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/</link>
		<comments>http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 22:00:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=388</guid>
		<description><![CDATA[You may receive these errors when generating reports (often large reports) through Microsoft Sharepoint Reporting Services SRSS or Microsoft CRM.
This error appears in the report server log:
ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException
This error will appear in your web browser when accessing the report:
Reporting Services Error An internal error occurred on the <a href="http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>You may receive these errors when generating reports (often large reports) through Microsoft Sharepoint Reporting Services SRSS or Microsoft CRM.</p>
<p>This error appears in the report server log:</p>
<p><strong>ASSERT: Assertion failed! un-named assertion fired for component processing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException</strong><br />
This error will appear in your web browser when accessing the report:</p>
<p><strong>Reporting Services Error An internal error occurred on the report server. See the error log for more details (rsInternalError)</strong></p>
<p>Solution:<br />
Install SQL Server 2005 Service Pack 3</p>
<p>The cause is SQL server timing values may be incorrect when you use Cool&#8217;n'Quiet technology in AMD processors or SpeedStep technology in Intel processors. It can also occur on virtual servers on VMware (Intel or AMD).</p>
<p>Here are some links I hope you may find useful:</p>
<p>Link 1:<br />
<a href="http://blogs.msdn.com/b/mariae/archive/2007/12/10/reporting-services-internal-error.aspx">http://blogs.msdn.com/b/mariae/archive/2007/12/10/reporting-services-internal-error.aspx</a></p>
<p>Link 1: Mentions that AMD Cool’n’Quiet settings is the culprit, on further reading on the internet, I have found out that this can occur on intel systems (SpeedStep technology) as well.</p>
<p>Link 2:<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;931279">http://support.microsoft.com/default.aspx?scid=kb;EN-US;931279</a></p>
<p>Link 2: States that the issue is a drift may occur between CPU frequency values and the problem was first corrected in SQL 2005 SP 3.<br />
The Microsoft KB article 931279 states that this can occur if we use the CPU stepping or various Windows OS ‘power schemes’ settings. While the former (CPU stepping) is a bit more tricky to check, it would be worth checking the power scheme settings (Start&gt;run&gt;powercfg.cpl).</p>
<p>Link 3:<br />
<a href="http://support.microsoft.com/kb/955706/en-us">http://support.microsoft.com/kb/955706/en-us</a> (SQL 2005 SP 3)</p>
<p>Link 3 contains a list of bugs that are fixed by SP3. There evidence that it fixes the SQL server timing values &#8211; KB article 931279 (Link 2).
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F07%2F16%2Fmicrosoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/07/16/microsoft-sharepoint-reporting-services-ssrs-or-crm-assert-assertion-failed-un-named-assertion-fired-for-component-processing-microsoft-reportingservices-diagnostics-utilities-internalcatalogexcepti/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Expand your web server &#8211; Free IIS features &#8211; URLrewrite, URLrewritevideo streaming, Powershell, URLScan and more!</title>
		<link>http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/</link>
		<comments>http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:45:03 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[IIS features]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[Silverlight Streaming]]></category>
		<category><![CDATA[Smooth Streaming]]></category>
		<category><![CDATA[URLrewrite]]></category>
		<category><![CDATA[UrlScan]]></category>
		<category><![CDATA[Windows PowerShell Snap-In]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=288</guid>
		<description><![CDATA[IIS has greatly changed since I did my MCSE in Windows NT4.0! I did the MCSE+I in the year 2000. The I stood for &#8220;Internet&#8221; which was essentially IIS.
Now we have IIS 7 and 7.5 and is now built on an open &#38; modular architecture that allows you to customise and add new features through <a href="http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>IIS has greatly changed since I did my MCSE in Windows NT4.0! I did the MCSE+I in the year 2000. The I stood for &#8220;Internet&#8221; which was essentially IIS.<br />
Now we have IIS 7 and 7.5 and is now built on an open &amp; modular architecture that allows you to customise and add new features through IIS Extensions that are free to use.<br />
Here are some useful extensions that may help you at your work&#8230;</p>
<p><span id="more-288"></span></p>
<p><a title="URL Rewrite" href="http://www.iis.net/expand/URLRewrite" target="_blank"><strong>URL Rewrite</strong></a><br />
IIS URL Rewrite 2.0 enables Web administrators to create powerful rules to implement URLs that are easier for users to remember and easier for search engines to find.<br />
<a title="Install URL Rewrite" href="http://go.microsoft.com/?linkid=9722531" target="_blank">Install URL Rewrite</a></p>
<p><a title="Application Request Routing" href="http://www.iis.net/expand/ApplicationRequestRouting" target="_blank"><strong>Application Request Routing</strong></a><br />
Microsoft Application Request Routing Version 1 for IIS 7 is a proxy based routing module that forwards HTTP requests to content servers based on HTTP headers and server variables, and load balance algorithms.<br />
<a title="Install Application Request Routing" href="http://go.microsoft.com/?linkid=9694857" target="_blank">Install Application Request Routing</a></p>
<p><a title="Application Warm-Up Module for IIS 7.5" href="http://www.iis.net/expand/ApplicationWarmUp" target="_blank"><strong>Application Warm-Up Module for IIS 7.5 &#8211; Beta</strong></a><br />
IIS Application Warm-Up for IIS 7.5 enables IT Professionals to improve the responsiveness of their Web sites by loading the Web applications before the first request arrives.<br />
<a title="Install Application Warm-Up Module for IIS 7.5" href="http://go.microsoft.com/?linkid=9690096" target="_blank">Install Application Warm-Up Module for IIS 7.5</a></p>
<p><a href="http://www.iis.net/expand/IISManager" target="_blank"><strong>IIS Manager for Remote Administration</strong></a><br />
The new remote administration tool for IIS 7.0 provides end users and administrators with a way to remotely manage IIS 7.0 servers from Windows Vista, Windows XP and Windows Server 2003. The tool provides administrators and users with a familiar user interface to manage and configure their servers.<br />
<a href="http://go.microsoft.com/?linkid=9655670" target="_blank">Install IIS Manager for Remote Administration</a></p>
<p><a href="http://www.iis.net/expand/SEOToolkit" target="_blank"><strong>Search Engine Optimization Toolkit</strong></a><br />
The IIS Search Engine Optimization (SEO) Toolkit helps Web developers, hosting providers, and Web server administrators to improve their Web site’s relevance in search results by recommending how to make the site content more search engine-friendly.<br />
<a href="http://go.microsoft.com/?linkid=9695987" target="_blank">Install Search Engine Optimization Toolkit</a></p>
<p><a href="http://www.iis.net/expand/WebPI" target="_blank"><strong>Web Platform Installer</strong></a><br />
The Microsoft Web Platform Installer (Web PI) is a free tool that makes it simple to download, install and keep up-to-date with the latest components of the Microsoft Web Platform, including Internet Information Services (IIS), SQL Server Express, .NET Framework and Visual Web Developer.<br />
<a href="http://go.microsoft.com/fwlink/?LinkID=145510" target="_blank">Install Web Platform Installer</a></p>
<p><a href="http://www.iis.net/expand/PowerShell" target="_blank"><strong>Windows PowerShell Snap-In</strong></a><br />
The Windows PowerShell Snap-In for IIS 7.0 allows Web administrators and hosting providers to easily automate routine and complex IIS 7.0 administration tasks such as creating Web sites, and managing configuration and run-time data using Windows PowerShell.<br />
<a href="http://go.microsoft.com/?linkid=9655702" target="_blank">Install Windows Powershell Snap-In</a></p>
<p><a href="http://www.iis.net/expand/DynamicIPRestrictions" target="_blank"><strong>Dynamic IP Restrictions &#8211; Beta</strong></a><br />
The Dynamic IP Restrictions Extension for IIS provides IT Professionals and Hosters a configurable module that helps mitigate or block Denial of Service Attacks or cracking of passwords through Brute-force by temporarily blocking Internet Protocol (IP) addresses of HTTP clients who follow a pattern that could be conducive to one of such attacks.<br />
<a href="http://go.microsoft.com/?linkid=9655673" target="_blank">Install Dynamic IP Restrictions &#8211; Beta</a></p>
<p><a href="http://www.iis.net/expand/UrlScan" target="_blank"><strong>UrlScan 3.1</strong></a><br />
UrlScan version 3.1 is a security tool that restricts the types of HTTP requests that Internet Information Services (IIS) 6.0 will process. UrlScan screens all incoming requests to the server by filtering the requests based on rules that are set by the administrator. Filtering requests helps secure the server by ensuring that only valid requests are processed.<br />
<a href="http://go.microsoft.com/?linkid=9655676" target="_blank">Install UrlScan 3.1</a></p>
<p><a href="http://www.iis.net/expand/webdeploy" target="_blank"><strong>Web Deploy</strong></a><br />
Web Deploy (Web Deployment Tool) simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with Web Deploy to synchronize IIS 6.0 and IIS 7.0 servers or to migrate an IIS 6.0 server to IIS 7.0. Web Deploy also enables administrators and delegated users to use IIS Manager to deploy ASP.NET and PHP applications to an IIS 7.0 server.<br />
<a href="http://go.microsoft.com/?linkid=9684518" target="_blank">Install Web Deploy</a></p>
<p><a href="http://go.microsoft.com/?linkid=9684518" target="_blank"><strong>Live Smooth Streaming</strong></a><br />
Live Smooth Streaming enables adaptive streaming of live events to Silverlight clients. Using HTTP to deliver live events takes advantage of the scale of existing HTTP networks and keeps content close to the end user and makes true HD (720p+) a reality for live Web broadcasts as well as drastically increasing live event availability.<br />
<a href="http://go.microsoft.com/?linkid=9689670" target="_blank">Install Live Smooth Streaming</a></p>
<p><a href="http://go.microsoft.com/?linkid=9689670" target="_blank"><strong>Smooth Streaming</strong></a><br />
Smooth Streaming enables adaptive streaming of media to Silverlight clients over HTTP. Smooth Streaming provides a high-quality viewing experience that scales massively on content distribution networks making true HD media experiences (720p+) a reality.<br />
<a href="http://go.microsoft.com/?linkid=9689670" target="_blank">Install Smooth Streaming</a></p>
<p><a href="http://www.iis.net/expand/SmoothPlayer" target="_blank"><strong>Smooth Streaming Player</strong></a><br />
The IIS Smooth Streaming Player Development Kit allows you to build rich Silverlight user experiences that take full advantage of IIS live and on-demand Smooth Streaming capabilities.<br />
<a href="http://go.microsoft.com/?linkid=9707324" target="_blank">Install Smooth Streaming Player</a></p>
<p><a href="http://www.iis.net/expand/fastcgi" target="_blank"><strong>FastCGI for IIS 6</strong></a><br />
The FastCGI Extension for IIS 6.0 enables popular application frameworks that support FastCGI protocol to be hosted on the IIS web server in a high-performance and reliable way. FastCGI provides a high-performance alternative to the Common Gateway Interface (CGI), which has been supported by IIS since it&#8217;s first release.<br />
<a href="http://go.microsoft.com/?linkid=9656517" target="_blank">Install FastCGI for IIS 6</a>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F16%2Fexpand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Provisioning failed: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)))</title>
		<link>http://www.jeremytaylor.net/2010/01/01/provisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/</link>
		<comments>http://www.jeremytaylor.net/2010/01/01/provisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 11:20:55 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[SSP provisioning failed]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=243</guid>
		<description><![CDATA[When creating a SharePoint Shared Services provider (SSP), you receive the following error:
(Provisioning failed: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)))
Solution:
Check the Windows SharePoint Services Timer if its running and try restarting it. You may have to update the services logon credentials.
This link can help you further: http://support.microsoft.com/kb/934838

]]></description>
			<content:encoded><![CDATA[<p>When creating a SharePoint Shared Services provider (SSP), you receive the following error:<br />
(Provisioning failed: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)))</p>
<p>Solution:<br />
Check the Windows SharePoint Services Timer if its running and try restarting it. You may have to update the services logon credentials.</p>
<p>This link can help you further: <a href="http://support.microsoft.com/kb/934838">http://support.microsoft.com/kb/934838</a>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F01%2Fprovisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/01/provisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank you!</title>
		<link>http://www.jeremytaylor.net/2009/02/23/thank-you/</link>
		<comments>http://www.jeremytaylor.net/2009/02/23/thank-you/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:00:31 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=70</guid>
		<description><![CDATA[Sylvia and I would like to thank all our family and friends who wished, emailed, prayed, blessed &#038; visited for us. A big thank you to my colleagues in Canberra for their wishes and support. A &#8216;Tea for Nasia Taylor&#8217; has been organised tomorrow at work and more celebrations to come!
I will be updating more <a href="http://www.jeremytaylor.net/2009/02/23/thank-you/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Sylvia and I would like to thank all our family and friends who wished, emailed, prayed, blessed &#038; visited for us. A big thank you to my colleagues in Canberra for their wishes and support. A &#8216;Tea for Nasia Taylor&#8217; has been organised tomorrow at work and more celebrations to come!</p>
<p>I will be updating more Nasia&#8217;s pictures on the picasa gallery link.<br />
Finally, Thank you for visiting my site &#8211; I hope you enjoyed it!
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F02%2F23%2Fthank-you%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/02/23/thank-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back @ home</title>
		<link>http://www.jeremytaylor.net/2009/02/21/back-home/</link>
		<comments>http://www.jeremytaylor.net/2009/02/21/back-home/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 11:55:00 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=68</guid>
		<description><![CDATA[Nasia begins her life at her Toongabbie home with both her grandmums visit from overseas and all the care from her parents.
She sleeps soundly after a feed. Not even the neighbourhood rooster can wake her up!
We would love to have you over for a visit! More pictures to be loaded.

]]></description>
			<content:encoded><![CDATA[<p>Nasia begins her life at her Toongabbie home with both her grandmums visit from overseas and all the care from her parents.<br />
She sleeps soundly after a feed. Not even the neighbourhood rooster can wake her up!</p>
<p>We would love to have you over for a visit! More pictures to be loaded.</p>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F02%2F21%2Fback-home%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/02/21/back-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hospital Update</title>
		<link>http://www.jeremytaylor.net/2009/02/18/hospital-update/</link>
		<comments>http://www.jeremytaylor.net/2009/02/18/hospital-update/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 23:38:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=65</guid>
		<description><![CDATA[Mum and Baby Nasia are keeping well.
Hospital visiting hours: 8:00AM to 8:00PM
WESTMEAD PUBLIC


]]></description>
			<content:encoded><![CDATA[<p>Mum and Baby Nasia are keeping well.<br />
Hospital visiting hours: 8:00AM to 8:00PM<br />
WESTMEAD PUBLIC</p>
<p><embed type="application/x-shockwave-flash" src="http://picasaweb.google.com.au/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com.au&#038;RGB=0x000000&#038;feed=http%3A%2F%2Fpicasaweb.google.com.au%2Fdata%2Ffeed%2Fapi%2Fuser%2Fjeremytaylor%2Falbumid%2F5300723757975760657%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F02%2F18%2Fhospital-update%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/02/18/hospital-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Baby Pictures will be uploaded here..</title>
		<link>http://www.jeremytaylor.net/2009/02/09/baby-pictures-will-be-uploaded-here/</link>
		<comments>http://www.jeremytaylor.net/2009/02/09/baby-pictures-will-be-uploaded-here/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:04:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=37</guid>
		<description><![CDATA[Now that my darling daughter is due any day now, I am preparing a Picasa gallery to share our happiest moments with you!
See the pictures!
Whats most thrilling is..Im going to be a dad!! Cant wait!
Please visit www.jeremytaylor.com.au for updated news and information on the new arrival!

]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-53" href="http://www.jeremytaylor.net/2009/02/09/baby-pictures-will-be-uploaded-here/babypink1/"><img class="alignnone size-full wp-image-53" title="Baby icon" src="http://www.jeremytaylor.net/sitecontent/2009/02/babypink1.jpg" alt="Baby icon" width="141" height="98" /></a>Now that my darling daughter is due any day now, I am preparing a Picasa gallery to share our happiest moments with you!</p>
<p><strong><a href="http://picasaweb.google.com.au/jeremytaylor/BabyPictures?authkey=e8-4SqJi9vE#">See the pictures!</a></strong></p>
<p>Whats most thrilling is..Im going to be a dad!! Cant wait!</p>
<p>Please visit <strong>www.jeremytaylor.com.au</strong> for updated news and information on the new arrival!
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F02%2F09%2Fbaby-pictures-will-be-uploaded-here%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/02/09/baby-pictures-will-be-uploaded-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Renovation</title>
		<link>http://www.jeremytaylor.net/2009/01/06/home-renovation/</link>
		<comments>http://www.jeremytaylor.net/2009/01/06/home-renovation/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 12:47:19 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=10</guid>
		<description><![CDATA[You want to know what happened to me the past couple of years?
Answer: Home Renovation Expert  
Over the past two years, I have been involved in an on going home renovation project. I found a new skill (skills) in this amazing line of work. No computer screens, no mice, no keyboards, no sitting!
For this, you need <a href="http://www.jeremytaylor.net/2009/01/06/home-renovation/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>You want to know what happened to me the past couple of years?<br />
Answer: Home Renovation Expert <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Over the past two years, I have been involved in an on going home renovation project. I found a new skill (skills) in this amazing line of work. No computer screens, no mice, no keyboards, no sitting!<br />
For this, you need to be highly motivated (after a day at work).</p>
<p>The biggest advantages:<br />
1. Appreciate your house value.<br />
2. Exercise.<br />
3. Learn new skills.</p>
<p>Over the past two years..I have stripped wallpaper, repaired and painted walls, cement &#8216;bagged&#8217; the exterior, cut down trees, put up a bamboo fence in the backyard, established a new lawn from seed, made storage cupboards, put in a flooring for three rooms&#8230;</p>
<p>I have only engaged professionals for tasks that I cant do myself; to install about 22 down lights (beautiful!), put in a new kitchen and new bathroom.</p>
<p>A few more tasks are pending which I will do myself:<br />
1. External house painting on my cement textured render<br />
2. a full backyard clean up (getting rid of the recently chopped tree) <strong>(completed)</strong><br />
3. Repair the second bathroom<br />
4. Build one wardrobe (from scratch)<br />
5. Mount a new wall clothes line <strong>(completed)</strong><br />
6. Establish a new lawn on the roadside footpath<br />
7. Repair the existing lawn (due to my neglect!)<br />
8. A few bits and pieces..</p>
<p>I need to call in two more trades professionals for<br />
1. Roof tile painting<br />
2. Exterior halogen wall mount lights for decoration!</p>
<p>If I had more time, I would.. sand the whole floor (wooden floor boards) and polish, make a new wardrobe for the 3rd bedroom&#8230;<br />
I wish I had opportunities to mount gyprock (drywall), Tile laying and brick laying.</p>
<p>If you are interested in pics, please let me know. I have taken pics of everything!
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F01%2F06%2Fhome-renovation%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/01/06/home-renovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building your Network</title>
		<link>http://www.jeremytaylor.net/2008/04/28/building-your-networ/</link>
		<comments>http://www.jeremytaylor.net/2008/04/28/building-your-networ/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 11:32:48 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/2008/04/28/building-your-network-with-quality-of-service-qos/</guid>
		<description><![CDATA[I recently have started &#8216;networking&#8217; on LinkedIn and Facebook. I have always stayed away those social networking sites which some claim to &#8217;steal&#8217; your time. But I could be wrong&#8230;
Recently, I have found out its an ideal way to keep in touch with people. Everyone doesn&#8217;t have their personal sites (imagine all the Jeremy Taylors <a href="http://www.jeremytaylor.net/2008/04/28/building-your-networ/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>I recently have started &#8216;networking&#8217; on LinkedIn and Facebook. I have always stayed away those social networking sites which some claim to &#8217;steal&#8217; your time. But I could be wrong&#8230;</p>
<p>Recently, I have found out its an ideal way to keep in touch with people. Everyone doesn&#8217;t have their personal sites (imagine all the Jeremy Taylors eying this domain <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  &#8211; ooh I forgot I own a few other jeremytaylor domains too <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>Coming back to the main point.. Build An ideal &#8216;network&#8217; should be of quality. As an IT Infrastructure administrator myself, I always think to myself, what if we lock down on all traffic in and out of our networks. I know some entreprises lock down on outgoing and incoming traffic in networks &#8211; why? (ok, I hope I can articulate this well enough..) The main purpose IMO is to conserve bandwidth so that the important /priority traffic flows through without hindrance.<br />
On the other hand, when we consider a social network, would it be biased to say, &#8216;lets control the traffic&#8217;. Lets &#8220;lock down&#8221; lets &#8220;prioritize&#8221; the contacts? Can the same be applied as we do it in our &#8216;IT Networking&#8217; world.</p>
<p>Anyway, I am happy to join LinkedIn and I hope to &#8216;network&#8217; with like minded people who know that they can make a difference. Entrepreneurs from other industries are welcome <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Check me out on LinkedIn..</p>
<p> </p>
<p> </p>
<p><a href="http://www.linkedin.com/in/jeremyptaylor"><img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x25.gif" border="0" alt="View Jeremy Taylor's profile on LinkedIn" width="160" height="25" /></a>
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2008%2F04%2F28%2Fbuilding-your-networ%2F&amp;layout=standard&amp;show_faces=&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2008/04/28/building-your-networ/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
