<?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>Frank Groeneveld</title>
	<atom:link href="http://frankgroeneveld.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl</link>
	<description>Just another weblog</description>
	<lastBuildDate>Wed, 08 Sep 2010 20:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Automatic Invariant Detection in Dynamic Web Applications</title>
		<link>http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/</link>
		<comments>http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 17:49:49 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[invariants]]></category>
		<category><![CDATA[invarscope]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=274</guid>
		<description><![CDATA[For the last year, I have been working on my master project and two weeks ago I finally graduated. I did my master project at Tam Tam, an internet agency that provides full service internet services. It was nice to work there and if I...]]></description>
			<content:encoded><![CDATA[<p>For the last year, I have been working on my master project and two weeks ago I finally graduated. I did my master project at <a href="http://www.tamtam.nl/">Tam Tam</a>, an internet agency that provides full service internet services. It was nice to work there and if I did not have the opportunity to expand <a href="http://ivaldi.nl/">my own company</a> I would have applied for a job at Tam Tam.</p>
<p>The project was about automatically finding invariants in web applications. The first focus was finding invariants in the JavaScript parts, but later on we extended the scope a bit and also included invariants over the DOM. While most of the techniques I developed can be used in a very generic way, my implementation depends on <a href="http://crawljax.com/">Crawljax</a>. I developed plugins to Crawljax, under the name of <a href="http://crawljax.com/plugins/invarscope-plugins/">InvarScope</a>, that can automatically find these invariants and use them for regression testing.</p>
<p>We submitted a paper based on my work to <a href="http://2011.icse-conferences.org/">ICSE&#8217;11</a>, so before that was finished I was not allowed to blog or publish any of my work. Well, we made the deadline, so I can now release all of the code, <a href="http://frankgroeneveld.nl/wp-content/uploads/2010/09/thesis-frank-groeneveld.pdf">my thesis</a> and the <a href="http://swerl.tudelft.nl/twiki/pub/Main/TechnicalReports/TUD-SERG-2010-037.pdf">paper</a> itself.</p>
<p>The code I wrote is available in a <a href="http://code.google.com/p/crawljax-plugins/source/browse/#svn/trunk/invarscope">subdirectory of the Crawljax plugins Google code project</a>. We&#8217;re currently in the process of fixing all Maven dependencies, cleaning up some code and making it all work with the current Crawljax trunk version, so expect a binary release in a few days.</p>
<p>Don&#8217;t hesitate to contact me if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/09/08/automatic-invariant-detection-in-dynamic-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symphony CMS; the Best CMS?</title>
		<link>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/</link>
		<comments>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:17:34 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[expression engine]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[symphony]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=259</guid>
		<description><![CDATA[I&#8217;ve been looking for a good Content Management System (CMS) the last couple of days after a colleague and I had some discussion about what CMS to use for our clients. Sometimes we have clients with specific needs, which are difficult to fulfill using WordPress....]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a good Content Management System (CMS) the last couple of days after a colleague and I had some discussion about what CMS to use for our clients. Sometimes we have clients with specific needs, which are difficult to fulfill using <a href="http://wordpress.org/">WordPress</a>. The solution we used to choose was either build some plugins or use our custom developed CMS. However, none of these are a great solution. WordPress can be complicated for novice computer users, has a messy code-base and our own CMS is not really user-friendly either.</p>
<p>My colleague decided to try out <a href="http://expressionengine.com/">ExpressionEngine</a>. He bought the freelancer edition and he&#8217;s been trying things out. Up until now, it all seems to work quite well, although the back-end can still be too complicated for our clients. Also, I hate the fact that you should pay 300 dollars to use ExpressionEngine for a commercial company. Thats an added fee some customers would rather spend on different things.</p>
<p>So, I started to search for open-source CMSes myself and made a list of requirements.</p>
<ul>
<li>It should not be page based, it should allow you to model your own content. If you use a CMS that supports types/entities/resources/sections/whatever you can create your own page type, but you can also create more advanced things like portfolio items, projects or products (yes, even a simple web shop is possible then).</li>
<li>The back-end should be as simple as possible.</li>
<li>It should be written in PHP, object-oriented if possible, and use MySQL for storage.</li>
<li>There should be a good, flexible templating engine for the views.</li>
<li>It should have a good plugin API.</li>
</ul>
<p>Well, using this list it was a lot easier to search for the most fitting CMS, as quite a lot CMSes are only page or post based. The list of possible candidates shrunk by more than 75%. Eventually I found a CMS I had never heard of, but which seemed to have all the things we were looking for: Symphony CMS.</p>
<p>I&#8217;ve been trying it out in the last few days and I still haven&#8217;t found any deal-breakers. <a href="http://symphony-cms.com/">Symphony CMS</a> has a great website, friendly community (because it&#8217;s still small I think), great features, simple back-end, small code-base and it can be easily extended by writing extensions.</p>
<p>Some things might give problems for specific clients though: multi file upload is non-existant (there&#8217;s one extension that doesn&#8217;t do what it should) and the WYSIWYG editor extensions, with support for placing images etc., don&#8217;t seem to be integrated well enough with Symphony CMS yet. Well, maybe I&#8217;ll just fix those two myself and contribute them upstream. That is, if I have some spare time&#8230; <img src='http://frankgroeneveld.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/08/11/symphony-cms-the-best-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox on Your Own Server</title>
		<link>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/</link>
		<comments>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:21:57 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sparkleshare]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=243</guid>
		<description><![CDATA[I&#8217;ve always liked Dropbox, except for one thing: I don&#8217;t trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available on a fast network. Well,...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always liked <a href="https://www.dropbox.com/referrals/NTU3NDI2Njk5">Dropbox</a>, except for one thing: I don&#8217;t trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available on a fast network.</p>
<p>Well, finally there is a solution. It&#8217;s called <a href="http://www.sparkleshare.org/">SparkleShare</a> and it&#8217;s completely open source and uses <a href="http://git-scm.com/">Git</a> as a backend. Today <a href="http://www.bomahy.nl/hylke/blog/sparkleshare-02-alpha-1-for-linux/">they released </a>a very early alpha version and I tried it out immediately. After having some trouble with the interface (you need to insert &lt;username&gt;/&lt;reponame&gt; in the folder input box if you use Github), everything worked great. However, I don&#8217;t advice anybody to use it in production. It&#8217;s still in development and can contain serious bugs. I can&#8217;t wait till it gets more mature and ready for production usage!</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crawljax 1.9 Released</title>
		<link>http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/</link>
		<comments>http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 12:56:45 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[1.9]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[crawling]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=236</guid>
		<description><![CDATA[We just released Crawljax 1.9, the project I&#8217;m working on for my master thesis. It&#8217;s mostly a &#8220;bug fix and clean up&#8221; release, but some important changes were made as well. You can download the release at our project page. There is also a full...]]></description>
			<content:encoded><![CDATA[<p>We just released <a href="http://crawljax.com">Crawljax 1.9</a>, the project I&#8217;m working on for my master thesis. It&#8217;s mostly a &#8220;bug fix and clean up&#8221; release, but some important changes were made as well.<br />
<span id="more-236"></span><br />
You can download the release at <a href="http://crawljax.com/download">our project page</a>. There is also a full changelog <a href="http://crawljax.com/documentation/changes/">available</a>. If all goes well, this release will end up in the Maven central repository as well. Whats keeping you from using it?</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/04/16/crawljax-1-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Wacom Bamboo Pen Working in Ubuntu Karmic</title>
		<link>http://frankgroeneveld.nl/2010/04/12/get-wacom-bamboo-pen-working-in-ubuntu-karmic/</link>
		<comments>http://frankgroeneveld.nl/2010/04/12/get-wacom-bamboo-pen-working-in-ubuntu-karmic/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:20:35 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[CTL-460]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[newer driver]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wacom]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=229</guid>
		<description><![CDATA[In my last post I described how to get the Wacom Bamboo Pen (CTL-460) to work in Ubuntu 10.04 Lucid. In this post I&#8217;ll explain how to get it working in Ubuntu 9.10 Karmic. Getting the tablet to work in Karmic is a little bit...]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/">last post</a> I described how to get the <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wacom.com');" href="http://www.wacom.com/bamboo/bamboo_pen.php">Wacom Bamboo Pen (CTL-460)</a> to work in Ubuntu 10.04 Lucid. In this post I&#8217;ll explain how to get it working in Ubuntu 9.10 Karmic.<span id="more-229"></span></p>
<p>Getting the tablet to work in Karmic is a little bit more work. Most steps are the same, but the actual installation requires more than just copying the kernel module: you also need a new fdi file for hal and you need a new Xorg driver. For completeness, there are all the commands you need to execute.</p>
<p>First, install some compiling tools and header files:<br />
<code>sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev</code></p>
<p>Next, download the latest <a href="http://linuxwacom.sf.net">linuxwacom</a> driver (0.8.6 at the moment of writing):<br />
<code>wget <a href="http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6.tar.bz2">http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6.tar.bz2</a></code></p>
<p>Now unpack, configure compile and install it:<br />
<code>tar -xf linuxwacom-0.8.6.tar.bz2<br />
cd linuxwacom-0.8.6<br />
./configure --enable-wacom<br />
make<br />
# I know 2.6.30 is the wrong number, but it's the highest available and it works just fine<br />
sudo cp src/2.6.30/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/<br />
sudo cp src/util/10-linuxwacom.fdi /usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi<br />
sudo cp src/xdrv/wacom_drv.so /usr/lib/xorg/modules/input/wacom_drv.so</code></p>
<p>Now restart hal, reload the wacom module and plug in your tablet:<br />
<code>sudo /etc/init.d/hal restart<br />
sudo rmmod wacom<br />
sudo modprobe wacom</code></p>
<p>The tablet should work now. You can also add the module name to /etc/modules to automatically load it on boot. Same issues as in the previous post apply to Karmic, but for me this works good enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/04/12/get-wacom-bamboo-pen-working-in-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Get Wacom Bamboo Pen Working in Ubuntu Lucid</title>
		<link>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/</link>
		<comments>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:10:28 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04 LTS]]></category>
		<category><![CDATA[bamboo]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[CTL-460]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[newer driver]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wacom]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=220</guid>
		<description><![CDATA[The new Wacom Bamboo Pen (CTL-460) doesn&#8217;t work in Ubuntu Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It&#8217;s pretty easy to get it working though, you just need to know how. Update It seems that...]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://www.wacom.com/bamboo/bamboo_pen.php">Wacom Bamboo Pen (CTL-460)</a> doesn&#8217;t work in <a href="http://ubuntu.com">Ubuntu</a> Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It&#8217;s pretty easy to get it working though, you just need to know how.<span id="more-220"></span></p>
<h3>Update</h3>
<p>It seems that since I published this post four months ago, it helped a lot of people. At that time I couldn&#8217;t find a <a href="http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support">DKMS</a> script that would automatically compile and install the newer module after every kernel upgrade. Also, I didn&#8217;t have the time to do it myself. Well, things have changed. After Brett Alton posted his <a href="http://blog.brettalton.com/2010/08/28/how-to-install-the-wacom-bamboo-driver-in-ubuntu-10-04-lucid-lynx/">update to my post</a>. Martin Owens replied to his post with a link to a PPA that contains the newer module with a DKMS script. So please, use this PPA and save yourself a lot of trouble! The instructions are really simple, just run this in a terminal:</p>
<p><code>sudo add-apt-repository ppa:doctormo/wacom-plus<br />
sudo apt-get update<br />
sudo apt-get install wacom-dkms</code></p>
<p><strong>Don&#8217;t forget</strong> to <a href="http://www.wacom.com/register/index.php">register your tablet</a> at the Wacom website, because you can specify Linux as your operating system. We might get even better support if a lot of people do this.</p>
<h3>Old post:</h3>
<p>First, install some compiling tools and header files:<br />
<code>sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev</code></p>
<p>Next, download the latest <a href="http://linuxwacom.sf.net">linuxwacom</a> driver (0.8.6 at the moment of writing):<br />
<code>wget <a href="http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6.tar.bz2">http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6.tar.bz2</a></code></p>
<p>Now unpack, configure compile and install it:<br />
<code>tar -xf linuxwacom-0.8.6.tar.bz2<br />
cd linuxwacom-0.8.6<br />
./configure --enable-wacom<br />
cd src/2.6.30/ # I know this is the wrong version, but it's the highest available and it works<br />
make<br />
sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/<br />
sudo rmmod wacom<br />
sudo modprobe wacom</code></p>
<p>The tablet should work now. You can also add the module name to /etc/modules to automatically load it on boot. There still one issue left for me. In Mac OS X I can use the whole tablet, i.e. the right corner is the right screen corner. In Lucid however the grey lines indicate the screen borders, so the right corner of the gray lines is the right screen corner. This means part of the tablet is not used and this can be quite annoying if you&#8217;re used to the previous behavior.</p>
<p><strong>Don&#8217;t forget</strong> to <a href="http://www.wacom.com/register/index.php">register your tablet</a> at the Wacom website, because you can specify Linux as your operating system. We might get even better support if a lot of people do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/04/11/get-wacom-bamboo-fun-pen-working-in-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
		</item>
		<item>
		<title>Fix Your Insecure Passwords</title>
		<link>http://frankgroeneveld.nl/2010/03/28/fix-your-insecure-passwords/</link>
		<comments>http://frankgroeneveld.nl/2010/03/28/fix-your-insecure-passwords/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 10:28:54 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[insecure]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[remember]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=209</guid>
		<description><![CDATA[Everybody knows it, but nobody does it: using real secure passwords. One of the most heard reasons is the fact that people can&#8217;t remember weird passwords with all kinds of punctuation characters and no actual meaning. Well, I&#8217;ve never really had this problem. How do...]]></description>
			<content:encoded><![CDATA[<p>Everybody knows it, but nobody does it: using real secure passwords. One of the most heard reasons is the fact that people can&#8217;t remember weird passwords with all kinds of punctuation characters and no actual meaning. Well, I&#8217;ve never really had this problem. How do you remember those weird passwords you might ask. I&#8217;ll explain in this post.<span id="more-209"></span></p>
<p>Years ago I used one password for all my accounts. These days, a lot of services didn&#8217;t require user accounts, so I was actually using my password only for a hand full of services. When the number of account-required-services started to grow, it occured to me how insecure it is to only use one (easy to guess) password for so many different services. So I started to think how to make it more secure. The first technique I used is simple but very secure:</p>
<ul>
<li>Think of a sentence, preferably a question or statement with punctuation characters. Now take the first letter and all these punctuation characters. This will be your password.</li>
</ul>
<p>For example, <em>How can I remember a difficult password? Like this!</em>, will give you the password <em>HcIradp?Lt!</em> If you just remember that sentence, you have a very secure, long password that nobody can guess. This techniques has been known for quite some time and is recommended by security experts as well.</p>
<p>A few months later I had numerous different sentences to remember. This started to become a daunting task as well. So I came up with another technique:</p>
<ul>
<li>Add some letters of the service in question to your password seperated by some special character like the pipe character.</li>
</ul>
<p>This means that you can have one master password that includes a number of letters as a kind of salt. Every service will have a different password, but you can easily remember it. How is this done for the example password? Well, something like this might be an option:</p>
<p><a href="http://gmail.com">Gmail</a> password: <strong>gm|</strong><em>HcIradp?Lt!</em><br />
<a href="http://flickr.com">Flickr</a> password: <strong>fl|</strong><em>HcIradp?Lt!</em></p>
<p>Now that&#8217;s easy to remember right? These first few characters can also be found in the URLs of these services, so that makes it even easier. Now hurry up and fix those insecure passwords, but remember, a security question <a href="http://www.associatedcontent.com/article/1184894/insecure_security_questions_they_are.html">has to be very secure as well</a>, because a lot of people might know your birthcity and it will make your password completely useless.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/03/28/fix-your-insecure-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guest Blog Post Published at CDT</title>
		<link>http://frankgroeneveld.nl/2010/02/25/guest-blog-post-published-at-cdt/</link>
		<comments>http://frankgroeneveld.nl/2010/02/25/guest-blog-post-published-at-cdt/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:45:16 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[cdt]]></category>
		<category><![CDATA[guest blog post]]></category>
		<category><![CDATA[location awareness]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=173</guid>
		<description><![CDATA[The launch of pleaserobme.com received a lot more media attention than we had expected. We were on a number of international radio stations, national television etc. Furthermore, Adam Rosenberg of Center for Democracy &#38; Technology (CDT) asked us to write a guest blog post. Of...]]></description>
			<content:encoded><![CDATA[<p>The launch of pleaserobme.com received a lot more media attention than we had expected. We were on a number of international radio stations, national television etc.</p>
<p>Furthermore, Adam Rosenberg of <a href="http://cdt.org" target="_blank">Center for Democracy &amp; Technology</a> (CDT) asked us to write a guest blog post. Of course we were interested in doing so, because it gave us another opportunity to make people aware of the potential problems of sharing your location with the whole world. The post was pusblished today and can be read on <a href="http://www.cdt.org/blogs/cdt/over-sharing-and-location-awareness" target="_blank">the CDT website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/02/25/guest-blog-post-published-at-cdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location spam, annoying and.. risky?</title>
		<link>http://frankgroeneveld.nl/2010/02/16/location-spam-annoying-and-risky/</link>
		<comments>http://frankgroeneveld.nl/2010/02/16/location-spam-annoying-and-risky/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 12:28:14 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[location awareness]]></category>
		<category><![CDATA[pleaserobme]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=170</guid>
		<description><![CDATA[Hey, do you have a Twitter account? Have you ever noticed those messages in which people tell you where they are? Pretty annoying, eh. Well, they’re actually also potentially pretty dangerous. I’m about to tell you why. Don’t get me wrong, I love the whole...]]></description>
			<content:encoded><![CDATA[<p>Hey, do you have a Twitter account? Have you ever noticed those messages in which people tell you where they are? Pretty annoying, eh. Well, they’re actually also potentially pretty dangerous. I’m about to tell you why.</p>
<p>Don’t get me wrong, I love the whole location-aware thing. The information is very interesting and can be used to create some pretty awesome applications. However, the way in which people are stimulated to participate in sharing this information, is less awesome. Services like Foresquare allow you to fulfill some primeval urge to colonize the planet. A part of that is letting everyone know you own that specific spot. You get to tell where you are and if you’re there first, it’s yours. O, and of course there’s badges..</p>
<p><img title="Foursquare" src="http://pleaserobme.com/img/example.jpg" alt="Foursquare" /> <em>Foursquare</em></p>
<p>The danger is publicly telling people where you are. This is because it leaves one place you’re definitely not… home. So here we are; on one end we’re leaving lights on when we’re going on a holiday, and on the other  we’re telling everybody on the internet we’re not home. It gets even worse if you have “friends” who want to colonize your house. That means they have to enter your address, to tell everyone where they are. Your address.. on the internet.. Now you know what to do when people reach for their phone as soon as they enter your home. That’s right, slap them across the face.</p>
<p>To raise some awareness on this issue and emphasize how easy it is to retrieve this information let me introduce: <a href="http://www.pleaserobme.com/" target="_blank">http://www.pleaserobme.com</a>. Have fun and please don’t hook up Foursquare to your Twitter account, okay?</p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/02/16/location-spam-annoying-and-risky/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Crawljax 1.8 released</title>
		<link>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/</link>
		<comments>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:32:58 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[1.8]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[crawling]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[mirroring]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[webdriver]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=169</guid>
		<description><![CDATA[I&#8217;m working on a cool project for my master thesis: Crawljax. Crawljax is a website crawler that supports JavaScript. This is done by opening a real browser such as Firefox and controlling it via WebDriver. The core of Crawljax does only that: crawling websites. However,...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a cool project for my master thesis: <a href="http://crawljax.com">Crawljax</a>. Crawljax is a website crawler that supports JavaScript. This is done by opening a real browser such as <a href="http://firefox.com">Firefox</a> and controlling it via <a href="http://code.google.com/p/webdriver/">WebDriver</a>. The core of Crawljax does only that: crawling websites. However, there is a very flexible plugin system available that allows you to do all kinds of cool things such as creating a static mirror of an AJAX website or creating test suites for you AJAX webapplications.</p>
<p><a href="http://crawljax.com/download/">Download Crawljax</a> now and give it a try!</p>
<p>To get a better grasp of what is possible, have a look at the Google Tech Talk a colleague of mine did:</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/rYAO94GnBlY&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed  src="http://www.youtube.com/v/rYAO94GnBlY&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
