<?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>bernhard.hensler.net &#187; Wordpress</title>
	<atom:link href="http://bernhard.hensler.net/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bernhard.hensler.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 13:52:02 +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>SSL for wordpress login and admin section</title>
		<link>http://bernhard.hensler.net/blog/ssl-for-wordpress-login-and-admin-section/</link>
		<comments>http://bernhard.hensler.net/blog/ssl-for-wordpress-login-and-admin-section/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:05:42 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=1466</guid>
		<description><![CDATA[
add define(&#8216;FORCE_SSL_ADMIN&#8217;, true); in wp-config.php
edit /etc/apache2/listen.conf and add NameVirtualHost *:443
add a virtualHost section to your httpd.conf

&#60;VirtualHost *:443&#62;
DocumentRoot &#8220;var/local/wwwroot/bernhard/&#8221;
ServerName bernhard.hensler.net
ErrorLog /var/log/apache2/error_log
TransferLog /var/log/apache2/access_log
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+
LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
&#60;/VirtualHost&#62;

Fortunately there was no need to go through the painful process of creating my own CA etc., but instead I was able to use the &#8220;built-in&#8221; certifcate of my provider. To [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>add <em>define(&#8216;FORCE_SSL_ADMIN&#8217;, true);</em> in wp-config.php</li>
<li>edit /etc/apache2/listen.conf and add <em>NameVirtualHost *:443</em></li>
<li>add a virtualHost section to your httpd.conf</li>
</ol>
<blockquote><p>&lt;VirtualHost *:443&gt;<br />
DocumentRoot &#8220;var/local/wwwroot/bernhard/&#8221;<br />
ServerName bernhard.hensler.net<br />
ErrorLog /var/log/apache2/error_log<br />
TransferLog /var/log/apache2/access_log<br />
SSLEngine on<br />
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+<br />
LOW:+SSLv2:+EXP:+eNULL<br />
SSLCertificateFile /etc/apache2/ssl.crt/server.crt<br />
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key<br />
&lt;/VirtualHost&gt;</p></blockquote>
<p><span id="more-1466"></span></p>
<p>Fortunately there was no need to go through the painful process of creating my own CA etc., but instead I was able to use the &#8220;built-in&#8221; certifcate of my provider. To <strong>read a SSL certificate</strong>: openssl x509 -noout -text -in certificate.crt</p>
<blockquote><p>Signature Algorithm: md5WithRSAEncryption<br />
Issuer: C=DE, O=hensler.net, OU=IT, CN=bernhard.hensler.net/emailAddress=bhensler at gmail dot com<br />
Validity<br />
Not Before: Aug 24 17:31:07 2009 GMT<br />
Not After : Aug 22 17:31:07 2019 GMT<br />
Subject: C=DE, O=hensler.net, CN=bernhard.hensler.net/emailAddress=bhensler at gmail dot com<br />
Subject Public Key Info:<br />
Public Key Algorithm: rsaEncryption<br />
RSA Public Key: (4096 bit)<br />
Modulus (4096 bit):</p>
<p style="padding-left: 30px;">
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/ssl-for-wordpress-login-and-admin-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>steps to visualize HTTP server logging &#8211; part I</title>
		<link>http://bernhard.hensler.net/blog/steps-to-visualize-http-server-logging-part-i/</link>
		<comments>http://bernhard.hensler.net/blog/steps-to-visualize-http-server-logging-part-i/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 11:23:20 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=1405</guid>
		<description><![CDATA[apache
check Apache server version by creating a simple e.g. serverinfo.php file with following statement: &#60;?php phpinfo(); ?&#62;
and open in your browser: http://your host/serverinfo.php. Find the version info in the Apache Version section:
Apache Version &#8211; Apache/2.0.53 (Linux/SUSE)
or run from the command line:
/usr/sbin # apache2ctl -v
Server version: Apache/2.0.53
Server built:   Aug 30 2006 13:14:23
h969344:/usr/sbin #
Next add [...]]]></description>
			<content:encoded><![CDATA[<h2>apache</h2>
<p>check Apache server version by creating a simple e.g. <em>serverinfo.php</em> file with following statement: <em>&lt;?php phpinfo(); ?&gt;</em></p>
<p>and open in your browser: http://your host/serverinfo.php. Find the version info in the Apache Version section:</p>
<blockquote><p><span style="color: #ff0000;">Apache Version</span> &#8211; Apache/2.0.53 (Linux/SUSE)</p></blockquote>
<p>or run from the command line:</p>
<blockquote><p>/usr/sbin # apache2ctl -v</p>
<p>Server version: Apache/2.0.53</p>
<p>Server built:   Aug 30 2006 13:14:23</p>
<p>h969344:/usr/sbin #</p></blockquote>
<p>Next add <em>mod_status</em> to your APACHE_MODULES by editing /etc/sysconfig/apache2 configuration &#8211; the Status module allows a server administrator to find out how well a server is performing. A HTML page is presented that gives the current server statistics in an easily readable form:</p>
<blockquote><p>APACHE_MODULES=</p>
<p>&#8220;access actions alias auth auth_dbm autoindex cgi</p>
<p>dir env expires headers include log_config mime</p>
<p><span style="color: #ff0000;">mod_status</span> negotiation setenvif</p>
<p>ssl suexec userdir php4 rewrite&#8221;</p></blockquote>
<p><span id="more-1405"></span></p>
<p>In the same file and if extended logging is needed, set APACHE_EXTENDED_STATUS=&#8221;<span style="color: #ff0000;">on</span>&#8221; &#8211; be careful here, this will degrade performance.</p>
<p>Edit httpd.conf and add a Location section to your virtualhost section (remove <em>Include /etc/apache2/mod_status.conf</em>):</p>
<blockquote><p>&lt;VirtualHost *:80&gt;</p>
<p>&#8230;.</p>
<p>&lt;Location /<span style="color: #ff0000;">server-status</span>&gt;</p>
<p>SetHandler server-status</p>
<p># Order deny,allow</p>
<p># Deny from all</p>
<p>Allow from .yourdomain</p>
<p>&lt;/Location&gt;</p>
<p>&#8230;.</p>
<p>&lt;/VirtualHost&gt;</p></blockquote>
<p>restart the HTTP server: /usr/sbin/rcapache2 <span style="color: #ff0000;">restart</span></p>
<p>You should see your Apache server status now by issuing this URL: http://yourHost/<span style="color: #ff0000;">server-status<span style="color: #000000;"> </span></span> providing the following information:</p>
<ul style="margin-bottom: 1em; list-style-type: disc;">
<li style="line-height: 1.3em;">The number of worker serving requests</li>
<li style="line-height: 1.3em;">The number of idle worker</li>
<li style="line-height: 1.3em;">The status of each worker, the number of requests that worker has performed and the total number of bytes served by the worker (*)</li>
<li style="line-height: 1.3em;">A total number of accesses and byte count served (*)</li>
<li style="line-height: 1.3em;">The time the server was started/restarted and the time it has been running for</li>
<li style="line-height: 1.3em;">Averages giving the number of requests per second, the number of bytes served per second and the average number of bytes per request (*)</li>
<li style="line-height: 1.3em;">The current percentage CPU used by each worker and in total by Apache (*)</li>
<li style="line-height: 1.3em;">The current hosts and requests being processed (*)</li>
</ul>
<p>The lines marked &#8220;(*)&#8221; are only available if ExtendedStatus is On</p>
<h2>awstats</h2>
<p><span style="color: #ff0000;"><span style="color: #000000;">To display HTTP server log information in a graphical form, install <a href="http://awstats.sourceforge.net/" title="awstats" target="_blank" class="liexternal"><strong>awstats</strong></a>:</span></span></p>
<blockquote><p>AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically.</p></blockquote>
<p>Copy awstats to a directory of your choice, installation defaults to /usr/local/awstats. Then run the awstats configuration process: <em>perl awstats_configure.pl</em>, which will add directives to your httpd.conf and create a configuration file (default location: /etc/awstats)</p>
<blockquote><p>&lt;Directory &#8220;/usr/local/awstats/wwwroot&#8221;&gt;</p>
<p>Options all</p>
<p>AllowOverride None</p>
<p>Order allow,deny</p>
<p>Allow from all</p>
<p>&lt;/Directory&gt;</p>
<p>Alias /awstatsclasses &#8220;/usr/local/awstats/wwwroot/classes/&#8221;</p>
<p>Alias /awstatscss &#8220;/usr/local/awstats/wwwroot/css/&#8221;</p>
<p>Alias /awstatsicons &#8220;/usr/local/awstats/wwwroot/icon/&#8221;</p>
<p>ScriptAlias /awstats/ &#8220;/usr/local/awstats/wwwroot/cgi-bin/&#8221;</p></blockquote>
[SinglePic not found]
<p>Once done run the data import process from the cgi-bin folder of your awstats installation (you can automate this in the config file): perl awstats.pl config=yourdomain. See results of your site: http://yourdomain/awstats/awstats.pl or at this <a href="http://www.nltechno.com/awstats/awstats.pl?config=destailleur.fr" class="liexternal">demo site</a></p>
<p>This <a href="http://bernhard.hensler.net/blog/steps-to-visualize-http-server-logging-part-ii/" title="HTT PServer logging part II" class="liinternal">link</a> to part II of the tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/steps-to-visualize-http-server-logging-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php &amp; post_max_size &#8211; upload_max_filesize</title>
		<link>http://bernhard.hensler.net/blog/php-post_max_size-upload_max_filesize/</link>
		<comments>http://bernhard.hensler.net/blog/php-post_max_size-upload_max_filesize/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 08:35:55 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=704</guid>
		<description><![CDATA[Für den upload grösserer Dateien in einem post reicht es nicht, in der php.ini nur den &#8220;upload_max_filesize&#8221; zu erhöhen &#8211; es braucht ebenfalls den &#8220;post_max_size&#8221;.
Wer eine &#8220;globale&#8221; Einstellung vermeiden will, kann die Import Werte auch über eine .htaccess Datei verändern &#8211; so zumindestens lt. diesem Artikel:
how to &#8230;:




* Öffnen oder Anlegen einer Datei .htaccess im [...]]]></description>
			<content:encoded><![CDATA[<p>Für den upload grösserer Dateien in einem post reicht es nicht, in der php.ini nur den &#8220;upload_max_filesize&#8221; zu erhöhen &#8211; es braucht ebenfalls den &#8220;post_max_size&#8221;.</p>
<p>Wer eine &#8220;globale&#8221; Einstellung vermeiden will, kann die Import Werte auch über eine .htaccess Datei verändern &#8211; so zumindestens lt. diesem <a href="http://www.andi.de/2006/11/18/wordpress-upload-aufbohren/" target="_blank" class="liexternal">Artikel</a>:<span id="more-704"></span></p>
<p><a href="#" onclick="xcollapse('X5002');return false;" class="liinternal">how to &#8230;:</a><br />
</p>
<table id="X5002" style="display: none; border: 1px solid #C0C0C0; background-color: #F6F6F6;">
<tr>
<td>
* Öffnen oder Anlegen einer Datei .htaccess im Verzeichnis /wp-admin/ innerhalb der WordPress-Installation.</p>
<p>* Dort z.B. folgende Werte einfügen:</p>
<p>php_value upload_max_filesize &#8220;90M&#8221;<br />
php_value post_max_size &#8220;95M&#8221;<br />
php_value max_execution_time 3200<br />
php_value max_input_time 3200<br />
php_value memory_limit 35M</p>
<p>* Damit wird das Upload-Limit auf 90 Megabyte und die Ausführungszeit auf über 50 Minuten angehoben.<br />
* Dadurch sollte auch der Upload von großen Video-Dateien möglich sein.
</td>
</tr>
</table>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/php-post_max_size-upload_max_filesize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G &amp; Geotags &amp; XML Google Maps plugin</title>
		<link>http://bernhard.hensler.net/blog/iphone-3g-geotagging-xml-google-maps-plugin/</link>
		<comments>http://bernhard.hensler.net/blog/iphone-3g-geotagging-xml-google-maps-plugin/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 18:56:25 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=450</guid>
		<description><![CDATA[A feature I wasn&#8217;t aware of is that the iPhone 3G can geotag photos, thanks to the built-in GPS chip.
The XML Google Maps plugin reads the GPS position information from the Exif tags of the image stored in the NextGEN Gallery. Use &#8220;xmlgm ngg_gallery=&#60;gallerid&#62;&#8221; to show the whole geotagged Gallery on your map or use [...]]]></description>
			<content:encoded><![CDATA[<p>A feature I wasn&#8217;t aware of is that the iPhone 3G can geotag photos, thanks to the built-in GPS chip.</p>
<p>The <a href="http://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin/" target="_blank" class="liexternal">XML Google Maps plugin</a> reads the GPS position information from the Exif tags of the image stored in the <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank" class="liwp">NextGEN Gallery</a>. Use &#8220;xmlgm ngg_gallery=&lt;gallerid&gt;&#8221; to show the whole geotagged Gallery on your map or use &#8220;xmlgm ngg_picture=&lt;picture id&gt;&#8221; to show a single picture !<span id="more-450"></span></p>
<div  style="text-align: left;"  class="xmlgmdiv" id="xmlgmdiv_11"><iframe class="xmlgm" id="xmlgm_11"src="http://bernhard.hensler.net/blog/wp-content/plugins/xml-google-maps/xmlgooglemaps_show.php?myid=11" style="border: 0px; width: 360px; height: 500px;" name="My_XML_Google_Maps" frameborder="0"></iframe></div>
<p>Here the photo made with the iPhone:<br />
[SinglePic not found]</p>
<p>Finally the Exif data using the showmeta.php of nextgen gallery: <a href="http://bernhard.hensler.net/blog/wp-content/plugins/nextgen-gallery/admin/showmeta.php?id=2083" target="_blank" class="liinternal">EXIF</a></p>
<p>On my wishlist are:</p>
<ol>
<li>iPhone doesn&#8217;t properly tag photos with geodata. There are some posts out there referring to this problem. Guess this is something to be fixed by Apple. I had to manually fix geodata using GeoSetter</li>
<li>A feature request for the NextGen Gallery: extend showmeta.php to also read and display geodata from photos</li>
<li>Another one for NextGen Gallery: provide function / parameter, which allows adding Exif data to an image / gallery in a post<code>, something like: [SinglePic not found]</code></li>
<li>XML Google Maps and route tracking: can I combine tracking and photo location in one map ?</li>
</ol>
<p>Comments welcome !</p>
<p>For (1) this seems to be a known issue, yet not fixed &#8211; so far it requires some manual intervention.</p>
<blockquote><p>The problem of the iPhone&#8217;s Camera app assigning only North and West values to the EXIF lat/lon REF tags has been noted in this <a href="http://discussions.apple.com/message.jspa?messageID=7668654#7668654" target="_blank" class="liexternal">forum</a> at apple. This problem is different from the iPhoto bug, which would occasionally strip the lat/lon REF tags from photo EXIF.</p>
<p>Instead, the problem that smokeonit is talking about is an actually iPhone camera app bug, which seems only willing to put North and West tags on. People in Japan get their photos plopped in the pacific ocean, on the other side of the international date line (because they have a W lon tag when they should have an E lon tag). People in Australia have their pics on the opposite side of the planet.</p>
<p>This has been observed to happen even when iPhoto is not even used. So it&#8217;s an iPhone software bug. See the apple discussion board for more info.  Yeesh.  Apple is not good at geotagging.  First they screwed it up in iPhoto, then they screwed it up in iPhone.</p></blockquote>
<p>Remove the minus for the longitude and you are done.</p>
[SinglePic not found]
<p>A good link <a href="http://digital-photography-school.com/blog/how-to-geotag-images/" target="_blank" class="liexternal">about geotagging images</a> and some applications, which might be helpful:</p>
<p>runkeeper<br />
AirMe<br />
iTrail<br />
Geosetter<br />
PhotoMe</p>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/iphone-3g-geotagging-xml-google-maps-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exif data for Nextgen Gallery</title>
		<link>http://bernhard.hensler.net/blog/exif-data-for-nextgen-gallery/</link>
		<comments>http://bernhard.hensler.net/blog/exif-data-for-nextgen-gallery/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 17:26:32 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=425</guid>
		<description><![CDATA[If you see this in your NextGen Gallery main page, use YAST to install the php4-exif package:

Operating System : Linux
Server : Apache/2.0.53 (Linux/SUSE)
Memory usage : 9.4 MByte
MYSQL Version : 4.1.10a
SQL Mode : Not set
PHP Version : 4.3.10
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 128M
PHP Max Upload Size : 20M
PHP [...]]]></description>
			<content:encoded><![CDATA[<p>If you see this in your NextGen Gallery main page, use YAST to install the php4-exif package:<span id="more-425"></span></p>
<ul class="settings">
<li>Operating System : <strong>Linux</strong></li>
<li>Server : <strong>Apache/2.0.53 (Linux/SUSE)</strong></li>
<li>Memory usage : <strong>9.4 MByte</strong></li>
<li>MYSQL Version : <strong>4.1.10a</strong></li>
<li>SQL Mode : <strong>Not set</strong></li>
<li>PHP Version : <strong>4.3.10</strong></li>
<li>PHP Safe Mode : <strong>Off</strong></li>
<li>PHP Allow URL fopen : <strong>On</strong></li>
<li>PHP Memory Limit : <strong>128M</strong></li>
<li>PHP Max Upload Size : <strong>20M</strong></li>
<li>PHP Max Post Size : <strong>8M</strong></li>
<li>PHP Max Script Execute Time : <strong>600s</strong></li>
<li><span style="color: #ff0000;"><em>PHP Exif support : <strong>No</strong></em></span></li>
<li>PHP IPTC support : <strong>Yes</strong></li>
<li>PHP XML support : <strong>Yes</strong></li>
</ul>
<p>Finally metadata for images is available:</p>
[SinglePic not found]
<p>and I can continue with <a href="http://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin/" target="_blank" class="liexternal">XML Google maps</a> plugin:</p>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/exif-data-for-nextgen-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to create a Google map in Worpress</title>
		<link>http://bernhard.hensler.net/blog/how-to-create-a-google-map-in-worpress/</link>
		<comments>http://bernhard.hensler.net/blog/how-to-create-a-google-map-in-worpress/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 09:34:23 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=264</guid>
		<description><![CDATA[short instructions how to add a Google map to your blog


install Google Map Plugin, download from Avi&#8217;s Blog and read this excellent guideline
open Google Earth and create a new folder under my places
search for your place of interest, add a placemark, description, icon, add HTML text etc.
make sure to add your new placemark to your [...]]]></description>
			<content:encoded><![CDATA[<p>short instructions how to add a Google map to your blog<br />
<span id="more-264"></span></p>
<ol>
<li>install <a href="http://bernhard.hensler.net/blog/?p=260" target="blank" class="liinternal">Google Map Plugin</a>, download from <a href="http://avi.alkalay.net/2006/11/google-maps-plugin-for-wordpress.html" target="blank" class="liexternal">Avi&#8217;s Blog</a> and read this excellent guideline</li>
<li>open Google Earth and create a new folder under my places</li>
<li>search for your place of interest, add a placemark, description, icon, add HTML text etc.</li>
<li>make sure to add your new placemark to your folder (step 2)</li>
<li>rightclick your folder entry and save as .kml file, copy .kml file to your Wordpress server</li>
<li>in Google Earth open &#8220;file/view in Google Maps&#8221;, in Google Maps then adjust zoom settings, &#8220;map/satellite&#8221;, rightclick to &#8220;center map here&#8221; etc, finally click on &#8220;link to page&#8221;</li>
<li>create a new post and add following HTML code replacing &#8220;center of map&#8221; and .kml information</li>
</ol>
<p><textarea cols="60" rows="7" name="code">&lt;dl title=&#8221;googlemap;w:100%;h:600&#8243; id=&#8221;montenegro-kml&#8221;&gt; &lt;dt&gt;&lt;a href=&#8221;http://maps.google.com/maps?hl=en&amp;t=h&amp;ie=UTF8&amp;ll=42.510577,18.852539&amp;spn=1.289677,2.958069&amp;z=9&amp;om=1&#8243;&gt;Center of map&lt;/a&gt;&lt;/dt&gt; &lt;dt&gt;&lt;a href=&#8221;http://bernhard.hensler.net/blog/wp-content/gmaps/Montenegro.kml&#8221; title=&#8221;kml&#8221;&gt;places in montenegro &lt;/a&gt;&lt;/dt&gt; &lt;/dl&gt;</textarea></p>
<p>Or use google maps:</p>
<p>1. Go to Google Maps, find the spot you want to show, select Map, Satelite or Hybrid view buttons, double-click on the most important point on the map to centralized it, and define the zoom factor you want.</p>
<p>2. On the left-top corner of the map, click on the &#8220;Link to this page&#8221;, and copy your browser&#8217;s location to the clipboard. You can do the same for complex maps created on the My Maps section of Google Maps website.</p>
<p>3. While creating the post, select the text that will be displayed on the map marker, and create a link with it.</p>
<p>4. Paste the map URL on the Link URL field, and on Title write &#8220;googlemap&#8221;.</p>
<p>5. Continue editing your post and publish.</p>
<p>You are done.</p>
[SinglePic not found]
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/how-to-create-a-google-map-in-worpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>premature end &#8230;.</title>
		<link>http://bernhard.hensler.net/blog/premature-end/</link>
		<comments>http://bernhard.hensler.net/blog/premature-end/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 16:59:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=151</guid>
		<description><![CDATA[http://wordpress.org/support/topic/76274

Thanks Yosemite, you were right. My host was cool, they said
&#8220;This error is due to the fact that the maximum size of php files which were to be executed was 8MB, I increased this size to 32 and the problem is solved as I checked it.Please let us know if the problem persists.&#8221;


03.08.06
set maximum memory [...]]]></description>
			<content:encoded><![CDATA[<p>http://wordpress.org/support/topic/76274</p>
<blockquote><p>
Thanks Yosemite, you were right. My host was cool, they said</p>
<p>&#8220;This error is due to the fact that the maximum size of php files which were to be executed was 8MB, I increased this size to 32 and the problem is solved as I checked it.Please let us know if the problem persists.&#8221;
</p></blockquote>
<p>
03.08.06<br />
set maximum memory for execution of php files to 16mb in php.ini</p>
<p>siehe auch: http://bernhard.hensler.net/blog/?p=704</p>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/premature-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plugins in use</title>
		<link>http://bernhard.hensler.net/blog/plugins-in-use/</link>
		<comments>http://bernhard.hensler.net/blog/plugins-in-use/#comments</comments>
		<pubDate>Tue, 06 Jul 1999 21:34:37 +0000</pubDate>
		<dc:creator>bernhard</dc:creator>
				<category><![CDATA[container]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bernhard.hensler.net/blog/?p=260</guid>
		<description><![CDATA[
  About Me 3000 
  Akismet 
  addWeather
 
  Best Foot Forward 
  Did You Pass Math? 
  Link Indication
 
  NextGEN Gallery
 
  Plugins Used Plugin
 
  runPHP 
  WP-prettyPhoto 
  WP-ServerInfo
 
  WP-DBManager
 
  wordTube
 
  WordPress.com Stats 
 [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li> <a href="http://www.webdev3000.com/" title='Visit plugin homepage' class="liexternal"> About Me 3000</a> </li>
<li> <a href="http://akismet.com/" title='Visit plugin homepage' class="liexternal"> Akismet</a> </li>
<li> <a href='http://www.thedeveloperinside.com/resources/addweather' title='Visit plugin homepage'> addWeather<br />
</a> </li>
<li> <a href="http://www.dyers.org/blog/" title='Visit plugin homepage' class="liexternal"> Best Foot Forward</a> </li>
<li> <a href="http://www.herod.net/dypm/" title='Visit plugin homepage' class="liexternal"> Did You Pass Math?</a> </li>
<li> <a href='http://sw-guide.de/wordpress/plugins/link-indication/' title='Visit plugin homepage'> Link Indication<br />
</a> </li>
<li> <a href='http://alexrabe.de/?page_id=80' title='Visit plugin homepage'> NextGEN Gallery<br />
</a> </li>
<li> <a href='http://www.andrewsw.com/pages/pluginsUsedPlugin' title='Visit plugin homepage'> Plugins Used Plugin<br />
</a> </li>
<li> <a href="http://www.nosq.com/blog/runphp/" title='Visit plugin homepage' class="liexternal"> runPHP</a> </li>
<li> <a href="http://blog.fusi0n.org/category/wp-prettyphoto" title='Visit plugin homepage' class="liexternal"> WP-prettyPhoto</a> </li>
<li> <a href='http://lesterchan.net/portfolio/programming/php/' title='Visit plugin homepage'> WP-ServerInfo<br />
</a> </li>
<li> <a href='http://lesterchan.net/portfolio/programming/php/' title='Visit plugin homepage'> WP-DBManager<br />
</a> </li>
<li> <a href='http://alexrabe.de/?page_id=20' title='Visit plugin homepage'> wordTube<br />
</a> </li>
<li> <a href="http://wordpress.org/extend/plugins/stats/" title='Visit plugin homepage' class="liwp"> WordPress.com Stats</a> </li>
<li> <a href="http://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin/" title='Visit plugin homepage' class="liexternal"> XML Google Maps</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bernhard.hensler.net/blog/plugins-in-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
