<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://dikini.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>dikini.net - design</title>
 <link>http://dikini.net/taxonomy/term/72/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>new season, new mood, new design, new look</title>
 <link>http://dikini.net/28.04.2006/new_season_new_mood_new_design_new_look</link>
 <description>&lt;p&gt;I finally came about to changing the look of this blog. It is a new css-based design. It might get heavyish on some machines+browsers, but to be honest I can&#039;t care less about it.&lt;/p&gt;
&lt;p&gt;This design is kind of a proof for the themability of drupal. It took me about  20 minutes to convert this from a plain html with embedded stylesheet to page.tpl.php+css.&lt;/p&gt;
&lt;p&gt;If I can do it, any monkey should be able to.&lt;/p&gt;
&lt;p&gt;Update: thanks to rkerr &amp;amp; |gatsby| I&#039;ve fugured out that I have a slight problem in IE - unreadable. The bloody boxes and png transparency problems. Now it should be much better.&lt;/p&gt;
&lt;p&gt;Thanks guys&lt;/p&gt;
</description>
 <comments>http://dikini.net/28.04.2006/new_season_new_mood_new_design_new_look#comment</comments>
 <category domain="http://dikini.net/tags/css">css</category>
 <category domain="http://dikini.net/tags/design">design</category>
 <category domain="http://dikini.net/tags/drupal">drupal</category>
 <pubDate>Fri, 28 Apr 2006 09:59:18 -0400</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">151 at http://dikini.net</guid>
</item>
<item>
 <title>x|s|p expressions mixing</title>
 <link>http://dikini.net/28.04.2006/x_s_p_expressions_mixing</link>
 <description>&lt;p&gt;To continue my &lt;a href=&quot;http://dikini.net/27.04.2006/random_thoughts_on_web_application_internals&quot; title=&quot;Random thoughts on web application internals&quot; rel=&quot;nofollow&quot;&gt;random ramblings&lt;/a&gt; on the programmable web let&#039;s get into the other side. Theming.&lt;/p&gt;
&lt;p&gt;These days it is a common place to have a theme engine available in almost any respectable web application. It&#039;s the result of the &lt;em&gt;spearation of concerns&lt;/em&gt; mantra and the desire to get designers and arty types off your back, give them the freedom to do almost anything they want, while not bothirng yourself (as a developr/admin) with too much unnessesary support requests. Theme engines and ideas how to build them are plenty. They differ a lot. But let&#039;s try and dissect what are they doing, or more likely what should they do.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dikini.net/28.04.2006/x_s_p_expressions_mixing&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dikini.net/28.04.2006/x_s_p_expressions_mixing#comment</comments>
 <category domain="http://dikini.net/tags/design">design</category>
 <category domain="http://dikini.net/tags/drupal">drupal</category>
 <category domain="http://dikini.net/tags/php">php</category>
 <category domain="http://dikini.net/tags/programmable_web">programmable web</category>
 <category domain="http://dikini.net/tags/programming">programming</category>
 <pubDate>Fri, 28 Apr 2006 03:16:08 -0400</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">149 at http://dikini.net</guid>
</item>
<item>
 <title>Laura&#039;s exhibition posters</title>
 <link>http://dikini.net/09.12.2005/lauras_exhibition_posters</link>
 <description>&lt;p&gt;They are done. I like them. The could possibly be improved, but I don&#039;t really want to overdo it. So I stop here.&lt;/p&gt;
&lt;p&gt;Oh, and visit the exhibition- shot in the dark, city road, cardiff, december 16,2005-february 16,2005&lt;/p&gt;
&lt;p&gt;The files are linked to below, so if you want to print flyers or posters and do some propaganda, go for it. I have perpped a cd with that, but couldn&#039;t burn it, my laptop&#039;s  drive is borked. So use the web. And no nasty comments, or I&#039;ll shoot.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dikini.net/09.12.2005/lauras_exhibition_posters&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dikini.net/09.12.2005/lauras_exhibition_posters#comment</comments>
 <category domain="http://dikini.net/tags/design">design</category>
 <category domain="http://dikini.net/tags/exhibition">exhibition</category>
 <category domain="http://dikini.net/tags/moody">moody</category>
 <category domain="http://dikini.net/tags/poster">poster</category>
 <pubDate>Fri, 09 Dec 2005 05:38:28 -0500</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">98 at http://dikini.net</guid>
</item>
<item>
 <title>modular drupal css theme</title>
 <link>http://dikini.net/04.11.2005/modular_drupal_css_theme</link>
 <description>&lt;p&gt;I continued working on the current dikini.net theme. It is an intresting exercise. So here is what I aim for:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;modular stylesheets: typography.css, framing.css, colors.css &amp;amp; friends&lt;/li&gt;
&lt;li&gt;page.tpl.php should allow for a multicolumn design, with arbitrary column order&lt;/li&gt;
&lt;li&gt;vertical positioning of elements within columns&lt;/li&gt;
&lt;li&gt;no faux columns&lt;/li&gt;
&lt;li&gt;a series of variation themes(styles), based on different layouts and colour schemes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Status:&lt;br /&gt;
1 - complete, including an unofficial, experimental split of drupal.css&lt;br /&gt;
2,3,4 - half there&lt;br /&gt;
5 - have a couple of&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dikini.net/04.11.2005/modular_drupal_css_theme&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dikini.net/04.11.2005/modular_drupal_css_theme#comment</comments>
 <category domain="http://dikini.net/tags/css">css</category>
 <category domain="http://dikini.net/tags/design">design</category>
 <category domain="http://dikini.net/tags/drupal">drupal</category>
 <category domain="http://dikini.net/tags/webdesign">webdesign</category>
 <pubDate>Fri, 04 Nov 2005 10:21:32 -0500</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">70 at http://dikini.net</guid>
</item>
<item>
 <title>warholesque drupal panel</title>
 <link>http://dikini.net/20.09.2005/warholesque_drupal_panel</link>
 <description>&lt;img src=&quot;http://dikini.net/files/warhol-drupal.gif&quot; style=&quot;display:block; float: right; margin-left:1em; width:40%;&quot; alt=&quot;drupal in london t-shirt design&quot; /&gt;It seems I&#039;m in a drawing mood. Inspired by Robert&#039;s Warhol drupal@linuxworld, here is an warholesque drupal panel - could be used in t-shirts, posters and other propaganda materials. 

OK, it is an overused, abused and non-original, but I personally like it. If you do too, feel free to use it. Just drop me a line or a photo if you do, please.
&lt;div style=&quot;clear:both;&quot;&gt;&amp;nbsp;&lt;/div&gt;</description>
 <comments>http://dikini.net/20.09.2005/warholesque_drupal_panel#comment</comments>
 <category domain="http://dikini.net/tags/design">design</category>
 <category domain="http://dikini.net/tags/drupal">drupal</category>
 <category domain="http://dikini.net/tags/ideas">ideas</category>
 <category domain="http://dikini.net/tags/t_shirt_design">t-shirt design</category>
 <pubDate>Tue, 20 Sep 2005 08:22:36 -0400</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">12 at http://dikini.net</guid>
</item>
<item>
 <title>fat tap entry for the drupal design contest - london 2005 LinuxWorld</title>
 <link>http://dikini.net/20.09.2005/fat_tap_entry_for_the_drupal_design_contest_london_2005_linuxworld</link>
 <description>&lt;img src=&quot;http://dikini.net/files/dcon-london.png&quot; style=&quot;display:block; float: left; margin-right:1em; width:40%;&quot; alt=&quot;drupal in london t-shirt design&quot;&gt;

This is my own entry for the Drupal London LinuxWorld t-shirt design context. It is kind of British, Drupalish, and there is a hidden tux. Hope my tupence helps.

This entry is based on my earlier fat tap drupal t-shirt design, which still remains largely unpublished. It needs more work. I modified it a bit to suit the occasion. 

What do you think? Where is the penguin?
&lt;div style=&quot;clear:both;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://dikini.net/20.09.2005/fat_tap_entry_for_the_drupal_design_contest_london_2005_linuxworld&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://dikini.net/20.09.2005/fat_tap_entry_for_the_drupal_design_contest_london_2005_linuxworld#comment</comments>
 <category domain="http://dikini.net/tags/conference">conference</category>
 <category domain="http://dikini.net/tags/design">design</category>
 <category domain="http://dikini.net/tags/drupal">drupal</category>
 <category domain="http://dikini.net/tags/expo">expo</category>
 <category domain="http://dikini.net/tags/t_shirt_design">t-shirt design</category>
 <pubDate>Tue, 20 Sep 2005 04:18:12 -0400</pubDate>
 <dc:creator>vlado</dc:creator>
 <guid isPermaLink="false">8 at http://dikini.net</guid>
</item>
</channel>
</rss>
