<?xml version="1.0" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">


  <channel>
    <title>Hackvalue - latest articles</title> 
    <link>http://www.hackvalue.nl/en/</link> 
    <atom:link href="http://www.hackvalue.nl/en/feed.php" rel="self" type="application/rss+xml" />
    <description>These are the latest articles on Hackvalue, the corporate blog of Loco.</description>
    <pubDate>Fri, 21 Jan 2011 00:00:00 +0200</pubDate>
    <item>
      <title>Digging deeper into AWstats</title>
      <pubDate>Fri, 21 Jan 2011 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/129/digging_deeper_into_awstats</link> 
      <guid>http://www.hackvalue.nl/en/article/129/digging_deeper_into_awstats</guid> 
      <description>AWstats is a popular program to analyze logfiles. The AWstats files themselves are neat little databases from which you can extract a wealth of information.
</description> 
    </item>
    <item>
      <title>Finding out what hardware is in a box with lshw</title>
      <pubDate>Tue, 04 Jan 2011 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/128/finding_out_what_hardware_is_in_a_box_with_lshw</link> 
      <guid>http://www.hackvalue.nl/en/article/128/finding_out_what_hardware_is_in_a_box_with_lshw</guid> 
      <description>Sometimes you need to know what hardware is in a system, but you don't have specs, or you don't have access to the system. Being able to extract this information directly from the system would then be extremely useful, and this is exactly what lshw does.
</description> 
    </item>
    <item>
      <title>Requesting remote JSON or XML from a Smarty template</title>
      <pubDate>Sun, 19 Dec 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/127/requesting_remote_json_or_xml_from_a_smarty_template</link> 
      <guid>http://www.hackvalue.nl/en/article/127/requesting_remote_json_or_xml_from_a_smarty_template</guid> 
      <description>Occasionally it is necessary to get data from another domain to display on a webpage. Using Smarty templates it is very easy to fetch and display remote data in JSON or XML format.
</description> 
    </item>
    <item>
      <title>Adding sequences in phpPgAdmin</title>
      <pubDate>Mon, 15 Nov 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/126/adding_sequences_in_phppgadmin</link> 
      <guid>http://www.hackvalue.nl/en/article/126/adding_sequences_in_phppgadmin</guid> 
      <description>PostgreSQL is a very powerful database engine. A helpful tool for managing PostgreSQL databases is phpPgAdmin. Although it is a good tool some things are a bit quirky.
</description> 
    </item>
    <item>
      <title>Static assignment of arrays in Smarty templates</title>
      <pubDate>Sat, 13 Nov 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/125/static_assignment_of_arrays_in_smarty_templates</link> 
      <guid>http://www.hackvalue.nl/en/article/125/static_assignment_of_arrays_in_smarty_templates</guid> 
      <description>Occasionally, you need to fill an array with values for use in a Smarty template without explicitly assigning it in your PHP code. Here are some tricks for creating arrays directly in a template.
</description> 
    </item>
    <item>
      <title>Copying subversion repositories with history using svnsync</title>
      <pubDate>Fri, 22 Oct 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/123/copying_subversion_repositories_with_history_using_svnsync</link> 
      <guid>http://www.hackvalue.nl/en/article/123/copying_subversion_repositories_with_history_using_svnsync</guid> 
      <description>Occasionally it is necessary to make a copy of a subversion repository, while preserving the revision history. Sometimes you need to do this without shell access to the server. In those cases, svnsync may solve your problem.
</description> 
    </item>
    <item>
      <title>Security through obscurity with HTTP Basic Authentication</title>
      <pubDate>Sun, 17 Oct 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/122/security_through_obscurity_with_http_basic_authentication</link> 
      <guid>http://www.hackvalue.nl/en/article/122/security_through_obscurity_with_http_basic_authentication</guid> 
      <description>One of the undying fallacies of web development is that an application can be secured by requiring that the users authenticate themselves using HTTP Basic Authentication. We regularly have to explain to developers how easy it is to extract the authentication data from a request. So it's probably useful to put this down in writing for future reference.
</description> 
    </item>
    <item>
      <title>A Google Map with company logo and travel directions using jQuery</title>
      <pubDate>Sun, 19 Sep 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/119/a_google_map_with_company_logo_and_travel_directions_using_jquery</link> 
      <guid>http://www.hackvalue.nl/en/article/119/a_google_map_with_company_logo_and_travel_directions_using_jquery</guid> 
      <description>Our article describing how to set up Google Map with a company logo and travel directions proves to be popular. One question we've received a few times involves using jQuery in stead of Prototype, so in this article we provide the jQuery version.
</description> 
    </item>
    <item>
      <title>Filtering mail server side with Sieve, part 1</title>
      <pubDate>Tue, 31 Aug 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/75/filtering_mail_server_side_with_sieve_part_1</link> 
      <guid>http://www.hackvalue.nl/en/article/75/filtering_mail_server_side_with_sieve_part_1</guid> 
      <description>Like us, you might receive a lot of mail and read it from different locations, using different mail programs, on different kinds of devices, including mobile. If not all mail is relevant at all times, you might want to look at server side filtering instead of client side filtering.
</description> 
    </item>
    <item>
      <title>Next step MySQL: using views to improve performance</title>
      <pubDate>Sat, 14 Aug 2010 00:00:00 +0200</pubDate>
      <link>http://www.hackvalue.nl/en/article/116/next_step_mysql_using_views_to_improve_performance</link> 
      <guid>http://www.hackvalue.nl/en/article/116/next_step_mysql_using_views_to_improve_performance</guid> 
      <description>When developers start using MySQL as a storage backend, they quickly find out how to insert, update, delete, and retrieve data. But often enough, progress tends to stop there, and problems arise when an application needs to scale. This article  demonstrates how creating views may be a life saver for an underperforming application.
</description> 
    </item>
  </channel>
</rss>