<?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>DevtheWeb.NET&#039;s Blog</title>
	<atom:link href="http://www.devtheweb.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtheweb.net/blog</link>
	<description>for Those Who Develop Something on the Web</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:37:23 +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>Create a VB.NET app that can be run in only one instance</title>
		<link>http://www.devtheweb.net/blog/2010/03/11/create-a-vb-net-app-that-can-be-run-in-only-one-instance/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/11/create-a-vb-net-app-that-can-be-run-in-only-one-instance/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:37:23 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1193</guid>
		<description><![CDATA[For some application you make want the user to be able to run only one of their instances (ex. an e-mail client). I found an easy way how it can be done.




If you are developing an VB.NET Windows Form application, first you will need to get the name of your main module and then to [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/11/create-a-vb-net-app-that-can-be-run-in-only-one-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Disadvantages</title>
		<link>http://www.devtheweb.net/blog/2010/03/10/blogging-disadvantages/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/10/blogging-disadvantages/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:47:19 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1185</guid>
		<description><![CDATA[We always read much about advantages of blogging, but in this post is about the disadvantages of blogging.




Here some things to consider about blogging:
1. It needs time &#8211; it&#8217;s the biggest disadvantage, you&#8217;ll need to spend a lot of time in planning, writing, learning, etc.
2. It show much about its author &#8211; if you have [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/10/blogging-disadvantages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why is === faster than == in PHP?</title>
		<link>http://www.devtheweb.net/blog/2010/03/09/why-is-faster-than-in-php/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/09/why-is-faster-than-in-php/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:53:19 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1178</guid>
		<description><![CDATA[First, let&#8217;s remember the definitions of the operators: The Equal operator ($a == $b) returns TRUE when  $a is equal to $b.




 The Identical ($a === $b)  returns TRUE when $a is equal to $b, and they are of the same type.
When we use the identical operator $a === $b, first it checks to see [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/09/why-is-faster-than-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Resources</title>
		<link>http://www.devtheweb.net/blog/2010/03/08/wordpress-resources/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/08/wordpress-resources/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:32:56 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1170</guid>
		<description><![CDATA[If you are a fan of wordpress and you want to learn more about it, here are website where you can learn find wp resources:
1. WP Recipes &#8211; quick, clear and concise WordPress recipes.

2. Dig WP &#8211; a blog about digging into wordpress.
3. WP Engineer &#8211; WordPress news, tipps, hacks, tutorials, plugins and themes.
4. WP [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/08/wordpress-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single huge css file vs. multiple smaller css files</title>
		<link>http://www.devtheweb.net/blog/2010/03/07/single-huge-css-file-vs-multiple-smaller-css-files/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/07/single-huge-css-file-vs-multiple-smaller-css-files/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 13:25:24 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1168</guid>
		<description><![CDATA[In my websites, I usually use a single css file for all css code in the site. Today I though more is it correct to be done instead of adding multiple, but smaller css files, here&#8217;s what I found:
1. When you have multiple css files, when a page is loading there&#8217;ll be multiple HTTP requests [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/07/single-huge-css-file-vs-multiple-smaller-css-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Analyze Twitter Traffic Tools</title>
		<link>http://www.devtheweb.net/blog/2010/03/06/analyze-twitter-traffic-tools/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/06/analyze-twitter-traffic-tools/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 11:07:16 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1160</guid>
		<description><![CDATA[If you have a Twitter account, you may want to be able to analyze the traffic to your micro-blog. Here are some free tools that could help you:

1. Tweet Stats &#8211; graph your twitter stats including tweets per hour, tweets per month, tweet time line and reply statistics.

2. Twitter Counter &#8211; it can show you [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/06/analyze-twitter-traffic-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert URL to PDF</title>
		<link>http://www.devtheweb.net/blog/2010/03/05/convert-url-to-pdf/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/05/convert-url-to-pdf/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 08:47:37 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1149</guid>
		<description><![CDATA[I found a great tool that allows you to convert any url to a pdf document 100% free.

Just visit http://pdfmyurl.com, type your  url in the text box and click on the convert button.
I converted my site and I noticed that the tool works really fast. When I opened the pdf, I was pleasantly surprised to [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/05/convert-url-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things you probably didn’t know about C# &#8211; Part 2</title>
		<link>http://www.devtheweb.net/blog/2010/03/04/things-you-probably-didnt-know-about-csharp-part-2/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/04/things-you-probably-didnt-know-about-csharp-part-2/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:10:44 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1140</guid>
		<description><![CDATA[After a post about Things you probably didn’t know about C#, here’s a new post from the series:
1. If you want to exit you app without calling any finalizers or finally blocks use:
Environment.FailFast();
2. Instead of
sting filePath = directoryPath + &#8220;\\&#8221; + filename;
you can use:
sting filePath = System.IO.Path.Combine(directoryPath, filename);

3. Forget about &#8220;\r\n&#8221; for new line, you [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/04/things-you-probably-didnt-know-about-csharp-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Blog Design Tips</title>
		<link>http://www.devtheweb.net/blog/2010/03/03/20-blog-design-tips/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/03/20-blog-design-tips/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:50:59 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1132</guid>
		<description><![CDATA[There are so many blog templates and you can even create the design of your blog easily. But what kind of design should the successful blog have?
I though more about the design of my blog. I read some tip about blog design and here&#8217;s a list of (in my opinion) best blog design tips that [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/03/20-blog-design-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common PHP Best Practices</title>
		<link>http://www.devtheweb.net/blog/2010/03/02/common-php-best-practices/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/02/common-php-best-practices/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 08:38:28 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1125</guid>
		<description><![CDATA[After posts about php best practices in security and performance, here is a list of common php best practices:
1. Always use the standard php tags, ex.
&#60;?php echo &#8220;devtheweb.net blog&#8221;; ?&#62; and never use shortcuts when declaring php code, ex.
&#60;?=
echo &#8220;devtheweb.net blog&#8221;;
?&#62;
or
&#60;?
echo &#8220;devtheweb.net blog&#8221;;
?&#62;
or even asp.net style
&#60;%
echo &#8220;devtheweb.net blog&#8221;;
%&#62;
All these declarations are deprecated. So, When you [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/02/common-php-best-practices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cool Websites March 2010</title>
		<link>http://www.devtheweb.net/blog/2010/03/01/cool-websites-march-2010/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/01/cool-websites-march-2010/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 08:27:46 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[Cool Websites]]></category>
		<category><![CDATA[cool wesites]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1110</guid>
		<description><![CDATA[Here&#8217;s the new portion of cool websites for design inspiration for March 2010. I hope you&#8217;ll like them:
1. Bandit3 &#8211; You walk through a city in 3D engine.

URL: http://www.bandit3.com/
2. Allen design Group &#8211; Interesting idea for website of design and marketing agency.

URL: http://www.allendesigngroup.com/
3. Lands&#8217; End Canvas 1963 &#8211; interesting micro video website for clothes.

URL: http://mycanvas.landsend.com/
4. [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/01/cool-websites-march-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>public static or static public</title>
		<link>http://www.devtheweb.net/blog/2010/02/28/public-static-or-static-public/</link>
		<comments>http://www.devtheweb.net/blog/2010/02/28/public-static-or-static-public/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:34:29 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1106</guid>
		<description><![CDATA[Recently, I learned that in PHP and C# declarations like static public or static private are absolutely valid declarations of static methods.
You can use both declarations, they has same meaning and there is no recommendation which one should be used:
public static function myStaticMethod()
or
static public function myStaticMethod()

But in my practice I didn&#8217;t see static public declaration. [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/02/28/public-static-or-static-public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does asp.net login control encrypt password field?</title>
		<link>http://www.devtheweb.net/blog/2010/02/27/does-asp-net-login-control-encrypt-password-field/</link>
		<comments>http://www.devtheweb.net/blog/2010/02/27/does-asp-net-login-control-encrypt-password-field/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 12:20:58 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1102</guid>
		<description><![CDATA[The asp.net login control is often used when we build an asp.net website with asp.net authentication providers. But when we think about the security, it&#8217;s good to know that when the security is important, you cannot rely on it in the HTTP protocol. The reason is that all the fields of the asp.net login control [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/02/27/does-asp-net-login-control-encrypt-password-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Myths</title>
		<link>http://www.devtheweb.net/blog/2010/02/26/wordpress-myths/</link>
		<comments>http://www.devtheweb.net/blog/2010/02/26/wordpress-myths/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:16:33 +0000</pubDate>
		<dc:creator>tihomir_wwf</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1095</guid>
		<description><![CDATA[I&#8217;m a big fan of WordPress. I was curious about most popular WordPress myths and I made a simple research. Here is a list of most interesting wp myths:
1. I can install all wp plugins and it’ll work great
If you install many plugins, it will slow down your wordpress blog.
2. WordPress is only for fun [...]]]></description>
		<wfw:commentRss>http://www.devtheweb.net/blog/2010/02/26/wordpress-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
