<?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>plugins | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Sat, 09 Apr 2011 14:46:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>sfGoogleTranslatePlugin</title>
		<link>https://nerdpress.org/2011/04/09/sfgoogletranslateplugin/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sat, 09 Apr 2011 14:46:15 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[google translate]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[symfony 1.4]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=1447</guid>

					<description><![CDATA[<p>Hallo Welt! Ich hab einen kleinen Wrapper für die Google Translate API v1 als symfony 1.4 Plugin auf github gehoben: https://github.com/ivoba/sfGoogleTranslate Einfach Plugin installieren und dann im Model oder wo es gebraucht wird: Das Plugin nutzt den sfWebbrowser, der ist ja ziemlich praktisch, den braucht man also auch noch. Die detect Methode wird auch unterstützt. &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2011/04/09/sfgoogletranslateplugin/" class="more-link">Continue reading<span class="screen-reader-text"> "sfGoogleTranslatePlugin"</span></a></p>
The post <a href="https://nerdpress.org/2011/04/09/sfgoogletranslateplugin/">sfGoogleTranslatePlugin</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Hallo Welt!<br />
Ich hab einen kleinen Wrapper für die Google Translate API v1 als symfony 1.4 Plugin auf github gehoben:<br />
<a href="https://github.com/ivoba/sfGoogleTranslate">https://github.com/ivoba/sfGoogleTranslate</a></p>
<p>Einfach Plugin installieren und dann im Model oder wo es gebraucht wird:</p>
<pre class="brush: php; title: ; notranslate">
$gT = new sfGoogleTranslate('de','fr');
$t = $gT-&gt;translate('Hallo schöne Frau');
echo $t;
</pre>
<p><span id="more-1447"></span></p>
<p>Das Plugin nutzt den sfWebbrowser, der ist ja ziemlich praktisch, den braucht man also auch noch.<br />
Die detect Methode wird auch unterstützt.</p>
<p>Evtl. könnte man jetzt noch tasks machen, wie etwas aus dem I18nTranslate Plugin, welcher alle i18n dictionary files übersetzt.</p>
<p>Wer sich berufen fühlt, kann den ja porten und das Ding forken ;)</p>The post <a href="https://nerdpress.org/2011/04/09/sfgoogletranslateplugin/">sfGoogleTranslatePlugin</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>symfony und Google Analytics</title>
		<link>https://nerdpress.org/2011/01/12/symfony-und-google-analytics/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 16:56:17 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[plugins]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=1311</guid>

					<description><![CDATA[<p>Ich weiss nicht ob Ihr es wußtet: Es gibt ein feines Plugin für Google Analytics für symfony. Kris Wallsmith sei dank. Da kann man sich fragen, warum denn ein Plugin dafür? Die paar Zeilen Code kopier ich doch schnell ins Layout. Über das Plugin kann man jedoch Analytics &#8220;environment aware&#8221; einbinden. Man will ja nicht &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2011/01/12/symfony-und-google-analytics/" class="more-link">Continue reading<span class="screen-reader-text"> "symfony und Google Analytics"</span></a></p>
The post <a href="https://nerdpress.org/2011/01/12/symfony-und-google-analytics/">symfony und Google Analytics</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Ich weiss nicht ob Ihr es wußtet:<br />
Es gibt ein feines <a href="http://www.symfony-project.org/plugins/sfGoogleAnalyticsPlugin">Plugin für Google Analytics</a> für symfony.<br />
Kris Wallsmith sei dank.</p>
<p>Da kann man sich fragen, warum denn ein Plugin dafür?<br />
Die paar Zeilen Code kopier ich doch schnell ins Layout.<br />
Über das Plugin kann man jedoch Analytics &#8220;environment aware&#8221; einbinden.<br />
Man will ja nicht das die Test- oder gar Entwicklungsumgebung die Messung verfälscht.</p>
<p><span id="more-1311"></span></p>
<p>Das läuft dann über die app.yml:</p>
<pre class="brush: bash; title: ; notranslate">
prod:
  sf_google_analytics_plugin:
    enabled:      on
    profile_id:   UA-XXXXXXX
    tracker:      google
</pre>
<p>Außerdem hat das Plugin noch einiges mehr im petto:<br />
Zum Beispiel kann man: </p>
<ul>
 &#8211; Seiten mit custom Namen tracken<br />
 &#8211; Seiten tracken in der action<br />
 &#8211; Routen kanonisch tracken<br />
 &#8211; einzelne Module vom Tracking ausschließen<br />
 &#8211; custom Werte aus der app in der action tracken
</ul>
<p>Da freut sich wer es braucht&#8230;</p>The post <a href="https://nerdpress.org/2011/01/12/symfony-und-google-analytics/">symfony und Google Analytics</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>symfony 1.2. Admin Generator mit Datepicker</title>
		<link>https://nerdpress.org/2009/11/01/symfony-1-2-admin-generator-mit-datepicker/</link>
					<comments>https://nerdpress.org/2009/11/01/symfony-1-2-admin-generator-mit-datepicker/#comments</comments>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sun, 01 Nov 2009 15:17:05 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Datepicker]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[Symfony]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=500</guid>

					<description><![CDATA[<p>Eigentlich hatte ich gedacht, dass das irgendwie einfacher gehen würde, aber hat mich dann doch einiges an Recherche gekostet. Nachdem ich irgendwann mal das &#8220;My First Project&#8221; durchgespielt hatte, war ich der Auffasung, dass der Datepicker immer benutzt wird beim Admin Generator. Doch nachdem ich dann mal eine andere Anleitung benutzt hatte mußte ich feststellen: &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2009/11/01/symfony-1-2-admin-generator-mit-datepicker/" class="more-link">Continue reading<span class="screen-reader-text"> "symfony 1.2. Admin Generator mit Datepicker"</span></a></p>
The post <a href="https://nerdpress.org/2009/11/01/symfony-1-2-admin-generator-mit-datepicker/">symfony 1.2. Admin Generator mit Datepicker</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Eigentlich hatte ich gedacht, dass das irgendwie einfacher gehen würde, aber hat mich dann doch einiges an Recherche gekostet.</p>
<p>Nachdem ich irgendwann mal das &#8220;<a href="http://www.symfony-project.org/tutorial/1_2/en/my-first-project" target="_blank">My First Project</a>&#8221; durchgespielt hatte, war ich der Auffasung, dass der Datepicker immer benutzt wird beim Admin Generator. Doch nachdem ich dann mal eine andere <a href="http://www.symfony-project.org/book/1_2/14-Generators" target="_blank">Anleitung</a> benutzt hatte mußte ich feststellen: Das ist nicht immer so!</p>
<p>Den Unterschied macht, wie man den Admin Generator aufruft:</p>
<pre class="brush: bash; title: ; notranslate">php symfony propel:init-admin backend post BlogPost</pre>
<p>ist symfony 1.0 und macht den DatePicker</p>
<pre class="brush: bash; title: ; notranslate">php symfony propel:generate-admin backend BlogComment --module=comment</pre>
<p>ist symfony 1.2 und generiert stattdessen ein <span style="text-decoration: line-through;">häßliches</span> pulldown.</p>
<p>Um nun für 1.2. doch einen DatePicker zu bekommen nützt es auch nix irgendwas in der generator.yml anzugeben. Das wird alles ignoriert.</p>
<p><span id="more-500"></span>Man muss schon ein PlugIn bemühen: das <a href="http://www.symfony-project.org/plugins/sfFormExtraPlugin">sfFormExtraPlugin</a>.</p>
<p>Das baut dann ein Jquery Datepicker hinter das Pulldown, auch nich so dolle aber immerhin.</p>
<p>Und das läuft so:</p>
<p>&#8211; Plugin installieren</p>
<p>&#8211; Jquery holen und einbinden in die view.yml:</p>
<pre class="brush: bash; title: ; notranslate">

javascripts:    &#x5B;jquery-1.3.2.min.js,query-ui-1.7.2.custom.min.js]

stylesheets:    &#x5B;main.css,jquery-ui-1.7.2.custom.css]

</pre>
<p>&#8211; jquery-ui-1.7.2.custom.min.js nach web/js kopieren<br />
&#8211; jquery-ui-1.7.2.custom.css nach web/css kopieren</p>
<p>&#8211; in lib/form/&lt;model&gt;Form.class.php folgendes rein:</p>
<pre class="brush: php; title: ; notranslate">

public function setup()
{
parent::setup();
$this-&amp;gt;widgetSchema&#x5B;&#039;created_at&#039;] = new sfWidgetFormJQueryDate();
}

</pre>
<p>&#8211; cache leeren noch mal den admin generator anschmeißen und wenn ich nix vergessen hab, sollte jetzt der DatePicker auftauchen</p>
<p>Puh, danke an die symfony Forum Suche ich hoffe in 1.3. wird das ein bißchen einfacher.</p>
<p>Habt Ihr das auch so gemacht? Gibts noch ein Trick?</p>
<p>Lasst mich es wissen&#8230;</p>The post <a href="https://nerdpress.org/2009/11/01/symfony-1-2-admin-generator-mit-datepicker/">symfony 1.2. Admin Generator mit Datepicker</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2009/11/01/symfony-1-2-admin-generator-mit-datepicker/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Simple Tags</title>
		<link>https://nerdpress.org/2009/10/27/simple-tags/</link>
					<comments>https://nerdpress.org/2009/10/27/simple-tags/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:38:35 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[simple tags]]></category>
		<category><![CDATA[tags]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=480</guid>

					<description><![CDATA[<p>Eines meiner persönlichen Lieblingsplugins &#8211; wer die Tagsammlung meines persönlichen Blogs, kleinski.de gesehen hat, weiß auch warum &#8211; ist Simple Tags von Amaury Balmer. Denn dank des Plugins ist die Verschlagwortung von Artikeln binnen kürzester Zeit erledigt und, via Zugriff auf die Yahoo terms extractions API und den Service Tag The Net, werden bekannte Personen, &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2009/10/27/simple-tags/" class="more-link">Continue reading<span class="screen-reader-text"> "Simple Tags"</span></a></p>
The post <a href="https://nerdpress.org/2009/10/27/simple-tags/">Simple Tags</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Eines meiner persönlichen Lieblingsplugins &#8211; wer die <a title="Metatstats von kleinski.de" href="http://kleinski.de/statistiken/" target="_self">Tagsammlung</a> meines persönlichen Blogs, <a title="kleinski.de" href="http://kleinski.de" target="_self">kleinski.de</a> gesehen hat, weiß auch warum &#8211; ist <a title="Simple Tags im WordPresspluginverzeichnis" href="http://wordpress.org/extend/plugins/simple-tags/" target="_self">Simple Tags</a> von <a title="Amaury Balmers Autorenseite auf herewithme.fr" href="http://www.herewithme.fr/author/amaury" target="_self">Amaury Balmer</a>.</p>
<p>Denn dank des Plugins ist die Verschlagwortung von Artikeln binnen kürzester Zeit erledigt und, via Zugriff auf die <em>Yahoo terms extractions API</em> und den Service <a title="Tage The Net" href="http://www.tagthe.net/" target="_self">Tag The Net</a>, werden bekannte Personen, Namen und andere Ausdrücke, die man vielleicht selber gerade nicht auf dem Schirm hat, aus dem entsprechenden Pool gefischt und jeder Artikel ist mit wenigen Mausklicks getagged.</p>
<p><img decoding="async" src="https://s.wordpress.org/extend/plugins/simple-tags/screenshot-6.png?r=167620" alt="Tag it." width="485" height="61" /></p>The post <a href="https://nerdpress.org/2009/10/27/simple-tags/">Simple Tags</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2009/10/27/simple-tags/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
