<?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>Yet Another Software Blog &#187; Coding</title>
	<atom:link href="http://software.mywebspace.co.il/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://software.mywebspace.co.il</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jul 2010 13:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to remove the width and height attribute from images in wordpress</title>
		<link>http://software.mywebspace.co.il/2010/06/16/how-to-remove-the-width-and-height-attribute-from-images-in-wordpress/</link>
		<comments>http://software.mywebspace.co.il/2010/06/16/how-to-remove-the-width-and-height-attribute-from-images-in-wordpress/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:44:05 +0000</pubDate>
		<dc:creator>הכל חינם</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=137</guid>
		<description><![CDATA[I run into a problem with fitting big images into a single post page. I thought that just using a max-width in a CSS file to limit the image width will be enough, and the browsers will automajically scale the image to a proper dimension which will fit the available space. I was wrong. The [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2010/06/16/how-to-remove-the-width-and-height-attribute-from-images-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overriding pluggable functions in a plugin</title>
		<link>http://software.mywebspace.co.il/2009/12/21/overriding-pluggable-functions-in-a-plugin/</link>
		<comments>http://software.mywebspace.co.il/2009/12/21/overriding-pluggable-functions-in-a-plugin/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 05:21:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=123</guid>
		<description><![CDATA[There is a small detail you need to remember when trying to override a pluggable function in a wordpress plugin &#8211; The original function will not be overridden in plugin activation time, which means that the following code will make the plugin activation to fail with a redeclaration error message function override() { ... } [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/12/21/overriding-pluggable-functions-in-a-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to remove_action which activates an object method</title>
		<link>http://software.mywebspace.co.il/2009/10/24/how-to-remove_action-which-activates-an-object-method/</link>
		<comments>http://software.mywebspace.co.il/2009/10/24/how-to-remove_action-which-activates-an-object-method/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 07:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=106</guid>
		<description><![CDATA[add_action/add_filter can accept either a function name or an object and a method name as the &#8216;function&#8217; parameter. The problem is that remove_action/remove_filter can remove only actions which use a function name or a static class methos as their &#8216;function&#8217;, object methods type of &#8216;function&#8217; can not be removed at least in the 2.8 version. [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/10/24/how-to-remove_action-which-activates-an-object-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing php/perl script execution of a user uploaded files while keeping them downloadable</title>
		<link>http://software.mywebspace.co.il/2009/09/16/preventing-phpperl-script-execution-of-a-user-uploaded-files-while-keeping-them-downloadable/</link>
		<comments>http://software.mywebspace.co.il/2009/09/16/preventing-phpperl-script-execution-of-a-user-uploaded-files-while-keeping-them-downloadable/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 04:08:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=64</guid>
		<description><![CDATA[You wrote a rather large PHP script which you would like to share with the world, lets say a small wordpress plugin. If you just upload it via the wordpress post publishing interface, you will find out that when you click the link in order to download it, instead of getting the browser&#8217;s download interface, [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/16/preventing-phpperl-script-execution-of-a-user-uploaded-files-while-keeping-them-downloadable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What content plugins should genrate  in an RSS feed?</title>
		<link>http://software.mywebspace.co.il/2009/09/11/content-plugins-rss-feed/</link>
		<comments>http://software.mywebspace.co.il/2009/09/11/content-plugins-rss-feed/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 06:23:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=38</guid>
		<description><![CDATA[Plugins should add content to the RSS feed but only if that is there main function, otherwise they probably should not. Why not? because the main functionality of the RSS feed is to notify a subscriber about new content, while giving him a glimpse of what the content is about. Most of the plugins which [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/11/content-plugins-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The not so awesome bar</title>
		<link>http://software.mywebspace.co.il/2009/08/25/the-not-so-awesome-bar/</link>
		<comments>http://software.mywebspace.co.il/2009/08/25/the-not-so-awesome-bar/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Rambling]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=11</guid>
		<description><![CDATA[I was very excited when the awesome bar was introduced in firefox 3.0, I thought that it will change the way I use my browser &#8211; no more automatic googling for sites in which I have been rarely before, but rather first doing a local search in the browser history which at least should be [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/08/25/the-not-so-awesome-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ob_gzhandler should not be used to compress big output as it cuases apache to fail?</title>
		<link>http://software.mywebspace.co.il/2009/08/25/ob_gzhandler-should-not-be-used-to-compress-big-output-as-it-cuases-apache-to-fail/</link>
		<comments>http://software.mywebspace.co.il/2009/08/25/ob_gzhandler-should-not-be-used-to-compress-big-output-as-it-cuases-apache-to-fail/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 00:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ob_start]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=9</guid>
		<description><![CDATA[Not having any inclanation to look into the PHP and APACHE source code I will have to qualify the statement in the title that it is coming from an observation and should not be treated as a consistent fact. To make a long story short, I have moved from a shared hosting environment into an [...]]]></description>
		<wfw:commentRss>http://software.mywebspace.co.il/2009/08/25/ob_gzhandler-should-not-be-used-to-compress-big-output-as-it-cuases-apache-to-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
