<?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>Guymon &#187; Uncategorized</title>
	<atom:link href="http://www.guymon.de/wordpress/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:28:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Add all new files to svn&#160;repository</title>
		<link>http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/</link>
		<comments>http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 14:13:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6535</guid>
		<description><![CDATA[Damit ich nicht immer wieder danach suchen muss: svn status &#124; grep -v "^.[ \t]*\..*" &#124; grep "^?" &#124; awk '{print $2}' &#124; xargs svn addPossibly related posts (automatically generated)Updating Drupal using SVNDrupal CVS/SVN SetupSVNMateTextMate Plug-InsVisual Guide to Version Control]]></description>
			<content:encoded><![CDATA[<p>Damit ich nicht immer wieder danach suchen muss:</p>
<pre class="prettyprint">svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/" title="Updating Drupal using SVN">Updating Drupal using SVN</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/" title="Drupal CVS/SVN Setup">Drupal CVS/SVN Setup</a></li><li><a href="http://www.guymon.de/wordpress/2007/11/30/svnmate/" title="SVNMate">SVNMate</a></li><li><a href="http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/" title="TextMate Plug-Ins">TextMate Plug-Ins</a></li><li><a href="http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/" title="Visual Guide to Version Control">Visual Guide to Version Control</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7: HTML5 and&#160;RDFa</title>
		<link>http://www.guymon.de/wordpress/2011/07/05/drupal-7-html5-and-rdfa/</link>
		<comments>http://www.guymon.de/wordpress/2011/07/05/drupal-7-html5-and-rdfa/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 09:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[RDFa]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6209</guid>
		<description><![CDATA[Lin Clark erkl&#228;rt einige Fallstricke und Probleme beim Versuch HTML5 und RDFa beim Druapl 7 Theming zu verbinden. Validation is still tricky. Some validators can handle microdata attributes but not RDFa, some can&#8217;t handle either. The problem isn&#8217;t that HTML+RDFa is any less valid than any of the other HMTL 5 drafts, it&#8217;s that the [...]]]></description>
			<content:encoded><![CDATA[<p>Lin Clark <a href="http://lin-clark.com/blog/theming-html5-and-rdfa-drupal-7">erkl&#228;rt</a> einige Fallstricke und Probleme beim Versuch HTML5 und RDFa beim Druapl 7 Theming zu verbinden.</p>
<blockquote cite="http://lin-clark.com/blog/theming-html5-and-rdfa-drupal-7"><p>Validation is still tricky. Some validators can handle microdata attributes but not RDFa, some can&#8217;t handle either. The problem isn&#8217;t that HTML+RDFa is any less valid than any of the other HMTL 5 drafts, it&#8217;s that the validators haven&#8217;t been updated yet.(…) The fact remains though&#8230; it is unfortunately quite complicated to figure out just how to validate an HTML5+RDFa document at this point. While I&#8217;ve heard a number of suggestions for workarounds, none has worked for me yet.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/07/14/building-an-iphone-app-with-phonegap-for-drupal-7/" title="Building an iPhone App with PhoneGap for Drupal 7">Building an iPhone App with PhoneGap for Drupal 7</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/23/daily-links-241/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/16/daily-links-237/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/08/16/daily-links-170/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/06/19/rdf-in-drupal/" title="RDF in Drupal">RDF in Drupal</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/07/05/drupal-7-html5-and-rdfa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template-Entwicklung f&#252;r Joomla!&#160;1.6</title>
		<link>http://www.guymon.de/wordpress/2011/05/25/template-entwicklung-fur-joomla-1-6/</link>
		<comments>http://www.guymon.de/wordpress/2011/05/25/template-entwicklung-fur-joomla-1-6/#comments</comments>
		<pubDate>Wed, 25 May 2011 08:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6085</guid>
		<description><![CDATA[Daniel Koch erkl&#228;rt die Template Entwicklung f&#252;r Joomla 1.6. Neben den &#8220;Basics&#8221; wird auch auf die Arbeit mit Parametern und auf Overrides eingegangen. Und in den Kommentaren habe ich noch diese Seite gefunden die die von Joomla verwendeten CSS Klassen und ids auflistet. Nett.Possibly related posts (automatically generated)Joomla! Zip PackagesNew Features in Joomla! 2.5Joomla! 1.6 [...]]]></description>
			<content:encoded><![CDATA[<p>Daniel Koch <a href="http://it-republik.de/php/artikel/Des-Kaisers-neue-Kleider-3739.html">erkl&#228;rt</a> die Template Entwicklung f&#252;r Joomla 1.6.</p>
<p>Neben den &#8220;Basics&#8221; wird auch auf die Arbeit mit <a href="http://it-republik.de/php/artikel/Des-Kaisers-neue-Kleider-3742.html">Parametern</a> und auf <a href="http://it-republik.de/php/artikel/Des-Kaisers-neue-Kleider-3744.html">Overrides</a> eingegangen.</p>
<p>Und in den Kommentaren habe ich noch diese <a href="http://www.joomla-css.nl/index.php?option=com_content&#038;view=article&#038;id=176&#038;Itemid=456&#038;lang=en">Seite</a> gefunden die die von Joomla verwendeten CSS Klassen und ids auflistet. Nett.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2007/10/01/joomla-zip-packages/" title="Joomla! Zip Packages">Joomla! Zip Packages</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/12/new-features-in-joomla-2-5/" title="New Features in Joomla! 2.5">New Features in Joomla! 2.5</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/18/joomla-1-6-upgrade-nach-1-7/" title="Joomla! 1.6 Upgrade nach 1.7">Joomla! 1.6 Upgrade nach 1.7</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/01/joomla-image-resizing/" title="Joomla: Image Resizing">Joomla: Image Resizing</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/24/joomla-fox-contact/" title="Joomla: Fox Contact ">Joomla: Fox Contact </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/05/25/template-entwicklung-fur-joomla-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal: Custom Panel&#160;Panes</title>
		<link>http://www.guymon.de/wordpress/2011/05/01/drupal-custom-panel-panes/</link>
		<comments>http://www.guymon.de/wordpress/2011/05/01/drupal-custom-panel-panes/#comments</comments>
		<pubDate>Sun, 01 May 2011 14:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[panels]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6032</guid>
		<description><![CDATA[Nick Lewis erkl&#228;rt wie man eigene Panel Panes anlegt. Content types (a.k.a. panel panes) are one of CTools&#8217; most visible, versatile, and easy to learn APIs. In this tutorial, we&#8217;re going to build a custom content type (or panel pane depending on what you call it) that display&#8217;s a twitter user&#8217;s latest feeds. As with [...]]]></description>
			<content:encoded><![CDATA[<p>Nick Lewis <a href="http://www.nicklewis.org/drupal/tutorials/ctools-custom-content-types">erkl&#228;rt</a> wie man eigene Panel Panes anlegt.</p>
<blockquote cite="http://www.nicklewis.org/drupal/tutorials/ctools-custom-content-types"><p>Content types (a.k.a. panel panes) are one of CTools&#8217; most visible, versatile, and easy to learn APIs. In this tutorial, we&#8217;re going to build a custom content type (or panel pane depending on what you call it) that display&#8217;s a twitter user&#8217;s latest feeds. As with any new CTools content type, you need to have at minimum three files in following structure:</p>
<ul>
<li>gtwitpane/gtwitpane.module</li>
<li>gtwitpane/gtwitpane.info</li>
<li>gtwitpane/plugins/content_types/gtwitpane_pane.inc</li>
</ul>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/06/23/drupal-7-display-suite-and-panels/" title="Drupal 7: Display Suite and Panels">Drupal 7: Display Suite and Panels</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/24/daily-links-243/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/11/30/drupal-dynamische-seiten-mit-views-panels-und-argumenten/" title="Drupal: Dynamische Seiten mit Views, Panels und Argumenten">Drupal: Dynamische Seiten mit Views, Panels und Argumenten</a></li><li><a href="http://www.guymon.de/wordpress/2010/08/19/drupal-panel-3-7/" title="Drupal: Panel 3.7">Drupal: Panel 3.7</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/17/context-vs-panels/" title="Context vs. Panels">Context vs. Panels</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/05/01/drupal-custom-panel-panes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yepnope.js</title>
		<link>http://www.guymon.de/wordpress/2011/03/24/yepnope-js/</link>
		<comments>http://www.guymon.de/wordpress/2011/03/24/yepnope-js/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 08:06:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5923</guid>
		<description><![CDATA[yepnope.js hatte ich neulich entdeckt und hier erw&#228;hnt. Bei nettuts+ gibt es nun ein l&#228;ngeres Tutorial zum Thema. This nifty resource loader, which is only 1.6KB minified and gzipped, is now bundled with Modernizer and is great for loading polyfills, preloading or “priming” the users cache, or as a simple asynchronous resources loader / filter! [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yepnopejs.com/">yepnope.js</a> hatte ich neulich entdeckt und hier erw&#228;hnt. Bei nettuts+ gibt es nun ein l&#228;ngeres <a href="http://net.tutsplus.com/tutorials/javascript-ajax/easy-script-loading-with-yepnope-js/">Tutorial</a> zum Thema.</p>
<blockquote cite="http://net.tutsplus.com/tutorials/javascript-ajax/easy-script-loading-with-yepnope-js/"><p>This nifty resource loader, which is only 1.6KB minified and gzipped, is now bundled with Modernizer and is great for loading polyfills, preloading or “priming” the users cache, or as a simple asynchronous resources loader / filter!<br />
Yepnope now also supports a number of prefixes and filters, which, when prepended to the resource url, add another layer of fine tuning or customization to its core functionality. As if this weren’t already great, yepnope also provides you with a mechanism to define your own prefixes and filters. Let’s have a look at what yepnope.js can do!</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/12/02/performance-delayed-content/" title="Performance: Delayed Content">Performance: Delayed Content</a></li><li><a href="http://www.guymon.de/wordpress/2011/04/29/drupal-local-copies-of-external-js/" title="Drupal: Local Copies of External JS">Drupal: Local Copies of External JS</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/18/script-js-javascript-loader/" title="$script.js: JavaScript loader">$script.js: JavaScript loader</a></li><li><a href="http://www.guymon.de/wordpress/2010/08/23/js-und-css-packer-mal-anders/" title="JS und CSS Packer mal anders">JS und CSS Packer mal anders</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/20/javascript-minification/" title="JavaScript Minification">JavaScript Minification</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/03/24/yepnope-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$script.js: JavaScript&#160;loader</title>
		<link>http://www.guymon.de/wordpress/2011/02/18/script-js-javascript-loader/</link>
		<comments>http://www.guymon.de/wordpress/2011/02/18/script-js-javascript-loader/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 11:37:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5827</guid>
		<description><![CDATA[Dustin Diaz stellt den leichtgewichtigen (643 bytes) Script Loader $script.js vor. //new school - loads as non-blocking, and BOTH js files load asynchronously $script('jquery.js', function() { $script('my-jquery-plugin.js', 'plugin'); $script('my-app-that-uses-plugin.js'); }); $script.ready('plugin', function() { // use your plugin });Possibly related posts (automatically generated)Performance: Delayed ContentDrupal: Local Copies of External JSyepnope.js JS und CSS Packer mal andersJavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>Dustin Diaz <a href="http://www.dustindiaz.com/scriptjs/">stellt</a> den leichtgewichtigen (643 bytes) Script Loader <a href="http://www.dustindiaz.com/basement/script/script.min.js">$script.js</a> vor.</p>
<pre class="prettyprint">//new school - loads as non-blocking, and BOTH js files load asynchronously
$script('jquery.js', function() {
 $script('my-jquery-plugin.js', 'plugin');
 $script('my-app-that-uses-plugin.js');
});

 
$script.ready('plugin', function() {
 // use your plugin <img src='http://www.guymon.de/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
});</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/12/02/performance-delayed-content/" title="Performance: Delayed Content">Performance: Delayed Content</a></li><li><a href="http://www.guymon.de/wordpress/2011/04/29/drupal-local-copies-of-external-js/" title="Drupal: Local Copies of External JS">Drupal: Local Copies of External JS</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/24/yepnope-js/" title="yepnope.js ">yepnope.js </a></li><li><a href="http://www.guymon.de/wordpress/2010/08/23/js-und-css-packer-mal-anders/" title="JS und CSS Packer mal anders">JS und CSS Packer mal anders</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/20/javascript-minification/" title="JavaScript Minification">JavaScript Minification</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/02/18/script-js-javascript-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datenvisualisierung mit Googles Books Ngram&#160;Viewer</title>
		<link>http://www.guymon.de/wordpress/2010/12/19/datenvisualisierung-mit-googles-books-ngram-viewer/</link>
		<comments>http://www.guymon.de/wordpress/2010/12/19/datenvisualisierung-mit-googles-books-ngram-viewer/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 15:44:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Visualisierung]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5675</guid>
		<description><![CDATA[Aus den Google Labs gibt es den Books Ngram Viewer: When you enter phrases into the Google Books Ngram Viewer, it displays a graph showing how those phrases have occurred in a corpus of books (e.g., &#8220;British English&#8221;, &#8220;English Fiction&#8221;, &#8220;French&#8221;) over the selected years. Possibly related posts (automatically generated)Google Fusion Tablesdaily linksdaily linksjQuery: Visualize [...]]]></description>
			<content:encoded><![CDATA[<p>Aus den Google Labs gibt es den <a href="http://ngrams.googlelabs.com/">Books Ngram Viewer</a>:</p>
<blockquote cite="http://ngrams.googlelabs.com/"><p>When you enter phrases into the Google Books Ngram Viewer, it displays a graph showing how those phrases have occurred in a corpus of books (e.g., &#8220;British English&#8221;, &#8220;English Fiction&#8221;, &#8220;French&#8221;) over the selected years.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/07/21/google-fusion-tables/" title="Google Fusion Tables">Google Fusion Tables</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/14/daily-links-218/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/03/09/daily-links-122/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/07/10/jquery-visualize-data-tables/" title="jQuery: Visualize Data Tables">jQuery: Visualize Data Tables</a></li><li><a href="http://www.guymon.de/wordpress/2009/06/14/interactive-data-visualizations/" title="Interactive Data Visualizations">Interactive Data Visualizations</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/12/19/datenvisualisierung-mit-googles-books-ngram-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wer sucht&#160;was</title>
		<link>http://www.guymon.de/wordpress/2010/11/17/wer-sucht-was/</link>
		<comments>http://www.guymon.de/wordpress/2010/11/17/wer-sucht-was/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 09:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5598</guid>
		<description><![CDATA[Nette Geschichte um das Suchverhalten der Nutzer der Suchmaschine Yahoo hinsichtlich Geschlecht, Alter, Ort und Einkommen zu analysieren: Yahoo! Clues. Allerdings sind wohl bislang nur Daten aus den USA abrufbar.Possibly related posts (automatically generated)Drupal: Faceted Search FormsVisualSearch.jsdaily linksdaily linksblekko]]></description>
			<content:encoded><![CDATA[<p>Nette Geschichte um das Suchverhalten der Nutzer der Suchmaschine Yahoo hinsichtlich Geschlecht, Alter, Ort und Einkommen zu analysieren: <a href="http://clues.yahoo.com/">Yahoo! Clues</a>.</p>
<p>Allerdings sind wohl bislang nur Daten aus den USA abrufbar.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/09/11/drupal-faceted-search-forms/" title="Drupal: Faceted Search Forms">Drupal: Faceted Search Forms</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/05/visualsearch-js/" title="VisualSearch.js">VisualSearch.js</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/16/daily-links-227/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/27/daily-links-221/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/11/11/blekko/" title="blekko">blekko</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/11/17/wer-sucht-was/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal: Override a Views Field Template from a&#160;Module</title>
		<link>http://www.guymon.de/wordpress/2010/09/16/drupal-override-a-views-field-template-from-a-module/</link>
		<comments>http://www.guymon.de/wordpress/2010/09/16/drupal-override-a-views-field-template-from-a-module/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 07:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[theming]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5504</guid>
		<description><![CDATA[grayside zeigt wie man ein Views Field template aus einem Modul &#252;berschreiben kann. Sehr cool. &#60;?php /** * Implementation of hook_theme(). */ function custom_module_oa_feeds_theme($existing) { return array( &#x27;views_view_field__view_name__field_name&#x27; =&#62; array( &#x27;arguments&#x27; =&#62; array(&#x27;view&#x27; =&#62; NULL, &#x27;field&#x27; =&#62; NULL, &#x27;row&#x27; =&#62; NULL), &#x27;template&#x27; =&#62; &#x27;views-view-field--view-name--field-name&#x27;, &#x27;original hook&#x27; =&#62; &#x27;views_view_field&#x27;, &#x27;path&#x27; =&#62; drupal_get_path(&#x27;module&#x27;, &#x27;custom_module&#x27;) . &#x27;/theme&#x27;, ), [...]]]></description>
			<content:encoded><![CDATA[<p>grayside <a href="http://grayside.org/2010/09/how-override-views-field-template-module">zeigt</a> wie man ein Views Field template aus einem Modul &#252;berschreiben kann. Sehr cool.</p>
<pre class="prettyprint">&lt;?php
/**
* Implementation of hook_theme().
*/
function custom_module_oa_feeds_theme($existing) {
 return array(
 &#x27;views_view_field__view_name__field_name&#x27; =&gt; array(
 &#x27;arguments&#x27; =&gt; array(&#x27;view&#x27; =&gt; NULL, &#x27;field&#x27; =&gt; NULL, &#x27;row&#x27; =&gt; NULL),
 &#x27;template&#x27; =&gt; &#x27;views-view-field--view-name--field-name&#x27;,
 &#x27;original hook&#x27; =&gt; &#x27;views_view_field&#x27;,
 &#x27;path&#x27; =&gt; drupal_get_path(&#x27;module&#x27;, &#x27;custom_module&#x27;) . &#x27;/theme&#x27;,
 ),
 );
}
?&gt;</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/06/25/views-theming-mit-preprocess-functions/" title="Views Theming mit Preprocess Functions">Views Theming mit Preprocess Functions</a></li><li><a href="http://www.guymon.de/wordpress/2009/07/26/drupal-views-row-theming/" title="Drupal: Views Row Theming">Drupal: Views Row Theming</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/30/drupal-theming-views-2/" title="Drupal: Theming Views 2">Drupal: Theming Views 2</a></li><li><a href="http://www.guymon.de/wordpress/2008/11/20/drupal-6-views-theming/" title="Drupal 6: Views Theming">Drupal 6: Views Theming</a></li><li><a href="http://www.guymon.de/wordpress/2008/11/03/theming-mit-drupal-6/" title="Theming mit Drupal 6">Theming mit Drupal 6</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/09/16/drupal-override-a-views-field-template-from-a-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 selectors for&#160;IE</title>
		<link>http://www.guymon.de/wordpress/2010/09/09/css3-selectors-for-ie/</link>
		<comments>http://www.guymon.de/wordpress/2010/09/09/css3-selectors-for-ie/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 12:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5490</guid>
		<description><![CDATA[N&#252;tzlich? Mal testen: selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest. Caveats: The emulation is not dynamic. Once the styles are applied they are fixed so changes to the DOM won&#8217;t be reflected. Possibly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://selectivizr.com/">N&#252;tzlich</a>? Mal testen:</p>
<blockquote cite="http://selectivizr.com/"><p>selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest.</p>
</blockquote>
<p>Caveats:</p>
<blockquote cite="http://selectivizr.com/"><p>The emulation is not dynamic. Once the styles are applied they are fixed so changes to the DOM won&#8217;t be reflected.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/09/09/generating-css-animations-in-javascript/" title="Generating CSS animations in JavaScript">Generating CSS animations in JavaScript</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/31/daily-links-238/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/12/11/daily-links-208/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/12/02/progressive-internet-explorer-2/" title="Progressive Internet Explorer">Progressive Internet Explorer</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/16/cross-browser-css-box-shadows/" title="Cross-browser CSS box-shadows">Cross-browser CSS box-shadows</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/09/09/css3-selectors-for-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-09 07:14:29 -->
