<?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; Website</title> <atom:link href="http://news.mrdwab.com/category/geekiness/website/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-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> <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><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>Google Page Creator is gone&#8230;.</title><link>http://news.mrdwab.com/2009/11/23/google-page-creator-is-gone/</link> <comments>http://news.mrdwab.com/2009/11/23/google-page-creator-is-gone/#comments</comments> <pubDate>Mon, 23 Nov 2009 17:29:31 +0000</pubDate> <dc:creator>Ananda</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[General News]]></category> <category><![CDATA[Humor]]></category> <category><![CDATA[India]]></category> <category><![CDATA[Scribbles]]></category> <category><![CDATA[Stories]]></category> <category><![CDATA[Website]]></category> <category><![CDATA[archives]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=482</guid> <description><![CDATA[And, they didn&#8217;t do such a great job of transferring the Google Page Creator content to Google Sites. So, I&#8217;ve decided to delete the content from Google Page Creator and transfer it here instead. This site has so much random content already; four more random articles shouldn&#8217;t make too much of a difference. Read on [...]]]></description> <content:encoded><![CDATA[<p>And, they didn&#8217;t do such a great job of transferring the Google Page Creator content to Google Sites. So, I&#8217;ve decided to delete the content from Google Page Creator and transfer it here instead. This site has so much random content already; four more random articles shouldn&#8217;t make too much of a difference.</p><p>Read on to find:</p><ul><li><a
href="http://news.mrdwab.com/2009-11-23/do-indians-have-a-sense-of-humor/">Do Indians have a sense of humor AKA &#8220;Irony over the stinky river&#8230;.&#8221;</a></li><li><a
href="http://news.mrdwab.com/2009-11-23/marina-beach/">Marina Beach AKA &#8220;The sweet smelling ocean spray on Chennai’s shores….&#8221;</a></li><li><a
href="http://news.mrdwab.com/2009-11-23/wetwo-brand/">Wetwo Brand AKA &#8220;Population Control, Indian Style….&#8221;</a></li><li><a
href="http://news.mrdwab.com/2009-11-23/submission/">Submission AKA &#8220;Quick, shhh! The Big-boss has just entered….&#8221;</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2009/11/23/google-page-creator-is-gone/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Disappearing Photos</title><link>http://news.mrdwab.com/2009/08/10/disappearing-photos/</link> <comments>http://news.mrdwab.com/2009/08/10/disappearing-photos/#comments</comments> <pubDate>Mon, 10 Aug 2009 16:02:26 +0000</pubDate> <dc:creator>Ananda</dc:creator> <category><![CDATA[(all categories)]]></category> <category><![CDATA[General News]]></category> <category><![CDATA[Pictures]]></category> <category><![CDATA[Website]]></category> <category><![CDATA[photo-set]]></category> <guid
isPermaLink="false">http://news.mrdwab.com/?p=366</guid> <description><![CDATA[I was looking through my posts the other day and I just realized that somehow, my Gallery2 installation totally disappeared. What that means, unfortunately, is that there are a whole bunch of old posts (like my 2007 India Vacation posts) which have a whole bunch of broken links. Browsing through my file manager, I found [...]]]></description> <content:encoded><![CDATA[<p>I was looking through my posts the other day and I just realized that somehow, my Gallery2 installation totally disappeared. What that means, unfortunately, is that there are a whole bunch of old posts (like my <a
href="http://news.mrdwab.com/category/india/2007-vacation/">2007 India Vacation</a> posts) which have a whole bunch of broken links.</p><p>Browsing through my file manager, I found that all the albums were still there, but the way that Gallery2 dealt out photos hid their actual album location and gave some sort of &#8220;fake&#8221; link. I tried to reinstall Gallery2, but in the process got a whole bunch of errors, so I thought I would explore the Gallery3.</p><p>So, now, all of the photos have been migrated over to Gallery3 (which I think I already like a bit more than Gallery2), and when I have some time to do some boring link-fixing, I guess I will get around to fixing my broken links. In the meantime, if you find any references to photos which show a broken photo placeholder, you can head over to <a
href="http://photos.mrdwab.com">photos.mrdwab.com</a> and see if you can find them there.</p> ]]></content:encoded> <wfw:commentRss>http://news.mrdwab.com/2009/08/10/disappearing-photos/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
