<?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"
	>

<channel>
	<title>Jan Bogutzki</title>
	<atom:link href="http://jan.bogutzki.de/feed" rel="self" type="application/rss+xml" />
	<link>https://jan.bogutzki.de</link>
	<description>Meine Welt</description>
	<pubDate>Sat, 19 Jan 2019 16:03:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>responsive function testing</title>
		<link>https://jan.bogutzki.de/Artikel/410/responsive-function-testing.html</link>
		<comments>https://jan.bogutzki.de/Artikel/410/responsive-function-testing.html#comments</comments>
		<pubDate>Mon, 12 Jan 2015 20:25:38 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Functions-Online]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=410</guid>
		<description><![CDATA[I used the holidays to change the layout of functions-online.com from a pure static design over to a responsive one. I hope you enjoy the &#8220;new&#8221; design and use the site also on devices with a lower screen resolution.
]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/410/responsive-function-testing.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to disable Apache redirection with port in combination with Varnish?</title>
		<link>https://jan.bogutzki.de/Artikel/407/how-to-disable-apache-redirection-with-port-in-combination-with-varnish.html</link>
		<comments>https://jan.bogutzki.de/Artikel/407/how-to-disable-apache-redirection-with-port-in-combination-with-varnish.html#comments</comments>
		<pubDate>Fri, 01 Aug 2014 12:05:36 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=407</guid>
		<description><![CDATA[If you are using Varnish on Port 80 and Apache on, lets say, port 88, you could run into the problem, that Apache redirects you to the Apache port, while calling a URL that is a folder.
Example:
You call http://www.example.com/test in your browser. Apache redirects you to the correct ressource under http://www.example.com:88/test/. Keep an eye on [...]]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/407/how-to-disable-apache-redirection-with-port-in-combination-with-varnish.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>new function strip_tags</title>
		<link>https://jan.bogutzki.de/Artikel/405/new-function-strip_tags.html</link>
		<comments>https://jan.bogutzki.de/Artikel/405/new-function-strip_tags.html#comments</comments>
		<pubDate>Fri, 01 Aug 2014 11:35:07 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Functions-Online]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=405</guid>
		<description><![CDATA[There is a new function on functions-online.com available: strip_tags
The function could be used to remove HTML tags from a given string. It is possible to define a list of tags that are allowed and so not removed. Git it a try!
]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/405/new-function-strip_tags.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>new parameters and languages</title>
		<link>https://jan.bogutzki.de/Artikel/403/new-parameters-and-languages.html</link>
		<comments>https://jan.bogutzki.de/Artikel/403/new-parameters-and-languages.html#comments</comments>
		<pubDate>Fri, 18 Jul 2014 15:30:15 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Functions-Online]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=403</guid>
		<description><![CDATA[The functions json_encode and json_decode now have the &#8220;new&#8221; optional parameter $options. json_decode also got the parameter $depth.
The second news is, that many functions are now available in more languages. Mainly chinese, italian, japanese, russian and turkish was added all over the site. When you see a missing language tab above of the function, feel [...]]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/403/new-parameters-and-languages.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Set TTL in Varnish 4</title>
		<link>https://jan.bogutzki.de/Artikel/395/set-ttl-in-varnish-4.html</link>
		<comments>https://jan.bogutzki.de/Artikel/395/set-ttl-in-varnish-4.html#comments</comments>
		<pubDate>Sat, 28 Jun 2014 15:41:19 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Verschiedenes]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=395</guid>
		<description><![CDATA[You can set the Varnish ttl in many ways. Some set it with hard values in the vcl some prefer to give the ttl via a header setting with the requested site. To set the ttl in varnish 2 and 3 you could use inline C code like the one below:
# this on the beginning [...]]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/395/set-ttl-in-varnish-4.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Update zur Generatorensuche</title>
		<link>https://jan.bogutzki.de/Artikel/392/update-zur-generatorensuche.html</link>
		<comments>https://jan.bogutzki.de/Artikel/392/update-zur-generatorensuche.html#comments</comments>
		<pubDate>Tue, 15 Oct 2013 08:28:02 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Metagenerator]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=392</guid>
		<description><![CDATA[Das letzte Update in dieser Kategorie ist schon länger her, daher mal ein aktueller Stand zu diesem Projekt. Es wird auch sehr aktiv von mir gepflegt und immer wieder optimiert und umgestellt.
Nachdem die Suche bzw. das Crawlen lange im Fokus der Entwicklung war und weitgehend optimiert wurde, stieß eines Tages die Datenhaltung an Ihre Grenzen. [...]]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/392/update-zur-generatorensuche.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>new function: dns_get_record</title>
		<link>https://jan.bogutzki.de/Artikel/389/new-function-dns_get_record.html</link>
		<comments>https://jan.bogutzki.de/Artikel/389/new-function-dns_get_record.html#comments</comments>
		<pubDate>Wed, 18 Sep 2013 09:52:09 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Functions-Online]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=389</guid>
		<description><![CDATA[Under the URL section of functions-online.com is now a new function available: dns_get_record.
This function can be used to fetch all or a specific part of the dns record set of a given hostname. The result of the DNS-server is returned as an array.
]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/389/new-function-dns_get_record.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>new languages available</title>
		<link>https://jan.bogutzki.de/Artikel/378/new-languages-available.html</link>
		<comments>https://jan.bogutzki.de/Artikel/378/new-languages-available.html#comments</comments>
		<pubDate>Sun, 01 Sep 2013 04:53:02 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Functions-Online]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=378</guid>
		<description><![CDATA[In the last days i started to add 3 more languages to functions-online.com. The description of the functions is now available in italian, japanese and russian. With the update of this 3 new languages, i added to the most functions the chinese translation. For now a bit more than one third is finished.
]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/378/new-languages-available.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Update: Forecast and UserLanguage</title>
		<link>https://jan.bogutzki.de/Artikel/368/update-forecast-and-userlanguage.html</link>
		<comments>https://jan.bogutzki.de/Artikel/368/update-forecast-and-userlanguage.html#comments</comments>
		<pubDate>Mon, 12 Dec 2011 19:40:17 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Piwik]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=368</guid>
		<description><![CDATA[The plugins Forecast and UserLanguage for Piwik was updated today. The changes in detail:
Forecast:

fixed Notice: Undefined index: module in /public_html/piwik/plugins/Forecast/Forecast.php on line 47 mentioned by ope in a comment on Forecast: Faster Load

UserLanguage

added french to the supported languages, thanks to thibaut

The plugins can be downloaded on the Piwik-Plugin page.
]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/368/update-forecast-and-userlanguage.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Beep nun auch auf Mobilgeräten</title>
		<link>https://jan.bogutzki.de/Artikel/347/beep-nun-auch-auf-mobilgeraten.html</link>
		<comments>https://jan.bogutzki.de/Artikel/347/beep-nun-auch-auf-mobilgeraten.html#comments</comments>
		<pubDate>Tue, 27 Sep 2011 10:19:07 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
		
		<category><![CDATA[Uebungen-Online]]></category>

		<guid isPermaLink="false">http://jan.bogutzki.de/?p=347</guid>
		<description><![CDATA[Nachdem der Wunsch nach einer App für Mobilgeräte laut wurde, habe ich kurz geprüft, ob eine App für alle Mobilgeräte möglich ist und vorallem auch nötig. Die Browser der Mobilgeräte unterstützen heutzutage alle nötigen Funktionen, so dass keine App nötig ist. Diese würde den Zeitaufwand extrem erhöhen und den Support in der Freizeit nahezu unmöglich [...]]]></description>
		<wfw:commentRss>https://jan.bogutzki.de/Artikel/347/beep-nun-auch-auf-mobilgeraten.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
