<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Enhancements on yozy//NET</title>
    <link>https://yozy.net/categories/enhancements/</link>
    <description>Recent content in Enhancements on yozy//NET</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 30 Mar 2015 10:19:37 +0000</lastBuildDate>
    <atom:link href="https://yozy.net/categories/enhancements/feed.xml" rel="self" type="application/rss" />
    <item>
      <title>Gulf is now on GitHub</title>
      <link>https://yozy.net/2015/03/gulf-is-now-on-github/</link>
      <pubDate>Mon, 30 Mar 2015 10:19:37 +0000</pubDate>
      <guid>https://yozy.net/2015/03/gulf-is-now-on-github/</guid>
      <description>&lt;p&gt;In order to clean up all stuff I am moving the Gulf theme to a &lt;a href=&#34;http://github.com/jlegeny/gulf&#34; title=&#34;Gulf GitHub repository&#34;&gt;GitHub&#xA;repository&lt;/a&gt;. Currently it is available for QtCreator and Xcode. A Vim&#xA;port will follow soon-ish.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Restore iA Writer&#39;s background with this script [Update]</title>
      <link>https://yozy.net/2013/10/restore-ia-writers-background-with-this-script-update/</link>
      <pubDate>Thu, 10 Oct 2013 00:42:44 +0000</pubDate>
      <guid>https://yozy.net/2013/10/restore-ia-writers-background-with-this-script-update/</guid>
      <description>&lt;p&gt;This is a very quick and dirty utility to restore iA Writer’s background to the pre–1.3.1 state. What it does is that it replaces these three images inside the iA Writer folder: &lt;em&gt;backgroundPattern&lt;/em&gt;, &lt;em&gt;tr-up-pattern&lt;/em&gt; and &lt;em&gt;td-down-pattern&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The original solution was posted in &lt;a href=&#34;http://support.iawriter.com/help/discussions/mac-suggestions/389-ia-writer-surface-design&#34;&gt;this thread on the support forum&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://yozy.net/files/downloads/iAWriter-BGFix-1.5.zip&#34;&gt;Background fix for iA Writer 1.5&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;To use this script simply unzip the file wherever you like. Once it is done run the script like this in the terminal (it will be ran as root, you will have to enter your password)&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo sh bgfix.sh&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Updated to work with iA Writer 1.5 on 2013-10-10&lt;/p&gt;&#xA;&lt;p&gt;Enjoy&lt;/p&gt;&#xA;&lt;p&gt;&lt;small&gt;This post was originally posted on 2012-10-24&lt;/small&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Gulf color theme for Xcode</title>
      <link>https://yozy.net/2013/05/gulf-color-theme-for-xcode/</link>
      <pubDate>Thu, 30 May 2013 14:37:42 +0000</pubDate>
      <guid>https://yozy.net/2013/05/gulf-color-theme-for-xcode/</guid>
      <description>&lt;p&gt;I have started teaching myself some Objective-C which also means that I have to&#xA;use something else than my beloved Qt Creator.&lt;/p&gt;&#xA;&lt;p&gt;As to feel a bit at home I have ported my Gulf theme over to Xcode. The choice&#xA;I have made in creating this theme is to conserve all of the colours from the&#xA;original (e.g. Types and Classes are greenish, while attributes are blueish).&lt;/p&gt;&#xA;&lt;p&gt;Sadly Xcode does not provide different colours for global and local variables.&#xA;However, all externally imported classes, types and functions are marked in&#xA;italics, so you can easily know what belongs to you.&lt;/p&gt;&#xA;&lt;p&gt;Here is a quick look at the theme:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://yozy.net/images/gulf-xcode.png&#34; alt=&#34;1&#34; title=&#34;Gulf theme for Xcode&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;And here is the download link, enjoy:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://yozy.net/files/downloads/gulf-theme-xcode.zip&#34;&gt;Gulf theme for Xcode&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Quickfix for pogdesign checkboxes</title>
      <link>https://yozy.net/2013/04/quickfix-for-pogdesign-checkboxes/</link>
      <pubDate>Wed, 24 Apr 2013 00:11:17 +0000</pubDate>
      <guid>https://yozy.net/2013/04/quickfix-for-pogdesign-checkboxes/</guid>
      <description>&lt;p&gt;I got finally fed up with the Unity-like checkboxes on my favourite &lt;a href=&#34;http://www.pogdesign.co.uk/cat&#34;&gt;TV-show&#xA;tracking site&lt;/a&gt;. Quick roundup: these checkboxes are represented by a box&#xA;with a grey checkmark when unchecked and a box with green checkmark when&#xA;checked.&lt;/p&gt;&#xA;&lt;p&gt;Not only is this horrible for colorblind people, it also drives sane persons&#xA;nuts.&lt;/p&gt;&#xA;&lt;p&gt;If you use Stylish extension for firefox, or some alternative for your browser&#xA;then you can use this snippet to replace them with standard controls:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;@&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;namespace&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;url&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;http&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;://&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;www&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;w3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;org&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;1999&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;xhtml&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;@&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;-moz-document&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;url-prefix&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;http://www.pogdesign.co.uk/cat&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;lists&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;div&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;label&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;day&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;ep&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;label&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;today&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nc&#34;&gt;ep&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;label&lt;/span&gt;  &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;c&#34;&gt;/* bright background */&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;k&#34;&gt;background-image&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;url&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAsCAYAAACzBUKoAAABJElEQVQ4je2TscqDQBCEZyWPFiFgYymWKXyGvEEsfISAvdilFCEEJEXeIU0KO0vhlttcqpOY8POvRboMHNcMyzAfQ6fTyQVBAP+IaPqJCDM1TeOg0PV6dYExRuOFiCBgZpXZWgv1ZWZeaNbGWGQ2xiw0W2vVMWi/3ztP65XeK1X/VuM4Qo17t9upcOd5/j/uLMscoMC93W7d4/EA8IY7iqJZnDRNnbUWIjK1MZmNMdhsNg4A4jh2zAxmRlmW5M0rH4OZISIIw9AZYyAiqOt6qmOG+3w+k7/GzDgej7PePnB3XUfMjLZt3wr+A/flcvkw+hi0Xq/VuOl+v+vXfbvdVLiHYfite9KX111VlX7dfd/r110UhQr34XD4rXvSl9edJIka9xPBTXfNN90QEQAAAABJRU5ErkJggg==&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;cp&#34;&gt;!important&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;c&#34;&gt;/* dark background */&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;c&#34;&gt;/* background-image: url(&amp;#39;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAsCAYAAACzBUKoAAABJ0lEQVQ4je2TsY2FMBAF1+g6oAJSEpqgCEqhAwgogQpogYScyBkRBA6IIETyCuMfLQLj01+Cy86ShVYeW0+Mnui6zgZBALSFEOdXCAG31batBcbq+94GWmsOC8YYCBCRBe/7DuyXEfElzI3xCtZav4T3fWfHEEVRWLJ1tXe1Svtn2zZg687znKW7LMvvupdlsQAM3QQCOLqvB775oZuAKxiGoThhN4YPfMDXA9/80E2AC56wq9sHUgyRpilbt1BK8ds9jiNL97qu/+0+1x+3u2kafrvneea3u6oqlu66rr/rVkrx2j1Nkz2OAwAc3VLKW5xhGKwxBgh+6KYLUkqLiICIEEXR7+2mC9ZaiOPY3+4kSW7/yZ0fuglwwRN2dftAiiGyLGPr/gDD7TWBmCHgngAAAABJRU5ErkJggg==&amp;#39;) !important; */&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you use a dark background then un-comment the second background-image tag.&lt;/p&gt;&#xA;&lt;p&gt;Enjoy&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Elegant as Clockwork template for Apple Pages</title>
      <link>https://yozy.net/2013/04/elegant-as-clockwork-template-for-apple-pages/</link>
      <pubDate>Sun, 07 Apr 2013 13:28:59 +0000</pubDate>
      <guid>https://yozy.net/2013/04/elegant-as-clockwork-template-for-apple-pages/</guid>
      <description>&lt;p&gt;Pages is a quite nice word processor even though has several quite&#xA;stupid anti features (such as the page being stuck to the top-left&#xA;corner). Nevertheless it is currently my tool of choice when I need a&#xA;document with more than headers, lists and bold text, for which I would&#xA;of course choose markdown. I have created my own default template, which&#xA;you can of course download right here. In the zip file you will also&#xA;find a document explaining all of the features of this template. You can&#xA;see how it compares to the default style on this image:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://yozy.net/images/Elegant-as-Clockwork-comparison.png&#34; alt=&#34;1&#34; title=&#34;Comparison between the default pages style and EaC&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Download the zip package containing the theme here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://yozy.net/files/downloads/Elegant-as-Clockwork-v1.zip&#34;&gt;Elegant as Clockwork v1&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;To install it, put it into &lt;code&gt;~/Library/Application Support/iWork/Pages/Templates/My Templates&lt;/code&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>US Extended layout for Mac with switched `/~ and §/± keys</title>
      <link>https://yozy.net/2012/10/us-extended-layout-for-mac-with-switched-/~-and-/-keys/</link>
      <pubDate>Thu, 18 Oct 2012 23:02:03 +0000</pubDate>
      <guid>https://yozy.net/2012/10/us-extended-layout-for-mac-with-switched-/~-and-/-keys/</guid>
      <description>&lt;p&gt;The Mac keyboard layout is weird. Some choices Apple made when designing it are&#xA;good but some of them really come from outer space. Why would anybody need a ±&#xA;symbol on his keyboard is beyond me. Luckily Ukelele software provides an&#xA;acceptable solution.&lt;/p&gt;&#xA;&lt;p&gt;Personally I use U.S. Extended layout for almost everything. The only time I&#xA;switch is when I have a very lengthy french text to write. (Speaking of which,&#xA;why does french layout have a  character directly on the keyboard? Just how&#xA;often would anybody use that?). So, in order to keep the layout consistent with&#xA;other keyboards I have made a U.S. Extended+ version which changes flips the&#xA;&lt;strong&gt;§±&lt;/strong&gt; and &lt;strong&gt;`~&lt;/strong&gt; keys around.&lt;/p&gt;&#xA;&lt;p&gt;Download it here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://yozy.net/files/downloads/USExtended+.zip&#34; title=&#34;USExtended+ keyboard layout&#34;&gt;USExtended+&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A nice dark color theme for QtCreator</title>
      <link>https://yozy.net/2011/05/a-nice-dark-color-theme-for-qtcreator/</link>
      <pubDate>Thu, 26 May 2011 19:18:46 +0000</pubDate>
      <guid>https://yozy.net/2011/05/a-nice-dark-color-theme-for-qtcreator/</guid>
      <description>&lt;p&gt;&lt;em&gt;Last update: 2013-06-29 for Qt Creator 2.7.1&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Staring at long lines of code can get frustrating. Even more so if the said&#xA;lines have ugly eye-hurting colors. I have been using the beautiful MacVim&#xA;theme in Vim for some time now and it is quite awesome. However QtCreator,&#xA;which I &lt;a href=&#34;https://yozy.net/2011/04/using-qtcreator-for-openvibe-development/&#34; title=&#34;Using QtCreator for OpenViBE development&#34;&gt;use for OpenViBE development&lt;/a&gt;, lacks such a theme. This problem was&#xA;easily fixed though. Here is a screenshot of a theme I have created and,&#xA;because of the lack of creativity, named &lt;em&gt;Gulf&lt;/em&gt;:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://yozy.net/images/Gulf-Qt-Creator-Theme.png&#34; alt=&#34;gulf-screenshot&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;And here is the link for download:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://yozy.net/files/downloads/gulf_qtcreator_theme.zip&#34;&gt;Gulf QtCreator theme&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Vintage effect Script-Fu for GIMP</title>
      <link>https://yozy.net/2011/04/vintage-effect-script-fu-for-gimp/</link>
      <pubDate>Wed, 27 Apr 2011 08:00:02 +0000</pubDate>
      <guid>https://yozy.net/2011/04/vintage-effect-script-fu-for-gimp/</guid>
      <description>&lt;p&gt;Any self-respected hipster photographer must provide his share of vintage&#xA;photos with helvetica captions. In order to make life easier for people using&#xA;the Greatest Image Manipulation Program™ I have made a script which does the&#xA;hard part. The provided script is based on &lt;a href=&#34;http://gimpology.com/submission/view/authentic_vintage_effect&#34; title=&#34;Authentic Vintage Effect GIMP&#34;&gt;this tutorial&lt;/a&gt;.&#xA;Download the script and put it into your &lt;code&gt;${HOME}/.gimp/scripts&lt;/code&gt; folder (or its&#xA;equivalent on your system).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://yozy.net/files/downloads/vintage_color_v1.1.scm&#34; title=&#34;Vintage Color script for GIMP&#34;&gt;Vintage Color script for GIMP&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;some-demos&#34;&gt;Some demos&lt;/h2&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://yozy.net/images/gimp-vintage/ducks.jpg&#34; alt=&#34;ducks&#34; title=&#34;Photo of Ducks&#34;&gt;&#xA;&lt;img src=&#34;https://yozy.net/images/gimp-vintage/ducks-vintage.jpg&#34; alt=&#34;ducks-vintage&#34; title=&#34;Altered photo of Ducks&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;p&gt;version 1.1&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;put the whole script into an undo group&lt;/li&gt;&#xA;&lt;li&gt;replaced deprecated functions by newer ones - operating on items&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;version 1.0&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;initial release&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
    </item>
  </channel>
</rss>
