<?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>&#8235;Yet Another Software Blog&#8236;</title>	<atom:link href="http://software.mywebspace.co.il/feed/" rel="self" type="application/rss+xml" />
	<link>http://software.mywebspace.co.il</link>
	<description>&#8235;&#8236;</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</generator>
		<item>
		<title>&#8235;How to remove the width and height attribute from images in wordpress&#8236;</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>&#8235;הכל חינם&#8236;</dc:creator>				<category><![CDATA[Coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=137</guid>
		<description><![CDATA[&#8235;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 [...]&#8236;]]></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>&#8235;The proper way to add border to images in a link when it is being hovered&#8236;</title>		<link>http://software.mywebspace.co.il/2010/06/02/the-proper-way-to-add-border-to-images-in-a-link-when-it-is-being-hovered/</link>
		<comments>http://software.mywebspace.co.il/2010/06/02/the-proper-way-to-add-border-to-images-in-a-link-when-it-is-being-hovered/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 16:56:13 +0000</pubDate>
		<dc:creator>&#8235;הכל חינם&#8236;</dc:creator>				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=132</guid>
		<description><![CDATA[&#8235;I don&#8217;t like to add special effects when a link is being hovered, as I think that the reader should be able to identify links without moving the mouse, and when the courser is over a link it should be enough that the cursor changes from an &#8220;arrow&#8221; to a &#8220;hand&#8221;.  Some people think otherwise [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2010/06/02/the-proper-way-to-add-border-to-images-in-a-link-when-it-is-being-hovered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;Overriding pluggable functions in a plugin&#8236;</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>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=123</guid>
		<description><![CDATA[&#8235;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() { ... } [...]&#8236;]]></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>&#8235;Author slug plugin&#8236;</title>		<link>http://software.mywebspace.co.il/2009/11/05/author-slug-plugin/</link>
		<comments>http://software.mywebspace.co.il/2009/11/05/author-slug-plugin/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:28:28 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=116</guid>
		<description><![CDATA[&#8235;The author slug wordpress plugin adds the ability to control the slug associated with an author, in a similar way in which you can control the slug of a category. It is not compatible with wordpress MU. Usage After activation a new field titled &#8220;Slug&#8221; will be added in the user profile page when an [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2009/11/05/author-slug-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;How to remove_action which activates an object method&#8236;</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>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Coding]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=106</guid>
		<description><![CDATA[&#8235;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. [...]&#8236;]]></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>&#8235;Are child themes the answer to the task of maintaining wordpress mu themes&#8236;</title>		<link>http://software.mywebspace.co.il/2009/10/20/wordpress-child-themes-and-wordpress-mu/</link>
		<comments>http://software.mywebspace.co.il/2009/10/20/wordpress-child-themes-and-wordpress-mu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:34:28 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Child themes]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=97</guid>
		<description><![CDATA[&#8235;Being between projects, I am amusing myself by trying to revive the deprecated &#8220;almost spring&#8221; theme as a child theme of k2. While working on it, suddenly it occurred to me that it might actually be a great idea to convert all the themes that I have at this wordpress mu installation to be children [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2009/10/20/wordpress-child-themes-and-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;write a lot of code, add multitude of options, spice up the interface and win prize?&#8236;</title>		<link>http://software.mywebspace.co.il/2009/09/29/wordpress-2009-plugin-competition/</link>
		<comments>http://software.mywebspace.co.il/2009/09/29/wordpress-2009-plugin-competition/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 08:40:50 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=91</guid>
		<description><![CDATA[&#8235;No disrespect to the efforts of the developers, and the solid reasoning of the judges, but in my humble opinion the winner of the 2009 wordpress plugin competition &#8211; the section widget which provides a way to display section specific content on your WordPress sidebar with an easy to use interface. This new version comes [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/29/wordpress-2009-plugin-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;Searchbox plugin &#8211; Add search to posts and pages&#8236;</title>		<link>http://software.mywebspace.co.il/2009/09/28/searchbox-plugin/</link>
		<comments>http://software.mywebspace.co.il/2009/09/28/searchbox-plugin/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:31:12 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Wodpress Plugins]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=80</guid>
		<description><![CDATA[&#8235;The searchbox wordpress plugin adds a seachbox short code which generates a search form when the page or post is displayed. It is wordpress MU compatible both when used as regular plugin and as an MU plugin. Typical usage: [searchbox] If you find it useful, don&#8217;t be to shy to Parameters class Can be used [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/28/searchbox-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;Suprising things no one bothered to tell me about custom 404 pages&#8236;</title>		<link>http://software.mywebspace.co.il/2009/09/27/suprising-things-no-one-bothered-to-tell-me-about-custom-404-pages/</link>
		<comments>http://software.mywebspace.co.il/2009/09/27/suprising-things-no-one-bothered-to-tell-me-about-custom-404-pages/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:04:54 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTP 404]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=76</guid>
		<description><![CDATA[&#8235;I thought that 404 pages, which indicates that no content was found at the specified address, are about the most trivial aspect of the web, turns out I was wrong. A couple of weeks ago  a client asked me to add a 404 page to his WordPress theme, and since I like to leave as [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/27/suprising-things-no-one-bothered-to-tell-me-about-custom-404-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8235;Control Outbound RSS plugin for wordpress&#8236;</title>		<link>http://software.mywebspace.co.il/2009/09/18/control-outbound-rss-plugin-for-wordpress/</link>
		<comments>http://software.mywebspace.co.il/2009/09/18/control-outbound-rss-plugin-for-wordpress/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:32:09 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Wodpress Plugins]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://software.mywebspace.co.il/?p=68</guid>
		<description><![CDATA[&#8235;This plugin will handle several aspects of RSS feeds generated by wordpress Reduce the amount of bandwidth required to transmit the RSS by sending only the items which were had not being already sent to the specific RSS reader. Better control on the amount of items which are included in the feed. For sites with [...]&#8236;]]></description>		<wfw:commentRss>http://software.mywebspace.co.il/2009/09/18/control-outbound-rss-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
