<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Jaa's Blog</title>
    <link>http://www.jawish.org/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Firefox 3 Thaana display bug: review and fixes</title>
    <link>http://www.jawish.org/blog/archives/315-Firefox-3-Thaana-display-bug-review-and-fixes.html</link>
    
    <comments>http://www.jawish.org/blog/archives/315-Firefox-3-Thaana-display-bug-review-and-fixes.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=315</wfw:comment>

    <slash:comments>13</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=315</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Maldivians who use Firefox would be aware that certain Dhivehi websites, such as &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5taWFkaHUuY29tLm12Lw==&amp;amp;entry_id=315&quot; title=&quot;http://www.miadhu.com.mv/&quot;  onmouseover=&quot;window.status=&#039;http://www.miadhu.com.mv/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;Miadhu Online&lt;/a&gt;, no longer display the Thaana fonts correctly when they switched to the recently released version 3 of the popular browser. I would like to review the issue for the benefit of Maldivian web developers and put forward some solutions that could be used. Further, I would also like to make available a fix that ordinary web users can themselves use until website owners (or the Firefox developers) fix the issue.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Problem description:&lt;/strong&gt;&lt;br /&gt;
Firefox 3.x series (and the 2.x series as well, to a lesser extent) fails in correctly displaying Thaana in web pages when certain non-Unicode Thaana fonts are applied to the elements using CSS. The same pages, however, render correctly without issue with Internet Explorer, Safari and Opera.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;DOCTYPE&lt;/em&gt; - One contributing factor seems to be the DOCTYPE of the page. My guess is that this issue may have something to do with quirksmode rendering or standards compliance. The lack of a DOCTYPE in the markup gives correct rendering of the Thaana fonts on the page. However, omission of the DOCTYPE cannot and should not be considered a solution as DOCTYPE is required for most page markup and browsers need the correct DOCTYPE specification to correctly render modern pages.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Font&lt;/em&gt; - Another factor seems to be the font file used. The Thaana characters fail to be rendered correctly when almost all of the commonly used Thaana fonts, such as A_Faseyha, A_Waheed and A_Randhoo, are used. However, some fonts do work without issue - A_Ilham for example.&lt;br /&gt;
&lt;br /&gt;
Here are some demo pages to highlight the issues. Each of the pages has three lines of Thaana - first of which is Thaana text enclosed in a font tag specifying a (problematic) Thaana font, the second is a H3 headline which has the font family set to a (problematic) Thaana font using CSS alone, the third is again a H3 headline which has the font family is set to a (problematic) Thaana font using CSS but has the text placed inside a font tag and finally the fourth line has a H3 headline whose font family is set to a (working) Thaana font using CSS alone.&lt;br /&gt;
View Thaana on page with: &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvdXBsb2Fkcy9mZnRoYWFuYWJ1Zy1ub2RvY3R5cGUuaHRt&amp;amp;entry_id=315&quot; title=&quot;http://www.jawish.org/blog/uploads/ffthaanabug-nodoctype.htm&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/uploads/ffthaanabug-nodoctype.htm&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;no DOCTYPE&lt;/a&gt;, &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvdXBsb2Fkcy9mZnRoYWFuYWJ1Zy1kb2N0eXBlLWh0bWw0Lmh0bQ==&amp;amp;entry_id=315&quot; title=&quot;http://www.jawish.org/blog/uploads/ffthaanabug-doctype-html4.htm&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/uploads/ffthaanabug-doctype-html4.htm&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;HTML 4.01 DOCTYPE&lt;/a&gt; and &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvdXBsb2Fkcy9mZnRoYWFuYWJ1Zy1kb2N0eXBlLXhodG1sMS5odG0=&amp;amp;entry_id=315&quot; title=&quot;http://www.jawish.org/blog/uploads/ffthaanabug-doctype-xhtml1.htm&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/uploads/ffthaanabug-doctype-xhtml1.htm&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;XHTML 1.0 DOCTYPE&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Developer&#039;s fix:&lt;/strong&gt;&lt;br /&gt;
There are two definite solutions that can be easily applied by web developers:&lt;br /&gt;
1. Add HTML Font tags around any and all text that is to be displayed in Thaana. Specify the font to be used within the &quot;face&quot; attribute of the Font tags as usual. The flip-side of this method is that it results in a significant increase in page size. Haveeru News seems to have addressed the problem using this method.&lt;br /&gt;
eg: &amp;lt;a href=&quot;somelink&quot;&amp;gt;bwlimIhunc aufulunc&amp;lt;/a&amp;gt; should be transformed into &amp;lt;a href=&quot;somelink&quot;&amp;gt;&amp;lt;font face=&quot;a_faseyha&quot;&amp;gt;bwlimIhunc aufulunc&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Change font used in the CSS definition to &quot;A_Ilham&quot;. It is, perhaps, not as clean and pretty as &quot;A_Faseyha&quot; but until there is a fix to Firefox it will have to do.&lt;br /&gt;
&lt;br /&gt;
A further alternative solution would be for the site owners and developers to take this occasion to shift to Unicode Thaana. It is much more reliable and is the currently recommended method of displaying Thaana on the web. &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXplZXJhLmNvbS5tdi8=&amp;amp;entry_id=315&quot; title=&quot;http://www.jazeera.com.mv/&quot;  onmouseover=&quot;window.status=&#039;http://www.jazeera.com.mv/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;Jazeera Daily&lt;/a&gt;, &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5oYWFtYWRhaWx5LmNvbQ==&amp;amp;entry_id=315&quot; title=&quot;http://www.haamadaily.com&quot;  onmouseover=&quot;window.status=&#039;http://www.haamadaily.com&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;Haama Daily&lt;/a&gt; and &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5tdmhlYWRsaW5lcy5jb20v&amp;amp;entry_id=315&quot; title=&quot;http://www.mvheadlines.com/&quot;  onmouseover=&quot;window.status=&#039;http://www.mvheadlines.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;MvHeadlines&lt;/a&gt;, to name a few, are all using Unicode for text display and entry. You can utilize the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMjk0LVRoYWFuYS1jb252ZXJzaW9ucy1jbGFzcy1mb3ItUEhQLTUtdjAuMi5odG1s&amp;amp;entry_id=315&quot; title=&quot;http://www.jawish.org/blog/archives/294-Thaana-conversions-class-for-PHP-5-v0.2.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/294-Thaana-conversions-class-for-PHP-5-v0.2.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;PHP-based Thaana Conversions class&lt;/a&gt; I released to convert the existing non-Unicode Thaana text to Unicode - and you can do such conversion on-the-fly on page requests.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;User&#039;s fix:&lt;/strong&gt;&lt;br /&gt;
I wrote a quick bookmarklet-based solution several weeks ago for my use after getting annoyed with having to open Internet Explorer to view pages from sites affected by this bug. This solution will, or rather should, work on any affected site and on any computer.&lt;br /&gt;
&lt;br /&gt;
Simply right click on this link - &lt;b&gt;&lt;a href=&quot;javascript:(function(){var p=new RegExp(&#039;a_faseyha|a_waheed|a_randhoo&#039;,&#039;i&#039;);var el=document.getElementsByTagName(&#039;*&#039;);for(i=0;i&lt;el.length;i++){if(window.getComputedStyle){var f=document.defaultView.getComputedStyle(el[i],null).getPropertyValue(&#039;font-family&#039;);if(p.test(f)){el[i].style.fontFamily=&#039;a_ilham&#039;;}}}})()&quot;&gt;Jaa&#039;s Thaana Fix&lt;/a&gt;&lt;/b&gt; - and select &quot;Bookmark this link&quot; from the drop-down menu. Alternatively, you can drag and drop the link onto your bookmarks toolbar. When you are on a page that is messed up by the bug, such as &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5taWFkaHUuY29tLm12Lw==&amp;amp;entry_id=315&quot; title=&quot;http://www.miadhu.com.mv/&quot;  onmouseover=&quot;window.status=&#039;http://www.miadhu.com.mv/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Miadhu Online&lt;/a&gt;, &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3ZhaWthcmFkaG9vbGl2ZS5jb20v&amp;amp;entry_id=315&quot; title=&quot;http://vaikaradhoolive.com/&quot;  onmouseover=&quot;window.status=&#039;http://vaikaradhoolive.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Vaikaradhoo Live&lt;/a&gt; or &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5rYXZhYXNhYS5jb20v&amp;amp;entry_id=315&quot; title=&quot;http://www.kavaasaa.com/&quot;  onmouseover=&quot;window.status=&#039;http://www.kavaasaa.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Kavaasaa&lt;/a&gt;, click the &quot;Thaana fix&quot; link on your Bookmarks menu or toolbar. You will need to do this for each page you view.&lt;br /&gt;
&lt;br /&gt;
Happy reading &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 18 Aug 2008 05:37:59 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/315-guid.html</guid>
    <category>dhivehi</category>
<category>firefox</category>
<category>fix</category>
<category>font</category>
<category>projects</category>
<category>thaana</category>
<category>web development</category>
<category>www</category>

</item>
<item>
    <title>Javascript Thaana Keyboard version 3.0</title>
    <link>http://www.jawish.org/blog/archives/314-Javascript-Thaana-Keyboard-version-3.0.html</link>
    
    <comments>http://www.jawish.org/blog/archives/314-Javascript-Thaana-Keyboard-version-3.0.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=314</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=314</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    I released my &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMjg0LUphdmFzY3JpcHQtVW5pY29kZS1LZXlib2FyZC1IYW5kbGVyLWZvci1UaGFhbmEuaHRtbA==&amp;amp;entry_id=314&quot; title=&quot;http://www.jawish.org/blog/archives/284-Javascript-Unicode-Keyboard-Handler-for-Thaana.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/284-Javascript-Unicode-Keyboard-Handler-for-Thaana.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;Javascript Unicode Keyboard Handler for Thaana&lt;/a&gt; early this year as open-source software so that web developers producing Dhivehi websites can allow users to type Thaana straight into text entry fields without forcing them to switch keyboard using the relevant features on the user&#039;s computer operating system. The code has since made its way into many different Dhivehi websites. However, the code I released then was mostly as-is from it&#039;s original version which I had written back in 2003 which, sadly, means that its behavior could be a little bit unpredictable with certain modern browsers - especially Opera and Safari.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve now rewritten the code with the intent of producing cleaner, easier-to-use code that works without fail on all modern browsers. This version is (more or less!) guaranteed to work, and has been tested, on Firefox 2+, Opera 9+, Internet Explorer 6+ and Safari 2+ and has also been tested on Windows, Mac and Linux operating systems.&lt;br /&gt;
&lt;br /&gt;
I am a big fan of separating code from design, so in keeping with that ideal this new version uses a more modern way of assigning the Thaana keyboard functionality in favour of inline javascript event handling used by the previous version (look below for an example). Since everything needs a spunky name I&#039;ve also changed the old name to the more descriptive &quot;Javascript Thaana Keyboard&quot;, which future versions of the script will maintain.&lt;br /&gt;
&lt;br /&gt;
As before, it is being released under the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5vcGVuc291cmNlLm9yZy9saWNlbnNlcy9taXQtbGljZW5zZS5waHA=&amp;amp;entry_id=314&quot; title=&quot;http://www.opensource.org/licenses/mit-license.php&quot;  onmouseover=&quot;window.status=&#039;http://www.opensource.org/licenses/mit-license.php&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;MIT License&lt;/a&gt;, which allows its use in both personal and commercial applications as long as the copyright and license permission notice remains intact - so what &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2Jhc2ZvaXkuY29tL2RoaXZlaGl1bmljb2RlLmpz&amp;amp;entry_id=314&quot; title=&quot;http://basfoiy.com/dhivehiunicode.js&quot;  onmouseover=&quot;window.status=&#039;http://basfoiy.com/dhivehiunicode.js&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;the guy at basfoiy.com has done&lt;/a&gt; is a definite no-no.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Usage:&lt;/strong&gt;&lt;br /&gt;
1. Link the file in the HEAD section of the page:&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;jtk-3.0-min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
2. For any text input element (i.e INPUTs or TEXTAREAs), assign them the class name &quot;thaanaKeyboardInput&quot;. You can assign further classes to the elements without ill-effect, if needed.&lt;br /&gt;
&lt;br /&gt;
3. Using CSS, set any Unicode-compatible Dhivehi font (and size) to be used for the fields. You can easily do that by adding a class definition for the &quot;thaanaKeyboardInput&quot; class or by any other method of your choice.&lt;br /&gt;
&lt;br /&gt;
4. The Thaana functionality would be automatically applied to any elements with the required class name when the page is loaded!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Demo:&lt;/strong&gt;&lt;br /&gt;
Check out the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvdXBsb2Fkcy9qdGstMy4wLXRlc3QuaHRtbA==&amp;amp;entry_id=314&quot; title=&quot;http://www.jawish.org/blog/uploads/jtk-3.0-test.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/uploads/jtk-3.0-test.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;demonstration and testing page here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Download:&lt;/strong&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvdXBsb2Fkcy9qdGstMy4wLmpz&amp;amp;entry_id=314&quot; title=&quot;http://www.jawish.org/blog/uploads/jtk-3.0.js&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/uploads/jtk-3.0.js&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;original full source version (7.34 KB)&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvdXBsb2Fkcy9qdGstMy4wLm1pbi5qcw==&amp;amp;entry_id=314&quot; title=&quot;http://www.jawish.org/blog/uploads/jtk-3.0.min.js&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/uploads/jtk-3.0.min.js&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;minified version (2.01 KB)&lt;/a&gt;&lt;br /&gt;
I recommend you use the minified version.&lt;br /&gt;
&lt;br /&gt;
As always, drop a line here if you use it and/or have problems or suggestions. Enjoy. &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 16 Aug 2008 20:18:18 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/314-guid.html</guid>
    <category>dhivehi</category>
<category>downloads</category>
<category>javascript</category>
<category>javascript thaana keyboard</category>
<category>keyboard</category>
<category>projects</category>
<category>thaana</category>
<category>unicode</category>
<category>web development</category>

</item>
<item>
    <title>Guide to blogging in Dhivehi using WordPress</title>
    <link>http://www.jawish.org/blog/archives/312-Guide-to-blogging-in-Dhivehi-using-WordPress.html</link>
    
    <comments>http://www.jawish.org/blog/archives/312-Guide-to-blogging-in-Dhivehi-using-WordPress.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=312</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=312</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Here is a short guide to using Thaana to make posts in Dhivehi using the free &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy53b3JkcHJlc3MuY29tLw==&amp;amp;entry_id=312&quot; title=&quot;http://www.wordpress.com/&quot;  onmouseover=&quot;window.status=&#039;http://www.wordpress.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;WordPress&lt;/a&gt; blogging service. I regularly get emails from different people asking me for help on this topic, so I hope this is helpful to all such people &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;.&lt;br /&gt;
&lt;br /&gt;
The solution presented here can be used on the free Wordpress blogging accounts available from WordPress.com and also on custom installs of WordPress. Please be aware, however, that there are much better ways to setup WordPress for Dhivehi posting if you have a custom install of WordPress or have a paid WordPress account.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Requirements:&lt;/strong&gt;&lt;br /&gt;
You need to have the Dhivehi keyboard installed on your computer. If you already type Dhivehi, say using MS Word or OpenOffice, then you have this already. See &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5mYXlpZC5jb20vP3A9Nw==&amp;amp;entry_id=312&quot; title=&quot;http://www.fayid.com/?p=7&quot;  onmouseover=&quot;window.status=&#039;http://www.fayid.com/?p=7&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;this post by Fayid&lt;/a&gt; if you need help with getting the Dhivehi keyboard installed.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Steps:&lt;/strong&gt;&lt;br /&gt;
1. Login to WordPress and click on the &quot;Write&quot; tab to start a new post.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/files1.png&#039; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:738 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;205&quot; style=&quot;border: 1px solid rgb(204, 204, 204);&quot; src=&quot;http://www.jawish.org/blog/uploads/files1.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
2. In the post editor area, find and click the &quot;HTML&quot; tab to switch the view to HTML mode.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/files4.png&#039; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:739 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;205&quot; style=&quot;border: 1px solid rgb(204, 204, 204);&quot; src=&quot;http://www.jawish.org/blog/uploads/files4.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
3. Copy and paste the following code into the editing area. It contains the bare minimum HTML/CSS needed to correctly display Dhivehi on all browsers supporting right-to-left text display in Unicode.&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;div style=&quot;direction: rtl; text-align: right; font-family: faruma, &#039;mv iyyu nala&#039;, &#039;mv elaaf normal&#039;; font-size: 14px;&quot;&amp;gt;Test&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/files6.png&#039; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:740 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;205&quot; style=&quot;border: 1px solid rgb(204, 204, 204);&quot; src=&quot;http://www.jawish.org/blog/uploads/files6.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
4. Tinker around with the font family and font size settings if you know some CSS (or are feeling adventurous enough!). Faruma is probably the most decent Dhivehi Unicode font and is installed on most computers - hence is listed as the first preference. Different people like different font sizes for Dhivehi but 14px and 16px, I think, tend to be the easiest on the eye.&lt;br /&gt;
&lt;br /&gt;
5. Click the &quot;Visual&quot; tab to switch the view back to the normal WYSIWYG mode.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/files10.png&#039; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:741 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;205&quot; style=&quot;border: 1px solid rgb(204, 204, 204);&quot; src=&quot;http://www.jawish.org/blog/uploads/files10.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
6. Switch the keyboard to &quot;Divehi&quot; on the computer.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/files11.png&#039; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:742 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;205&quot; style=&quot;border: 1px solid rgb(204, 204, 204);&quot; src=&quot;http://www.jawish.org/blog/uploads/files11.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
7. Select or delete the &quot;Test&quot; text on the post editor and start writing in Dhivehi.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/files13.png&#039; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:743 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;205&quot; style=&quot;border: 1px solid rgb(204, 204, 204);&quot; src=&quot;http://www.jawish.org/blog/uploads/files13.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
That&#039;s all it takes!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Notes:&lt;/strong&gt;&lt;br /&gt;
Unfortunately, there is no way to apply proper formatting to the post title with the free accounts on WordPress so you will have to settle for the out-of-alignment title display.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Video guide:&lt;/strong&gt;&lt;br /&gt;
I thought it&#039;d be fun to make a video guide for this and here is what thus materialized: &lt;a href=&quot;http://www.jawish.org/blog/uploads/bloggingguide-wordpress.html&quot; target=&quot;_blank&quot;&gt;View good quality&lt;/a&gt; | &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PVF3akd2d1NWOURF&amp;amp;entry_id=312&quot; title=&quot;http://www.youtube.com/watch?v=QwjGvwSV9DE&quot;  onmouseover=&quot;window.status=&#039;http://www.youtube.com/watch?v=QwjGvwSV9DE&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;View crap quality (Youtube)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Good luck with the blogging! 
    </content:encoded>

    <pubDate>Mon, 11 Aug 2008 23:52:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/312-guid.html</guid>
    <category>blogging</category>
<category>dhivehi</category>
<category>guide</category>
<category>how to</category>
<category>thaana</category>
<category>wordpress</category>

</item>
<item>
    <title>Using 4GB SDHC Cards with the TI PCIxx12 Integrated FlashMedia Controller based card readers</title>
    <link>http://www.jawish.org/blog/archives/311-Using-4GB-SDHC-Cards-with-the-TI-PCIxx12-Integrated-FlashMedia-Controller-based-card-readers.html</link>
    
    <comments>http://www.jawish.org/blog/archives/311-Using-4GB-SDHC-Cards-with-the-TI-PCIxx12-Integrated-FlashMedia-Controller-based-card-readers.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=311</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=311</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    I recently bought a 4GB microSDHC card and had serious trouble reading the card using my laptop&#039;s built-in card reader under Windows Vista w/ SP1. The card reader had been able to read other cards of less capacity, including a 1GB card, just fine. Looking around on the web made it apparent that a LOT of people had the same issue when attempting to read cards above 2GB. It took a lot of reading through various forum posts on the subject before I finally got it working with the 4GB card.&lt;br /&gt;
&lt;br /&gt;
The built-in card reader in my Acer Aspire 5673WLMi uses the Texas Instruments PCIxx12 Integrated FlashMedia Controller, which is a device found on a lot of laptops of various different models and brands. The latest driver version for the device currently issued by Acer, and most other manufacturers, is versioned 2.0.0.6. The two main solutions proposed on the forums is 1) an &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2ZvcnVtLm5vdGVib29rcmV2aWV3LmNvbS9zaG93dGhyZWFkLnBocD90PTcyOTk4&amp;amp;entry_id=311&quot; title=&quot;http://forum.notebookreview.com/showthread.php?t=72998&quot;  onmouseover=&quot;window.status=&#039;http://forum.notebookreview.com/showthread.php?t=72998&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;install/upgrade of the existing driver manually without using the installer&lt;/a&gt; software, and 2) &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2ZvcnVtcy53aGlybHBvb2wubmV0LmF1L2ZvcnVtLXJlcGxpZXMtYXJjaGl2ZS5jZm0vNTE3MjU3Lmh0bWw=&amp;amp;entry_id=311&quot; title=&quot;http://forums.whirlpool.net.au/forum-replies-archive.cfm/517257.html&quot;  onmouseover=&quot;window.status=&#039;http://forums.whirlpool.net.au/forum-replies-archive.cfm/517257.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;registry hacks&lt;/a&gt; that supposedly fix the problem. Neither of these worked for me, though the forums postings indicate these &quot;fixes&quot; worked for many people.&lt;br /&gt;
&lt;br /&gt;
I spent the better part of a day reading and checking various proposed fixes and, in the end, all it took was for the recent &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2gxMDAyNS53d3cxLmhwLmNvbS9ld2ZyZi93Yy9nZW5lcmljU29mdHdhcmVEb3dubG9hZEluZGV4P3NvZnR3YXJlaXRlbT1vYi01ODM2NC0xJmNjPXVzJmxjPWVuJmRsYz1lbg==&amp;amp;entry_id=311&quot; title=&quot;http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?softwareitem=ob-58364-1&amp;amp;cc=us&amp;amp;lc=en&amp;amp;dlc=en&quot;  onmouseover=&quot;window.status=&#039;http://h10025.www1.hp.com/ewfrf/wc/genericSoftwareDownloadIndex?softwareitem=ob-58364-1&amp;amp;cc=us&amp;amp;lc=en&amp;amp;dlc=en&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;version 2.0.0.7B driver found on the HP Customer Care website&lt;/a&gt; to be installed...&lt;br /&gt;
&lt;br /&gt;
Anyway, I thought I&#039;d reiterate the solution in case it helps someone else... 
    </content:encoded>

    <pubDate>Sun, 10 Aug 2008 23:18:08 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/311-guid.html</guid>
    
</item>
<item>
    <title>Me on Twitter</title>
    <link>http://www.jawish.org/blog/archives/310-Me-on-Twitter.html</link>
    
    <comments>http://www.jawish.org/blog/archives/310-Me-on-Twitter.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=310</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=310</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Twitter is a free microblogging service that has been around for quite a while. I didn&#039;t think much of it when it was first launched and never thought it would become as popular as it has become now. It looked (and is, in some ways) like an appropriation of the likes of the &quot;status&quot; field found on Facebook and seemed silly. Nevertheless, I decided to give it a spin a few months ago and ended up finding it suprisingly fun and addictive.&lt;br /&gt;
&lt;br /&gt;
Now, I find Twitter to be an amusing application/service that is more than just a status field - it extends the human. Telephones made the globe small and instant messaging (chat) applications make the world even smaller by keeping people easily in reach and in touch of each other regardless of the physical distance between them. Microblogging and status updates, like that provided by Twitter, I think, take another step to make the world tiny. Almost all of the people that I &quot;follow&quot; on Twitter update their status regularly and I remain aware of (some of) what they are upto and (some of) their thoughts - given that their Tweets are honest, ofcourse!. It is sort of like seeing, hearing or just &quot;knowing&quot; what a group of people are upto even though they are beyond and away from the capacities afforded by my biological sensory organs. It reminds me of the Borg collective conciousness as on Star Trek and the truth maybe just that these are modern day precursors towards such. Maybe that is letting my imagination run a bit wild but I can really see that happening if (and when) the man and machine merge further...&lt;br /&gt;
&lt;br /&gt;
Anyway, coming back to reality, &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3R3aXR0ZXIuY29tL2phd2lzaA==&amp;amp;entry_id=310&quot; title=&quot;http://twitter.com/jawish&quot;  onmouseover=&quot;window.status=&#039;http://twitter.com/jawish&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;follow me on Twitter&lt;/a&gt; if you like... and perhaps join &lt;em&gt;&lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3R3aXR0ZXIuY29tLw==&amp;amp;entry_id=310&quot; title=&quot;http://twitter.com/&quot;  onmouseover=&quot;window.status=&#039;http://twitter.com/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;The Collective&lt;/a&gt;&lt;/em&gt; even. 
    </content:encoded>

    <pubDate>Fri, 01 Aug 2008 20:25:19 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/310-guid.html</guid>
    
</item>
<item>
    <title>Tribute to Randy Pausch</title>
    <link>http://www.jawish.org/blog/archives/308-Tribute-to-Randy-Pausch.html</link>
    
    <comments>http://www.jawish.org/blog/archives/308-Tribute-to-Randy-Pausch.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=308</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=308</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    This post is a tribute to &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5jbXUuZWR1L25ld3MvYXJjaGl2ZS8yMDA4L0p1bHkvanVseTI1X3BhdXNjaC5zaHRtbA==&amp;amp;entry_id=308&quot; title=&quot;http://www.cmu.edu/news/archive/2008/July/july25_pausch.shtml&quot;  onmouseover=&quot;window.status=&#039;http://www.cmu.edu/news/archive/2008/July/july25_pausch.shtml&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Dr. Randy Pausch&lt;/a&gt;, a professor of computer science at Carnegie Mellon University, who passed away a few days ago from pancreatic cancer at age 47. He became an internet phenomenon late last year after his &quot;Last Lecture&quot;  on achieving childhood dreams (see below) appeared on YouTube and spread virally. I had watched it a few months ago and found it extremely inspirational and moving. He had been aware of his imminent death at the time of that lecture, yet had appeared very full-of-life, passionate and positive - and infectiously so.&lt;br /&gt;
&lt;br /&gt;
The finality of death is an extremely initimidating fact of life to most of us. I&#039;ve no clue how I respond if I were to suddenly find myself with an expiry date with a definite upper bracket. I hope I manage to make real atleast a few of my dreams before I die... which incidentally, as with Dr. Pausch, does include being in zero gravity! &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 31 Jul 2008 14:59:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/308-guid.html</guid>
    
	<enclosure url="http://www.youtube.com/v/ji5_MqicxSo&amp;hl=en&amp;fs=1" type="text/plain" />
</item>
<item>
    <title>Partial Solar Eclipse visible in Maldives on 1 August</title>
    <link>http://www.jawish.org/blog/archives/309-Partial-Solar-Eclipse-visible-in-Maldives-on-1-August.html</link>
    
    <comments>http://www.jawish.org/blog/archives/309-Partial-Solar-Eclipse-visible-in-Maldives-on-1-August.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=309</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=309</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    A solar eclipse will occur on 1 August 2008 with quite a few cities being treated to a full eclipse.&lt;br /&gt;
&lt;br /&gt;
Maldives scrapes the edges of the penumbra and hence is in for a view of a partial eclipse. However, only those islands to the north of Thaa (Kolhumadulu) Atoll will be able to see it and the northern-most atoll of Haa Alifu (Thiladhummathi North) Atoll gets the best show. The eclipse starts at 16:48 MVT and ends 17:23 MVT, with mid eclipse at 17:06 MVT. Remember that looking at the sun without the proper gear can and will damage the eyes, even during an eclipse. Sun glasses and used X-Ray paper aren&#039;t effective and should be avoided. The best way to view the eclipse (I would recommend) is to make a &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5leHBsb3JhdG9yaXVtLmVkdS9lY2xpcHNlL2hvdy5odG1s&amp;amp;entry_id=309&quot; title=&quot;http://www.exploratorium.edu/eclipse/how.html&quot;  onmouseover=&quot;window.status=&#039;http://www.exploratorium.edu/eclipse/how.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;pinhole projector&lt;/a&gt; - it is cheap and easy to make and allows several people to view it at the same time. I urge Maldivian science teachers to take initiative and expose kids to the phenomena by arranging a group viewing of the event!&lt;br /&gt;
&lt;br /&gt;
For those of us unable to view it and feeling left out (including me &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;), there is a &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5leHBsb3JhdG9yaXVtLmVkdS9lY2xpcHNlLzIwMDgvaW5kZXguaHRtbA==&amp;amp;entry_id=309&quot; title=&quot;http://www.exploratorium.edu/eclipse/2008/index.html&quot;  onmouseover=&quot;window.status=&#039;http://www.exploratorium.edu/eclipse/2008/index.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;planned live webcast&lt;/a&gt; of the view of the total eclipse from an observatory in China.&lt;br /&gt;
&lt;br /&gt;
More info about the eclipse can be found at the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2VjbGlwc2UuZ3NmYy5uYXNhLmdvdi9TRW1vbm8vVFNFMjAwOC9UU0UyMDA4Lmh0bWw=&amp;amp;entry_id=309&quot; title=&quot;http://eclipse.gsfc.nasa.gov/SEmono/TSE2008/TSE2008.html&quot;  onmouseover=&quot;window.status=&#039;http://eclipse.gsfc.nasa.gov/SEmono/TSE2008/TSE2008.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;NASA Solar Eclipses page&lt;/a&gt;. Find out if the eclipse is visible at your location using the interactive map tool &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3hqdWJpZXIuZnJlZS5mci9lbi9zaXRlX3BhZ2VzL3NvbGFyX2VjbGlwc2VzL1RTRV8yMDA4X0dvb2dsZU1hcEZ1bGwuaHRtbA==&amp;amp;entry_id=309&quot; title=&quot;http://xjubier.free.fr/en/site_pages/solar_eclipses/TSE_2008_GoogleMapFull.html&quot;  onmouseover=&quot;window.status=&#039;http://xjubier.free.fr/en/site_pages/solar_eclipses/TSE_2008_GoogleMapFull.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;found here&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Wed, 30 Jul 2008 10:08:20 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/309-guid.html</guid>
    
</item>
<item>
    <title>Bodufenvalhugey Seedhee's house in HDh Makunudhoo</title>
    <link>http://www.jawish.org/blog/archives/307-Bodufenvalhugey-Seedhees-house-in-HDh-Makunudhoo.html</link>
    
    <comments>http://www.jawish.org/blog/archives/307-Bodufenvalhugey-Seedhees-house-in-HDh-Makunudhoo.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=307</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=307</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    I had mentioned Bodufenvalhugey Seedhee in a recent post and posted a link to a photo of his now abandoned house in HDh. Makunudhoo. I found a short mobile video I had taken of the place and thought I&#039;d share it. His &quot;teleportation well&quot;, which supposedly connects directly to Kaashidhoo Kandu, is seen towards the end of the video.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 22 Jun 2008 04:47:52 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/307-guid.html</guid>
    
	<enclosure url="http://www.youtube.com/v/xUFZhQ8OMq0&amp;hl=en" type="text/plain" />
</item>
<item>
    <title>MultiSSH 0.1</title>
    <link>http://www.jawish.org/blog/archives/303-MultiSSH-0.1.html</link>
    
    <comments>http://www.jawish.org/blog/archives/303-MultiSSH-0.1.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=303</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=303</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    MultiSSH is a command line SSH client written in PHP that is able to conduct an interactive session on multiple SSH servers simultaneously. It is pretty handy if you have similar tasks to be run on a bunch of servers and want to control all of them simultaneously  via one interface. Servers to connect are specified via a text file containing tab-separated listing of remote IPs and the username and password for each. Alternatively, if all servers have the same username and password, it can be passed as an argument when the script is run. It supports sending control characters to remote terminals through special commands.&lt;br /&gt;
&lt;br /&gt;
I wrote this originally for a client project but since it got binned later I thought I&#039;d throw this into the public.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Usage:&lt;/strong&gt;&lt;br /&gt;
multissh.php &amp;lt;iplistfile&amp;gt; &amp;lt;defaultuser&amp;gt; &amp;lt;defaultpass&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Requirements:&lt;/strong&gt;&lt;br /&gt;
- PHP 4/5&lt;br /&gt;
- &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5waHAubmV0L3NzaDI=&amp;amp;entry_id=303&quot; title=&quot;http://www.php.net/ssh2&quot;  onmouseover=&quot;window.status=&#039;http://www.php.net/ssh2&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;SSH2 extension&lt;/a&gt; for PHP&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.jawish.org/blog/uploads/MultiSSH-v0.1.zip&quot;&gt;Download MultiSSH 0.1 (Zip, 3KB)&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 02 Jun 2008 12:14:54 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/303-guid.html</guid>
    
</item>
<item>
    <title>Stochastic Diffusion Search for Real-Time Web Search</title>
    <link>http://www.jawish.org/blog/archives/302-Stochastic-Diffusion-Search-for-Real-Time-Web-Search.html</link>
    
    <comments>http://www.jawish.org/blog/archives/302-Stochastic-Diffusion-Search-for-Real-Time-Web-Search.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=302</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=302</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    My third year project at uni (this year) involved investigating the application of &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5zY2hvbGFycGVkaWEub3JnL2FydGljbGUvU3RvY2hhc3RpY19kaWZmdXNpb25fc2VhcmNo&amp;amp;entry_id=302&quot; title=&quot;http://www.scholarpedia.org/article/Stochastic_diffusion_search&quot;  onmouseover=&quot;window.status=&#039;http://www.scholarpedia.org/article/Stochastic_diffusion_search&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Stochastic Diffusion Search&lt;/a&gt; to the problem of real-time web search by designing and implementing such a search engine in software. It certainly was interesting work and though the project had been completed successfully, there are a few things I wish I had explored and experimented with a bit more. I have another major project to tackle for the last year of my M.Eng &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5yZWFkaW5nLmFjLnVrL3NzZS91Zy9jeWJlci9jeWJlci11Z2NvdXJzZXMuYXNw&amp;amp;entry_id=302&quot; title=&quot;http://www.reading.ac.uk/sse/ug/cyber/cyber-ugcourses.asp&quot;  onmouseover=&quot;window.status=&#039;http://www.reading.ac.uk/sse/ug/cyber/cyber-ugcourses.asp&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;degree in AI and Cybernetics&lt;/a&gt; which begins next month.&lt;br /&gt;
&lt;br /&gt;
Anyway, here is a short presentation I had given based on a research paper I had to submit on my work as part of the course. I hope you find it interesting...&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 30 May 2008 03:00:40 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/302-guid.html</guid>
    <category>coursework</category>
<category>projects</category>
<category>search engine</category>
<category>stochastic diffusion search</category>
<category>university</category>
<category>web search</category>

</item>
<item>
    <title>Radheef for Facebook passes 200th user</title>
    <link>http://www.jawish.org/blog/archives/300-Radheef-for-Facebook-passes-200th-user.html</link>
    
    <comments>http://www.jawish.org/blog/archives/300-Radheef-for-Facebook-passes-200th-user.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=300</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=300</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Radheef for Facebook, the little Facebook application that displays random words from the Radheef on the Facebook profile, has reached its 200th user. It took the whole of three months since its launch in February 2008 for it to get there! :S&lt;br /&gt;
&lt;br /&gt;
- View the application&#039;s &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5mYWNlYm9vay5jb20vYXBwcy9hcHBsaWNhdGlvbi5waHA/aWQ9Nzg0Mzc5OTgzMw==&amp;amp;entry_id=300&quot; title=&quot;http://www.facebook.com/apps/application.php?id=7843799833&quot;  onmouseover=&quot;window.status=&#039;http://www.facebook.com/apps/application.php?id=7843799833&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;About page on Facebook&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;!-- s9ymdb:712 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;162&quot; style=&quot;border: 1px #ccc solid;&quot; src=&quot;http://www.jawish.org/blog/uploads/aboutimage.small.png&quot; alt=&quot;&quot;  /&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 22 May 2008 12:10:21 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/300-guid.html</guid>
    <category>facebook</category>
<category>news</category>
<category>projects</category>
<category>radheef</category>

</item>
<item>
    <title>And here dwelleth 300,000 invisible beings</title>
    <link>http://www.jawish.org/blog/archives/299-And-here-dwelleth-300,000-invisible-beings.html</link>
    
    <comments>http://www.jawish.org/blog/archives/299-And-here-dwelleth-300,000-invisible-beings.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=299</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=299</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Most Maldivians are by now familiar with the drama unfolding in Makunudhoo. It has been &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL212aGVhZGxpbmVzLmNvbS9zZWFyY2g/cXVlcnk9JURFJTg5JURFJUE2JURFJTg2JURFJUFBJURFJTgyJURFJUFBJURFJThCJURFJUFCJTIwJURFJTkwJURFJUIwJURFJTg2JURFJUFCJURFJThE&amp;amp;entry_id=299&quot; title=&quot;http://mvheadlines.com/search?query=%DE%89%DE%A6%DE%86%DE%AA%DE%82%DE%AA%DE%8B%DE%AB%20%DE%90%DE%B0%DE%86%DE%AB%DE%8D&quot;  onmouseover=&quot;window.status=&#039;http://mvheadlines.com/search?query=%DE%89%DE%A6%DE%86%DE%AA%DE%82%DE%AA%DE%8B%DE%AB%20%DE%90%DE%B0%DE%86%DE%AB%DE%8D&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;on the news a lot&lt;/a&gt; and has been blogged about a lot but photos haven&#039;t been very forthcoming - well, except for a &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5oYXZlZXJ1LmNvbS5tdi8/cGFnZT1kZXRhaWxzJmlkPTY3OTY5&amp;amp;entry_id=299&quot; title=&quot;http://www.haveeru.com.mv/?page=details&amp;amp;id=67969&quot;  onmouseover=&quot;window.status=&#039;http://www.haveeru.com.mv/?page=details&amp;amp;id=67969&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;blurred image on Haveeru Daily&lt;/a&gt; and a photo &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy9qYXdpc2gvMTA5MDQzNDI0NS8=&amp;amp;entry_id=299&quot; title=&quot;http://www.flickr.com/photos/jawish/1090434245/&quot;  onmouseover=&quot;window.status=&#039;http://www.flickr.com/photos/jawish/1090434245/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;stolen from my Flickr&lt;/a&gt; stream &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5taWFkaHUuY29tLm12L2Rpdi9uZXdzLnBocD9pZD0xMTc0MQ==&amp;amp;entry_id=299&quot; title=&quot;http://www.miadhu.com.mv/div/news.php?id=11741&quot;  onmouseover=&quot;window.status=&#039;http://www.miadhu.com.mv/div/news.php?id=11741&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;published on Miadhu News&lt;/a&gt;. So here are some images of the historic Makunudhoo School where Man and Jinn live side by side and study side by side, though &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMjk4LU1ha3VudWRob28tSmlubnMtVGhlLXN0b3J5Lmh0bWw=&amp;amp;entry_id=299&quot; title=&quot;http://www.jawish.org/blog/archives/298-Makunudhoo-Jinns-The-story.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/298-Makunudhoo-Jinns-The-story.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;not always in harmony as has been revealed&lt;/a&gt;. The school may replace the island&#039;s currently most famous landmark: the residential &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3NlYXJjaC8/cT1ib2R1JTIwZmVuJTIwdmFsaHVnZXkmdz1hbGwmcz1pbnQ=&amp;amp;entry_id=299&quot; title=&quot;http://www.flickr.com/search/?q=bodu%20fen%20valhugey&amp;amp;w=all&amp;amp;s=int&quot;  onmouseover=&quot;window.status=&#039;http://www.flickr.com/search/?q=bodu%20fen%20valhugey&amp;amp;w=all&amp;amp;s=int&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;ruins of the infamous Bodufenvalhugey Seedhee&lt;/a&gt; (known for various supposed supernatural feats such as &quot;walking on water&quot; between islands, &quot;helping&quot; the infertile conceive etc) including its &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5mbGlja3IuY29tL3Bob3Rvcy9hemVlbWVvLzExMjUyODUwNTgv&amp;amp;entry_id=299&quot; title=&quot;http://www.flickr.com/photos/azeemeo/1125285058/&quot;  onmouseover=&quot;window.status=&#039;http://www.flickr.com/photos/azeemeo/1125285058/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&quot;teleportation well&quot;&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
And yes, in case you wonder, it is ridiculous to believe this is a battle between invisible Jinn and humans, especially when there are &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMjk1LU1hc3MtaHlzdGVyaWEuaHRtbA==&amp;amp;entry_id=299&quot; title=&quot;http://www.jawish.org/blog/archives/295-Mass-hysteria.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/295-Mass-hysteria.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;good explanations&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Enjoy... stand awed.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/makunudhoosch-5.jpg&#039;&gt;&lt;!-- s9ymdb:737 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;240&quot; style=&quot;border: 1px #999 solid;&quot; src=&quot;http://www.jawish.org/blog/uploads/makunudhoosch-5.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/makunudhoosch-4.jpg&#039;&gt;&lt;!-- s9ymdb:736 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;240&quot; style=&quot;border: 1px #999 solid;&quot; src=&quot;http://www.jawish.org/blog/uploads/makunudhoosch-4.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/makunudhoosch-3.jpg&#039;&gt;&lt;!-- s9ymdb:735 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;240&quot; style=&quot;border: 1px #999 solid;&quot; src=&quot;http://www.jawish.org/blog/uploads/makunudhoosch-3.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/makunudhoosch-1.jpg&#039;&gt;&lt;!-- s9ymdb:733 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;240&quot; style=&quot;border: 1px #999 solid;&quot; src=&quot;http://www.jawish.org/blog/uploads/makunudhoosch-1.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/makunudhoosch-2.jpg&#039;&gt;&lt;!-- s9ymdb:734 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;240&quot; style=&quot;border: 1px #999 solid;&quot; src=&quot;http://www.jawish.org/blog/uploads/makunudhoosch-2.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Sat, 17 May 2008 09:50:11 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/299-guid.html</guid>
    <category>exorcism</category>
<category>hdh atoll</category>
<category>jinn</category>
<category>makunudhoo</category>
<category>photos</category>
<category>skepticism</category>
<category>supernatural</category>

</item>
<item>
    <title>Makunudhoo Jinns: The story</title>
    <link>http://www.jawish.org/blog/archives/298-Makunudhoo-Jinns-The-story.html</link>
    
    <comments>http://www.jawish.org/blog/archives/298-Makunudhoo-Jinns-The-story.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=298</wfw:comment>

    <slash:comments>19</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=298</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Yesterday, I called up a friend in Makunudhoo who is pretty familiar with the mass hysteria (or jinn possession, depending who you ask) that has gripped the students of the island&#039;s school for the past month to have a little chat about the events taking place there. Some of the events, including the digging of the school grounds, are missing from here because we had talked about it an earlier conversation which I sadly didn&#039;t record. I am posting a transcript of the later conversation here (with permission). It is a translation from Dhivehi ofcourse but I&#039;ve avoided doing the sort of fancy rephrasing and rearranging that is advocated in Dhivehi translation classes in the hopes of preserving the original as much as possible. The bits inside brackets were added by me to help make subjects and contexts clearer.&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;em&gt;Me: Hey, this is Jaa. You busy?&lt;/em&gt;&lt;br /&gt;
ZZ: No. No. Excellent time.&lt;br /&gt;
&lt;em&gt;Me: I just wanted to get some more details on what&#039;s happening in the island. I am hoping to write it up on my blog.&lt;/em&gt;&lt;br /&gt;
ZZ: Great. Go ahead.&lt;br /&gt;
&lt;em&gt;Me: Can you tell me how this happened. Did it happen to many at once or was it just one kid?&lt;/em&gt;&lt;br /&gt;
ZZ: It was one kid at first. It was about a year ago.&lt;br /&gt;
&lt;em&gt;Me: Is it! How does that relate to this event?&lt;/em&gt;&lt;br /&gt;
ZZ: It happens to this kid every now and then. But it got so serious only this month.&lt;br /&gt;
&lt;em&gt;Me: So the kid has fits? Regularly?&lt;/em&gt;&lt;br /&gt;
ZZ: Yes. There are about 3 or 4 kids in the school that gets fits.&lt;br /&gt;
&lt;em&gt;Me: So what happened this time?&lt;/em&gt;&lt;br /&gt;
ZZ: What happened this time was that one of the kids got possessed, by Jinn. Following that, a boy in Grade 10 said it was happening because of a tree in the school. He said he was going to hit the tree with a ball and went ahead to kick a ball into the tree. When he did that the ball is said to have hit the hand/fingers of a Jinn child and broke it. The boy fell unconscious immediately following that.&lt;br /&gt;
&lt;em&gt;Me: I see.&lt;/em&gt;&lt;br /&gt;
ZZ: The boy&#039;s hands were contorted as well.&lt;br /&gt;
&lt;em&gt;Me: Uhuh. So that was the first two kids?&lt;/em&gt;&lt;br /&gt;
ZZ: Those two escalated the situation. There are a total of about 6... err 10, 12 kids now. 10-12 have been admitted sick now.&lt;br /&gt;
&lt;em&gt;Me: I see. The kid that this first happened to... you say it&#039;s regular... Had a doctor been consulted earlier?&lt;/em&gt;&lt;br /&gt;
ZZ: They went to a doctor even the first time. They didn&#039;t call it a Jinn event then, it was diagnosed as fits then. It is only now this became a Jinn possession. So many kids had fallen sick at the same time so it wasn&#039;t believed to be fits.&lt;br /&gt;
&lt;em&gt;Me: Newspapers made it seem that this happened to a lot of kids, at the same time. Did it happen that way or was it gradual... one by one... a few at a time?&lt;/em&gt;&lt;br /&gt;
ZZ: No no. This school is 40 years old. And in this 40 years, about every year or every six months a kid would fall sick. That is fall during assembly. Whether that&#039;s because of fainting or something else, it&#039;s not known. But since talking to the Jinn (by the fanditha/blackmagic practitioners), it has appeared that the school is also attended by 1000 Jinn children. And that the Jinn parents number to 300,000...&lt;br /&gt;
&lt;em&gt;Me: Uhuh&lt;/em&gt;&lt;br /&gt;
ZZ: And that their kids are not as good at studies as us Dhivehi, us humans. They are taking revenge because they haven&#039;t been improving and also because when our kids play ball during assembly, err PE, the ball hits their kids.&lt;br /&gt;
&lt;em&gt;Me: How did this spread to other kids?&lt;/em&gt;&lt;br /&gt;
ZZ: Apparently the Jinns have made a list... those Jinns. So all kids on the list are to get sick and it&#039;s been happening that way.&lt;br /&gt;
&lt;em&gt;Me: So the first day this happened, a lot of kids fell sick and the second day more kids fell? Is that how it happened?&lt;/em&gt;&lt;br /&gt;
ZZ: Yes that is how it happened this week... this month.&lt;br /&gt;
&lt;em&gt;Me: I see.&lt;/em&gt;&lt;br /&gt;
ZZ: Yea.&lt;br /&gt;
&lt;em&gt;Me: Has any of the kids gotten better?&lt;/em&gt;&lt;br /&gt;
ZZ: No. None of the kids have gotten better.&lt;br /&gt;
&lt;em&gt;Me: But the fanditha is still going on?&lt;/em&gt;&lt;br /&gt;
ZZ: The fanditha is proceeding very strong. They have now put 150 Jinns into a can and sunk them into the sea... the fanditha men have said.&lt;br /&gt;
&lt;em&gt;Me: I see.&lt;/em&gt;&lt;br /&gt;
ZZ: A psychologist came to the island last night. The psychologist assessed the kids and said it wasn&#039;t related to Jinns. But the parents didn&#039;t believe that. They say it was caused by Jinns and no treatment by the psychologist will treat that.&lt;br /&gt;
&lt;em&gt;Me: I see.&lt;/em&gt;&lt;br /&gt;
ZZ: So the psychologist had to leave (the island) immediately.&lt;br /&gt;
&lt;em&gt;Me: Hehe. I see. Umm. Is there any news if any sort of change, like that of odour, was noticed in the area?&lt;/em&gt;&lt;br /&gt;
ZZ: This is happening not because of a change in odour. There are no smells. There were a number of trees. Even the affected sick children are saying that something lives in those trees and they see it as their land. So when the tree was cut, those Jinns got furious and many more children fell sick.&lt;br /&gt;
&lt;em&gt;Me: But wasn&#039;t the tree felled recently?&lt;/em&gt;&lt;br /&gt;
ZZ: Yes. Things got this bad when the tree was felled.&lt;br /&gt;
&lt;em&gt;Me: I see. But why did the tree have to be felled? Didn&#039;t one of the kids say things would get better once the tree is felled?&lt;/em&gt;&lt;br /&gt;
ZZ: No no. Not that because it would release the kids. It was done with the intent of sending the Jinn off. It was assumed that they wouldn&#039;t stay there once their home was destroyed and so when the parents requested for the tree to be felled it was done so.&lt;br /&gt;
&lt;em&gt;Me: Uhuh.&lt;/em&gt;&lt;br /&gt;
ZZ: Now the Jinns have moved to the largest &quot;nika&quot; tree in the island.&lt;br /&gt;
&lt;em&gt;Me: So how far has the fanditha proceeded? How long is it to take?&lt;/em&gt;&lt;br /&gt;
ZZ: It is going on full speed. They had a 40 man chanting last night and they are going to do chants tonight too. He (the fanditha practitioner) says he doesn&#039;t want to &quot;cure&quot; the kids just yet because he still needs to question the Jinn over certain things. He assures though that he is going to leave only once he &quot;cures&quot; the kids.&lt;br /&gt;
&lt;em&gt;Me: Did he say how long he is going to take?&lt;/em&gt;&lt;br /&gt;
ZZ: He hasn&#039;t given a date yet.&lt;br /&gt;
&lt;em&gt;Me: So hopefully the Jinns would go away soon? To a nearby island.&lt;/em&gt;&lt;br /&gt;
ZZ: (Laugh) People have asked for the Jinns to be sent off to another island.&lt;br /&gt;
&lt;em&gt;Me: How about the two near uninhabited islands?&lt;/em&gt;&lt;br /&gt;
ZZ: Not those two islands. People have requested the Jinns to be expelled from the island, to make it so that they are unable to enter the school. People would like a (magic) barrier to be placed around the island to prevent the Jinns from coming in. The fanditha men has now created the wall around around and they have expelled around 300,000 Jinns from out the wall. They say that only a few infidel crippled Jinn remain now.&lt;br /&gt;
...&lt;br /&gt;
&lt;em&gt;Me: Thanks!&lt;/em&gt;&lt;br /&gt;
--------&lt;br /&gt;
&lt;br /&gt;
I made a &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMjk1LU1hc3MtaHlzdGVyaWEuaHRtbA==&amp;amp;entry_id=298&quot; title=&quot;http://www.jawish.org/blog/archives/295-Mass-hysteria.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/295-Mass-hysteria.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;short post earlier&lt;/a&gt; about this incident in Makunudhoo and linked to a few interesting research papers related to mass hysteria in hopes of putting things into a more scientific perspective. MaldivesHealth has since posted on the amusing case of the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL21hbGRpdmVzaGVhbHRoLndvcmRwcmVzcy5jb20vMjAwOC8wNS8xMy9uaWdlcmlhbi1nZW5pdGFsaWEtdmFuaXNoaW5nLWVwaWRlbWljLW9mLTE5OTAv&amp;amp;entry_id=298&quot; title=&quot;http://maldiveshealth.wordpress.com/2008/05/13/nigerian-genitalia-vanishing-epidemic-of-1990/&quot;  onmouseover=&quot;window.status=&#039;http://maldiveshealth.wordpress.com/2008/05/13/nigerian-genitalia-vanishing-epidemic-of-1990/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;genitalia vanishing epidemic in Nigeria&lt;/a&gt; and &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL21hbGRpdmVzaGVhbHRoLndvcmRwcmVzcy5jb20vMjAwOC8wNS8xNi9tYXNzLWh5c3RlcmlhLWFuZC1pc2xhbmQtY29tbXVuaXRpZXMv&amp;amp;entry_id=298&quot; title=&quot;http://maldiveshealth.wordpress.com/2008/05/16/mass-hysteria-and-island-communities/&quot;  onmouseover=&quot;window.status=&#039;http://maldiveshealth.wordpress.com/2008/05/16/mass-hysteria-and-island-communities/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;more&lt;/a&gt;. It maybe true that it really are the Jinns that are at the root of the problem Makunudhoo is facing, yet centuries of (global) experience and amassed knowledge tells us that it is far far far more likely to be a ... &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 15 May 2008 23:39:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/298-guid.html</guid>
    <category>exorcism</category>
<category>fanditha</category>
<category>hdh atoll</category>
<category>jinn</category>
<category>makunudhoo</category>
<category>maldives</category>
<category>religion</category>
<category>science</category>
<category>skepticism</category>
<category>supernatural</category>

</item>
<item>
    <title>Browsing the sky with WorldWide Telescope (and Google Sky)</title>
    <link>http://www.jawish.org/blog/archives/297-Browsing-the-sky-with-WorldWide-Telescope-and-Google-Sky.html</link>
    
    <comments>http://www.jawish.org/blog/archives/297-Browsing-the-sky-with-WorldWide-Telescope-and-Google-Sky.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=297</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=297</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    I am hooked... to &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy53b3JsZHdpZGV0ZWxlc2NvcGUub3JnLw==&amp;amp;entry_id=297&quot; title=&quot;http://www.worldwidetelescope.org/&quot;  onmouseover=&quot;window.status=&#039;http://www.worldwidetelescope.org/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;WorldWide Telescope&lt;/a&gt;! I love &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2VhcnRoLmdvb2dsZS5jb20vc2t5L3NreWVkdS5odG1s&amp;amp;entry_id=297&quot; title=&quot;http://earth.google.com/sky/skyedu.html&quot;  onmouseover=&quot;window.status=&#039;http://earth.google.com/sky/skyedu.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Google Sky&lt;/a&gt; and am an avid fan of it, but this new software from Microsoft Research kicks it all up a notch. WWT gives access to images of the sky from various different databases including the DSS optical, infrared and even the WMAP microwave imagery in a really slick, smooth interface. I&#039;ve spent a good few hours today browsing through the sky, literally, and reading up.&lt;br /&gt;
&lt;br /&gt;
Here is an image of the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Pcmlvbl8oY29uc3RlbGxhdGlvbik=&amp;amp;entry_id=297&quot; title=&quot;http://en.wikipedia.org/wiki/Orion_(constellation)&quot;  onmouseover=&quot;window.status=&#039;http://en.wikipedia.org/wiki/Orion_(constellation)&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Orion&lt;/a&gt; belt I snapped from WTT. These three stars are part of the Orion constellation and are among the most prominent and easily identifiable stars in the skyscape. In fact, any Maldivian who has ever looked up at the night sky should recognize them. It is one of the first star constellations that I had learnt of and was a source of great wonder when I was a kid.&lt;br /&gt;
&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/wtt-orion.jpg&#039;&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;179&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.jawish.org/blog/uploads/wtt-orion.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
And here is an image of the planet Mars - the (almost) unmissable bright red dot in the sky. Many Maldivians seem to have a special relationship with Mars - as demonstrated by a habit of falling for the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMjgwLVRoZS1TdW4tcm9zZS1mcm9tLXRoZS1XZXN0LXRvZGF5Lmh0bWw=&amp;amp;entry_id=297&quot; title=&quot;http://www.jawish.org/blog/archives/280-The-Sun-rose-from-the-West-today.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/280-The-Sun-rose-from-the-West-today.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Mars sunrise-from-west&lt;/a&gt; doomsday fantasy hoax and the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5qYXdpc2gub3JnL2Jsb2cvYXJjaGl2ZXMvMTE0LUZhbGxpbmctZm9yLXRoZS1NYXJzLWhvYXguaHRtbA==&amp;amp;entry_id=297&quot; title=&quot;http://www.jawish.org/blog/archives/114-Falling-for-the-Mars-hoax.html&quot;  onmouseover=&quot;window.status=&#039;http://www.jawish.org/blog/archives/114-Falling-for-the-Mars-hoax.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Mars as-large-as-Moon&lt;/a&gt; hoax. I think it might be appropriate for all those people to see the planet up close. &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.jawish.org/blog/uploads/wtt-mars.jpg&#039;&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;320&quot; height=&quot;156&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.jawish.org/blog/uploads/wtt-mars.small.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
It is amazing that through modern technology, merely equipped with free software like the WWT or Google Sky (and its &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3NreS8=&amp;amp;entry_id=297&quot; title=&quot;http://www.google.com/sky/&quot;  onmouseover=&quot;window.status=&#039;http://www.google.com/sky/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;web version&lt;/a&gt;), that anyone of us can now zoom on these and other objects in the sky and enjoy a whole new level of awe and appreciation of the world around us... 
    </content:encoded>

    <pubDate>Tue, 13 May 2008 18:57:58 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/297-guid.html</guid>
    <category>astronomy</category>
<category>mars</category>
<category>science</category>

</item>
<item>
    <title>Thaana date formatting for PHP 5</title>
    <link>http://www.jawish.org/blog/archives/296-Thaana-date-formatting-for-PHP-5.html</link>
    
    <comments>http://www.jawish.org/blog/archives/296-Thaana-date-formatting-for-PHP-5.html#comments</comments>
    <wfw:comment>http://www.jawish.org/blog/wfwcomment.php?cid=296</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.jawish.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=296</wfw:commentRss>
    

    <author>nospam@example.com (Jaa)</author>
    <content:encoded>
    Here is a PHP 5 class that provides a drop-in function replacement/equivalent for the built-in PHP date() function to output formatted dates in Thaana/Dhivehi. It follows the standard method of writing Gregorian dates in Thaana by using transliterations of the English month names and using the native Dhivehi names for the week days. It accepts all the usual formatting arguments permitted by the original date() function thus allowing the same degree of formatting freedom as the original. The output returned from the function uses ASCII Thaana and, if needed, can then be converted to Unicode/UTF-8 by using the Thaana Conversions class. This class does not support Hijri dates (yet).&lt;br /&gt;
&lt;br /&gt;
The class is being released under the &lt;a href=&quot;http://www.jawish.org/blog/exit.php?url=aHR0cDovL3d3dy5vcGVuc291cmNlLm9yZy9saWNlbnNlcy9taXQtbGljZW5zZS5waHA=&amp;amp;entry_id=296&quot; title=&quot;http://www.opensource.org/licenses/mit-license.php&quot;  onmouseover=&quot;window.status=&#039;http://www.opensource.org/licenses/mit-license.php&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Open Source MIT License&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Functions exposed:&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;format()&lt;/em&gt;&lt;br /&gt;
Returns a Dhivehi date string formatted according to the given format string using the given integer timestamp&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Usage:&lt;/strong&gt;&lt;br /&gt;
$thaanatoday = Thaana_Date::format(&#039;j M Y&#039;, time());&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Download:&lt;/strong&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.jawish.org/blog/uploads/thaana_date-0.1.zip&quot;&gt;Thaana_Date.zip (v0.2, 1.4KB)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Drop me a line if you have comments/queries. Enjoy &lt;img src=&quot;http://www.jawish.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 11 May 2008 00:37:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.jawish.org/blog/archives/296-guid.html</guid>
    <category>conversions</category>
<category>date</category>
<category>dhivehi</category>
<category>download</category>
<category>php</category>
<category>projects</category>
<category>script</category>
<category>thaana</category>
<category>unicode</category>
<category>web development</category>

</item>

</channel>
</rss>