<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>RootDev Enterprise</title>
    <link>http://rootdev.nl/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>rootdev</dc:creator>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-02-22T19:09:21+00:00</dc:date>
    

    <item>
      <title>XCode C MySQL Connector</title>
      <link>http://rootdev.nl/blog/article/xcode_c_mysql_connector/</link>
      <guid>http://rootdev.nl/blog/article/xcode_c_mysql_connector/#When:19:09:21Z</guid>
      <description>
      	      		I found out adding the MySQL library to XCode was more work than I excepted. So here’s a short overview of everything you need to configure for XCode to build against MySQL.  Download MySQL Connector for C https://dev.mysql.com/downloads/connector/c/  Start a new project in XCode (DUH!) Add&#8230;      	
      	      </description>
      <dc:subject>C++, Mac</dc:subject>
      <dc:date>2011-02-22T19:09:21+00:00</dc:date>
    </item>

    <item>
      <title>Most used UNIX commands</title>
      <link>http://rootdev.nl/blog/article/most_used_unix_commands/</link>
      <guid>http://rootdev.nl/blog/article/most_used_unix_commands/#When:17:43:16Z</guid>
      <description>
      	      		I love my Unix shell for quickly adjusting files or moving them to and from. The only problem with the shell on Unix&#45;based systems is that you can forget these commands if you don&#8217;t use them on a regular base, I&#8217;ve got a big collection of these commands on Evernote,&#8230;      	
      	      </description>
      <dc:subject>Unix</dc:subject>
      <dc:date>2010-10-30T17:43:16+00:00</dc:date>
    </item>

    <item>
      <title>Apache htpasswd if not certain IP</title>
      <link>http://rootdev.nl/blog/article/apache_htpasswd_if_not_certain_ip/</link>
      <guid>http://rootdev.nl/blog/article/apache_htpasswd_if_not_certain_ip/#When:17:27:29Z</guid>
      <description>
      	      		This is a reoccuring problem I frequently come across when developing website&#8217;s: You have one or more files that are accessible from the web but you only want them to be available when the user enters the right user/password combination. No problem you say here with an htaccess/htpasswd protection this&#8230;      	
      	      </description>
      <dc:subject>Other</dc:subject>
      <dc:date>2010-10-30T17:27:29+00:00</dc:date>
    </item>

    <item>
      <title>Windows cd&#45;player error 39 in device manager</title>
      <link>http://rootdev.nl/blog/article/windows_cd-player_error_39_in_device_manager/</link>
      <guid>http://rootdev.nl/blog/article/windows_cd-player_error_39_in_device_manager/#When:11:32:14Z</guid>
      <description>
      	      		When windows doesn&#8217;t show your cd&#45;player on this computer and device manager reports an error 39.  Uninstall driver in device manager and search for hardware Check if you can start a bootable cd from the BIOS, like the WindowsXP install CD  If not bootable  Check BIOS settings&#8230;      	
      	      </description>
      <dc:subject>Windows</dc:subject>
      <dc:date>2010-09-04T11:32:14+00:00</dc:date>
    </item>

    <item>
      <title>AOP JADE configure in Eclipse and NetBeans</title>
      <link>http://rootdev.nl/blog/article/aop_jade_configure_in_eclipse_and_netbeans/</link>
      <guid>http://rootdev.nl/blog/article/aop_jade_configure_in_eclipse_and_netbeans/#When:10:52:28Z</guid>
      <description>
      	      		This week we started again with school and one of the new lessons we follow talks about Agent Oriented Programming. With Java Agent Development Framework (JADE) we had to show a &#8216;Hello World&#8217;, well getting this to work was less easy than we imagined, so here a small guide with&#8230;      	
      	      </description>
      <dc:subject>Java</dc:subject>
      <dc:date>2010-09-04T10:52:28+00:00</dc:date>
    </item>

    <item>
      <title>VI add prefix to CSS entries</title>
      <link>http://rootdev.nl/blog/article/vi_add_prefix_to_css_entries/</link>
      <guid>http://rootdev.nl/blog/article/vi_add_prefix_to_css_entries/#When:09:30:34Z</guid>
      <description>
      	      		I needed to add the prefix div#wiki to all declarations in a CSS&#45;file, my trick:

Format the CSS&#45;file in Eclipse
Run this simple search and replace in VI(M)



:%s/^.*{/div#wiki &amp;amp;/g

Edit: Updated      	
      	      </description>
      <dc:subject>Unix</dc:subject>
      <dc:date>2010-08-04T09:30:34+00:00</dc:date>
    </item>

    <item>
      <title>SWFObject 1 and 2 compatible code</title>
      <link>http://rootdev.nl/blog/article/swfobject_1_and_2_compatible_code/</link>
      <guid>http://rootdev.nl/blog/article/swfobject_1_and_2_compatible_code/#When:15:33:49Z</guid>
      <description>
      	      		At our work we frequently have to work with deprecated code and frameworks, today I was confronted with the problem that I got code that has to run on a website with the latest SWFObject (2) and an older version (1), you probably know that both versions have another syntax&#8230;      	
      	      </description>
      <dc:subject>Other</dc:subject>
      <dc:date>2010-07-29T15:33:49+00:00</dc:date>
    </item>

    <item>
      <title>Aspect Oriented Programming AOP short review</title>
      <link>http://rootdev.nl/blog/article/aspect_oriented_programming_aop_short_review/</link>
      <guid>http://rootdev.nl/blog/article/aspect_oriented_programming_aop_short_review/#When:11:37:20Z</guid>
      <description>
      	      		Recently we had to do a presentation about crosscutting concerns and possible solutions during a class on my school. During our research we found one possible solution for crosscutting solutions that is at the moment still a discussion point whether it&#8217;s a good Object Oriented Programming (OOP) followup. In this&#8230;      	
      	      </description>
      <dc:subject>Java, Other</dc:subject>
      <dc:date>2010-04-10T11:37:20+00:00</dc:date>
    </item>

    <item>
      <title>Method SendMail of object _Workbook failed</title>
      <link>http://rootdev.nl/blog/article/method_sendmail_of_object_workbook_failed/</link>
      <guid>http://rootdev.nl/blog/article/method_sendmail_of_object_workbook_failed/#When:10:14:53Z</guid>
      <description>
      	      		This week I had to help a relative with his computer (unfortunately the problem with having ICT&#45;skills is that you can help with every small computer problem of n00bs).On his computer he uses an Excel&#45;macro to fill in a competition&#45;table and send that to the people who where on a&#8230;      	
      	      </description>
      <dc:subject>Other, Windows</dc:subject>
      <dc:date>2010-04-07T10:14:53+00:00</dc:date>
    </item>

    <item>
      <title>Netbeans IDE plugin for Google Protocol Buffers on Mac OS X</title>
      <link>http://rootdev.nl/blog/article/netbeans_ide_plugin_for_google_protocol_buffers_on_mac_os_x/</link>
      <guid>http://rootdev.nl/blog/article/netbeans_ide_plugin_for_google_protocol_buffers_on_mac_os_x/#When:11:11:43Z</guid>
      <description>
      	      		Recently I have been researching Google Protocol Buffers as a way of communication in one of my projects. I found a very interesting plugin for the Netbeans Platform that allowed me and my teammates to use the Protocol Buffers. However when we started working with it we struck a few&#8230;      	
      	      </description>
      <dc:subject>Java</dc:subject>
      <dc:date>2009-06-25T11:11:43+00:00</dc:date>
    </item>

    
    </channel>
</rss>
