<?xml version="1.0" encoding="UTF-8" standalone="no"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:base="https://geraint.co/wp-atom.php" xml:lang="en-GB">
	<title type="text">geraint.co</title>
	<subtitle type="text"/>

	<updated>2019-06-19T09:38:37Z</updated>

	<link href="https://geraint.co" rel="alternate" type="text/html"/>
	<id>https://geraint.co/feed/atom/</id>
	<link href="https://geraint.co/feed/atom/" rel="self" type="application/atom+xml"/>

	<generator uri="https://wordpress.org/" version="5.2.6">WordPress</generator>
	<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Customise WordPress editor&#8217;s font options]]></title>
		<link href="https://geraint.co/2015/02/customise-wordpress-editors-font-options/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1415</id>
		<updated>2019-06-19T09:38:37Z</updated>
		<published>2015-02-24T16:13:48Z</published>
		<category scheme="https://geraint.co" term="tip"/><category scheme="https://geraint.co" term="Uncategorised"/><category scheme="https://geraint.co" term="WordPress"/><category scheme="https://geraint.co" term="editor"/><category scheme="https://geraint.co" term="filter"/><category scheme="https://geraint.co" term="font-size"/><category scheme="https://geraint.co" term="fonts"/><category scheme="https://geraint.co" term="TinyMCE"/>		<summary type="html"><![CDATA[Here are three really useful filters to expose some font options that are hidden by default in the WordPress TinyMCE WYSIWYG editor: Add custom tags/styles to the formats drop down menu. // Add new styles to the TinyMCE "formats" menu dropdown if ( ! function_exists( 'wpex_styles_dropdown' ) ) { function wpex_styles_dropdown( $settings ) { // [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Free High Res. Photos]]></title>
		<link href="https://geraint.co/2015/02/free-high-res-photos/" rel="alternate" type="text/html"/>
		<id>http://local.geraint.co/?p=1202</id>
		<updated>2015-02-17T05:11:56Z</updated>
		<published>2015-02-17T04:36:32Z</published>
		<category scheme="https://geraint.co" term="Inspiration"/><category scheme="https://geraint.co" term="Photography"/><category scheme="https://geraint.co" term="resource"/>		<summary type="html"><![CDATA[Free (do whatever you want) high-resolution photos. http://magdeleine.co https://unsplash.com]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Moving SVN repo&#8217;s to GIT]]></title>
		<link href="https://geraint.co/2014/10/moving-svn-repos-to-git/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1501</id>
		<updated>2015-03-06T14:57:05Z</updated>
		<published>2014-10-24T12:18:33Z</published>
		<category scheme="https://geraint.co" term="Linux"/><category scheme="https://geraint.co" term="tip"/><category scheme="https://geraint.co" term="Tools"/><category scheme="https://geraint.co" term="bash"/><category scheme="https://geraint.co" term="git"/><category scheme="https://geraint.co" term="svn"/><category scheme="https://geraint.co" term="version control"/>		<summary type="html"><![CDATA[We have a lot of legacy code in our SVN server, and over the last couple of weeks i&#8217;ve been migrating all the old repos to GIT. Its hasn&#8217;t been overly straight forwards luckily I found some great tutorials online, http://john.albin.net/git/convert-subversion-to-git and also these have been really useful on try to figure out how to [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Quickly batch install Mac Apps with Bash]]></title>
		<link href="https://geraint.co/2014/05/quick-install-mac-apps-with-bash/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1367</id>
		<updated>2015-02-24T10:47:50Z</updated>
		<published>2014-05-01T13:59:20Z</published>
		<category scheme="https://geraint.co" term="OSX"/><category scheme="https://geraint.co" term="Tools"/><category scheme="https://geraint.co" term="automation"/><category scheme="https://geraint.co" term="bash"/><category scheme="https://geraint.co" term="curl"/><category scheme="https://geraint.co" term="install"/><category scheme="https://geraint.co" term="setup"/><category scheme="https://geraint.co" term="software"/>		<summary type="html"><![CDATA[GetMacApps is a great little website that lets you build a custom bash script that lets you automate installing your favourite apps as easily as pasting a single line of code into the terminal window. You can preview my chosen apps by following this link: My install manifest or create your own at http://www.getmacapps.com/ If you want to view see [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Useful Bash Aliases for GIT]]></title>
		<link href="https://geraint.co/2014/04/useful-bash-aliases-for-git/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1363</id>
		<updated>2015-02-24T15:08:14Z</updated>
		<published>2014-04-19T16:27:17Z</published>
		<category scheme="https://geraint.co" term="Linux"/><category scheme="https://geraint.co" term="OSX"/><category scheme="https://geraint.co" term="Tools"/><category scheme="https://geraint.co" term="alias"/><category scheme="https://geraint.co" term="bash"/>		<summary type="html"><![CDATA[Switching from SVN to GIT can be awkward especially if your used to SVN shortcuts like svn co for svn checkout and svn up for svn update the solution is these nifty terminal aliases. git status, git add, git commit, and git checkout are such common commands that it is useful to have abbreviations for [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Downloading WordPress minus the content directory.]]></title>
		<link href="https://geraint.co/2014/03/downloading-wordpress-minus-the-content-directory/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1376</id>
		<updated>2015-02-24T10:46:32Z</updated>
		<published>2014-03-04T10:32:36Z</published>
		<category scheme="https://geraint.co" term="tip"/><category scheme="https://geraint.co" term="WordPress"/><category scheme="https://geraint.co" term="git"/><category scheme="https://geraint.co" term="server optimisation"/><category scheme="https://geraint.co" term="terminal"/>		<summary type="html"><![CDATA[The default version of WordPress comes with an entire content directory full stuff you probably don&#8217;t want or need like the default themes and the hellodolly.php plugin unless your setting you your site for the very first time, even then probably not. There is however a well hidden version of WordPress that comes minus a content [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[WordPress AutoUpdate fix for Version Controlled Sites]]></title>
		<link href="https://geraint.co/2013/11/wordpress-autoupdate-fix-for-version-controlled-sites/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1373</id>
		<updated>2019-06-19T09:37:48Z</updated>
		<published>2013-11-14T17:30:56Z</published>
		<category scheme="https://geraint.co" term="WordPress"/><category scheme="https://geraint.co" term="3.7+"/><category scheme="https://geraint.co" term="auto-update"/><category scheme="https://geraint.co" term="dropin"/><category scheme="https://geraint.co" term="php"/><category scheme="https://geraint.co" term="tip"/>		<summary type="html"><![CDATA[So.. since version 3.7 WordPress has had a neat auto-update function, unfortunately, WordPress is also quite cautious so it checks to see if the website is using any kind of Version Control and if so disables the auto update function.  BUT what if your using version control but not to actually manage what version of [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[How to use TAR and GZIP]]></title>
		<link href="https://geraint.co/2013/09/how-to-use-tar-and-gzip/" rel="alternate" type="text/html"/>
		<id>http://geraint.co/?p=1379</id>
		<updated>2015-02-24T12:37:30Z</updated>
		<published>2013-09-29T10:48:07Z</published>
		<category scheme="https://geraint.co" term="Linux"/><category scheme="https://geraint.co" term="OSX"/><category scheme="https://geraint.co" term="tip"/><category scheme="https://geraint.co" term="Tools"/><category scheme="https://geraint.co" term=".tar.gz"/><category scheme="https://geraint.co" term=".tgz"/><category scheme="https://geraint.co" term="bash"/><category scheme="https://geraint.co" term="commands"/><category scheme="https://geraint.co" term="gzip"/><category scheme="https://geraint.co" term="server"/><category scheme="https://geraint.co" term="tar"/><category scheme="https://geraint.co" term="terminal"/>		<summary type="html"><![CDATA[I&#8217;ve been doing a lot of server maintenance recently and have found myself having to archive and transfer file to and from different server, as a result I&#8217;m continually looking at the man page for TAR trying to figure out which exact flags to use in each situation. See the guide below for a quick 101: How to [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Digging into WordPress]]></title>
		<link href="https://geraint.co/2009/11/digging-into-wordpress/" rel="alternate" type="text/html"/>
		<id>http://www.geraint.org.uk/2009/11/13/53</id>
		<updated>2015-02-17T04:54:23Z</updated>
		<published>2009-11-14T04:19:30Z</published>
		<category scheme="https://geraint.co" term="WordPress"/><category scheme="https://geraint.co" term="book"/><category scheme="https://geraint.co" term="plugins"/><category scheme="https://geraint.co" term="themes"/><category scheme="https://geraint.co" term="tutorials"/><category scheme="https://geraint.co" term="wordpress"/>		<summary type="html"><![CDATA[Written by WordPress veterans Chris Coyier and Jeff Starr, Digging Into WordPress is 400+ jam-packed pages of everything you need to get the most out of WordPress. This is a great book if you just starting out with WordPress, it covers the basics of building and maintaining your own WordPress website all the way through [&#8230;]]]></summary>
					</entry>
		<entry>
		<author>
			<name>Geraint Palmer</name>
						<uri>http://geraint.co</uri>
						</author>
		<title type="html"><![CDATA[Joomla – MVC Tutorial Part 4]]></title>
		<link href="https://geraint.co/2008/09/joomla-mvc-tutorial-part-4/" rel="alternate" type="text/html"/>
		<id>http://www.geraint.org.uk/?p=52</id>
		<updated>2015-02-17T18:19:55Z</updated>
		<published>2008-09-29T02:39:10Z</published>
		<category scheme="https://geraint.co" term="Joomla"/><category scheme="https://geraint.co" term="Tutorials"/>		<summary type="html"><![CDATA[This is the fourth and final part of a MVC tutorial for Joomla that I relied heavily on whilst working with J00mla! and it went off line so I saved it for prosperity and personal gain… Source : http://goo.gl/T334aH Previous posts in the series: Joomla – MVC Tutorial Part 1 Joomla – MVC Tutorial Part 2 [&#8230;]]]></summary>
					</entry>
	</feed>