
<?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>stratos.me &#187; Tutorials</title>
	<atom:link href="http://www.stratos.me/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stratos.me</link>
	<description>Just writing what hits my mind!</description>
	<lastBuildDate>Thu, 09 Dec 2010 00:08:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Why email clients block sender images</title>
		<link>http://www.stratos.me/2010/12/why-email-clients-block-sender-images/</link>
		<comments>http://www.stratos.me/2010/12/why-email-clients-block-sender-images/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 00:08:37 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Quickies]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1384</guid>
		<description><![CDATA[This is a feature of email clients that all of you out there must have stumbled on. Emails sent with images embedded in them (not as attachments but in the body of the message) often appear as blocked from your email client (outlook, thunderbird, yahoo mail, hotmail, gmail etc). This happens for several reasons. The [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2010/12/why-email-clients-block-sender-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The (X)HTML strict way to open a new window</title>
		<link>http://www.stratos.me/2010/07/the-xhtml-strict-way-to-open-a-new-window/</link>
		<comments>http://www.stratos.me/2010/07/the-xhtml-strict-way-to-open-a-new-window/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 23:56:18 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[strict]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1381</guid>
		<description><![CDATA[There has been a fuss on websites that don&#8217;t go through validation simply because they have a wrong way of opening a link on a new window. The old conventional way of opening a link on a new window was simply by adding an attribute like: &#60;a href=&#34;http://example.com&#34; target=&#34;_blank&#34;&#62;My new window link&#60;/a&#62; This was both [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2010/07/the-xhtml-strict-way-to-open-a-new-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Windows Sharepoint Services (WSS) to create a new site</title>
		<link>http://www.stratos.me/2010/01/using-windows-sharepoint-services-wss-to-create-a-new-site/</link>
		<comments>http://www.stratos.me/2010/01/using-windows-sharepoint-services-wss-to-create-a-new-site/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:07:03 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[spweb]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1336</guid>
		<description><![CDATA[To cut to the chase, the process of creating a new subsite using WSS is as follows: Connect to the main site using SPSite. Add the new site using the Add() method on AllWebs collection. Do all kinds of magic using the newly created site. Here is a small C# code example: SPSite rootSite = [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2010/01/using-windows-sharepoint-services-wss-to-create-a-new-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hook up C# with Windows Sharepoint Services (WSS) tutorial</title>
		<link>http://www.stratos.me/2009/12/hook-up-c-with-windows-sharepoint-services-wss-tutorial/</link>
		<comments>http://www.stratos.me/2009/12/hook-up-c-with-windows-sharepoint-services-wss-tutorial/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:12:15 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1341</guid>
		<description><![CDATA[In this small tutorial i shall demonstrate how to hook up C# to use the Windows Sharepoint Services API (WSS). It&#8217;s fairly simple and straightforward. You need the following: A machine running Windows server 2003/08 with Sharepoint installed. Microsoft Visual Studio 2005. About 15 minutes. For the purposes of this example, we will create a [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/12/hook-up-c-with-windows-sharepoint-services-wss-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use bindings in the backing beans in ADF 10g</title>
		<link>http://www.stratos.me/2009/12/how-to-use-bindings-in-the-backing-beans-in-adf-10g/</link>
		<comments>http://www.stratos.me/2009/12/how-to-use-bindings-in-the-backing-beans-in-adf-10g/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:40:16 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1330</guid>
		<description><![CDATA[This is a follow up to the original post about acquiring a bindings object in backing beans in ADF. Some have had the question, how to use the bindings for standard operations in the backing beans. Hence this post! The answer is &#8211; easy. As soon as you&#8217;ve got the bindings (oracle.binding.BindingContainer object) instance, you [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/12/how-to-use-bindings-in-the-backing-beans-in-adf-10g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intrusion detection with Perl</title>
		<link>http://www.stratos.me/2009/08/intrusion-detection-perl/</link>
		<comments>http://www.stratos.me/2009/08/intrusion-detection-perl/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:36:10 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[My Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[intrusion]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1321</guid>
		<description><![CDATA[There has been a lot of hype lately concerning WordPress security and vulnerabilities that are out in the open. This is an open source project so the big advantage is that (and i will quote): Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/08/intrusion-detection-perl/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>What&#8217;s an API for a web service?</title>
		<link>http://www.stratos.me/2009/07/whats-an-api-for-a-web-service/</link>
		<comments>http://www.stratos.me/2009/07/whats-an-api-for-a-web-service/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 20:09:55 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1293</guid>
		<description><![CDATA[You all must have heard of the term &#8220;API&#8221; but all of the non techy out there should have drowned in trying to understand what it is. First of all, a general definition of the term can be found on Wikipedia. But here i will concentrate on web services, as the mass of people out [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/07/whats-an-api-for-a-web-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Efficient or non-efficient?</title>
		<link>http://www.stratos.me/2009/07/efficient-or-non-efficient/</link>
		<comments>http://www.stratos.me/2009/07/efficient-or-non-efficient/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:03:02 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WP Tweaks]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[comment filter]]></category>
		<category><![CDATA[comments separate]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1240</guid>
		<description><![CDATA[All of you out there that know me, know that i am an efficiency freak. Most of the times, when someone flashes a plugin to me, i stop and say &#8220;is that really necessary?&#8221; instead of &#8220;this looks cool!&#8221;. I know, it&#8217;s mostly annoying but you got to admit, i have a point. But, first [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/07/efficient-or-non-efficient/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Search feature on static HTML sites &#8211; The smart way</title>
		<link>http://www.stratos.me/2009/07/search-feature-on-static-html-sites-the-smart-way/</link>
		<comments>http://www.stratos.me/2009/07/search-feature-on-static-html-sites-the-smart-way/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 18:08:25 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[My Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1297</guid>
		<description><![CDATA[You all must have stumbled on static HTML sites. Either you created them or you found them around. The purpose of those sites today is simplicity. Not everybody needs dynamic content and thus not everybody needs complex CMS&#8217;s with huge back end administration panel. So, what is more easy than putting together a few simple [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/07/search-feature-on-static-html-sites-the-smart-way/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get rid of the newsflash plugins. Do it yourself!</title>
		<link>http://www.stratos.me/2009/07/newsflash-wordpress-hack/</link>
		<comments>http://www.stratos.me/2009/07/newsflash-wordpress-hack/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:47:10 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WP Tweaks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[newsflash]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=1255</guid>
		<description><![CDATA[Does the title ring a bell? I bet it does. It must remind you of the article i wrote quite some time ago titled &#8220;Get rid of the sociable plugins. Do it yourself!&#8220;. It helped a lot of people save some CPU time and memory usage. Now it&#8217;s time for the newsflash! The idea came [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2009/07/newsflash-wordpress-hack/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

