<?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>davey ijzermans</title>
	<atom:link href="http://daveyijzermans.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveyijzermans.nl</link>
	<description>Geek.</description>
	<lastBuildDate>Fri, 04 May 2012 10:00:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>

   <image>
    <title>davey ijzermans</title>
    <url>http://0.gravatar.com/avatar/36321f46bec9205ef31a55c3e29a26b5.png?s=48</url>
    <link>http://daveyijzermans.nl</link>
   </image><!-- Gravatar Favicon by Patrick http://patrick.bloggles.info/ -->
		<item>
		<title>jQuery.popover</title>
		<link>http://daveyijzermans.nl/portfolio/jquery-popover/</link>
		<comments>http://daveyijzermans.nl/portfolio/jquery-popover/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 14:17:27 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
		
		<guid isPermaLink="false">http://localhost/newwp/?post_type=portfolio&#038;p=205</guid>
		<description><![CDATA[This is a small but I think very expandable jQuery plugins which tries to mimic iPad-style popovers with Javascript. Popovers can be filled with content, static and dynamically, resized and restyled on-the-fly, and can automatically reposition themselves. Easy to use and easy to integrate! Demo and documentation available here. View at Github.com »]]></description>
			<content:encoded><![CDATA[<p>This is a small but I think very expandable jQuery plugins which tries to mimic iPad-style popovers with Javascript. Popovers can be filled with content, static and dynamically, resized and restyled on-the-fly, and can automatically reposition themselves. Easy to use and easy to integrate! Demo and documentation available <a title="jQuery.popover demo/docs" href="http://daveyijzermans.nl/jquery/popover/demo.html" target="_blank">here</a>.</p>
<p><a title="jQuery.popover on Github.com" href="https://github.com/klaas4/jQuery.popover" target="_blank">View at Github.com »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/portfolio/jquery-popover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing jQuery.popover</title>
		<link>http://daveyijzermans.nl/2012/01/21/introducing-jquery-popover/</link>
		<comments>http://daveyijzermans.nl/2012/01/21/introducing-jquery-popover/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 16:07:04 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://localhost/newwp/?p=195</guid>
		<description><![CDATA[Hi! I&#8217;ve been busy with many things, of which one is school, but also some other projects, so excuse my absence in writing here. Recently, I&#8217;ve accepted an offer to build a small web application, of which I won&#8217;t go into detail. In any case, it needs to look good: professional, clean and have plenty of AJAX drag-and-drop, fancy confirmation boxes and whatnot. While building the application, I needed something comparable to the iPad&#8217;s &#8220;popovers&#8221;, as they&#8217;re called. You probably know what they look like. If not, look just above. I did not come across a jQuery plugin that perfectly fit my needs, so I decided to write my own jQuery plugin. Funnily enough, it&#8217;s called jQuery.popover and it allow for easy popover creating and manipulation. It&#8217;s completely style-able with css, and I&#8217;ve provided an example stylesheet which should get you up and running. The plugin&#8217;s hosted on github at the following url: https://github.com/klaas4/jQuery.popover. Please check it out and fork it if you wish. You can directly download a zip-file with this link. This plugin is released under the MIT License. You can find a demo and the documentation here. Let me know what you think by commenting below!]]></description>
			<content:encoded><![CDATA[<p><a href="http://daveyijzermans.nl/wp/wp-content/uploads/2012/04/ipad-popover-5.png"><img class="alignright size-medium wp-image-197" title="iPad popovers" src="http://daveyijzermans.nl/wp/wp-content/uploads/2012/04/ipad-popover-5-233x300.png" alt="" width="233" height="300" /></a>Hi!</p>
<p>I&#8217;ve been busy with many things, of which one is school, but also some other projects, so excuse my absence in writing here.</p>
<p>Recently, I&#8217;ve accepted an offer to build a small web application, of which I won&#8217;t go into detail. In any case, it needs to look good: professional, clean and have plenty of AJAX drag-and-drop, fancy confirmation boxes and whatnot. While building the application, I needed something comparable to the iPad&#8217;s &#8220;popovers&#8221;, as they&#8217;re called. You probably know what they look like. If not, look just above. <img src='http://daveyijzermans.nl/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I did not come across a jQuery plugin that perfectly fit my needs, so I decided to write my own jQuery plugin. Funnily enough, it&#8217;s called jQuery.popover and it allow for easy popover creating and manipulation. It&#8217;s completely style-able with css, and I&#8217;ve provided an example stylesheet which should get you up and running.</p>
<p>The plugin&#8217;s hosted on github at the following url: <a title="GitHub: jQuery.popover" href="https://github.com/klaas4/jQuery.popover" target="_blank">https://github.com/klaas4/jQuery.popover</a>. Please check it out and fork it if you wish. You can directly download a zip-file with <a title="jQuery.popover: download" href="https://github.com/klaas4/jQuery.popover/zipball/master" target="_blank">this link</a>.</p>
<p>This plugin is released under the MIT License. You can find a demo and the documentation <a title="jQuery.popover demo" href="http://daveyijzermans.nl/jquery/popover/demo.html" target="_blank">here</a>. Let me know what you think by commenting below!</p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/2012/01/21/introducing-jquery-popover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin: Posts from Images</title>
		<link>http://daveyijzermans.nl/portfolio/wp-plugin-posts-from-images/</link>
		<comments>http://daveyijzermans.nl/portfolio/wp-plugin-posts-from-images/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 20:08:01 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
		
		<guid isPermaLink="false">http://localhost/newwp/?post_type=portfolio&#038;p=183</guid>
		<description><![CDATA[While working on my WPWT project, I started a little side project. I needed some way to put all images in the media library in seperate posts. Now, there may be plugins already to do this, but I needed the process to also set the image as featured image. So I decided to make my first actual plugin. It works by getting all attachments with get_posts, and looping through them one-by-one, checking if they&#8217;re images, creating a post and then attaching the image to the post. Simple as that. If you&#8217;d like to try out my very first plugin, it can be downloaded from here: http://wordpress.org/extend/plugins/posts-from-images/ or search for &#8220;Posts from Images&#8221; in the WordPress plugins installer.]]></description>
			<content:encoded><![CDATA[<p>While working on my <a title="WordPress Word Trainer" href="http://www.daveyijzermans.nl/projects/2011/07/30/wordpress-word-trainer/" target="_blank">WPWT project</a>, I started a little side project. I needed some way to put all images in the media library in seperate posts. Now, there may be plugins already to do this, but I needed the process to also set the image as featured image. So I decided to make my first actual plugin.</p>
<p><span id="more-183"></span></p>
<p>It works by getting all attachments with <code>get_posts</code>, and looping through them one-by-one, checking if they&#8217;re images, creating a post and then attaching the image to the post. Simple as that.</p>
<p>If you&#8217;d like to try out my very first plugin, it can be downloaded from here: <a title="Posts from Images" href="http://wordpress.org/extend/plugins/posts-from-images/" target="_blank">http://wordpress.org/extend/plugins/posts-from-images/</a> or search for &#8220;Posts from Images&#8221; in the WordPress plugins installer.</p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/portfolio/wp-plugin-posts-from-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluther Questions Widget</title>
		<link>http://daveyijzermans.nl/portfolio/fluther-questions-widget/</link>
		<comments>http://daveyijzermans.nl/portfolio/fluther-questions-widget/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:31:13 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
		
		<guid isPermaLink="false">http://localhost/newwp/?post_type=portfolio&#038;p=180</guid>
		<description><![CDATA[A widget for the Mac OS X dashboard. With this widget you can easily see recently asked questions on Fluther.com. Fluther is a Q&#38;A site with thousands of questions, answered by real people. Because there is nothing as personal as a real answer! This widget also contains a search field, which opens yielded results in a browser window. Download (117KB)]]></description>
			<content:encoded><![CDATA[<p>A widget for the Mac OS X dashboard. With this widget you can easily see recently asked questions on Fluther.com. Fluther is a Q&amp;A site with thousands of questions, answered by real people. Because there is nothing as personal as a real answer! This widget also contains a search field, which opens yielded results in a browser window.</p>
<p><a title="Fluther Questions Widget" href="http://software.daveyijzermans.nl/Fluther%20Questions_1.0.1.wdgt.zip">Download (117KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/portfolio/fluther-questions-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluther Search Widget</title>
		<link>http://daveyijzermans.nl/portfolio/fluther-search-widget/</link>
		<comments>http://daveyijzermans.nl/portfolio/fluther-search-widget/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:30:55 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
		
		<guid isPermaLink="false">http://localhost/newwp/?post_type=portfolio&#038;p=175</guid>
		<description><![CDATA[A widget for the Mac OS X dashboard. With this widget you can easily find answers to your oh so burning questions! Fluther is a Q&#38;A site with thousands of questions, answered by real people. Because there is nothing as personal as a real answer! Download (117KB)]]></description>
			<content:encoded><![CDATA[<p>A widget for the Mac OS X dashboard. With this widget you can easily find answers to your oh so burning questions! Fluther is a Q&amp;A site with thousands of questions, answered by real people. Because there is nothing as personal as a real answer!</p>
<p><a title="Fluther Search Widget" href="http://software.daveyijzermans.nl/Fluther%20Search.wdgt.zip" target="_blank">Download (117KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/portfolio/fluther-search-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harmonie St. Antonius Lepelstraat</title>
		<link>http://daveyijzermans.nl/portfolio/harmonie-st-antonius-lepelstraat/</link>
		<comments>http://daveyijzermans.nl/portfolio/harmonie-st-antonius-lepelstraat/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:27:05 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
		
		<guid isPermaLink="false">http://localhost/newwp/?post_type=portfolio&#038;p=171</guid>
		<description><![CDATA[I made this WordPress theme for my band/orchestra, Harmonie St. Antonius. The site’s occupied with an about page (harmonie), events page (evenementen), a news section, guestbook (gastenboek) and contact page. The events page and guestbook can be managed through WordPress. An older version of the website ran on a custom system where events could be added/managed and little crosses will appear to delete guestbook entries when logged in.]]></description>
			<content:encoded><![CDATA[<p>I made this WordPress theme for my band/orchestra, Harmonie St. Antonius. The site’s occupied with an about page (harmonie), events page (evenementen), a news section, guestbook (gastenboek) and contact page. The events page and guestbook can be managed through WordPress.</p>
<p>An older version of the website ran on a custom system where events could be added/managed and little crosses will appear to delete guestbook entries when logged in.</p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/portfolio/harmonie-st-antonius-lepelstraat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Learning Environment</title>
		<link>http://daveyijzermans.nl/portfolio/online-learning-environment/</link>
		<comments>http://daveyijzermans.nl/portfolio/online-learning-environment/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:23:08 +0000</pubDate>
		<dc:creator>daveyijzermans</dc:creator>
		
		<guid isPermaLink="false">http://localhost/newwp/?post_type=portfolio&#038;p=142</guid>
		<description><![CDATA[This is a content management system created for music students. It is devoted to my uncle, who is a music teacher, who wanted an easy way to manage lessons and homework, and wanted a simple interface in which he can communicate with his students.]]></description>
			<content:encoded><![CDATA[<p>This is a content management system created for music students. It is devoted to my uncle, who is a music teacher, who wanted an easy way to manage lessons and homework, and wanted a simple interface in which he can communicate with his students.</p>
]]></content:encoded>
			<wfw:commentRss>http://daveyijzermans.nl/portfolio/online-learning-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.842 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-04 23:32:26 -->
<!-- Compression = gzip -->
