<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>2657 Productions News &#187; CSS</title> <atom:link href="http://news.mrdwab.com/category/geekiness/css/feed/" rel="self" type="application/rss+xml" /><link>http://news.mrdwab.com</link> <description>..:: Whereabouts and Whatabouts of the 2657 World ::..</description> <lastBuildDate>Mon, 16 Jan 2012 05:56:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>The awesomeness that is WordPress and child themes</title><link>http://news.mrdwab.com/2010/07/08/the-awesomeness-that-is-wordpress-and-child-themes/</link> <comments>http://news.mrdwab.com/2010/07/08/the-awesomeness-that-is-wordpress-and-child-themes/#comments</comments> <pubDate>Thu, 08 Jul 2010 16:10:46 +0000</pubDate> <dc:creator>Ananda</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Geekiness]]></category> <category><![CDATA[Website]]></category> <category><![CDATA[@font-face]]></category> <category><![CDATA[child themes]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=774</guid> <description><![CDATA[After a long long long time, I decided to get back into some actual website experimentation. For a while, I was really lazy with my site design and settled on using the Atahualpa theme. This was a great be-lazy theme, but I noticed that while browsing other sites, it often became too obvious which sites [...]]]></description> <content:encoded><![CDATA[<p>After a long long long time, I decided to get back into some actual website experimentation. For a while, I was really lazy with my site design and settled on using the <a
href="http://wordpress.org/extend/themes/atahualpa" target="_blank">Atahualpa</a> theme. This was a great be-lazy theme, but I noticed that while browsing other sites, it often became too obvious which sites were made using the theme and me, always wanting &#8220;my own thing&#8221; decided that it was time to get my hands at least a little bit dirty again.</p> <a
href='http://news.mrdwab.com/2010/07/08/the-awesomeness-that-is-wordpress-and-child-themes/screen-2/' title='screen-2'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/07/screen-2-150x150.jpg" class="attachment-thumbnail" alt="screen-2" title="screen-2" /></a> <a
href='http://news.mrdwab.com/2010/07/08/the-awesomeness-that-is-wordpress-and-child-themes/screen-3/' title='screen-3'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/07/screen-3-150x150.jpg" class="attachment-thumbnail" alt="screen-3" title="screen-3" /></a> <a
href='http://news.mrdwab.com/2010/07/08/the-awesomeness-that-is-wordpress-and-child-themes/screen-1/' title='screen-1'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/07/screen-1-150x150.jpg" class="attachment-thumbnail" alt="screen-1" title="screen-1" /></a><p><span
id="more-774"></span></p><p>I had posted a little while ago about <a
href="http://news.mrdwab.com/2010-05-20/font-experiments/http://news.mrdwab.com/2010-05-20/font-experiments/">my excitement</a> and <a
href="http://news.mrdwab.com/2010-05-20/font-experiments-part-2/">my disappointment</a> over the <a
href="http://code.google.com/webfonts" target="_blank">Google Font Directory</a> and that had inspired me to look into other ways to get some custom fonts online. <a
href="http://www.fontsquirrel.com/fontface/generator" target="_blank">Font Squirrel</a> offered a great free @font-face generator, so I loaded up my <a
href="http://thegrumpywriter.wordpress.com">Mr. Grumpy</a> <a
href="http://thegrumpywriter.wordpress.com/fonts/">fonts</a> and decided to see what I could do with it.</p><p>With my fonts ready, I decided to get back into my own theme design. This time, rather than designing the theme from scratch, I decided to create a child theme for one of the better theme frameworks I found: <a
href="http://wordpress.org/extend/themes/thematic" target="_blank">Thematic</a>.</p><p>For those of you who don&#8217;t know what a child theme is, think about it this way. WordPress periodically needs to be updated (to fix bugs, add new features, enhance security, and so on). When you host your own WordPress installation, you&#8217;re also tempted (at least nerdy people like me are tempted) to customize the themes they use, and in the past, that often meant making edits to the original theme files. But just as WordPress needs to be periodically updated, so to does its themes (for example, when WordPress added widget support or post thumbnail support, theme modifications were required). When you updated your theme, however, all of your customizations would them be lost.</p><p>Child themes solve this problem by letting you use a well-structured theme that is up-to-date with all the  WordPress features you need, creating a new folder in your WordPress themes directory for your child theme, and creating a new theme by doing as little as creating a new stylesheet that imports the styles from your chosen template. If you need to make more significant changes to the parent theme, instead of modifying the actual theme files, you create a &#8220;functions.php&#8221; file in your child theme directory. So, for instance, if you&#8217;ve decided that you don&#8217;t want the &#8220;access&#8221; div that&#8217;s present in the Thematic framework, you can remove it by adding the following to your functions.php file:</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p774code6'); return false;">View Code</a> PHP</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p7746"><td
class="line_numbers"><pre>1
2
3
4
5
</pre></td><td
class="code" id="p774code6"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Remove Thematic access</span>
<span style="color: #000000; font-weight: bold;">function</span> remove_access<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  remove_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'thematic_header'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'thematic_access'</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">9</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
  add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'init'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'remove_access'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div><p>Or, if you want to add something to the head of your page (like some extra JavaScript or something) you can add something like the following:</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p774code7'); return false;">View Code</a> PHP</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p7747"><td
class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td
class="code" id="p774code7"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> yourfunctionname<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
  <span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
    Your Fancy javascript
  <span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wp_head'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'yourfunctionname'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div><p>In the above snippet, the first line starts with naming our function, and ends with <code>{ ?></code> which switches us out of PHP so we can add normal HTML. The last line is where we make the call to the function that we just defined. There are some good instructions at the <a
href="http://themeshaper.com/thematic/guide/" target="_blank">Thematic Theme Framework Guide</a> for how to use the different Thematic hooks and filters to create a truly customized site.</p><p>As I was making these changes, <a
href="http://alistapart.com" target="_blank">A List Apart</a> published <a
href="http://www.alistapart.com/articles/supersize-that-background-please/" target="_blank">a great article about full-screen backgrounds</a> and, of course, I had to try it out. But, I wanted to take it a little bit further: make the background change with each page. So, for that, I used <a
href="http://ma.tt/scripts/randomimage/" target="_blank">Matt&#8217;s random image script</a> and put that into my stylesheet. This is something I might change though. It seems like referencing the PHP file in the CSS works as I expected with Opera and Firefox (a different background image for each page) but with Chrome, it loads a different background image only once each session (which is also OK, but not what I was looking for). (From A List Apart, I also borrowed ideas for using CSS transparency and rounded corners, as well as their ideas for applying different CSS rules for different window sizes.)</p><p>Here are a few snippets of the CSS customization.</p><p>For the transparency and rounded corners for the header area and the main text area:</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p774code8'); return false;">View Code</a> CSS</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p7748"><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td
class="code" id="p774code8"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#branding</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#main</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#branding</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#F8F8F8</span><span style="color: #00AA00;">;</span>
  border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
  -moz-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
  -webkit-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
  filter<span style="color: #00AA00;">:</span> alpha<span style="color: #00AA00;">&#40;</span>opacity<span style="color: #00AA00;">=</span><span style="color: #cc66cc;">90</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
  -khtml-opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.9</span><span style="color: #00AA00;">;</span>
  -moz-opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.9</span><span style="color: #00AA00;">;</span>
  opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.9</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div><p>For centering the page if the screen is small and floating the content to the right if the page is wider than 1280 pixels:</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p774code9'); return false;">View Code</a> RSPLUS</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p7749"><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td
class="code" id="p774code9"><pre class="rsplus" style="font-family:monospace;">@media <span style="color: #0000FF; font-weight: bold;">all</span> and <span style="color: #080;">&#40;</span>min<span style="color: #080;">-</span>width<span style="color: #080;">:</span> 1280px<span style="color: #080;">&#41;</span>
  <span style="color: #080;">&#123;</span>
    <span style="color: #228B22;">#branding, #main</span>
      <span style="color: #080;">&#123;</span>
        float<span style="color: #080;">:</span> right<span style="color: #080;">;</span>
        margin<span style="color: #080;">-</span>right<span style="color: #080;">:</span> 20px<span style="color: #080;">;</span>
      <span style="color: #080;">&#125;</span>
  <span style="color: #080;">&#125;</span>
@media only <span style="color: #0000FF; font-weight: bold;">all</span> and <span style="color: #080;">&#40;</span>max<span style="color: #080;">-</span>width<span style="color: #080;">:</span> 1024px<span style="color: #080;">&#41;</span> and <span style="color: #080;">&#40;</span>max<span style="color: #080;">-</span>height<span style="color: #080;">:</span> 768px<span style="color: #080;">&#41;</span>
  <span style="color: #080;">&#123;</span>
    <span style="color: #0000FF; font-weight: bold;">body</span>
      <span style="color: #080;">&#123;</span>
        background<span style="color: #080;">-</span>size<span style="color: #080;">:</span> 1024px 768px<span style="color: #080;">;</span>
        <span style="color: #080;">-</span>moz<span style="color: #080;">-</span>background<span style="color: #080;">-</span>size<span style="color: #080;">:</span> 1024px 768px<span style="color: #080;">;</span>
      <span style="color: #080;">&#125;</span>
  <span style="color: #080;">&#125;</span></pre></td></tr></table></div><p>For getting a random image each time the page is rotated. Instead of mentioning an image URL like you normally would, you instead mention the rotate image script I referenced earlier.</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p774code10'); return false;">View Code</a> RSPLUS</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p77410"><td
class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td
class="code" id="p774code10"><pre class="rsplus" style="font-family:monospace;"><span style="color: #0000FF; font-weight: bold;">body</span> <span style="color: #080;">&#123;</span>
  background<span style="color: #080;">:</span> <span style="color: #228B22;">#fff url(rotatebg.php) left bottom fixed no-repeat;</span>
  background<span style="color: #080;">-</span>size<span style="color: #080;">:</span> cover<span style="color: #080;">;</span>
  color<span style="color: #080;">:</span> <span style="color: #228B22;">#000;</span>
  margin<span style="color: #080;">:</span> <span style="color: #ff0000;">0</span><span style="color: #080;">;</span>
  <span style="color: #080;">-</span>moz<span style="color: #080;">-</span>background<span style="color: #080;">-</span>size<span style="color: #080;">:</span> cover<span style="color: #080;">;</span>
  padding<span style="color: #080;">:</span> <span style="color: #ff0000;">0</span><span style="color: #080;">;</span>
<span style="color: #080;">&#125;</span></pre></td></tr></table></div><p>Maybe eventually, when I get around to tweaking this a bit more and testing it in some other browsers (I&#8217;m not even going to bother being nice to Internet Explorer) I&#8217;ll package up the child theme and share it&#8230;.</p> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2010/07/08/the-awesomeness-that-is-wordpress-and-child-themes/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Font experiments, Part 2</title><link>http://news.mrdwab.com/2010/05/20/font-experiments-part-2/</link> <comments>http://news.mrdwab.com/2010/05/20/font-experiments-part-2/#comments</comments> <pubDate>Thu, 20 May 2010 11:25:57 +0000</pubDate> <dc:creator>Ananda</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Geekiness]]></category> <category><![CDATA[Website]]></category> <category><![CDATA[experiments]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[Google]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=678</guid> <description><![CDATA[My initial excitement about the Google Font Directory is a little bit diminished right now. According to the Google Code Blog: The Google Font API hides a lot of complexity behind the scenes. Google’s serving infrastructure takes care of converting the font into a format compatible with any modern browser (including Internet Explorer 6 and [...]]]></description> <content:encoded><![CDATA[<p>My initial excitement about the Google Font Directory is a little bit diminished right now.</p><p><span
id="more-678"></span></p><p>According to the <a
href="http://googlecode.blogspot.com/2010/05/introducing-google-font-api-google-font.html">Google Code Blog</a>:</p><blockquote><p>The Google Font API hides a lot of complexity behind the scenes. Google’s serving infrastructure takes care of converting the font into a format compatible with any modern browser (including Internet Explorer 6 and up), sends just the styles and weights you select, and the font files and CSS are tuned and optimized for web serving.</p></blockquote><p>But here are a few screencaps of my site in different browsers:</p> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/chrome/' title='Chrome: Looks pretty much as I would expect it to, but not sure why there seems to be so much aliasing.'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/chrome-150x150.jpg" class="attachment-thumbnail" alt="Chrome" title="Chrome: Looks pretty much as I would expect it to, but not sure why there seems to be so much aliasing." /></a> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/opera/' title='Opera: Also, as expected, but similar concern about aliasing.'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/opera-150x150.jpg" class="attachment-thumbnail" alt="Opera" title="Opera: Also, as expected, but similar concern about aliasing." /></a> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/safari/' title='Safari (on Windows): Uses the right fonts, but they look overly &quot;heavy&quot; to me.'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/safari-150x150.jpg" class="attachment-thumbnail" alt="Safari (on Windows)" title="Safari (on Windows): Uses the right fonts, but they look overly &quot;heavy&quot; to me." /></a> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/ie7/' title='IE7: Headings are correct, but not the main text.'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/ie7-150x150.jpg" class="attachment-thumbnail" alt="IE7" title="IE7: Headings are correct, but not the main text." /></a> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/firefox/' title='Firefox: The big surprise for me! Nothing works!'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/firefox-150x150.jpg" class="attachment-thumbnail" alt="Firefox" title="Firefox: The big surprise for me! Nothing works!" /></a> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/specimen1/' title='The specimen page for IM Fell English SC on Chrome. Looks like a fun font.'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/specimen1-150x150.jpg" class="attachment-thumbnail" alt="Specimen page, Chrome" title="The specimen page for IM Fell English SC on Chrome. Looks like a fun font." /></a> <a
href='http://news.mrdwab.com/2010/05/20/font-experiments-part-2/specimen2/' title='The specimen page for IM Fell English SC on Firefox. Looks like a pretty regular font.'><img
width="150" height="150" src="http://news.mrdwab.com/wp-content/uploads/2010/05/specimen2-150x150.jpg" class="attachment-thumbnail" alt="Specimen page, Firefox" title="The specimen page for IM Fell English SC on Firefox. Looks like a pretty regular font." /></a><p>I guess this has inspired me to explore using the @font-face option though, so there might be some more font experiments on the way.</p> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2010/05/20/font-experiments-part-2/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Font experiments</title><link>http://news.mrdwab.com/2010/05/20/font-experiments/</link> <comments>http://news.mrdwab.com/2010/05/20/font-experiments/#comments</comments> <pubDate>Thu, 20 May 2010 05:55:57 +0000</pubDate> <dc:creator>Ananda</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Geekiness]]></category> <category><![CDATA[Website]]></category> <category><![CDATA[experiments]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[Google]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=676</guid> <description><![CDATA[Google just launched the Google Font Directory (beta, of course) and the Google Font API which provides web-designers with an easy way to extend the font options that tend to limit many websites. Using the service is pretty simple: go to the font directory, find the font you want to use, and follow the simple [...]]]></description> <content:encoded><![CDATA[<p>Google just launched the <a
href="http://code.google.com/webfonts" target="_blank">Google Font Directory</a> (beta, of course) and the Google Font API which provides web-designers with an easy way to extend the font options that tend to limit many websites. Using the service is pretty simple: go to the font directory, find the font you want to use, and follow the simple instructions under the &#8220;Get the code&#8221; tab.</p><p>The font list seems a bit limited at the moment, but to experiment with the feature, I&#8217;ve changed all of the post headings at this site to be displayed in <a
href="http://code.google.com/webfonts/family?family=IM+Fell+English+SC" target="_blank">IM Fell English SC</a> and the body text to <a
href="http://code.google.com/webfonts/family?family=Molengo" target="_blank">Molengo</a>. It would be great to see fonts like <a
href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&#038;id=Gentium" target="_blank">Gentium</a> and <a
href="http://www.linuxlibertine.org/index.php?id=1&#038;L=1" target="_blank">Linux Libertine</a> on there too.</p> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2010/05/20/font-experiments/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>2657 Productions is going to get a facelift</title><link>http://news.mrdwab.com/2008/06/23/2657-productions-facelift/</link> <comments>http://news.mrdwab.com/2008/06/23/2657-productions-facelift/#comments</comments> <pubDate>Mon, 23 Jun 2008 07:10:39 +0000</pubDate> <dc:creator>Ananda Mahto</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[2657 Productions]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Geekiness]]></category> <category><![CDATA[Website]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=108</guid> <description><![CDATA[I&#8217;ve been trying to keep myself busy recently. As I mentioned in my earlier post about the DAMN It! website, one of the reasons I did it was to experiment with some layout stuff. This then translated into me exploring WordPress Themes, using the Sandbox theme as my foundation. There is still a bit of [...]]]></description> <content:encoded><![CDATA[<p><a
href='http://news.mrdwab.com/2008-06-23/2657-productions-facelift/2657-productions/' rel="attachment wp-att-109"><img
src="http://news.mrdwab.com/wp-content/uploads/2008/06/2657-productions-300x192.png" alt="2657 Productions: Teaching myself WordPress theme design...." title="Layout for the new 2657 Productions Site" width="300" height="192" class="alignright size-medium wp-image-109" /></a><br
/> I&#8217;ve been trying to keep myself busy recently.</p><p>As I mentioned in <a
href="http://news.mrdwab.com/2008-06-20/damn-it/">my earlier post about the DAMN It! website</a>, one of the reasons I did it was to experiment with some layout stuff. This then translated into me exploring WordPress Themes, using <a
href="http://www.plaintxt.org/themes/sandbox/">the Sandbox theme</a> as my foundation.</p><p>There is still a bit of tweaking that needs to be done before I redirect the home domain to the new folder, but you can <a
href="http://mrdwab.com/2657/">check out the new site</a> while I start transfering the information and fiddling with the theme&#8217;s files&#8230;.</p> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2008/06/23/2657-productions-facelift/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>DAMN It!</title><link>http://news.mrdwab.com/2008/06/20/damn-it/</link> <comments>http://news.mrdwab.com/2008/06/20/damn-it/#comments</comments> <pubDate>Fri, 20 Jun 2008 10:11:56 +0000</pubDate> <dc:creator>Ananda Mahto</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Geekiness]]></category> <category><![CDATA[Humor]]></category> <category><![CDATA[India]]></category> <category><![CDATA[silliness]]></category> <category><![CDATA[Website]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=106</guid> <description><![CDATA[I was just having some fun at work a couple of weeks ago, trying to put some positive and creative pressure on a co-worker, so I created this fake center to compete with the center she is heading (the Advanced Centre for Enabling Disaster Risk Reduction [at the Tata-Dhan Academy where I work]). The result? [...]]]></description> <content:encoded><![CDATA[<p><a
href='http://news.mrdwab.com/?attachment_id=107'><img
src="http://news.mrdwab.com/wp-content/uploads/2008/06/damn-it-300x192.png" alt="The Disaster Awareness and Mitigation Network, International!" title="DAMN It!" width="300" height="192" class="alignright size-medium wp-image-107" /></a>I was just having some fun at work a couple of weeks ago, trying to put some positive and creative pressure on a co-worker, so I created this fake center to compete with the center she is heading (the Advanced Centre for Enabling Disaster Risk Reduction [at the Tata-Dhan Academy where I work]). The result? Amy and I settled on Disaster Awareness and Mitigation Network, International. We <a
href="http://damn-it.mrdwab.com">even have a website</a>!<br
/> <span
id="more-106"></span><br
/> No, really, Sangeetha (the co-worker that I&#8217;m pressuring) is awesome and does great work. Originally, the center she was heading was simply called the &#8220;ACE&#8221; which totally missed out on what the work actually involved. Since then, the name has been somewhat consistently written as ACEDRR (said as the word &#8220;ace&#8221; and the letters d, r, and r) which makes it a lot easier for me to accept the center. Additionally, there were a few things I wanted to try out in terms of positioning things with CSS and so on, so this was a good opportunity&#8230;.</p><h2>UPDATE: July 12, 2008</h2><p><a
href='http://news.mrdwab.com/2008-06-20/damn-it/2008-07-12_114301/' rel="attachment wp-att-164"><img
src="http://news.mrdwab.com/wp-content/uploads/2008/07/2008-07-12_114301-300x155.png" alt="First official version of the ACEDRR website that I\&#039;ve worked on" title="ACEDRR website, V1.0" width="300" height="155" class="alignright size-medium wp-image-164" /></a><br
/> ACEDRR has <a
href="http://dhan.org/acedrr/">its own site</a> now! I guess my pressuring paid off somewhat. We still need to filter through pictures and work on some more user-friendly functions (for example in navigation and finding information) but I think it is off to a decent start.</p><p>This wasn&#8217;t the first design I submitted. The first design can be found hosted at <a
href="http://mrdwab.com/tda/acedrr/">mrdwab.com&#8217;s TDA sandbox pages</a> and helped us at least enter some discussions about how to lead the design process.</p><p>There&#8217;s some temptation for me to remove my <a
href="http://damn-it.mrdwab.com">DAMN It! site</a> (especially because it actually appears on search engines when you type in ACEDRR), but I&#8217;m emotionally attached to it and it did help me to figure out how to redesign the <a
href="http://mrdwab.com/2657/">2657 Productions website</a>. (You can even see the similarity in layout.) I guess what I&#8217;m saying is that it&#8217;s here to stay for archival purposes and hopefully <a
href="http://dhan.org/acedrr/">the official ACEDRR site</a> starts to get picked up on search engines soon enough&#8230;.</p> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2008/06/20/damn-it/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
