<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel> <title>Browser…unplugged</title><link>https://browser-unplugged.net/</link><description>Showcases of modern Browser technologies</description><language>en</language><atom:link href="https://browser-unplugged.net/feed.en.xml" rel="self" type="application/rss+xml"></atom:link><item><title>On being dumb as a developer</title><description><![CDATA[<p>From time to time, you get vivid reminders that your personal idosyncrasies get in the way of doing good work as a developer. Nothing new in that itself, but today it was me that got caught.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Tue, 03 Nov 2020 00:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/dumb.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/dumb.en</guid></item><item><title>The Web Animations API and SMIL/SVG: not there yet</title><description><![CDATA[<p>The Web Animations API (WAAPI) starts with
the promise to integrate existing animation methods for the web platform into a
single model:</p>
<blockquote>
<p>The Web Animations model is intended to provide the features necessary for expressing
CSS Transitions,
CSS Animations and
SVG. As such, the use cases of Web Animations model
is the union of use cases for those three specifications.</p>
</blockquote>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Sun, 17 May 2020 00:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/waapi.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/waapi.en</guid></item><item><title>Moderate between CSS and SVG for the path microformat with library pathfit</title><description><![CDATA[<p>In the last few years a lot of efforts have been made to dovetail CSS and SVG.
There is even a resolution in the SVG 2 spec not to add any more presentation
attributes, prefering instead pure CSS properties. Nonetheless, some parts
resist their harmonization with a vigor. Path microsyntax is one of them.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Mon, 27 Apr 2020 00:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/pathfit.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/pathfit.en</guid></item><item><title>A Mine sweeping game</title><description><![CDATA[<p>I started to dive into React. And as before, I decided to select a well-known game as a training object.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Projects</category><pubDate>Sun, 10 Mar 2019 23:00:00 GMT</pubDate><link>https://browser-unplugged.net/articles/minesweeper.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/articles/minesweeper.en</guid></item><item><title>Who cut the cheese?</title><description><![CDATA[<p>The question was posed at stackoverflow.com in celebration
of their 10th aniversary. Well, let's see.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Wed, 10 Oct 2018 00:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/cheese.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/cheese.en</guid></item><item><title>Animated calligraphy</title><description><![CDATA[<p>At Stackoverflow, from time to time the questions pops up whether there
is an equivalent to the
<code>stroke-dashoffset</code> technique
for animating the SVG <code>stroke</code> that works for the <code>fill</code> attribute. Looking closer,
what is meant most of the time comes to this:</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Sat, 12 May 2018 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/calligraphy.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/calligraphy.en</guid></item><item><title>The 'gooey' SVG filter revisited</title><description><![CDATA[<p>Since Lucas Bebber described the &quot;gooey effect&quot; in a post on
CSS Tricks, it has gained some popularity.
But noone has asked more about the underlying filter primitives - presumably because they
look so unintelligable. But that comes at a price when browsers have bugs.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Thu, 07 Dec 2017 23:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/gooeybugs.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/gooeybugs.en</guid></item><item><title>Shortcodes as custom tags in Markdown</title><description><![CDATA[<p>Square brackets are the most-used format for alternative tag-like formats - first
popularized by BBCode, then used in WordPress for describing widgets. My new
node.js plugin
markdown-it-shortcode-tag
uses angle brackets instead. Why divert from the known practise?</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Sat, 19 Aug 2017 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/shortcodes.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/shortcodes.en</guid></item><item><title>Using svg-icon-toolbox for designing Debian themes</title><description><![CDATA[<p>The whole project svg-icon-toolbox
started because I wanted to change the base colors of the new
Mint-Y theme from green to blue. What
I found was a jungle of virtually unreadable SVG files, pixel icons without vector
source and inefficient shell scripts.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Fri, 09 Sep 2016 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/debianthemes.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/debianthemes.en</guid></item><item><title>A toolbox for SVG icon and style assets workflows</title><description><![CDATA[<p>The use of stylesheets with standalone SVG files is not ubiquitious. Browsers understand them,
some renderers (like librsvg)
do not. Workflow in editors mostly do not support their usage, or are at least not helpfull,
even if they understand them.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Wed, 03 Aug 2016 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/icontoolbox.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/icontoolbox.en</guid></item><item><title>WordPress-Plugin custom-logging-service published</title><description><![CDATA[<p>Last month I forked an old and abandoned
WordPress plugin.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Sun, 07 Feb 2016 23:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/cls.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/cls.en</guid></item><item><title>Solve a Crossword</title><description><![CDATA[<p>I’ve designed a few riddles for you. Try them out!</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Projects</category><pubDate>Tue, 22 Jul 2014 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/articles/crw-solve.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/articles/crw-solve.en</guid></item><item><title>Build a Crossword</title><description><![CDATA[<p>Try your hands at composing a crossword puzzle!</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Projects</category><pubDate>Tue, 22 Jul 2014 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/articles/crw-build.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/articles/crw-build.en</guid></item><item><title>WordPress-Plugin crosswordsearch published</title><description><![CDATA[<p>Today I have published a WordPress plugin
that has been developed as part of my current work. It is an educational game for
children: they can develop new wordsearch-style crosswords or solve stored riddles.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Tue, 22 Jul 2014 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/crosswordsearch.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/crosswordsearch.en</guid></item><item><title>A Grunt task for updating existing translation files</title><description><![CDATA[<p>This post
by Stephen Harris on the use of Grunt for
Internationalisation tasks in WordPress is a lot of help. For the project I am currently working
on I can gainfully use the plugins
grunt-pot and
grunt-po2mo.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Mon, 02 Jun 2014 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/translation.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/translation.en</guid></item><item><title>Patience</title><description><![CDATA[<p>Sorting cards is a popular pastime. As far as I am concerened, re-programming it for the web is
just the same. But finding a solution with good performance prooved to be more difficult than
it first seemed.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Projects</category><pubDate>Sun, 29 Sep 2013 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/articles/patience.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/articles/patience.en</guid></item><item><title>15 puzzle</title><description><![CDATA[<p>This game seems familiar? Click on the tiles and try out your skills.
<em>(Tip: the empty field must end up in the upper left corner.)</em></p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Projects</category><pubDate>Sun, 15 Sep 2013 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/articles/schieber.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/articles/schieber.en</guid></item><item><title>Bezier Rainbow</title><description><![CDATA[<p>In celebration of its 30th aniversary in the summer of 2013, german computer journal c’t staged a
contest for browserdemos.
My contribution, unfortunately, didn’t make it to the final round…therefore
I’m publishing it here now.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Projects</category><pubDate>Sun, 15 Sep 2013 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/articles/bezierrainbow.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/articles/bezierrainbow.en</guid></item><item><title>Drag &amp; drop with SVG</title><description><![CDATA[<p>For the patience project, I had to fight some performance problems.
Displaying a playing card as SVG grafic is in itself a completely harmless task for a browser.
But as soon as you try to drag the card with the mouse across others, or when cards are displayed
one on top of the other, as in a pile, delays get obvious; and the game flow is impeded.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Sun, 29 Sep 2013 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/dragndrop.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/dragndrop.en</guid></item><item><title>Good day.</title><description><![CDATA[<p>Welcome to my webseite.</p>
]]></description><author>ccprog@gmx.de (Claus Colloseus)</author><category>Blog</category><pubDate>Sun, 15 Sep 2013 22:00:00 GMT</pubDate><link>https://browser-unplugged.net/blog/welcome.en.html</link><guid isPermaLink="true">https://browser-unplugged.net/blog/welcome.en</guid></item></channel></rss>