<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Marcos Placona&apos;s Blog</title><description>Programming, technology and musings.</description><link>https://placona.co.uk/</link><item><title>Boost Your Website Domain Rating with Redirects and Bot Control</title><link>https://placona.co.uk/boost-domain-rating/</link><guid isPermaLink="true">https://placona.co.uk/boost-domain-rating/</guid><description>Learn how to boost your website&apos;s Domain Rating (DR) with Cloudflare Workers by setting up 301 redirects and controlling Googlebot for better SEO performance.</description><pubDate>Sun, 13 Oct 2024 20:54:42 GMT</pubDate></item><item><title>Modern Android Development: android.os.NetworkOnMainThreadException</title><link>https://placona.co.uk/modern-android-android-os-networkonmainthreadexception/</link><guid isPermaLink="true">https://placona.co.uk/modern-android-android-os-networkonmainthreadexception/</guid><description>How to deal with android.os.NetworkOnMainThreadException in modern Android applications</description><pubDate>Sun, 15 Mar 2020 16:38:42 GMT</pubDate></item><item><title>Modern Android Development: The problem of sources</title><link>https://placona.co.uk/modern-android-development/</link><guid isPermaLink="true">https://placona.co.uk/modern-android-development/</guid><description>Below is my series proposal for fixing the problem of too many sources of information and advocating modern Android Development one gist at a time.</description><pubDate>Sun, 15 Mar 2020 16:30:42 GMT</pubDate></item><item><title>Building a video recording application in Android with CameraX</title><link>https://placona.co.uk/building-a-video-recording-application-in-android-with-camerax/</link><guid isPermaLink="true">https://placona.co.uk/building-a-video-recording-application-in-android-with-camerax/</guid><description>In this post you will learn how to build a video recording application in Android using CameraX</description><pubDate>Mon, 27 May 2019 10:41:43 GMT</pubDate></item><item><title>Android Jetpack and Lifecycles</title><link>https://placona.co.uk/android-jetpack-and-lifecycles/</link><guid isPermaLink="true">https://placona.co.uk/android-jetpack-and-lifecycles/</guid><description>This post highlights the benefits of using Android Jetpack and the Lifecycles components to guarantee integrity of your view&apos;s data</description><pubDate>Sat, 04 May 2019 10:41:43 GMT</pubDate></item><item><title>OSX Pro Tip for .NET Environment Variables</title><link>https://placona.co.uk/osx-pro-tip-for-environment-variables/</link><guid isPermaLink="true">https://placona.co.uk/osx-pro-tip-for-environment-variables/</guid><description>This post will take you through the steps of using environment variables from within you Visual Studio Code or Visual Studio for Mac</description><pubDate>Tue, 22 Nov 2016 10:41:43 GMT</pubDate></item><item><title>Building a beautifully smart form in Android using RxJava</title><link>https://placona.co.uk/building-a-beautifully-smart-form-in-android-using-rxjava/</link><guid isPermaLink="true">https://placona.co.uk/building-a-beautifully-smart-form-in-android-using-rxjava/</guid><description>I don&apos;t think I know a single Android developer who&apos;s not stoked about Reactive Programming with RxAndroid right now. I totally dig the idea of…</description><pubDate>Sun, 13 Nov 2016 10:05:59 GMT</pubDate></item><item><title>Picasso - Same URL but different content</title><link>https://placona.co.uk/picasso-same-url-but-different-content/</link><guid isPermaLink="true">https://placona.co.uk/picasso-same-url-but-different-content/</guid><description>I love using Square&apos;s Picasso library whenever I need to load images into my Android applications. It lets me load images from the internet into…</description><pubDate>Sat, 17 Sep 2016 23:26:34 GMT</pubDate></item><item><title>How to secure Apache with Let&apos;s Encrypt and CloudFlare on Centos</title><link>https://placona.co.uk/how-to-secure-apache-with-lets-encrypt-and-cloudflare-on-centos/</link><guid isPermaLink="true">https://placona.co.uk/how-to-secure-apache-with-lets-encrypt-and-cloudflare-on-centos/</guid><description>I took it upon myself to converting a couple of my domains to use Let&apos;s Encrypt in order to offer a secure connection to them. If you haven&apos;t heard…</description><pubDate>Mon, 28 Mar 2016 17:16:36 GMT</pubDate></item><item><title>Multi-Line C# Strings</title><link>https://placona.co.uk/multi-line-c-sharp-strings/</link><guid isPermaLink="true">https://placona.co.uk/multi-line-c-sharp-strings/</guid><description>I’ve seen this question being asked on StackOverflow so many times I event thought about writing a bot to automatically reply to it.</description><pubDate>Mon, 22 Feb 2016 11:28:01 GMT</pubDate></item><item><title>I&apos;m joining Twilio</title><link>https://placona.co.uk/im-joining-twilio/</link><guid isPermaLink="true">https://placona.co.uk/im-joining-twilio/</guid><description>So the time has come for me to move on and accept a new challenge. As of the October 20th, I&apos;ll be joining Twilio as a Developer Evangelist.</description><pubDate>Thu, 16 Oct 2014 14:11:59 GMT</pubDate></item><item><title>Dart Pub packages stats</title><link>https://placona.co.uk/dart-pub-packages-stats/</link><guid isPermaLink="true">https://placona.co.uk/dart-pub-packages-stats/</guid><description>Modulecounts came to my attention, and I thought the idea was pretty neat.</description><pubDate>Mon, 21 Jul 2014 15:56:38 GMT</pubDate></item><item><title>Sending and Receiving SMS messages with Dart</title><link>https://placona.co.uk/sending-and-receiving-sms-messages-with-dart/</link><guid isPermaLink="true">https://placona.co.uk/sending-and-receiving-sms-messages-with-dart/</guid><description>How to send and receive SMS messages in Dart using the Twilio API, with a small open-source library that wraps the REST calls for you.</description><pubDate>Fri, 04 Jul 2014 11:12:32 GMT</pubDate></item><item><title>Creating files with Dart</title><link>https://placona.co.uk/creating-files-with-dart/</link><guid isPermaLink="true">https://placona.co.uk/creating-files-with-dart/</guid><description>This is a very simple example of how to create files with Dart. I am working on another example that involves file manipulation, but thought I&apos;d quickly…</description><pubDate>Sat, 03 May 2014 23:23:43 GMT</pubDate></item><item><title>Dart - Futures and HTTP requests</title><link>https://placona.co.uk/dart-futures-and-http-requests/</link><guid isPermaLink="true">https://placona.co.uk/dart-futures-and-http-requests/</guid><description>I wrote a little article about how to retrieve gists from GitHub, and +Seth Ladd quite rightly pointed something out.</description><pubDate>Tue, 29 Apr 2014 20:14:51 GMT</pubDate></item><item><title>Retrieving GitHub&apos;s gists with Dart</title><link>https://placona.co.uk/retrieving-githubs-gists-with-dart/</link><guid isPermaLink="true">https://placona.co.uk/retrieving-githubs-gists-with-dart/</guid><description>In this post I will show you how to retrieve GitHub gists with Dart Language</description><pubDate>Sat, 26 Apr 2014 23:21:15 GMT</pubDate></item><item><title>Varnish with Apache and WordPress on Centos</title><link>https://placona.co.uk/varnish-with-apache-and-wordpress-on-centos/</link><guid isPermaLink="true">https://placona.co.uk/varnish-with-apache-and-wordpress-on-centos/</guid><description>Varnish is wicked! It works on your webserver as a reverse proxy to cache HTTP requests. According to their website:</description><pubDate>Wed, 23 Apr 2014 21:45:29 GMT</pubDate></item><item><title>Simple HTTP server with Dart - Setup</title><link>https://placona.co.uk/simple-tcp-server-with-dart-setup/</link><guid isPermaLink="true">https://placona.co.uk/simple-tcp-server-with-dart-setup/</guid><description>In this article, I will demonstrate how easy it is to create a simple TCP HTTP server with Dart.</description><pubDate>Tue, 01 Apr 2014 22:15:22 GMT</pubDate></item><item><title>Making it snow with Dart</title><link>https://placona.co.uk/making-it-snow-with-dart/</link><guid isPermaLink="true">https://placona.co.uk/making-it-snow-with-dart/</guid><description>After my last example showing you how to create a matrix effect with Dart, I thought it would be cool, to follow up with another example that used the…</description><pubDate>Sun, 30 Mar 2014 20:57:06 GMT</pubDate></item><item><title>Matrix effect with Dart</title><link>https://placona.co.uk/matrix-effect-with-dart/</link><guid isPermaLink="true">https://placona.co.uk/matrix-effect-with-dart/</guid><description>After my last post on Dart, I decided that I wanted to write something a bit more complex using the language. I had a lot of good feedback on it, but…</description><pubDate>Mon, 24 Mar 2014 13:53:51 GMT</pubDate></item><item><title>A first look at Dart</title><link>https://placona.co.uk/a-first-look-at-dart/</link><guid isPermaLink="true">https://placona.co.uk/a-first-look-at-dart/</guid><description>A few weeks ago, I went to a Google sponsored event called Dart Flight School. The aim is to promote the language by doing a road trip and presenting…</description><pubDate>Wed, 12 Mar 2014 08:28:10 GMT</pubDate></item><item><title>New TeamCity agents the right way</title><link>https://placona.co.uk/new-teamcity-agents-the-right-way/</link><guid isPermaLink="true">https://placona.co.uk/new-teamcity-agents-the-right-way/</guid><description>How to install and register new TeamCity build agents the right way, avoiding the manual setup that breaks when you migrate CI servers.</description><pubDate>Mon, 03 Mar 2014 21:45:35 GMT</pubDate></item><item><title>Easy unsubscribe with GoUnsubscribe.me</title><link>https://placona.co.uk/easy-unsubscribe-with-gounsubscribe-me/</link><guid isPermaLink="true">https://placona.co.uk/easy-unsubscribe-with-gounsubscribe-me/</guid><description>I&apos;ve created a new website over the last weekend and would like to share it here with you.</description><pubDate>Wed, 28 Aug 2013 09:06:42 GMT</pubDate></item><item><title>Java + Junit + Ant Template Project</title><link>https://placona.co.uk/java-project-skeleton/</link><guid isPermaLink="true">https://placona.co.uk/java-project-skeleton/</guid><description>I could end this post here, and people would have been satisfied to read it. However, I thought I&apos;d add some more context, and maybe throw a little…</description><pubDate>Sun, 04 Aug 2013 01:16:44 GMT</pubDate></item><item><title>UK Top 40 albums &amp; singles JSON</title><link>https://placona.co.uk/uk-top-40-albums-singles-json/</link><guid isPermaLink="true">https://placona.co.uk/uk-top-40-albums-singles-json/</guid><description>So I had this idea for a little application and wanted to get the UK&apos;s Top40 singles to use in it. I started by writing something that would scrape…</description><pubDate>Sun, 23 Jun 2013 22:46:10 GMT</pubDate></item><item><title>Want a free copy of my new book?</title><link>https://placona.co.uk/want-a-free-copy-of-my-new-book/</link><guid isPermaLink="true">https://placona.co.uk/want-a-free-copy-of-my-new-book/</guid><description>No catches here, all you need to do to get a free e-copy of my new book</description><pubDate>Fri, 17 May 2013 08:24:09 GMT</pubDate></item><item><title>My NodeJS app development experience</title><link>https://placona.co.uk/my-nodejs-app-development-experience/</link><guid isPermaLink="true">https://placona.co.uk/my-nodejs-app-development-experience/</guid><description>So, I decided to take a punt at writing a NodeJS application. Not a big application, or anything that would get me slashdoted, but an application that…</description><pubDate>Thu, 18 Apr 2013 18:27:57 GMT</pubDate></item><item><title>I am a published author</title><link>https://placona.co.uk/i-am-a-published-author/</link><guid isPermaLink="true">https://placona.co.uk/i-am-a-published-author/</guid><description>A few months ago I was contacted by Packt Publishing about a new project they had in mind and thought I&apos;d be a good fit for.</description><pubDate>Wed, 10 Apr 2013 13:50:45 GMT</pubDate></item><item><title>Managing your dotfiles the right way</title><link>https://placona.co.uk/managing-your-dotfiles-the-right-way/</link><guid isPermaLink="true">https://placona.co.uk/managing-your-dotfiles-the-right-way/</guid><description>It&apos;s no secret that on the UNIX world, dotfiles play a very important part when it comes to making your terminal look good. Be it on Linux, be it on a…</description><pubDate>Mon, 01 Apr 2013 21:12:09 GMT</pubDate></item><item><title>Installing Visual Studio on a different drive</title><link>https://placona.co.uk/installing-visual-studio-on-a-different-drive/</link><guid isPermaLink="true">https://placona.co.uk/installing-visual-studio-on-a-different-drive/</guid><description>I&apos;ve got a pro license of Visual Studio 2012, and decided to install it instead of my existing VS 2010 Express install.</description><pubDate>Wed, 13 Feb 2013 14:16:53 GMT</pubDate></item><item><title>Android - Where is my menu button?</title><link>https://placona.co.uk/android-where-is-my-menu-button/</link><guid isPermaLink="true">https://placona.co.uk/android-where-is-my-menu-button/</guid><description>So you’ve created your super polished android application and added a navigation menu to it, so your users can go from a place to another in your…</description><pubDate>Sat, 09 Feb 2013 22:16:54 GMT</pubDate></item><item><title>Making your JMeter tests timeless.</title><link>https://placona.co.uk/making-your-jmeter-tests-timeless/</link><guid isPermaLink="true">https://placona.co.uk/making-your-jmeter-tests-timeless/</guid><description>At work, we use Apache JMeter for load testing applications or API&apos;s we build.</description><pubDate>Fri, 31 Aug 2012 15:45:16 GMT</pubDate></item><item><title>What breaks WP Super Cache</title><link>https://placona.co.uk/what-breaks-wp-super-cache/</link><guid isPermaLink="true">https://placona.co.uk/what-breaks-wp-super-cache/</guid><description>Disclaimer: This blog post is not meant to be timeless, meaning it will lose its relevancy as soon as the stuff I&apos;ll mention below gets updated. I will…</description><pubDate>Wed, 29 Aug 2012 08:09:52 GMT</pubDate></item><item><title>Finite image slider</title><link>https://placona.co.uk/finite-image-slider/</link><guid isPermaLink="true">https://placona.co.uk/finite-image-slider/</guid><description>I&apos;ve been asked to come up with an image slider prototype for something new we were doing at work.</description><pubDate>Sun, 26 Aug 2012 00:08:25 GMT</pubDate></item><item><title>Enterprise queuing applications</title><link>https://placona.co.uk/enterprise-queuing-applications/</link><guid isPermaLink="true">https://placona.co.uk/enterprise-queuing-applications/</guid><description>At work, we&apos;ve decided to start using enterprise queuing applications for ease of communication between our ColdFusion and .Net projects.</description><pubDate>Sun, 29 Jul 2012 12:30:00 GMT</pubDate></item><item><title>Upgrading Castle from 2.1 to 2.5</title><link>https://placona.co.uk/upgrading-castle-from-2-1-to-2-5/</link><guid isPermaLink="true">https://placona.co.uk/upgrading-castle-from-2-1-to-2-5/</guid><description>I was recently working on a .Net project that uses Castle as it&apos;s IoC Container. At some point I realized it would be beneficial to have Castle running…</description><pubDate>Mon, 23 Jul 2012 11:16:46 GMT</pubDate></item><item><title>Mobile and Tablet development - My Saga I</title><link>https://placona.co.uk/mobile-tablet-development-my-saga-1/</link><guid isPermaLink="true">https://placona.co.uk/mobile-tablet-development-my-saga-1/</guid><description>So I believe by my last posts here you may have guessed I&apos;ve been doing lots of mobile development in the last few months.</description><pubDate>Thu, 27 Oct 2011 08:27:00 GMT</pubDate></item><item><title>E4X and XML with namespaces</title><link>https://placona.co.uk/e4x-and-xml-with-namespaces/</link><guid isPermaLink="true">https://placona.co.uk/e4x-and-xml-with-namespaces/</guid><description>Here&apos;s is something that got me scratching my head for a little while today while working on my new mobile application.</description><pubDate>Sun, 04 Sep 2011 22:05:36 GMT</pubDate></item><item><title>Background colour in a label control in AS3</title><link>https://placona.co.uk/background-colour-in-a-label-control-in-as3/</link><guid isPermaLink="true">https://placona.co.uk/background-colour-in-a-label-control-in-as3/</guid><description>This is just a quick example of how to add a background colour to a label control in AS3.</description><pubDate>Mon, 27 Jun 2011 22:33:52 GMT</pubDate></item><item><title>SQLite databases and mobile applications - A caveat</title><link>https://placona.co.uk/sqlite-databases-and-mobile-applications-a-caveat/</link><guid isPermaLink="true">https://placona.co.uk/sqlite-databases-and-mobile-applications-a-caveat/</guid><description>As some of you might have noticed, I have been building some mobile applications lately on my spare time specifically for the Blackberry Playbook . They…</description><pubDate>Mon, 06 Jun 2011 14:18:41 GMT</pubDate></item><item><title>Quick tip on Flash Builder and application internationalization</title><link>https://placona.co.uk/quick-tip-on-flash-builder-and-application-internationalization/</link><guid isPermaLink="true">https://placona.co.uk/quick-tip-on-flash-builder-and-application-internationalization/</guid><description>I&apos;m building a new Blackberry Playbook app, and when starting to work with internationalization, I got stuck with a bug that wouldn&apos;t go away. I&apos;m…</description><pubDate>Wed, 01 Jun 2011 22:58:10 GMT</pubDate></item><item><title>Nifty jQuery tricks - Ajax Events</title><link>https://placona.co.uk/nifty-jquery-tricks-ajax-events/</link><guid isPermaLink="true">https://placona.co.uk/nifty-jquery-tricks-ajax-events/</guid><description>As previously mentioned on my other post, I&apos;m working on improving usability and user experience within one of our applications.</description><pubDate>Mon, 04 Oct 2010 11:00:37 GMT</pubDate></item><item><title>Nifty jQuery tricks - Avoid Cache</title><link>https://placona.co.uk/nifty-jquery-tricks-avoid-cache/</link><guid isPermaLink="true">https://placona.co.uk/nifty-jquery-tricks-avoid-cache/</guid><description>I found this two function yesterday while working on one of our applications.</description><pubDate>Sat, 02 Oct 2010 23:19:19 GMT</pubDate></item><item><title>mySQL killed my hamster</title><link>https://placona.co.uk/mysql-killed-my-hamster/</link><guid isPermaLink="true">https://placona.co.uk/mysql-killed-my-hamster/</guid><description>I&apos;ve run some updates on my server today, and got prompted to upgrade mySQL.</description><pubDate>Tue, 21 Sep 2010 21:56:51 GMT</pubDate></item><item><title>Android and what I&apos;ve been up to</title><link>https://placona.co.uk/android-and-what-ive-been-up-to/</link><guid isPermaLink="true">https://placona.co.uk/android-and-what-ive-been-up-to/</guid><description>I jumped into the Android bandwagon about two months ago, and so far I can&apos;t cease to be impressed.</description><pubDate>Tue, 27 Jul 2010 16:20:18 GMT</pubDate></item><item><title>Moving SVN Folders</title><link>https://placona.co.uk/moving-svn-folders/</link><guid isPermaLink="true">https://placona.co.uk/moving-svn-folders/</guid><description>Moving a folder in Subversion is not a drag and drop job. Here is how to relocate an SVN folder properly with svn move so you keep its history.</description><pubDate>Tue, 22 Jun 2010 11:32:42 GMT</pubDate></item><item><title>Changing authentication settings on TortoiseSVN</title><link>https://placona.co.uk/changing-authentication-settings-tortoisesvn/</link><guid isPermaLink="true">https://placona.co.uk/changing-authentication-settings-tortoisesvn/</guid><description>I&apos;ve had my virtual machine (the one I use for development) rebuilt today, and to minimize overhead, we simply cloned a VM that had the desired settings.</description><pubDate>Thu, 17 Jun 2010 12:51:48 GMT</pubDate></item><item><title>Getting serial ports to work on Linux</title><link>https://placona.co.uk/getting-serial-ports-to-work-on-linux/</link><guid isPermaLink="true">https://placona.co.uk/getting-serial-ports-to-work-on-linux/</guid><description>How to get a PCI RS232 serial port card recognised and working on Ubuntu Linux, including the kernel modules and device permissions you need.</description><pubDate>Sun, 09 May 2010 20:09:11 GMT</pubDate></item><item><title>Migrating Mango Blog to WordPress</title><link>https://placona.co.uk/migrating-mango-blog-to-wordpress/</link><guid isPermaLink="true">https://placona.co.uk/migrating-mango-blog-to-wordpress/</guid><description>As previously promised , today I&apos;ll be publishing my migration scrips from Mango Blog to WordPress .</description><pubDate>Mon, 03 May 2010 11:00:48 GMT</pubDate></item><item><title>A change is always welcome</title><link>https://placona.co.uk/a-change-is-always-welcome/</link><guid isPermaLink="true">https://placona.co.uk/a-change-is-always-welcome/</guid><description>I&apos;ve been procrastinating for too long, and somehow trying to avoid the inevitable. As must of you might have noticed, it&apos;s been a long time I don&apos;t…</description><pubDate>Wed, 28 Apr 2010 11:00:59 GMT</pubDate></item><item><title>How to return tag contents with regular expressions</title><link>https://placona.co.uk/how-to-return-tag-contents-with-regular-expressions/</link><guid isPermaLink="true">https://placona.co.uk/how-to-return-tag-contents-with-regular-expressions/</guid><description>As most of you already know, I LOVE regular expressions, and think they are great to solve simple and complex tasks involving strings.</description><pubDate>Wed, 27 Jan 2010 00:00:00 GMT</pubDate></item><item><title>First Flex 4 book released</title><link>https://placona.co.uk/first-flex-4-book-released/</link><guid isPermaLink="true">https://placona.co.uk/first-flex-4-book-released/</guid><description>The first Flex 4 book (Hello! Flex 4) has just been released this month in the UK. I haven&apos;t read it yet, so no way I could give any reviews on it, but…</description><pubDate>Thu, 24 Dec 2009 00:00:00 GMT</pubDate></item><item><title>Date Formatting with Flex</title><link>https://placona.co.uk/date-formatting-with-flex/</link><guid isPermaLink="true">https://placona.co.uk/date-formatting-with-flex/</guid><description>I&apos;ve been working with some Adobe Flex recently, and was having some trouble formatting dates. For those who don&apos;t know, here (in th UK) we use the…</description><pubDate>Tue, 08 Dec 2009 00:00:00 GMT</pubDate></item><item><title>Flash on the iPhone</title><link>https://placona.co.uk/flash-on-the-iphone/</link><guid isPermaLink="true">https://placona.co.uk/flash-on-the-iphone/</guid><description>Not really Flash running from websites on the browser, but at the MAX Conference 2009 that is happening this week, Adobe has just broken the news that…</description><pubDate>Mon, 05 Oct 2009 00:00:00 GMT</pubDate></item><item><title>IPTABLES - Opening server ports to specific IP addresses</title><link>https://placona.co.uk/iptables-opening-server-ports-to-specific-ip-addresses/</link><guid isPermaLink="true">https://placona.co.uk/iptables-opening-server-ports-to-specific-ip-addresses/</guid><description>I have been doing some housekeeping on my VPS, and decided there&apos;s a few ports that should only be accessed by certain IP addresses for security purposes.</description><pubDate>Sun, 06 Sep 2009 00:00:00 GMT</pubDate></item><item><title>Updating Java on Centos</title><link>https://placona.co.uk/updating-java-on-centos/</link><guid isPermaLink="true">https://placona.co.uk/updating-java-on-centos/</guid><description>I&apos;m only writing this blog post because I usually try to keep my VPS up to date, and usually one of the things I have to do to accomplish such thing is…</description><pubDate>Wed, 02 Sep 2009 00:00:00 GMT</pubDate></item><item><title>A more elaborated jQuery Drag &amp; Drop (with cloning)</title><link>https://placona.co.uk/a-more-elaborated-jquery-drag-drop-cloning/</link><guid isPermaLink="true">https://placona.co.uk/a-more-elaborated-jquery-drag-drop-cloning/</guid><description>I&apos;ve decided to get back at jQuery draggable and droppable to a personal project I&apos;ve been working on. In the past, I&apos;ve demonstrated how to do basic…</description><pubDate>Fri, 21 Aug 2009 00:00:00 GMT</pubDate></item><item><title>Sticky JavaScript Persistence</title><link>https://placona.co.uk/sticky-javascript-persistence/</link><guid isPermaLink="true">https://placona.co.uk/sticky-javascript-persistence/</guid><description>On my last blog post I explained how to create a drag and drop using cloning, so you can can drag &amp; drop multiple objects</description><pubDate>Mon, 10 Aug 2009 00:00:00 GMT</pubDate></item><item><title>Recursively delete folders with Python</title><link>https://placona.co.uk/recursively-delete-folders-with-python/</link><guid isPermaLink="true">https://placona.co.uk/recursively-delete-folders-with-python/</guid><description>At work we&apos;ve been doing some deploy optimization, and the need of automatically deleting (recursively) specific folders came up.</description><pubDate>Fri, 07 Aug 2009 00:00:00 GMT</pubDate></item><item><title>Auto-Generating DTDs</title><link>https://placona.co.uk/auto-generating-dtds/</link><guid isPermaLink="true">https://placona.co.uk/auto-generating-dtds/</guid><description>I&apos;ve used this DTD generator tool a long time ago, but today I had to use it again, so I thought I should put an entry on my blog about it and keep it…</description><pubDate>Wed, 05 Aug 2009 00:00:00 GMT</pubDate></item><item><title>Speed up yor website - Part 2 - The Free CDN</title><link>https://placona.co.uk/speed-up-yor-website-part-2-the-free-cdn/</link><guid isPermaLink="true">https://placona.co.uk/speed-up-yor-website-part-2-the-free-cdn/</guid><description>To continue with our series of website optimization tricks, I&apos;ll talk a little bit more about Content Delivery Network (CDN) , and will talk you though…</description><pubDate>Thu, 23 Jul 2009 00:00:00 GMT</pubDate></item><item><title>Speed up yor website - Part 1</title><link>https://placona.co.uk/speed-up-yor-website-part-1/</link><guid isPermaLink="true">https://placona.co.uk/speed-up-yor-website-part-1/</guid><description>Assets such as stylesheets, images and videos are often the major hit taken by a webserver when a webpage is loaded. I&apos;m often trying to improve my page…</description><pubDate>Tue, 21 Jul 2009 00:00:00 GMT</pubDate></item><item><title>Google Chrome OS and e few more changes</title><link>https://placona.co.uk/google-chrome-os-and-e-few-more-changes/</link><guid isPermaLink="true">https://placona.co.uk/google-chrome-os-and-e-few-more-changes/</guid><description>Yesterday the Google team posted an entry on all their blogs about a new operating system that is to come. They are going to call it Google Chrome OS.</description><pubDate>Thu, 09 Jul 2009 00:00:00 GMT</pubDate></item><item><title>Apache 101 - Are you rotating your logs?</title><link>https://placona.co.uk/apache-101-are-you-rotating-your-logs/</link><guid isPermaLink="true">https://placona.co.uk/apache-101-are-you-rotating-your-logs/</guid><description>It came to my attention today that my website was serving blank pages, and I got really intrigued with it. I checked the memory, and everything was…</description><pubDate>Thu, 04 Jun 2009 00:00:00 GMT</pubDate></item><item><title>Apache 101 - Avoiding duplicate content on your domain.</title><link>https://placona.co.uk/apache-101-avoiding-duplicate-content-on-your-domain/</link><guid isPermaLink="true">https://placona.co.uk/apache-101-avoiding-duplicate-content-on-your-domain/</guid><description>Did you know that search engines consider things like https://www.placona.co.uk/index.cfm and https://placona.co.uk/index.cfm as duplicate content? It…</description><pubDate>Fri, 29 May 2009 00:00:00 GMT</pubDate></item><item><title>Apache 101 &amp; Case insensitive URL&apos;s</title><link>https://placona.co.uk/apache-101-case-insensitive-url-s/</link><guid isPermaLink="true">https://placona.co.uk/apache-101-case-insensitive-url-s/</guid><description>How to make Apache URLs case insensitive using mod_speling and mod_rewrite, so visitors reach your pages whatever case they type.</description><pubDate>Thu, 21 May 2009 00:00:00 GMT</pubDate></item><item><title>Installing YUM on CentOS 5</title><link>https://placona.co.uk/installing-yum-on-centos-5/</link><guid isPermaLink="true">https://placona.co.uk/installing-yum-on-centos-5/</guid><description>This is really for my future reference, but I thought someone would bump into that any time. I&apos;m configuring a new CentOS 5 server and for my surprise…</description><pubDate>Fri, 15 May 2009 00:00:00 GMT</pubDate></item><item><title>Full Google Mail / SMTP power for your domain</title><link>https://placona.co.uk/full-google-mail-smtp-power-for-your-domain/</link><guid isPermaLink="true">https://placona.co.uk/full-google-mail-smtp-power-for-your-domain/</guid><description>I&apos;ve recently been playing with Google apps for domains, where it lets you create Gmail based emails for your domain. Basically you can configure Google…</description><pubDate>Thu, 07 May 2009 00:00:00 GMT</pubDate></item><item><title>Apache 101 - Cache Control</title><link>https://placona.co.uk/apache-101-cache-control/</link><guid isPermaLink="true">https://placona.co.uk/apache-101-cache-control/</guid><description>Continuing with my Apache series, I&apos;ll be today talking about cache control.</description><pubDate>Thu, 30 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Sync your iPhone with Outlook (or Google) Calendar</title><link>https://placona.co.uk/sync-your-outlook-or-google-calendar-with-the-iphone/</link><guid isPermaLink="true">https://placona.co.uk/sync-your-outlook-or-google-calendar-with-the-iphone/</guid><description>How to sync your Outlook or Google Calendar with an iPhone so meetings and appointments stay up to date across both devices.</description><pubDate>Wed, 29 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Apache 101 - Compressing Files</title><link>https://placona.co.uk/apache-101-compressing-files/</link><guid isPermaLink="true">https://placona.co.uk/apache-101-compressing-files/</guid><description>I&apos;m going to start a server configuration series here, where I&apos;ll be talking about my goals and frustrations when configuring my own webserver. As most…</description><pubDate>Tue, 28 Apr 2009 00:00:00 GMT</pubDate></item><item><title>Learning jQuery 1.3 - Book Review</title><link>https://placona.co.uk/learning-jquery-1-3-book-review/</link><guid isPermaLink="true">https://placona.co.uk/learning-jquery-1-3-book-review/</guid><description>Book reviewer Marcos Placona | Publisher: Packt. Author(s): Jonathan Chaffer, Karl Swedberg</description><pubDate>Sat, 25 Apr 2009 00:00:00 GMT</pubDate></item><item><title>The day finally came!</title><link>https://placona.co.uk/the-day-finally-came/</link><guid isPermaLink="true">https://placona.co.uk/the-day-finally-came/</guid><description>And of course I was out of the country and then too busy to even read anything about it.</description><pubDate>Thu, 16 Apr 2009 00:00:00 GMT</pubDate></item><item><title>So what else do you need then?</title><link>https://placona.co.uk/so-what-else-do-you-need-then/</link><guid isPermaLink="true">https://placona.co.uk/so-what-else-do-you-need-then/</guid><description>Last week it came to my attention that ColdFusion is being used by 75 of the Fortune 100 companies . Then, I was also informed that ColdFusion was…</description><pubDate>Mon, 23 Mar 2009 00:00:00 GMT</pubDate></item><item><title>jQuery UI 1.7.1 Released</title><link>https://placona.co.uk/jquery-ui-1-7-1-released/</link><guid isPermaLink="true">https://placona.co.uk/jquery-ui-1-7-1-released/</guid><description>The jQuery UI team have done it again. This Friday is only a point release to the jQuery UI 1.7 released last week but with some great improvements.</description><pubDate>Fri, 20 Mar 2009 00:00:00 GMT</pubDate></item><item><title>jQuery UI Updates</title><link>https://placona.co.uk/jquery-ui-updates/</link><guid isPermaLink="true">https://placona.co.uk/jquery-ui-updates/</guid><description>The jQuery UI team has just started a weekly series on what&apos;s happening with jQuery UI.</description><pubDate>Fri, 13 Mar 2009 00:00:00 GMT</pubDate></item><item><title>jQuery UI 1.6 - Book Review</title><link>https://placona.co.uk/jquery-ui-1-6-book-review/</link><guid isPermaLink="true">https://placona.co.uk/jquery-ui-1-6-book-review/</guid><description>Book reviewer Marcos Placona | Publisher: Packt. Author(s): Dan Wellman</description><pubDate>Wed, 11 Mar 2009 00:00:00 GMT</pubDate></item><item><title>My top favourite twitter tools</title><link>https://placona.co.uk/my-top-favourite-twitter-tools/</link><guid isPermaLink="true">https://placona.co.uk/my-top-favourite-twitter-tools/</guid><description>UPDATEI&apos;m constantly finding new tools that help me to use my twitter account in a better way. Some of the tools are really great, but I can&apos;t be…</description><pubDate>Tue, 10 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Windows Mobile on the iPhone? Hoax?</title><link>https://placona.co.uk/windows-mobile-on-the-iphone-hoax/</link><guid isPermaLink="true">https://placona.co.uk/windows-mobile-on-the-iphone-hoax/</guid><description>I&apos;ve just seen this video and thought I&apos;d share it with my few readers. It appears that a Norwegian lad found a way to boot Windows Mobile OS on the…</description><pubDate>Mon, 09 Mar 2009 00:00:00 GMT</pubDate></item><item><title>jQuery UI 1.7 Released</title><link>https://placona.co.uk/jquery-ui-1-7-released/</link><guid isPermaLink="true">https://placona.co.uk/jquery-ui-1-7-released/</guid><description>The jQuery UI team has marked a major milestone for the UI. Today they released version 1.7 with some nice updates, and also put their own dedicated…</description><pubDate>Fri, 06 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Tip of the day: Regular Expression Generator</title><link>https://placona.co.uk/tip-of-the-day-regular-expression-generator/</link><guid isPermaLink="true">https://placona.co.uk/tip-of-the-day-regular-expression-generator/</guid><description>I have just came across this very nice service which promises to write Regular Expressions for you.</description><pubDate>Thu, 05 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Quick and dirty jQuery drag &amp; drop</title><link>https://placona.co.uk/quick-and-dirty-jquery-drag-drop/</link><guid isPermaLink="true">https://placona.co.uk/quick-and-dirty-jquery-drag-drop/</guid><description>I feel kinda bad to be calling this dirty, but mind you, I&apos;m only using dirty as an expression, as it&apos;s freaking sweet.</description><pubDate>Sun, 01 Mar 2009 00:00:00 GMT</pubDate></item><item><title>Adobe AIR 1.5.1 released</title><link>https://placona.co.uk/adobe-air-1-5-1-released/</link><guid isPermaLink="true">https://placona.co.uk/adobe-air-1-5-1-released/</guid><description>I know I&apos;m a bit late on this one, but yesterday Adobe released AIR 1.5.1 with a few bug fixes and one &quot;minor-albeit useful-new feature.&quot; as they say.</description><pubDate>Wed, 25 Feb 2009 00:00:00 GMT</pubDate></item><item><title>Things you may not know about jQuery</title><link>https://placona.co.uk/things-you-may-not-know-about-jquery/</link><guid isPermaLink="true">https://placona.co.uk/things-you-may-not-know-about-jquery/</guid><description>I just came across this very interesting list of things you can do with jQuery .</description><pubDate>Thu, 19 Feb 2009 00:00:00 GMT</pubDate></item><item><title>A few new year&apos;s resolutions</title><link>https://placona.co.uk/a-few-new-year-s-resolutions/</link><guid isPermaLink="true">https://placona.co.uk/a-few-new-year-s-resolutions/</guid><description>Well, I&apos;ve never publicly done this before, as I though it was a little too personal, but this year I decided to try it.</description><pubDate>Wed, 31 Dec 2008 00:00:00 GMT</pubDate></item><item><title>10 Dropbox Invites</title><link>https://placona.co.uk/10-dropbox-invites/</link><guid isPermaLink="true">https://placona.co.uk/10-dropbox-invites/</guid><description>Just a quick post to say that I have 10 7 dropbox invites I&apos;m willing to give to anyone able to tell me why I should give it away.</description><pubDate>Wed, 10 Sep 2008 00:00:00 GMT</pubDate></item><item><title>Learning JQuery - Book Review</title><link>https://placona.co.uk/learning-jquery-book-review/</link><guid isPermaLink="true">https://placona.co.uk/learning-jquery-book-review/</guid><description>Book reviewer Marcos Placona | Publisher: Packt. Author(s): Jonathan Chaffer and Karl Swedberg</description><pubDate>Fri, 05 Sep 2008 00:00:00 GMT</pubDate></item><item><title>How I treat the links on my blog with JQuery.</title><link>https://placona.co.uk/how-i-treat-the-links-on-my-blog-with-jquery/</link><guid isPermaLink="true">https://placona.co.uk/how-i-treat-the-links-on-my-blog-with-jquery/</guid><description>This is a very quick and dirty example of how to treat links on your blog / website using JQuery.</description><pubDate>Thu, 04 Sep 2008 00:00:00 GMT</pubDate></item><item><title>Javascript  saves the day again.</title><link>https://placona.co.uk/javascript-saves-the-day-again/</link><guid isPermaLink="true">https://placona.co.uk/javascript-saves-the-day-again/</guid><description>As some of you know, one of my hobbies is electronics with micro controller usage, and I happen to use an electronics forum a lot when I&apos;m losing hair…</description><pubDate>Mon, 30 Jun 2008 00:00:00 GMT</pubDate></item><item><title>AS3 my own implementation of capFirst()</title><link>https://placona.co.uk/as3-my-own-implementation-of-capfirst/</link><guid isPermaLink="true">https://placona.co.uk/as3-my-own-implementation-of-capfirst/</guid><description>I&apos;m just studying a little bit of Flex and Action Script 3. Basically to be able to build some tiny gadgets using Apollo.</description><pubDate>Wed, 21 Mar 2007 00:00:00 GMT</pubDate></item><item><title>Flash player for Linux</title><link>https://placona.co.uk/flash-player-for-linux/</link><guid isPermaLink="true">https://placona.co.uk/flash-player-for-linux/</guid><description>Adobe released the Flash Player for Linux, closing a long-standing gap for Linux desktop users. A short note on what it meant at the time.</description><pubDate>Wed, 17 Jan 2007 00:00:00 GMT</pubDate></item><item><title>Ripping MP3&apos;s on Ubuntu</title><link>https://placona.co.uk/ripping-mp3-s-on-ubuntu/</link><guid isPermaLink="true">https://placona.co.uk/ripping-mp3-s-on-ubuntu/</guid><description>Ripping CDs to MP3 on Ubuntu: the codecs and tools you need to get usable audio files out of a disc on a Linux desktop.</description><pubDate>Tue, 12 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Mozilla Firefox 3 Alpha 1 ready to be downloaded</title><link>https://placona.co.uk/mozilla-firefox-3-alpha-1-ready-to-be-downloaded/</link><guid isPermaLink="true">https://placona.co.uk/mozilla-firefox-3-alpha-1-ready-to-be-downloaded/</guid><description>Yes, it seems that Mozilla just released the new version of Firefox codenamed Gran Paradiso.</description><pubDate>Mon, 11 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Wireless now working on Ubuntu</title><link>https://placona.co.uk/wireless-now-working-on-ubuntu/</link><guid isPermaLink="true">https://placona.co.uk/wireless-now-working-on-ubuntu/</guid><description>As previously said I was having some kind of troubles with my wireless connection on Ubuntu.</description><pubDate>Fri, 08 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Ubuntu Experience</title><link>https://placona.co.uk/ubuntu-experience/</link><guid isPermaLink="true">https://placona.co.uk/ubuntu-experience/</guid><description>Following the last post about network problems and dodgy Firewalls. This time I decided to install Ubuntu on my laptop. I have to be honest saying that…</description><pubDate>Thu, 07 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Breaking the network?</title><link>https://placona.co.uk/breaking-the-network/</link><guid isPermaLink="true">https://placona.co.uk/breaking-the-network/</guid><description>I recently bought a brand new Compaq Presario desktop to my new flat. For the first week living there I was just using my laptop (also a Compaq…</description><pubDate>Tue, 05 Dec 2006 00:00:00 GMT</pubDate></item><item><title>What&apos;s Jrun&apos;s name?</title><link>https://placona.co.uk/what-s-jrun-s-name/</link><guid isPermaLink="true">https://placona.co.uk/what-s-jrun-s-name/</guid><description>Just found it on my old ColdFusion installation and thought it might be useful for someone in a multiple Jrun installations environment.</description><pubDate>Tue, 05 Dec 2006 00:00:00 GMT</pubDate></item><item><title>Tokenizing a string with Java.</title><link>https://placona.co.uk/tokenizing-a-string-with-java/</link><guid isPermaLink="true">https://placona.co.uk/tokenizing-a-string-with-java/</guid><description>As everybody knows, this Blog should show my studies integrating CFML with other technologies. Today I was playing with the Java class arrayList() and…</description><pubDate>Wed, 21 Sep 2005 00:00:00 GMT</pubDate></item></channel></rss>