<?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>bibuweb.de</title>
	<atom:link href="http://bibuweb.de/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bibuweb.de</link>
	<description>The weblog of bibuweb.de</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:31:56 +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>Zendsplitter</title>
		<link>http://bibuweb.de/?p=23</link>
		<comments>http://bibuweb.de/?p=23#comments</comments>
		<pubDate>Mon, 21 Jun 2010 08:21:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[zendframework]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=23</guid>
		<description><![CDATA[The Zendframework is a huge collection of useful PHP-Scripts, which helps you to code less and create more. The complete framework comes in an about 18 MB big compressed file. Decompressed the Zendlibrary folder contains more than 2700 files in more than 480 subdirectories. The folders are ordered in modules, where each module provides a [...]]]></description>
			<content:encoded><![CDATA[<p>The Zendframework is a huge collection of useful PHP-Scripts, which helps you to code less and create more.<br />
The complete framework comes in an about 18 MB big compressed file.</p>
<p>Decompressed the Zendlibrary folder contains more than 2700 files in more than 480 subdirectories.<br />
The folders are ordered in modules, where each module provides a specific code for a certain solution.</p>
<p>So far so good, the problem is, that almost every module or standalone file within the framework depends on another module or file. This means that if you want to use only a specific module (e.g. Rest) you have to find out the dependencies to the other modules by try-and-error or to install the whole framework.</p>
<p>Sometimes it isn&#8217;t possible or recommended to install the whole framework, if you are writing applications for particular shared hosting enviroments or plugins for other applications.</p>
<p>So I was looking for an easy solution with which I can use only one of these modules without installing the whole Zendframework. So I wrote a small comandline php script that copies a module and all its dependencies in to a user defined folder.</p>
<p>This allows me to use the power of the Zendframework without the need to install it all. Another advantage is, that the distibution file set of the application or plugin will become much smaller.</p>
<p>How does the script work?</p>
<ul>
<li>The script is a comandline script and needs three parameter:
<ol>
<li> where to find the library files (modules) normaly they are installed under Zendframework/library</li>
<li>The module (directory name) or file you want to useful</li>
<li>The path where to copy the files</li>
</ol>
</li>
</ul>
<p>What does the script do?</p>
<ul>
<li>it scans each file in the module directory if a line contains the function &#8220;require_once &#8216;&#8221;. If the script found such a line, it extracts the module name and path from the require_once function.</li>
<li>With this information the script looks up the modules needed.</li>
<li>Then the script looks up all dependecies from each module found</li>
<li>this goes until all dependecies where solved and copied to the directory you specified</li>
</ul>
<p><a title="Zendsplitter" href="http://bibuweb.de/download/zendsplitter.zip">Try it out</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put your ad into a widget</title>
		<link>http://bibuweb.de/?p=16</link>
		<comments>http://bibuweb.de/?p=16#comments</comments>
		<pubDate>Fri, 25 Dec 2009 17:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wp-banner]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=16</guid>
		<description><![CDATA[I must admit, that the widget functionality of the wp-banner plugin works slightly different from other WP-widgets. And after some guysÂ mentioned that the wp-banner plugin using as a widget isn&#8217;t self-explanatory I will give you here a short howto. Before you can put your advert into a widget, you have to make all the [...]]]></description>
			<content:encoded><![CDATA[<p>I must admit, that the widget functionality of the wp-banner plugin works slightly different from other WP-widgets. And after some guysÂ  mentioned that the wp-banner plugin using as a widget isn&#8217;t self-explanatory I will give you here a short howto.</p>
<p>Before you can put your advert into a widget, you have to make all the configuration in the <em>Posts &gt; Banner Admin</em> menu. After you have put all the parameters needed, you can choose where to put the ad, into a own <em>&lt;div&gt;</em> or into a <em>widget</em>.</p>
<p>After you have chosen widget and saved the configuration you can go to theÂ  <em>Appearance &gt; Widgets</em> menu where you can place the <em>banner</em> widget the usual way. No further options are needed. <img src='http://bibuweb.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Version 0.6.1 released</title>
		<link>http://bibuweb.de/?p=8</link>
		<comments>http://bibuweb.de/?p=8#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=8</guid>
		<description><![CDATA[Hi all, after a bug report from a wp-banner plugin user I made a small bugfix release of my wordpress banner plugin. This release fixes a bug affecting the admin area, where the start_date and end_date values after a banner update were not correctly displayed. You can download the new version at wordpress.org]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>after a bug report from a wp-banner plugin user I made a small bugfix release of my wordpress banner plugin.</p>
<p>This release fixes a bug affecting the admin area, where the start_date and end_date values after a banner update were not correctly displayed.</p>
<p>You can download the new version at <a title="wp-banner download" href="http://downloads.wordpress.org/plugin/wp-banner.0.6.1.zip">wordpress.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-banner plugin update</title>
		<link>http://bibuweb.de/?p=7</link>
		<comments>http://bibuweb.de/?p=7#comments</comments>
		<pubDate>Sun, 23 Mar 2008 14:06:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wp-banner]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=7</guid>
		<description><![CDATA[This new version is widgetized. So now its possible to put banner ads into a widget and/or into a DIV. This means now you are able to include more than one advertise banner in your wp-blog. To place the banner into a widget you have to choose the widget option at Position in banner admin [...]]]></description>
			<content:encoded><![CDATA[<p>This new version  is widgetized.  So now its possible to put banner ads into a widget and/or into a DIV. This means now you are able to include more than one advertise banner in your wp-blog.</p>
<p>To place the banner into a widget you have to choose the <em>widget</em> option at <em>Position </em>in banner admin menu. If  <em>divTag</em> is elected, the banner position is to define as described in this <a title="banner position" href="http://bibuweb.de/?p=5">post</a>.</p>
<p>Please keep in mind, that if you put an advertisement into a widget, that you have to check that the banner have a corresponding  dimension. If not, you may destroy your theme layout.  You can adjust the banner to your theme by changing the styles in  <em>/styles/default.css</em>.</p>
<p>The install process also is improved. Only unpack the plugin into the plugin directory and activate it, done.  <img src='http://bibuweb.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    To make an update, deactivate the old version first.</p>
<p>After an update you may change the <em>Position option</em> in the admin menu. The default option is <em>divTag</em>, so after an update everything may work as designed <img src='http://bibuweb.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a title="banner plugin" href="http://bibuweb.de/download/wp-banner.zip">Download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming SOAP Part I</title>
		<link>http://bibuweb.de/?p=6</link>
		<comments>http://bibuweb.de/?p=6#comments</comments>
		<pubDate>Sun, 17 Feb 2008 15:36:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=6</guid>
		<description><![CDATA[Hi, This is a short tutorial that is dedicated to help PHP programmers who get in trouble connecting a SOAP-service using the native php5 soap functions. This part describes how to check a SOAP-call on a command line. If you have trouble connecting a SOAP-Service you should do this first, to ensure you have created [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a short tutorial that is dedicated to help PHP programmers who get in trouble connecting a SOAP-service using the native php5 soap functions.</p>
<p>This part describes how to check a SOAP-call on a command line. If you have trouble connecting a SOAP-Service you should do this first, to ensure you have created a valid SOAP-Request.</p>
<p>To check if your soap-request is well-formed, put it into a file e.g. <em>soaptest.xml</em> and check it with <a title="xmllint" href="http://xmlsoft.org/xmllint.html" target="_blank"><strong><em>xmllint</em></strong></a><br />
<code>xmllint soaptest.xml</code></p>
<p>If everything is ok, the program will output the file content, otherwise it will throw an error message.</p>
<p>When there appears no error, the second step is to check if the soap-request will produce a response without errors. To check this out we can use the <a title="curl" href="http://curl.haxx.se/download.html" target="_blank"><strong><em>curl</em></strong></a> program.<br />
Sometimes you have to send several requests to the soap-server. To simplify the requests we create a curl config file (e.g. soapheader.txt) with the appropriate parameters:</p>
<p><code>header = "Content-Type: text/xml; charset=utf-8"<br />
header = "SOAPAction: urn:&lt;uri to soap-function&gt;"<br />
data = "@soaptest.xml"<br />
url = "&lt;url to soap-service&gt;"<br />
</code><br />
Do the test request:</p>
<p><code>curl -K soapheader.txt</code></p>
<p>to format the output we can use <em><strong>xmllint</strong></em> again</p>
<p><code>curl -K soapheader.txt | xmllint --format -</code></p>
<p>If you are lucky you will receive a soap-response and if you are very lucky the xml-response is what you expected.<br />
Otherwise there appears no response or rather no output, this occurs when your request produces a server error. To have a look to the server response you can dump the header information to a file (e.g. header.txt):</p>
<p><code>curl -K soapheader.txt -D header.txt</code></p>
<p>With this information you should be able to solve your problems <img src='http://bibuweb.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New wp-banner version</title>
		<link>http://bibuweb.de/?p=5</link>
		<comments>http://bibuweb.de/?p=5#comments</comments>
		<pubDate>Mon, 17 Dec 2007 19:38:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wp-banner]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=5</guid>
		<description><![CDATA[This version supports a better banner positioning method. To put the banner to the postion wanted you need a correct css-theme and an actual wp-version ! Keep in mind that the banner-div is placed as first child of a parent element. A parent element can be a tagname e.g. &#8220;body&#8221;, a classname or an element [...]]]></description>
			<content:encoded><![CDATA[<p>This version  supports a better banner positioning method.</p>
<p>To put the banner to the postion wanted you need a correct css-theme and an<br />
actual wp-version !</p>
<p>Keep in mind that the banner-div is placed as first child of a parent element.</p>
<p>A parent element can be a tagname e.g. &#8220;body&#8221;, a classname or an element id.<br />
If you call <em>InsertElement</em> in<em> banner.php </em>you have to edit the first two parameters.<br />
With the first parameter you define the tag-id. This could be &#8220;tag&#8221; for a tag element<br />
&#8220;class&#8221; for a class element &#8220;id&#8221; for an element id.</p>
<p>The second parameter defines the element name.</p>
<p>E.g. if you want to place the banner div after the body tag element you have<br />
to call <em>InsertElement(&#8216;tag&#8217;,'body&#8217;,'banner&#8217;)</em></p>
<p>if you want to place the banner div between the latest and the penultimate<br />
post you can use <em>InserElement</em> like this:</p>
<blockquote><p><em>InsertElement(&#8216;id&#8217;,'post-1&#8242;,&#8217;banner&#8217;)</em></p></blockquote>
<p>Supposed there is a post-2 element as latest post.</p>
<p>You have to consinder that if you want to place the banner like this, you do a layout manipulation !<br />
That means you have to take care of the banner  and/or the wp-theme layout css !!<br />
The wp-banner style-sheet is found in &#8220;styles&#8221; folder.</p>
<p>You can download the new version <a title="wp-banner" href="http://bibuweb.de/download/wp-banner.zip">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>bibuweb is back</title>
		<link>http://bibuweb.de/?p=4</link>
		<comments>http://bibuweb.de/?p=4#comments</comments>
		<pubDate>Sun, 02 Sep 2007 12:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=4</guid>
		<description><![CDATA[Hi all, after a heavy server crash I needed some time to reconfigure this site. Unfortunately some information I posted before were lost and I had no chance to get it back (only one that I found in Goggles cache). Alfredo]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>after a heavy server crash I needed some time to reconfigure this site.</p>
<p>Unfortunately some information I posted before were lost and I had no chance to get it back (only one that I found in Goggles cache).</p>
<p>Alfredo</p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WP-Banner Plugin</title>
		<link>http://bibuweb.de/?p=3</link>
		<comments>http://bibuweb.de/?p=3#comments</comments>
		<pubDate>Sun, 02 Sep 2007 12:29:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wp-banner]]></category>

		<guid isPermaLink="false">http://bibuweb.de/?p=3</guid>
		<description><![CDATA[Hi again,running your own webserver costs a lot of money. So it would be nice if one could unwind the monthly costs with a little income from banner advertisement. Since I was using WordPress for my site I was looking for a banner administration tool, which fits my needs. Searching the web at the appropriate [...]]]></description>
			<content:encoded><![CDATA[<p>Hi again,running your own webserver costs a lot of money. So it would be nice if one could unwind the monthly costs with a little income from banner advertisement.</p>
<p>Since I was using WordPress for my site I was looking for a banner administration tool, which fits my needs. Searching the web at the appropriate sites (i.e. wp-plugins.org | net) I didnâ€™t found what Iâ€™m looking for.<br />
But I remembered that the <a href="http://www.e107.org/">e107 cms</a> had a good banner administration tool, which Iâ€™m still using on my site <a href="http://bilderbuchreisen.de/">bilderbuchreisen.de</a>. So I decided to adapt this tool to WordPress.</p>
<p>Very important for me is that I can manage banners from different affiliate programs. This programs normaly are counting the hits and views directly so that they offers you two URLs one for the banner it self and one URL for the clicks. The original e107 tool doesnâ€™t support this feature and in addition it has some features more that I didnâ€™t need, so I had to rewrite the complete code.</p>
<p>Ok, if your are curious now. You can download it <a href="http://bibuweb.de/download/wp-banner.zip">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bibuweb.de/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
