<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[Acko.net]]></title>
  <link href="https://acko.net/atom.xml" rel="self"/>
  <link href="https://acko.net/"/>
  <updated>2026-03-05T12:10:39+01:00</updated>
  <id>https://acko.net</id>
  <author>
    <name><![CDATA[Steven Wittens]]></name>
    
  </author>

  
  <entry>
    <title type="html"><![CDATA[ComicJuice gets even better]]></title>
    <link href="https://acko.net/blog/comicjuice-gets-even-better/"/>
    <updated>2007-03-09T00:00:00+01:00</updated>
    <id>https://acko.net/blog/comicjuice-gets-even-better</id>
    <content type="html"><![CDATA[<div class="g8 i2 first"><div class="pad"><p>I finished some more tweaks to ComicJuice:
</p>

<ul>
<li>
<p>IE6 and 7 are now supported, thanks to the amazing <a href="http://excanvas.sourceforge.net/">ExplorerCanvas</a> by Google. It emulates the <a href="http://developer.mozilla.org/en/docs/Drawing_Graphics_with_Canvas">&lt;canvas&gt; tag</a> in IE, meaning that client-side scriptable vector graphics are now available on all the major browsers (IE, Firefox, Safari, Opera). I doubt Konqueror will be far behind.
</p>

<p>
This opens up some cool abilities, like dynamic in-page graphs, mini-widgets (sliders, dials, maps, ...) and even pure JS games. There's a bunch of examples linked on <a href="http://en.wikipedia.org/wiki/Canvas_(HTML_element)">Wikipedia</a> (though most don't use ExplorerCanvas yet).</p>
</li>
<li>
<p>I added support for uploading your own images rather than using pictures on the web. It uses a customized and themed version of core's JS uploader.
</p>
<p class="tc"><img class="natural" src="/files/comicjuice/comicjuice.png" alt="comic juice" /></p>
</li>
<li>I improved the clipping of speech bubbles so there should be less useless whitespace around comics, especially when embedding them.</li>
</ul>

</div></div>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Announcing.... ComicJuice!]]></title>
    <link href="https://acko.net/blog/announcing-comicjuice/"/>
    <updated>2007-03-06T00:00:00+01:00</updated>
    <id>https://acko.net/blog/announcing-comicjuice</id>
    <content type="html"><![CDATA[<div class="g8 i2 first"><div class="pad">
  
<h1>Announcing.... ComicJuice!</h1>
  
<p>I'm proud to announce the start of ComicJuice, a web 2.0 social mashup tool that lets you create comics in your browser and share them with others.
</p>

<p>
<em>Update: Now with Internet Explorer support! Thanks to <a href="http://code.google.com/p/explorercanvas/">Google's ExplorerCanvas</a>. Viewing comics works in IE6 and 7, while editing still requires IE7.</em>
</p>

<p>
<iframe style="margin: 0 auto;" width="425" height="349" src="http://www.youtube.com/embed/qhVMU48GfvE" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</p>

<p>
The crazy part is that I started working on this only friday evening (that's 4 days ago). Once I had the initial idea and a rough plan, I simply couldn't not code it.
</p>

<p>
A lot of jQuery and JavaScript later, with some &lt;canvas&gt; wizardry (boy is that thing inconsistent across browsers), we have a fully-fledged comic creator. The best part is that all of it is rendered client-side, so no actual images need to be generated. To display a comic, we use the same code as the editing interface. The down-side is that it doesn't work in IE, but I've been thinking about maybe doing a rough canvas emulation. We'll see. For now, the latest versions of Safari, Firefox and Opera have been tested and work well.
</p>

<p>
You can also embed comics with iframes, and copy/pastable code is provided. Like this lame example:
</p>

<p><em>(No longer available)</em></p>

<p>
I figured a Web 2.0 mash-up would not be complete without a fitting design to go in, so I designed icons, sliders and toolbars for the editor, as well as a theme for the website. The theme is a Garland knock-off: I guess I'm proving myself wrong that it's a bad base theme. It's actually quite good as it has fluid/fixed 1-3 column layouts in it.
</p>

<p>
I'm curious to see if ComicJuice takes off and what people do with it. It was a blast to code in any case. Check it out.</p></div></div>
]]></content>
  </entry>
  
</feed>
