<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Romantika.name</title>
	
	<link>http://www.romantika.name/v2</link>
	<description>Nicotine, coffee, CPUs and life</description>
	<lastBuildDate>Fri, 11 May 2012 19:23:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/romantika" /><feedburner:info uri="romantika" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:emailServiceId>romantika</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Sluggish iChat, Messages, Terminal, and Others in Mac OS X Lion</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/StXzY2-fl0k/</link>
		<comments>http://www.romantika.name/v2/sluggish-ichat-messages-terminal-and-others-in-mac-os-x-lion/#comments</comments>
		<pubDate>Fri, 11 May 2012 19:23:39 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2436</guid>
		<description><![CDATA[After about 60 days using my MacBook Pro running Mac OS X Lion (10.7.3), I saw some sluggishness in some apps. At first, it was Messages (iChat replacement for Mountain Lion). It went unresponsive and displays the rainbow wheel for a few seconds, enough to annoy an impatient user. Then, the same behavior happened in [...]]]></description>
			<content:encoded><![CDATA[<p>After about 60 days using my MacBook Pro running Mac OS X Lion (10.7.3), I saw some sluggishness in some apps. At first, it was Messages (iChat replacement for Mountain Lion). It went unresponsive and displays the rainbow wheel for a few seconds, enough to annoy an impatient user.</p>
<p>Then, the same behavior happened in Terminal. This is where I realize the common behavior. You know, when you press delete on an empty prompt, you get a bell. The default is the audible bell. When I change it to the visual bell, sluggishness disappeared.</p>
<p><a href="http://image1.romantika.name/2012/05/Terminal-Preferences.png" onclick="pageTracker._trackPageview('/outgoing/image1.romantika.name/2012/05/Terminal-Preferences.png?referer=');"><img src="http://image1.romantika.name/2012/05/Terminal-Preferences.png" alt="" title="Terminal-Preferences" width="566" height="264" class="alignnone size-full wp-image-2437" /></a></p>
<p>On Messages, I had the default sound effect setting when messages are received or sent.</p>
<p>Boy was I right. In the log /var/log/system.log there were a bunch of these:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">May  3 22:30:57 ADYMAC iChat[66352]: [Warning] Actions: Couldn't create SystemSound from /Applications/iChat.app/Contents/Resources/Received Message.aiff
May  3 22:31:07 ADYMAC iChat[66352]: [Warning] Unable to find a sound action ID for /Applications/iChat.app/Contents/Resources/Received Message.aiff  errorResult: 268435460
May  3 22:31:07 ADYMAC iChat[66352]: [Warning] Actions: Couldn't create SystemSound from /Applications/iChat.app/Contents/Resources/Received Message.aiff
May  3 22:31:17 ADYMAC iChat[66352]: [Warning] Unable to find a sound action ID for /Applications/iChat.app/Contents/Resources/Received Message.aiff  errorResult: 268435460</pre></div></div>

<p>These are when I tried to change the system bell using the System Preferences application.</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">May 11 01:45:55 adymac System Preferences[44495]: Error 268435460 setting AlertSound
May 11 01:53:22 adymac System Preferences[44678]: Error 268435460 setting AlertSound
May 11 01:58:20 adymac System Preferences[44678]: Error 268435460 setting AlertSound
May 11 01:58:25 adymac System Preferences[44678]: Error 268435460 setting AlertSound</pre></div></div>

<p>And so I tried a lot of things, including logging out then in, inspecting the file permissions, and also ran the verify permission utility on the hard disk using Disk Utility. Nothing worked.</p>
<p>Finally, I saw that there was one process called coreaudiod</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">_coreaudiod    45197   0.0  0.1  2453172   5228   ??  Ss   Fri02AM   0:10.52 /usr/sbin/coreaudiod</pre></div></div>

<p>And so I tried killing it:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">$ sudo killall coreaudiod</pre></div></div>

<p>And as expected, it respawned itself and all audio effects were now working. Sluggishness and the dreaded rainbow wheel are gone.</p>
<p>Googling after, I saw that people mentioned that this may be a bug, and killing coreaudiod is only a workaround not the solution.</p>
<p>Come to think of it, it also caused unnecessary delay when making screen shots using the Command-Shift-4 key combination.</p>
<p>I hope this can save you some time.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fsluggish-ichat-messages-terminal-and-others-in-mac-os-x-lion%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2436&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Fri, February 17, 2012 -- <a href="http://www.romantika.name/v2/mac-messages-beta/" title="Mac Messages Beta">Mac Messages Beta</a></li><li>Fri, December 9, 2011 -- <a href="http://www.romantika.name/v2/sparrow-and-shortmail/" title="Sparrow and Shortmail">Sparrow and Shortmail</a></li><li>Sat, April 23, 2011 -- <a href="http://www.romantika.name/v2/shrinking-virtualbox-disk-images/" title="Shrinking VirtualBox Disk Images">Shrinking VirtualBox Disk Images</a></li><li>Sat, February 12, 2011 -- <a href="http://www.romantika.name/v2/modifying-stubborn-files-transferred-from-windows/" title="Mac OS X: Modifying Stubborn Files Transferred From Windows">Mac OS X: Modifying Stubborn Files Transferred From Windows</a></li></ul><p><a href="http://www.romantika.name/v2/sluggish-ichat-messages-terminal-and-others-in-mac-os-x-lion/" rel="bookmark">Sluggish iChat, Messages, Terminal, and Others in Mac OS X Lion</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, May 12, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/cGRGKLDxY8-MltjDRw2vcEKaSwo/0/da"><img src="http://feedads.g.doubleclick.net/~a/cGRGKLDxY8-MltjDRw2vcEKaSwo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cGRGKLDxY8-MltjDRw2vcEKaSwo/1/da"><img src="http://feedads.g.doubleclick.net/~a/cGRGKLDxY8-MltjDRw2vcEKaSwo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=StXzY2-fl0k:fRyOdBfbUHw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=StXzY2-fl0k:fRyOdBfbUHw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=StXzY2-fl0k:fRyOdBfbUHw:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=StXzY2-fl0k:fRyOdBfbUHw:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=StXzY2-fl0k:fRyOdBfbUHw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=StXzY2-fl0k:fRyOdBfbUHw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=StXzY2-fl0k:fRyOdBfbUHw:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/StXzY2-fl0k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/sluggish-ichat-messages-terminal-and-others-in-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/sluggish-ichat-messages-terminal-and-others-in-mac-os-x-lion/</feedburner:origLink></item>
		<item>
		<title>Build LFTP on Mac OS X Lion</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/-iWbeMTL6IQ/</link>
		<comments>http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/#comments</comments>
		<pubDate>Fri, 04 May 2012 16:43:44 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2416</guid>
		<description><![CDATA[If you&#8217;re a seasoned Linux SysAdmin, you&#8217;ll miss LFTP. It&#8217;s a really powerful FTP client. Yes, you can also install it using MacPorts or Fink but right now, this is much quicker for me. Here&#8217;s how I built LFTP 4.3.6 on my MacBook Pro. For the record, I&#8217;m on 10.7.3 Prerequisite: Apple developer tools (Xcode) [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://image1.romantika.name/2012/05/lftp1.png" alt="" title="lftp1" width="70" height="55" class="alignnone size-full wp-image-2427" style="float:left;margin-right:10px;" /></p>
<p>If you&#8217;re a seasoned Linux SysAdmin, you&#8217;ll miss LFTP. It&#8217;s a really powerful FTP client. Yes, you can also install it using MacPorts or Fink but right now, this is much quicker for me.</p>
<p>Here&#8217;s how I built <a href="http://lftp.yar.ru/" onclick="pageTracker._trackPageview('/outgoing/lftp.yar.ru/?referer=');">LFTP 4.3.6</a> on my MacBook Pro. For the record, I&#8217;m on 10.7.3</p>
<p><strong>Prerequisite</strong>: Apple developer tools (Xcode)</p>
<p>1. Download <a href="http://tiswww.case.edu/php/chet/readline/rltop.html" onclick="pageTracker._trackPageview('/outgoing/tiswww.case.edu/php/chet/readline/rltop.html?referer=');">The GNU Readline Library</a> (The library that came with OS X will not work). This is how I built Readline 6.2:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">$ cd /where/readline/was/extracted
$ ./configure --prefix=&quot;/usr/local&quot; --disable-shared &amp;&amp; make &amp;&amp; sudo make install</pre></div></div>

<p>This will build a static library and install in it /usr/local</p>
<p>2. Make sure the library (libreadline.a) was built successfully in /usr/local/lib</p>
<p>3. Download <a href="http://lftp.yar.ru/get.html" onclick="pageTracker._trackPageview('/outgoing/lftp.yar.ru/get.html?referer=');">LFTP</a> and build it:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">$ cd /where/lftp/was/extracted
$ CXXFLAGS=&quot;-O0 -Wall -fno-exceptions -fno-rtti -fno-implement-inlines&quot; \
LDFLAGS=&quot;-Xlinker -search_paths_first -L/usr/local/lib&quot; \
CPPFLAGS=&quot;-I/usr/local/include&quot; \
./configure --with-openssl --disable-shared --disable-nls
$ make &amp;&amp; sudo make install</pre></div></div>

<p>In the lftp configure line, the &#8220;-Xlinker -search_paths_first&#8221; is necessary so that the linker will not prefer the system shared /usr/lib/libreadline.dylib to the static libreadline.a we just compiled.</p>
<p>The final binary will be installed into your /usr/local/bin/lftp and if your build was successful you should be able to run &#8220;lftp&#8221; and get the prompt:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">lftp :~&gt;</pre></div></div>

<p>My LFTP version:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">LFTP | Version 4.3.6 | Copyright (c) 1996-2012 Alexander V. Lukyanov
&nbsp;
LFTP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
&nbsp;
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
&nbsp;
You should have received a copy of the GNU General Public License
along with LFTP.  If not, see &lt;http: //www.gnu.org/licenses/&gt;.
&nbsp;
Send bug reports and questions to the mailing list lftp at uniyar.ac.ru.
&nbsp;
Libraries used: Readline 6.2, Expat 2.0.1, OpenSSL 0.9.8r 8 Feb 2011, libiconv 1.11, zlib 1.2.5</pre></div></div>

<p>Good luck!</p>
<p><em>Perhaps some of you arrived by searching for &#8220;error: ‘rl_kill_full_line’ was not declared in this scope&#8221;. Yep, the above steps should help you.</em></p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fbuild-lftp-on-mac-os-x-lion%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2416&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Fri, August 6, 2010 -- <a href="http://www.romantika.name/v2/smtp-smart-host-setup-postfix-snow-leopard/" title="SMTP Smart Host Setup for Postfix in Snow Leopard">SMTP Smart Host Setup for Postfix in Snow Leopard</a></li><li>Thu, February 9, 2012 -- <a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" title="VirtueMart Custom Login Module in Joomla!">VirtueMart Custom Login Module in Joomla!</a></li><li>Sat, January 7, 2012 -- <a href="http://www.romantika.name/v2/leverage-browser-caching/" title="Leverage Browser Caching">Leverage Browser Caching</a></li><li>Fri, December 9, 2011 -- <a href="http://www.romantika.name/v2/sparrow-and-shortmail/" title="Sparrow and Shortmail">Sparrow and Shortmail</a></li><li>Sat, April 23, 2011 -- <a href="http://www.romantika.name/v2/shrinking-virtualbox-disk-images/" title="Shrinking VirtualBox Disk Images">Shrinking VirtualBox Disk Images</a></li></ul><p><a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" rel="bookmark">Build LFTP on Mac OS X Lion</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, May 5, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/P06duAhguJ46VgttFdNX3LpxtR8/0/da"><img src="http://feedads.g.doubleclick.net/~a/P06duAhguJ46VgttFdNX3LpxtR8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/P06duAhguJ46VgttFdNX3LpxtR8/1/da"><img src="http://feedads.g.doubleclick.net/~a/P06duAhguJ46VgttFdNX3LpxtR8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=-iWbeMTL6IQ:USKa4NmG7SM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=-iWbeMTL6IQ:USKa4NmG7SM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=-iWbeMTL6IQ:USKa4NmG7SM:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=-iWbeMTL6IQ:USKa4NmG7SM:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=-iWbeMTL6IQ:USKa4NmG7SM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-iWbeMTL6IQ:USKa4NmG7SM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=-iWbeMTL6IQ:USKa4NmG7SM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/-iWbeMTL6IQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/</feedburner:origLink></item>
		<item>
		<title>UniFi Phone Call Forwarding</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/4e9p0jmNJSg/</link>
		<comments>http://www.romantika.name/v2/unifi-phone-call-forwarding/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 14:33:19 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[TM/TMNET]]></category>
		<category><![CDATA[TMNET]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2404</guid>
		<description><![CDATA[If you&#8217;re here to look for the way to forward the phone that comes to UniFi to another phone number, I apologize. I don&#8217;t know how. I tried asking TM call center but they told me to call UniFi support for UniFi phone. For the record every time I try *61*XXXXXXXXXX# the automated voice response [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re here to look for the way to forward the phone that comes to UniFi to another phone number, I apologize. I don&#8217;t know how. I tried asking TM call center but they told me to call UniFi support for UniFi phone.</p>
<p>For the record every time I try *61*XXXXXXXXXX# the automated voice response is <em>&#8220;harap maaf, anda tidak mempunyai akses ke nombor ini&#8221;</em>. I think it&#8217;s related to a protection so that users can&#8217;t simply forward to any number. Protection is good only if there are procedures to follow to make a feature useful. Not in this case.</p>
<p>I created a ticket in the My Support section in <a href="https://occ.unifi.my/HSBBCustomerPortal/HSBBCustomerPortal.portal" onclick="pageTracker._trackPageview('/outgoing/occ.unifi.my/HSBBCustomerPortal/HSBBCustomerPortal.portal?referer=');">myUniFi</a> only to be closed by X1012121 &#8211; it&#8217;s not even a real name. The ticket was closed without any explanation whatsoever. Nada. Nothing. Nil.</p>
<p>So what they put in their Microsoft SharePoint website <a href="http://www.tm.com.my/unifi/phone/Pages/phone.aspx" onclick="pageTracker._trackPageview('/outgoing/www.tm.com.my/unifi/phone/Pages/phone.aspx?referer=');">Phone (Voice Features)</a> page doesn&#8217;t work. At least for me. If you can see any instructions on adding custom phone numbers to the forward list, do let me know. I might need new spectacles.</p>
<p><img src="http://image1.romantika.name/2012/02/unifi-phone-voice-feature.png" alt="" title="unifi-phone-voice-feature" width="401" height="498" class="alignnone size-full wp-image-2405" /></p>
<p>As a matter of fact, I created a ticket a week earlier about something else and although I specifically asked to be emailed, they called. Maybe the text on their system is too small to read especially the &#8220;Preferred communication&#8221; field. I don&#8217;t know. The annoying thing was that the person kept calling and calling and calling when the call was not picked up. </p>
<p>When the call is not picked up, please call later.</p>
<p>If you&#8217;re not going to fully support your value added services, you might as well not offer them at all. I am fully satisfied with the Internet service, but since there are &#8220;FREE&#8221; added service I thought I might utilize it. Now that I know they don&#8217;t work, I&#8217;m unhappy.</p>
<p>One thing that really bothers me is that I think they don&#8217;t really have an SLA with customers, and KPI to fulfill. Closing tickets without any reason is unacceptable by any standard, not even in inter organization support services.</p>
<p>I will never understand why TM work like this&#8230; and I know this post will not mean anything to them. I am just disappointed. Having some exposure on how they do stuff, I think they can do better and generate more profit than now but the mentality is just beyond me.</p>
<p>Malaysia <em>boleh</em>?</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Funifi-phone-call-forwarding%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2404&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Thu, December 9, 2010 -- <a href="http://www.romantika.name/v2/tm-unifi-downtime-exercise-your-rights/" title="TM UniFi Downtime: Exercise Your Rights">TM UniFi Downtime: Exercise Your Rights</a></li><li>Sun, January 22, 2012 -- <a href="http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/" title="Crocs Malaysia Warehouse Sale">Crocs Malaysia Warehouse Sale</a></li><li>Sun, April 17, 2011 -- <a href="http://www.romantika.name/v2/selangor-no-plastic-bag-every-saturday/" title="Selangor No Plastic Bag Every Saturday">Selangor No Plastic Bag Every Saturday</a></li><li>Sat, February 26, 2011 -- <a href="http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/" title="If You Want to Be Selfish, Do it Smart">If You Want to Be Selfish, Do it Smart</a></li><li>Mon, February 7, 2011 -- <a href="http://www.romantika.name/v2/tak-nak-really/" title="Tak Nak &#8211; Really?">Tak Nak &#8211; Really?</a></li></ul><p><a href="http://www.romantika.name/v2/unifi-phone-call-forwarding/" rel="bookmark">UniFi Phone Call Forwarding</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Thu, February 23, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/J9HKDc7f2PfIUUD1TcOnlQNLqe0/0/da"><img src="http://feedads.g.doubleclick.net/~a/J9HKDc7f2PfIUUD1TcOnlQNLqe0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/J9HKDc7f2PfIUUD1TcOnlQNLqe0/1/da"><img src="http://feedads.g.doubleclick.net/~a/J9HKDc7f2PfIUUD1TcOnlQNLqe0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=4e9p0jmNJSg:0rEU17pODfI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=4e9p0jmNJSg:0rEU17pODfI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=4e9p0jmNJSg:0rEU17pODfI:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=4e9p0jmNJSg:0rEU17pODfI:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=4e9p0jmNJSg:0rEU17pODfI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=4e9p0jmNJSg:0rEU17pODfI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=4e9p0jmNJSg:0rEU17pODfI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/4e9p0jmNJSg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/unifi-phone-call-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/unifi-phone-call-forwarding/</feedburner:origLink></item>
		<item>
		<title>Mac Messages Beta</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/7J136CG70xY/</link>
		<comments>http://www.romantika.name/v2/mac-messages-beta/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 02:26:35 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2389</guid>
		<description><![CDATA[Apple has just released the developer preview for OS X Mountain Lion yesterday and at the same time released the beta version of Messages, an upgrade of iChat. Here is the link to download Messages. Installation is straight forward but you will be warned that the machine will need to be restarted. After installation, the [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has just released the developer preview for <a target="_blank" href="http://www.apple.com/macosx/mountain-lion/" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/macosx/mountain-lion/?referer=');">OS X Mountain Lion</a> yesterday and at the same time released the beta version of Messages, an upgrade of iChat. Here is the link to <a target="_blank" href="http://www.apple.com/macosx/mountain-lion/messages-beta/" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/macosx/mountain-lion/messages-beta/?referer=');">download Messages</a>.</p>
<p>Installation is straight forward but you will be warned that the machine will need to be restarted. After installation, the spanking new icon will appear in the dock. The rightmost icon in the screenshot, not the middle one.</p>
<p><img src="http://image1.romantika.name/2012/02/mac-messages-icon.jpg" alt="" title="mac-messages-icon" width="127" height="75" class="alignnone size-full wp-image-2391" /></p>
<p>After installation (and configuration with your iCloud account), the familiar iChat UI will appear. Alongside with a new &#8220;iPad inspired&#8221; message list. Messages will continue to work with the existing accounts, just with additional features. As you can see in my screenshot my Google Talk (Jabber) account works fine.</p>
<p><img src="http://image2.romantika.name/2012/02/mac-messages-initial-screen.jpg" alt="" title="mac-messages-initial-screen" width="600" height="383" class="alignnone size-full wp-image-2392" /></p>
<p>I really wanted to know whether old messages from the iPhone will be imported. They were not. Which is no big deal. I&#8217;m not sure whether some background sync will happen while I use it. I&#8217;ll update if it does that.</p>
<p>I sent a test message to a buddy, <a href="http://www.nazham.com/" onclick="pageTracker._trackPageview('/outgoing/www.nazham.com/?referer=');">Nazham</a>:</p>
<p><img src="http://image1.romantika.name/2012/02/mac-messages-test.jpg" alt="" title="mac-messages-test" width="600" height="432" class="alignnone size-full wp-image-2393" /></p>
<p>At the same moment, my message and his reply appeared in both Messages for Mac and the iPhone. This is what Apple meant by &#8220;Start an iMessage conversation on your Mac and continue it on your iPad, iPhone, or iPod touch.&#8221;.</p>
<p><img src="http://image2.romantika.name/2012/02/mac-iphone-messages-sync.jpg" alt="" title="mac-iphone-messages-sync" width="300" height="450" class="alignnone size-full wp-image-2390" /></p>
<p>I love it.</p>
<p>Knowing Apple, Mountain Lion might be the only OS X I can upgrade my 2010 MacBook Pro with and I hope the price will be more or less like Lion.</p>
<p>Until next time, happy computing.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fmac-messages-beta%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2389&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, May 12, 2012 -- <a href="http://www.romantika.name/v2/sluggish-ichat-messages-terminal-and-others-in-mac-os-x-lion/" title="Sluggish iChat, Messages, Terminal, and Others in Mac OS X Lion">Sluggish iChat, Messages, Terminal, and Others in Mac OS X Lion</a></li><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Fri, December 9, 2011 -- <a href="http://www.romantika.name/v2/sparrow-and-shortmail/" title="Sparrow and Shortmail">Sparrow and Shortmail</a></li><li>Sun, May 1, 2011 -- <a href="http://www.romantika.name/v2/problems-saving-alerts-in-myprofiles/" title="Problems Saving Alerts in MyProfiles">Problems Saving Alerts in MyProfiles</a></li><li>Sat, April 23, 2011 -- <a href="http://www.romantika.name/v2/shrinking-virtualbox-disk-images/" title="Shrinking VirtualBox Disk Images">Shrinking VirtualBox Disk Images</a></li></ul><p><a href="http://www.romantika.name/v2/mac-messages-beta/" rel="bookmark">Mac Messages Beta</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Fri, February 17, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/7EiacVitGLX_h7CLR-LFNSaUwu4/0/da"><img src="http://feedads.g.doubleclick.net/~a/7EiacVitGLX_h7CLR-LFNSaUwu4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7EiacVitGLX_h7CLR-LFNSaUwu4/1/da"><img src="http://feedads.g.doubleclick.net/~a/7EiacVitGLX_h7CLR-LFNSaUwu4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=7J136CG70xY:HsjP5lhPXG8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=7J136CG70xY:HsjP5lhPXG8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=7J136CG70xY:HsjP5lhPXG8:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=7J136CG70xY:HsjP5lhPXG8:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=7J136CG70xY:HsjP5lhPXG8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=7J136CG70xY:HsjP5lhPXG8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=7J136CG70xY:HsjP5lhPXG8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/7J136CG70xY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/mac-messages-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/mac-messages-beta/</feedburner:origLink></item>
		<item>
		<title>VirtueMart Custom Login Module in Joomla!</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/IBGRvTTfeo8/</link>
		<comments>http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 15:26:15 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2370</guid>
		<description><![CDATA[Here&#8217;s a short article on making a simple module to include on your Joomla! pages that displays login / logout links. I&#8217;m a Joomla! newbie so there might be better ways to accomplish this. I was helping a friend-client to accomplish redirection to the same page after logout. Here&#8217;s the basic code that you need [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a short article on making a simple module to include on your Joomla! pages that displays login / logout links. I&#8217;m a Joomla! newbie so there might be better ways to accomplish this.</p>
<p>I was helping a friend-client to accomplish redirection to the same page after logout.</p>
<p>Here&#8217;s the basic code that you need to have in a module with the <a target="_blank" href="http://extensions.joomla.org/extensions/edition/custom-code-in-content/1023" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/edition/custom-code-in-content/1023?referer=');">Jumi extension</a>:</p>
<p><!-- INFOLINKS_OFF --></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php
    <span style="color: #000088;">$user</span><span style="color: #339933;">=&amp;</span> JFactory<span style="color: #339933;">::</span><span style="color: #004000;">getUser</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$user</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">guest</span><span style="color: #009900;">&#41;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;a href=&quot;index.php?option=com_user&amp;task=logout&amp;return=Lw&quot;&gt;Logout&lt;/a&gt;'</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">else</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;a href=&quot;index.php?page=account.index&amp;option=com_virtuemart&quot;&gt;Login&lt;/a&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p><!-- INFOLINKS_ON --></p>
<p>The code above will redirect users to the root or uppermost level of the website.<br />
<!-- INFOLINKS_OFF --><br />
Let&#8217;s say that your website is <strong>http://www.yourwebsite.com/</strong> and your shopping page with VirtueMart is installed at a subfolder <strong>http://www.yourwebsite.com/<span style="color:red">shop/</span></strong><br />
<!-- INFOLINKS_ON --><br />
The question is simply where you want your user to end up after logging out. If you need your users to end up at <strong>http://www.yourwebsite.com/</strong> then you&#8217;re good to go. If you want your users to be redirected to the shop or a thank you page, here&#8217;s where you need to be a little creative.</p>
<p>You need to replace that &#8220;Lw&#8221; in the logout link to a different string. &#8220;Lw&#8221; is the base 64 representation of the character &#8220;/&#8221;. So this means that the user will be redirected to / which is <strong>http://www.yourwebsite.com/</strong></p>
<p>A solution I came out with:</p>
<p><!-- INFOLINKS_OFF --></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php
    <span style="color: #000088;">$redirect_to</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/shop/'</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$user</span><span style="color: #339933;">=&amp;</span> JFactory<span style="color: #339933;">::</span><span style="color: #004000;">getUser</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$user</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">guest</span><span style="color: #009900;">&#41;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;a href=&quot;index.php?option=com_user&amp;task=logout&amp;return='</span> <span style="color: #339933;">.</span> <span style="color: #990000;">base64_encode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$redirect_to</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'&quot;&gt;Logout&lt;/a&gt;'</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">else</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;a href=&quot;index.php?page=account.index&amp;option=com_virtuemart&quot;&gt;Login&lt;/a&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><!-- INFOLINKS_ON --></p>
<p>So only line 2 needs to be changed. Let&#8217;s say you want users to be redirected to <strong>http://www.yourwebsite.com/<span style="color:red">thankyou.html</span></strong> here&#8217;s how you will change line 2:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #000088;">$redirect_to</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/thankyou.html'</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>If you&#8217;d like your users to simply be redirected to the same page where they clicked the logout link, here&#8217;s what you should do to line 2:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #000088;">$redirect_to</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_URI'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>That&#8217;s simply it. At first, I totally forgot that I can use PHP&#8217;s base64_encode so I ended up confusing my friend with an online encoder so that he can replace the &#8220;Lw&#8221;.</p>
<p>One annoying thing that I wasn&#8217;t able to solve is the login page always displays the error message:</p>
<p><strong>Error: You do not have permission to access the requested module.</strong></p>
<p>I think Joomla! is trying to load VirtueMart too early and I can&#8217;t make it go away. Looking at the Internet a lot of other websites has this message displayed. If you know how this message can be removed without hacking the CSS or source code, please let me know and I&#8217;ll give you credit.</p>
<p><strong>References:</strong></p>
<ol>
<li><a target="_blank" href="http://forum.virtuemart.net/index.php?topic=88802#msg290906" onclick="pageTracker._trackPageview('/outgoing/forum.virtuemart.net/index.php?topic=88802_msg290906&amp;referer=');">http://forum.virtuemart.net/index.php?topic=88802#msg290906</a></li>
<li><a target="_blank" href="http://forum.joomla.org/viewtopic.php?p=1457876" onclick="pageTracker._trackPageview('/outgoing/forum.joomla.org/viewtopic.php?p=1457876&amp;referer=');">http://forum.joomla.org/viewtopic.php?p=1457876</a></li>
</ol>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fvirtuemart-custom-login-module-joomla%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2370&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Sat, January 7, 2012 -- <a href="http://www.romantika.name/v2/leverage-browser-caching/" title="Leverage Browser Caching">Leverage Browser Caching</a></li><li>Sat, December 24, 2011 -- <a href="http://www.romantika.name/v2/apache-compress-your-website/" title="Let Apache Compress Your Website">Let Apache Compress Your Website</a></li><li>Fri, December 9, 2011 -- <a href="http://www.romantika.name/v2/sparrow-and-shortmail/" title="Sparrow and Shortmail">Sparrow and Shortmail</a></li><li>Fri, August 6, 2010 -- <a href="http://www.romantika.name/v2/smtp-smart-host-setup-postfix-snow-leopard/" title="SMTP Smart Host Setup for Postfix in Snow Leopard">SMTP Smart Host Setup for Postfix in Snow Leopard</a></li></ul><p><a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" rel="bookmark">VirtueMart Custom Login Module in Joomla!</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Thu, February 9, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Qw04hyS87yS3K8tHTW7ksPNKNBc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Qw04hyS87yS3K8tHTW7ksPNKNBc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Qw04hyS87yS3K8tHTW7ksPNKNBc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Qw04hyS87yS3K8tHTW7ksPNKNBc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=IBGRvTTfeo8:y_x9bHNBAHE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=IBGRvTTfeo8:y_x9bHNBAHE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=IBGRvTTfeo8:y_x9bHNBAHE:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=IBGRvTTfeo8:y_x9bHNBAHE:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=IBGRvTTfeo8:y_x9bHNBAHE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=IBGRvTTfeo8:y_x9bHNBAHE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=IBGRvTTfeo8:y_x9bHNBAHE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/IBGRvTTfeo8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/</feedburner:origLink></item>
		<item>
		<title>Crocs Malaysia Warehouse Sale</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/cxlAdQFKxiY/</link>
		<comments>http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 06:34:37 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2353</guid>
		<description><![CDATA[I have always been a fan of Crocs shoes because of their lightness, durability and the airy design. As someone who suffers from athlete&#8217;s foot since the teen years, airy means better air circulation and dryer feet. Back in 2009 or 2010 we went to a Crocs warehouse sale in Ikano Power Center in Damansara. [...]]]></description>
			<content:encoded><![CDATA[<p>I have always been a fan of Crocs shoes because of their lightness, durability and the airy design. As someone who suffers from athlete&#8217;s foot since the teen years, airy means better air circulation and dryer feet.</p>
<p>Back in 2009 or 2010 we went to a Crocs warehouse sale in Ikano Power Center in Damansara. It was held in an empty unit next to the IT hypermarket at the top floor. We bought 5 pairs &#8211; two for myself and three for my son.</p>
<p>I bought myself an Olive <a target="_blank" href="http://www.crocs.com.my/product_detail.php?page=showcase&#038;id=10126&#038;cid=619" onclick="pageTracker._trackPageview('/outgoing/www.crocs.com.my/product_detail.php?page=showcase_038_id=10126_038_cid=619&amp;referer=');">Baya</a>, and a <a target="_blank" href="http://www.rogansshoes.com/717107/products/Crocs-Trailbreak.html?CID=00011011" onclick="pageTracker._trackPageview('/outgoing/www.rogansshoes.com/717107/products/Crocs-Trailbreak.html?CID=00011011&amp;referer=');">Black Trailbreak</a>.</p>
<p>For my son we bought him a <a target="_blank" href="http://www.crocs.com/crocs-kids-baya/10190,default,pd.html?cid=320&#038;cgid=boys&#038;prefn1=variationSize&#038;prefv1=5&#038;prefn2=refinementColor&#038;prefv2=Green" onclick="pageTracker._trackPageview('/outgoing/www.crocs.com/crocs-kids-baya/10190_default_pd.html?cid=320_038_cgid=boys_038_prefn1=variationSize_038_prefv1=5_038_prefn2=refinementColor_038_prefv2=Green&amp;referer=');">Green Baya</a>, a <a target="_blank" href="http://www.sarenza.co.uk/crocs-batman-cayman-s776367-p0000017720#" onclick="pageTracker._trackPageview('/outgoing/www.sarenza.co.uk/crocs-batman-cayman-s776367-p0000017720?referer=');">Batman Cayman</a> and a <a target="_blank" href="http://www.crocs.com/crocs-electro/10400,default,pd.html?cid=070&#038;cgid=boys&#038;prefn1=refinementColor&#038;prefv1=Black&#038;prefn2=variationSize&#038;prefv2=5&#038;srule=top-sellers" onclick="pageTracker._trackPageview('/outgoing/www.crocs.com/crocs-electro/10400_default_pd.html?cid=070_038_cgid=boys_038_prefn1=refinementColor_038_prefv1=Black_038_prefn2=variationSize_038_prefv2=5_038_srule=top-sellers&amp;referer=');">Crocs Electro</a>.</p>
<p>For other models than the Baya, links are from other websites as they no longer exist on the official website. Maybe they have been taken off production or something.</p>
<p>The purpose of this post is to make sure that if there is any more warehouse sale in the future, and if you&#8217;re going, you better thoroughly check the shoes you&#8217;re buying.</p>
<p>A few days back, my son was having trouble to put on the Crocs Electro on his left foot. That was weird, and at first I had a silly thought that his left foot has grown more than his right foot. I was surprised to see that the shoes, although marked with the same size, had the left one smaller than the other.</p>
<p><img src="http://image1.romantika.name/2012/01/black-charcoal-crocs-1.jpg" alt="" title="black-charcoal-crocs-1" width="600" height="562" class="alignnone size-full wp-image-2357" /></p>
<p>I don&#8217;t know how this happened but I&#8217;m not happy. Lucky for us we realize this before his feet were bruised more. It is not my intention to accuse anything at anyone but I have to admit that I am disappointed. Knowing Malaysia, we can&#8217;t return the shoes especially since it was bought in a warehouse sale. Heck, we can&#8217;t even return them if we buy them at retail price.</p>
<p>And of course, living in Malaysia I&#8217;m not excluding the possibilities of foul play. It&#8217;s how most businesses make maximum profit anyway&#8230;</p>
<p><a href="http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/#more-2353">You can see more pictures in the full post.</a></p>
<p><span id="more-2353"></span></p>
<p><img src="http://image2.romantika.name/2012/01/black-charcoal-crocs-2.jpg" alt="" title="black-charcoal-crocs-2" width="600" height="623" class="alignnone size-full wp-image-2358" /></p>
<p><img src="http://image1.romantika.name/2012/01/black-charcoal-crocs-3.jpg" alt="" title="black-charcoal-crocs-3" width="600" height="586" class="alignnone size-full wp-image-2359" /></p>
<p><img src="http://image2.romantika.name/2012/01/black-charcoal-crocs-4.jpg" alt="" title="black-charcoal-crocs-4" width="600" height="377" class="alignnone size-full wp-image-2360" /></p>
<p><img src="http://image1.romantika.name/2012/01/black-charcoal-crocs-5.jpg" alt="" title="black-charcoal-crocs-5" width="600" height="427" class="alignnone size-full wp-image-2361" /></p>
<p><strong>So, this is a call to all Crocs fans out there in the beautiful country of Malaysia, be careful.</strong></p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fcrocs-malaysia-warehouse-sale%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2353&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sun, September 27, 2009 -- <a href="http://www.romantika.name/v2/secret-recipe-at-the-curve-damansara/" title="Secret Recipe at The Curve Damansara">Secret Recipe at The Curve Damansara</a></li><li>Fri, July 24, 2009 -- <a href="http://www.romantika.name/v2/italiannies-sunway-pyramid/" title="Italiannies Sunway Pyramid">Italiannies Sunway Pyramid</a></li><li>Thu, January 22, 2009 -- <a href="http://www.romantika.name/v2/economy-crisis-hits-malaysia/" title="Economy Crisis Hits Malaysia">Economy Crisis Hits Malaysia</a></li><li>Sat, February 26, 2011 -- <a href="http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/" title="If You Want to Be Selfish, Do it Smart">If You Want to Be Selfish, Do it Smart</a></li><li>Thu, December 9, 2010 -- <a href="http://www.romantika.name/v2/tm-unifi-downtime-exercise-your-rights/" title="TM UniFi Downtime: Exercise Your Rights">TM UniFi Downtime: Exercise Your Rights</a></li></ul><p><a href="http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/" rel="bookmark">Crocs Malaysia Warehouse Sale</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sun, January 22, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/AZuOyqLyqCGqDtdy7nGNuMt1wjc/0/da"><img src="http://feedads.g.doubleclick.net/~a/AZuOyqLyqCGqDtdy7nGNuMt1wjc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AZuOyqLyqCGqDtdy7nGNuMt1wjc/1/da"><img src="http://feedads.g.doubleclick.net/~a/AZuOyqLyqCGqDtdy7nGNuMt1wjc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=cxlAdQFKxiY:xpSXmXnFXd0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=cxlAdQFKxiY:xpSXmXnFXd0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=cxlAdQFKxiY:xpSXmXnFXd0:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=cxlAdQFKxiY:xpSXmXnFXd0:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=cxlAdQFKxiY:xpSXmXnFXd0:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=cxlAdQFKxiY:xpSXmXnFXd0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=cxlAdQFKxiY:xpSXmXnFXd0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/cxlAdQFKxiY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/</feedburner:origLink></item>
		<item>
		<title>Leverage Browser Caching</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/oK7r8aTU5ms/</link>
		<comments>http://www.romantika.name/v2/leverage-browser-caching/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 05:41:58 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2341</guid>
		<description><![CDATA[In the previous post I wrote about enabling compression for your pages so that they would load faster to the visitor. Today I&#8217;m going to write about how you can make use of browser caching to save some bandwidth. Some people told me that their ISP or hosting provider requested that they upgrade the hosting [...]]]></description>
			<content:encoded><![CDATA[<p>In the previous post I wrote about enabling compression for your pages so that they would load faster to the visitor. Today I&#8217;m going to write about how you can make use of browser caching to save some bandwidth.</p>
<p>Some people told me that their ISP or hosting provider requested that they upgrade the hosting plan or subscribe for more bandwidth. Since this site doesn&#8217;t have that much traffic, I wouldn&#8217;t know.</p>
<p>However recently I was able to help on a website which has a lot of visitors compared to this site. Around 14-18 visitors per minute on a working day and the bandwidth usage was very high, more than a gigabyte per day.</p>
<p>For the website, I saw that there were many requests for images (photos). The images aren&#8217;t that big anyway, around 100KB each but the amount of request made it significant.</p>
<p>Armed with knowledge of mod_expires, I added the following clauses to .htaccess while hoping that the server has the module installed. The following configuration is minimal, and <a href="https://developers.google.com/pagespeed/" onclick="pageTracker._trackPageview('/outgoing/developers.google.com/pagespeed/?referer=');">Google Pagespeed</a> actually suggests for 1 week.</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">ifmodule</span> mod_expires.c&gt;
        <span style="color: #00007f;">ExpiresActive</span> <span style="color: #0000ff;">On</span>
        <span style="color: #00007f;">ExpiresByType</span> image/gif <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
        <span style="color: #00007f;">ExpiresByType</span> image/png <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
        <span style="color: #00007f;">ExpiresByType</span> image/jpg <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
        <span style="color: #00007f;">ExpiresByType</span> image/jpeg <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
        <span style="color: #00007f;">ExpiresByType</span> text/css <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
        <span style="color: #00007f;">ExpiresByType</span> application/javascript <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
        <span style="color: #00007f;">ExpiresByType</span> application/x-javascript <span style="color: #7f007f;">&quot;access plus 2 hours&quot;</span>
&lt;/<span style="color: #000000; font-weight:bold;">ifmodule</span>&gt;</pre></div></div>

<p><img src="http://image1.romantika.name/2012/01/pagespeed-suggestions.png" alt="" title="pagespeed-suggestions" width="600" height="163" class="alignnone size-full wp-image-2344" /></p>
<p>Although I know why Google Analytics set its expiry to 2 hours, it&#8217;s kind of amusing since the suggestion comes from another Google product. Oh well I am allowed to be amused right?</p>
<p>So let&#8217;s get to the results. Here are the bandwidth graphs from both days. I enabled mod_expires at around 6PM on 5 January 2012.</p>
<p><img src="http://image2.romantika.name/2012/01/mod_expires_before.png" alt="" title="mod_expires_before" width="632" height="173" class="alignnone size-full wp-image-2346" /></p>
<p><img src="http://image1.romantika.name/2012/01/mod_expires_after.png" alt="" title="mod_expires_after" width="632" height="173" class="alignnone size-full wp-image-2345" /></p>
<p>We can&#8217;t really see the difference by looking at the graphs. Google Analytics shows that there are at least 200 more visits on 6 January 2012. The numbers? Here you go:</p>
<p><img src="http://image2.romantika.name/2012/01/mod_expires_by_day.png" alt="" title="mod_expires_by_day" width="314" height="203" class="alignnone size-full wp-image-2347" /></p>
<p>At least 400MB were saved by this technique. You can actually put specific settings for each folder in your website. For example 2 hours is nice for cosmetic images which may need to be changed frequently but not for photos. For example if you run a photography website, you can even make your photos to expire in 1 year!</p>
<p>What mod_expires does is actually telling the browser that the resource (images) will expire on a specific date. It&#8217;s flexible enough to set the date from the access time. Here is the link to the <a href="http://httpd.apache.org/docs/2.0/mod/mod_expires.html" onclick="pageTracker._trackPageview('/outgoing/httpd.apache.org/docs/2.0/mod/mod_expires.html?referer=');">official manual page for mod_expires</a>.</p>
<p>Please be careful to note that this is not a quick solution for the lazy. You must think hard enough to set the proper amount of time before the images expire otherwise normal users will not see your changes or updates to the image until the cache on their browsers expire!</p>
<p>Good luck!</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fleverage-browser-caching%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2341&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sun, March 1, 2009 -- <a href="http://www.romantika.name/v2/image-hotlink-protection/" title="Image Hotlink Protection">Image Hotlink Protection</a></li><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Thu, February 9, 2012 -- <a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" title="VirtueMart Custom Login Module in Joomla!">VirtueMart Custom Login Module in Joomla!</a></li><li>Sat, December 24, 2011 -- <a href="http://www.romantika.name/v2/apache-compress-your-website/" title="Let Apache Compress Your Website">Let Apache Compress Your Website</a></li><li>Fri, August 6, 2010 -- <a href="http://www.romantika.name/v2/smtp-smart-host-setup-postfix-snow-leopard/" title="SMTP Smart Host Setup for Postfix in Snow Leopard">SMTP Smart Host Setup for Postfix in Snow Leopard</a></li></ul><p><a href="http://www.romantika.name/v2/leverage-browser-caching/" rel="bookmark">Leverage Browser Caching</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, January 7, 2012.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/X7mT0h4lJZHmYdjgJRdnaeufVM0/0/da"><img src="http://feedads.g.doubleclick.net/~a/X7mT0h4lJZHmYdjgJRdnaeufVM0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/X7mT0h4lJZHmYdjgJRdnaeufVM0/1/da"><img src="http://feedads.g.doubleclick.net/~a/X7mT0h4lJZHmYdjgJRdnaeufVM0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=oK7r8aTU5ms:ZFJIIbCDgV4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=oK7r8aTU5ms:ZFJIIbCDgV4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=oK7r8aTU5ms:ZFJIIbCDgV4:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=oK7r8aTU5ms:ZFJIIbCDgV4:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=oK7r8aTU5ms:ZFJIIbCDgV4:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=oK7r8aTU5ms:ZFJIIbCDgV4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=oK7r8aTU5ms:ZFJIIbCDgV4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/oK7r8aTU5ms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/leverage-browser-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/leverage-browser-caching/</feedburner:origLink></item>
		<item>
		<title>Let Apache Compress Your Website</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/51RixqTiqqM/</link>
		<comments>http://www.romantika.name/v2/apache-compress-your-website/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 07:27:30 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2330</guid>
		<description><![CDATA[Website speed is one of the most important factor to make people like to visit more. In 2008, I wrote Compressing WordPress Output and this is done by adding one line to index.php The problem with that approach is that when you upgrade WordPress you have to manually add the line into index.php, and the [...]]]></description>
			<content:encoded><![CDATA[<p>Website speed is one of the most important factor to make people like to visit more. In 2008, I wrote <a href="http://www.romantika.name/v2/compressing-wordpress-output/">Compressing WordPress Output</a> and this is done by adding one line to index.php</p>
<p>The problem with that approach is that when you upgrade WordPress you have to manually add the line into index.php, and the technique does not improve loading time for administration pages.</p>
<p>Compressing is done on the fly by Apache, and it helps improve loading time because your browser receives smaller files. While some browsers were broken (they do not know how to handle compressed content), today&#8217;s browsers are much more efficient.</p>
<p>If your webhost allows you to add your own .htaccess then you can use this technique. Please note that you can do this for any type of website, not limited to WordPress.</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">ifmodule</span> mod_deflate.c&gt;
     <span style="color: #00007f;">AddOutputFilterByType</span> DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
&lt;/<span style="color: #000000; font-weight:bold;">ifmodule</span>&gt;</pre></div></div>

<p>As simple as that. The directive above will ask Apache to compress text, html, xml, css, and javascript files before sending them to the browser. We don&#8217;t compress images because we don&#8217;t save much on image compression plus it will be too stressful for Apache.</p>
<p>You can use Firebug or Chrome to actually verify whether your content is now zipped. You might have to clear your browser cache first otherwise the files will not be requested from the server. You should look for the content-encoding header and it should say &#8220;gzip&#8221;. To satisfy yourself, you might want to capture the size of the page (there should be a column for that) before and after you add the directives into .htaccess and you should be able to see a significant reduction in size.</p>
<p><img src="http://image1.romantika.name/2011/12/chrome-network-shot-gzip.png" alt="" title="chrome-network-shot-gzip" width="405" height="208" class="alignnone size-full wp-image-2333" /></p>
<p>If you don&#8217;t see gzip then the possibilities are either your webhost does not allow .htaccess or mod_deflate is not installed on the server. To see whether or not mod_deflate is installed on the server you can remove the 1st and 3rd line in .htaccess and refresh the page. If it&#8217;s not installed then you will see an error.</p>
<p>For Joomla! users, there&#8217;s an easier way to do it in the Global Configuration section:</p>
<p><img src="http://image2.romantika.name/2011/12/joomla-gzip.jpg" alt="" title="joomla-gzip" width="413" height="279" class="alignnone size-full wp-image-2335" /></p>
<p>Simple eh?</p>
<p>For WordPress, one might argue that they can change the parameter <strong>gzipcompression</strong> in the semi hidden configuration page <em>http://www.yourblog.com/wp-admin/options.php</em> but I tried it in WordPress 3.2.1 and it did not work. I read in WordPress forums, they removed this feature because Apache can handle it much better.</p>
<p>Go ahead and try it out. Your visitors will be thankful.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fapache-compress-your-website%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2330&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Thu, February 9, 2012 -- <a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" title="VirtueMart Custom Login Module in Joomla!">VirtueMart Custom Login Module in Joomla!</a></li><li>Sat, January 7, 2012 -- <a href="http://www.romantika.name/v2/leverage-browser-caching/" title="Leverage Browser Caching">Leverage Browser Caching</a></li><li>Fri, March 6, 2009 -- <a href="http://www.romantika.name/v2/registerfly-resurrected-as-regfly/" title="RegisterFly Resurrected as RegFly">RegisterFly Resurrected as RegFly</a></li><li>Sun, March 1, 2009 -- <a href="http://www.romantika.name/v2/image-hotlink-protection/" title="Image Hotlink Protection">Image Hotlink Protection</a></li><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li></ul><p><a href="http://www.romantika.name/v2/apache-compress-your-website/" rel="bookmark">Let Apache Compress Your Website</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, December 24, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/Kb9Xwn20B6Q0tgdUBZVJRvqElEA/0/da"><img src="http://feedads.g.doubleclick.net/~a/Kb9Xwn20B6Q0tgdUBZVJRvqElEA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Kb9Xwn20B6Q0tgdUBZVJRvqElEA/1/da"><img src="http://feedads.g.doubleclick.net/~a/Kb9Xwn20B6Q0tgdUBZVJRvqElEA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=51RixqTiqqM:iqnupEtPddM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=51RixqTiqqM:iqnupEtPddM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=51RixqTiqqM:iqnupEtPddM:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=51RixqTiqqM:iqnupEtPddM:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=51RixqTiqqM:iqnupEtPddM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=51RixqTiqqM:iqnupEtPddM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=51RixqTiqqM:iqnupEtPddM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/51RixqTiqqM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/apache-compress-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/apache-compress-your-website/</feedburner:origLink></item>
		<item>
		<title>Sparrow and Shortmail</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/c9uG4bVYAfQ/</link>
		<comments>http://www.romantika.name/v2/sparrow-and-shortmail/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 11:23:56 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2318</guid>
		<description><![CDATA[I&#8217;ve been pushing the limits of my mid-2010 13&#8243; MacBook Pro lately, running all sort of applications and leaving them running. There has been occasions where the machine will freeze while it struggles to schedule the CPU time to all of the applications. I use a lot of email, and by a lot I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pushing the limits of my mid-2010 13&#8243; MacBook Pro lately, running all sort of applications and leaving them running. There has been occasions where the machine will freeze while it struggles to schedule the CPU time to all of the applications.</p>
<p>I use a lot of email, and by a lot I don&#8217;t mean 10 emails per day. No joke. The features of Apple Mail 5.0 are actually enough for my daily use but it does feel a little bit sluggish with 5 IMAP accounts.</p>
<p>Recently, I signed up to <a href="http://shortmail.com/" onclick="pageTracker._trackPageview('/outgoing/shortmail.com/?referer=');">Shortmail</a> via my Twitter account. The idea is nice. 500 characters max per email, straight to the point.</p>
<p>While casually browsing through my Twitter stream last night I saw people talking about setting up <a href="http://sparrowmailapp.com/" onclick="pageTracker._trackPageview('/outgoing/sparrowmailapp.com/?referer=');">Sparrow</a> to access Shortmail and sending attachments via <a href="http://db.tt/sJSdLmS" onclick="pageTracker._trackPageview('/outgoing/db.tt/sJSdLmS?referer=');">Dropbox</a>.</p>
<p>I was thinking, Shortmail is short, Sparrow is light. Combining them together should be nice&#8230; and since all of my email accounts are now running via IMAP, why not give Sparrow a try with Shortmail before using it for serious communications.</p>
<p>I downloaded Sparrow through the website to try it out, instead of buying it from the Mac App Store for $9.99</p>
<p>I was pleased that it only asked for my email address and password so I entered my Shortmail account details. It was nice. Shortmail&#8217;s logo was displayed on the screen. But it took ten minutes to sync my 3 messages. I don&#8217;t know what it was doing and I&#8217;m not sure whether the waiting time is caused by Shortmail servers or Sparrow itself.</p>
<p><img src="http://image1.romantika.name/2011/12/sparrow-shortmail.jpg" alt="" title="sparrow-shortmail" width="401" height="430" class="alignnone size-full wp-image-2319" /></p>
<p>One thing I hate the most is how markup is displayed in the preview lines in Sparrow. It&#8217;s not in Facebook&#8217;s email but markup are there for the first 2 emails.</p>
<p>I can understand if there are glitches in Shortmail as it&#8217;s still fresh but I don&#8217;t expect glitches from Sparrow. I wonder how long it would take for it to sync my gigs of emails from other email accounts. I can&#8217;t even imagine and I can&#8217;t afford to waste so much time.</p>
<p>Looks likes it&#8217;s going to be a while before I am convinced to try Sparrow again. I am glad I didn&#8217;t rush to buy the app for $9.99 in the Mac App Store. For now, I&#8217;m leaving it to AppZapper to cleanup!</p>
<p><a name="update1"></a><strong>Update 16 December 2011 11:15 AM GMT+8</strong></p>
<p>Less than an hour ago, I received a shortmail from Shortmail telling me that they are working on a new version of their IMAP service that should make a difference. This is great news for those who prefer using Shortmail service via regular email clients. From <a href="http://twitter.com/#!/shortmail" onclick="pageTracker._trackPageview('/outgoing/twitter.com/_/shortmail?referer=');">@Shortmail</a>&#8216;s timeline I can see that they are responding to many users about improving the IMAP service.</p>
<p>Keep up the good work! By the way, my Shortmail address is romantikaname [at] shortmail [dot] com</p>
<p><img src="http://image2.romantika.name/2011/12/shortmail-email-new-imap.png" alt="" title="shortmail-email-new-imap" width="500" height="581" class="alignnone size-full wp-image-2324" /></p>
<p>Thanks for the shortmail! This is nice, and it shows that you are serious about what you do!</p>
<p>For the record, I was more disappointed with Sparrow displaying ugly markup on the preview pane.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fsparrow-and-shortmail%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2318&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Thu, February 9, 2012 -- <a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" title="VirtueMart Custom Login Module in Joomla!">VirtueMart Custom Login Module in Joomla!</a></li><li>Sat, April 23, 2011 -- <a href="http://www.romantika.name/v2/shrinking-virtualbox-disk-images/" title="Shrinking VirtualBox Disk Images">Shrinking VirtualBox Disk Images</a></li><li>Sat, February 12, 2011 -- <a href="http://www.romantika.name/v2/modifying-stubborn-files-transferred-from-windows/" title="Mac OS X: Modifying Stubborn Files Transferred From Windows">Mac OS X: Modifying Stubborn Files Transferred From Windows</a></li><li>Sat, February 12, 2011 -- <a href="http://www.romantika.name/v2/starting-subversion-service-on-demand-in-mac-os-x/" title="Starting Subversion Service on Demand in Mac OS X">Starting Subversion Service on Demand in Mac OS X</a></li></ul><p><a href="http://www.romantika.name/v2/sparrow-and-shortmail/" rel="bookmark">Sparrow and Shortmail</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Fri, December 9, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/GpsaTK0_gtqEuS0cSU-bSAcoZFU/0/da"><img src="http://feedads.g.doubleclick.net/~a/GpsaTK0_gtqEuS0cSU-bSAcoZFU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GpsaTK0_gtqEuS0cSU-bSAcoZFU/1/da"><img src="http://feedads.g.doubleclick.net/~a/GpsaTK0_gtqEuS0cSU-bSAcoZFU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=c9uG4bVYAfQ:79N6ujWxa-Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=c9uG4bVYAfQ:79N6ujWxa-Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=c9uG4bVYAfQ:79N6ujWxa-Y:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=c9uG4bVYAfQ:79N6ujWxa-Y:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=c9uG4bVYAfQ:79N6ujWxa-Y:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=c9uG4bVYAfQ:79N6ujWxa-Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=c9uG4bVYAfQ:79N6ujWxa-Y:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/c9uG4bVYAfQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/sparrow-and-shortmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/sparrow-and-shortmail/</feedburner:origLink></item>
		<item>
		<title>O2 Broadband. Customer Loyalty. Rewarded</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/R-cWU3OYG5g/</link>
		<comments>http://www.romantika.name/v2/o2-broadband-customer-loyalty-rewarded/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 03:06:47 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2315</guid>
		<description><![CDATA[A friend living in the UK asked my opinion on which provider he should choose for his Internet needs. He showed me a few options and O2 Broadband is definitely the winner. I have heard about issues with customer support before but the truth is we&#8217;re all humans and we&#8217;re hard to be pleased. From [...]]]></description>
			<content:encoded><![CDATA[<p>A friend living in the UK asked my opinion on which provider he should choose for his Internet needs. He showed me a few options and <a href="http://www.o2.co.uk/broadband/" onclick="pageTracker._trackPageview('/outgoing/www.o2.co.uk/broadband/?referer=');">O2 Broadband</a> is definitely the winner.</p>
<p>I have heard about issues with customer support before but the truth is we&#8217;re all humans and we&#8217;re hard to be pleased. From the customer point of view, there will always be something wrong with every provider. Agree?</p>
<p>One thing I&#8217;ve always liked about companies in the UK and US is that they usually reward their existing customers well. Since my friend is already an O2 customer, he&#8217;ll get £5.00 less per month and the connection fee of £25.53 is waived.</p>
<p>In Malaysia, being a long time customer of the largest communication companies like company T (since forever) and company M (since 2003), I&#8217;ve received no benefit whatsoever when signing up for new services.</p>
<p>From my observation, most companies abroad don&#8217;t mess with download speed. They offer flat speeds, same for everyone and just change the max download limit or provide other value added service like static IPs. Honestly when there are too many speed options to choose from it&#8217;s not easy to make a decision.</p>
<p>O2 Broadband provides 20M speed for all three packages, and only the first basic package is capping download at 20GB which makes sense for the price. Unlimited downloads for other packages. Nice.</p>
<p>As a not so direct comparison, I&#8217;m currently on a basic package with 5M speed and 60GB max downloads. 5M speed is already sufficient, but the max download cap is not so.</p>
<p>In the end I suggested my friend to take the second package, &#8220;The All Rounder&#8221; so that he can download as much as he wants. And since he&#8217;s already an O2 customer for more than 2 years, he&#8217;ll get 6 months free broadband.</p>
<p>Customer loyalty. Rewarded.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fo2-broadband-customer-loyalty-rewarded%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2315&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, August 14, 2010 -- <a href="http://www.romantika.name/v2/maxis-transparent-proxy-is-causing-problems-to-developers/" title="Maxis Transparent Proxy is Causing Problems to Developers">Maxis Transparent Proxy is Causing Problems to Developers</a></li><li>Thu, August 5, 2010 -- <a href="http://www.romantika.name/v2/maxis-sysadmins-are-rookies/" title="Maxis SysAdmins Are Rookies?">Maxis SysAdmins Are Rookies?</a></li><li>Fri, March 6, 2009 -- <a href="http://www.romantika.name/v2/registerfly-resurrected-as-regfly/" title="RegisterFly Resurrected as RegFly">RegisterFly Resurrected as RegFly</a></li><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Thu, February 9, 2012 -- <a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" title="VirtueMart Custom Login Module in Joomla!">VirtueMart Custom Login Module in Joomla!</a></li></ul><p><a href="http://www.romantika.name/v2/o2-broadband-customer-loyalty-rewarded/" rel="bookmark">O2 Broadband. Customer Loyalty. Rewarded</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Wed, November 30, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/jM13QaTEt8viFRU0zi5QRJKA7tw/0/da"><img src="http://feedads.g.doubleclick.net/~a/jM13QaTEt8viFRU0zi5QRJKA7tw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jM13QaTEt8viFRU0zi5QRJKA7tw/1/da"><img src="http://feedads.g.doubleclick.net/~a/jM13QaTEt8viFRU0zi5QRJKA7tw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=R-cWU3OYG5g:ecQGnAmyCfg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=R-cWU3OYG5g:ecQGnAmyCfg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=R-cWU3OYG5g:ecQGnAmyCfg:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=R-cWU3OYG5g:ecQGnAmyCfg:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=R-cWU3OYG5g:ecQGnAmyCfg:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=R-cWU3OYG5g:ecQGnAmyCfg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=R-cWU3OYG5g:ecQGnAmyCfg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/R-cWU3OYG5g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/o2-broadband-customer-loyalty-rewarded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/o2-broadband-customer-loyalty-rewarded/</feedburner:origLink></item>
		<item>
		<title>Sleep Issues &amp; Noisy Meleis</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/KWFRAEeq9CM/</link>
		<comments>http://www.romantika.name/v2/sleep-issues-noisy-meleis/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 04:42:21 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2305</guid>
		<description><![CDATA[In 2006, I wrote about how I think I suffer from Narcolepsy. I&#8217;m still suffering from the same issue, and I can&#8217;t get any doctor to confirm the condition. Living in Malaysia, I don&#8217;t expect much since the doctors will always say it&#8217;s nothing until it&#8217;s too late and you&#8217;re on your deathbed. Now that [...]]]></description>
			<content:encoded><![CDATA[<p>In 2006, I wrote about how I think I suffer from <a href="http://www.romantika.name/v2/narcolepsy/">Narcolepsy</a>. I&#8217;m still suffering from the same issue, and I can&#8217;t get any doctor to confirm the condition. Living in Malaysia, I don&#8217;t expect much since the doctors will always say it&#8217;s nothing until it&#8217;s too late and you&#8217;re on your deathbed.</p>
<p>Now that I have a son, he is also suffering from the same issue. Living in a Meleis community it&#8217;s really hard. We&#8217;re always suffering from sleep deprivation due to the noise generated by inconsiderate people.</p>
<p>Noisy mufflers from modified cars, loud maids, and insanely long renovation noise are what we have to go through every day.</p>
<p>It&#8217;s <em>Hari Raya Korban</em> and for some unknown reason they decided to tie up a cow in front of my house. Both of my neighbors, left and right, aren&#8217;t home. I think they went back to their hometown for <em>Hari Raya</em>.</p>
<p>When I reached home last night I was shocked to see the cow. I thought of releasing the cow or killing it before morning so that they will not make any noise in the morning, slaughtering and cleaning the cow. But I didn&#8217;t. I used my brain.</p>
<p>I am sympathetic to the cow as it has to stand in the rain the whole night. I wonder whether Muslims are supposed to do that. I have always thought that the cow to be sacrificed needs to be pampered and taken care of properly before the ceremony. But hey, they are not simply Muslims. They are Meleis. Right?</p>
<p>I prayed that they will just move elsewhere for the actual killing of the cow. But in the end &#8211; they didn&#8217;t. They didn&#8217;t use their brain. They killed the cow in front of my home when the resident&#8217;s association president home is just a few homes away, and the RM1.2 million house has a huge yard. Why the RM1.2 million house? I think he&#8217;s paying for one part of the cow. They could have done it there as we&#8217;re on the same road stretch. <del>So they dig a hole</del> <ins>They didn&#8217;t even bother to dig a hole so all the blood went into the drain clogged with dry leaves</ins> and a lot of people came, laughing, shouting, and kids crying. So why did they choose to do it in front of my house? I have no idea.</p>
<p>In the end we all only got like 4-5 hours of sleep and we feel like shit. Those Meleis, just drove away grinning with their meat. Perhaps they are full of satisfaction from killing a cow and they think their <em>korban</em> is accepted. </p>
<p>This is why people always prefer to do <em>korban</em> at the <em>masjid</em> or <em>surau</em>. It simply makes sense.</p>
<p>But hey, everyone else does not understand as this is not a common problem. Kids will be so tired after a day at the daycare, and parents go to sleep after sex. Who cares about the kids. Fathers will go to sleep after a hard day&#8217;s work, and so do mothers who prioritize their work before the kids.</p>
<p>Maids take care of the kids. Which is insanely funny. Maids are supposed to take care of a house and not kids. Kids should be taken care of trained nannies. I hope that these parents will be sent to the old folks house when their kids grow up.</p>
<p>I am not looking for any sympathy. But I am looking for a support group, if any. It&#8217;s hard in Malaysia where people are generally selfish and the only interest for everyone is to make themselves look good. They&#8217;ll hide their problems and weaknesses as long as people respect them and think that they are cool.</p>
<p>You decide on what term you want to use for these people. You decide. I&#8217;m sick and tired. My only prayers is to be able to leave this area and live somewhere else, where people are much considerate to problems of others.</p>
<p>By the way, Meleis think that the older they are the more they deserve to be respected regardless of how they behave. Meleis also think that if it&#8217;s Islam related, everybody will understand. Well guess what, Islam doesn&#8217;t teach people to just do what you like and everyone will be OK with it. That, I am sure.</p>
<p>It&#8217;s damn hard for people to care about others these days. We just want to be left alone.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fsleep-issues-noisy-meleis%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2305&type=feed" alt="" /><h3  class="related_post_title">Popular Posts</h3><ul class="related_post"><li>Thu, January 1, 2009 -- <a href="http://www.romantika.name/v2/spongebob-squarepants/" title="SpongeBob SquarePants">SpongeBob SquarePants</a></li><li>Wed, November 15, 2006 -- <a href="http://www.romantika.name/v2/miami-ink/" title="Miami Ink">Miami Ink</a></li><li>Fri, August 10, 2007 -- <a href="http://www.romantika.name/v2/wordpress-plugin-collapsible-archive-widget/" title="WordPress Plugin: Collapsible Archive Widget">WordPress Plugin: Collapsible Archive Widget</a></li><li>Wed, May 2, 2007 -- <a href="http://www.romantika.name/v2/wordpress-plugin-random-posts-widget/" title="WordPress Plugin: Random Posts Widget">WordPress Plugin: Random Posts Widget</a></li><li>Wed, January 31, 2007 -- <a href="http://www.romantika.name/v2/import-new-blogger-to-wordpress/" title="Plugin: Import New Blogger To WordPress">Plugin: Import New Blogger To WordPress</a></li></ul><p><a href="http://www.romantika.name/v2/sleep-issues-noisy-meleis/" rel="bookmark">Sleep Issues &#038; Noisy Meleis</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Mon, November 7, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/s276r3t0-Qn_gQBl4BliYL0cfSM/0/da"><img src="http://feedads.g.doubleclick.net/~a/s276r3t0-Qn_gQBl4BliYL0cfSM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/s276r3t0-Qn_gQBl4BliYL0cfSM/1/da"><img src="http://feedads.g.doubleclick.net/~a/s276r3t0-Qn_gQBl4BliYL0cfSM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=KWFRAEeq9CM:jW8FtttHb5Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=KWFRAEeq9CM:jW8FtttHb5Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=KWFRAEeq9CM:jW8FtttHb5Y:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=KWFRAEeq9CM:jW8FtttHb5Y:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=KWFRAEeq9CM:jW8FtttHb5Y:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=KWFRAEeq9CM:jW8FtttHb5Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=KWFRAEeq9CM:jW8FtttHb5Y:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/KWFRAEeq9CM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/sleep-issues-noisy-meleis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/sleep-issues-noisy-meleis/</feedburner:origLink></item>
		<item>
		<title>Compiling flip on Mac OS X</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/-EIiIeeRd3s/</link>
		<comments>http://www.romantika.name/v2/compiling-flip-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 05:42:48 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2294</guid>
		<description><![CDATA[I was looking for a simple utility that will work like dos2unix tool on Linux to convert endlines from DOS to UNIX. I was scraping some contents from a server running .NET and those ugly ^M characters appeared in vim. I found this https://ccrma.stanford.edu/~craig/utility/flip/, downloaded the PPC binary and used it happily for a while. [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a simple utility that will work like dos2unix tool on Linux to convert endlines from DOS to UNIX. I was scraping some contents from a server running .NET and those ugly ^M characters appeared in vim.</p>
<p>I found this <a href="https://ccrma.stanford.edu/~craig/utility/flip/" onclick="pageTracker._trackPageview('/outgoing/ccrma.stanford.edu/_craig/utility/flip/?referer=');">https://ccrma.stanford.edu/~craig/utility/flip/</a>,  downloaded the PPC binary and used it happily for a while.</p>
<p>That is until I upgraded to Lion. I am not an expert in Mac OS X yet, but since Lion took away Rosetta and PPC codes away I got this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Launch of <span style="color: #ff0000;">&quot;flip&quot;</span> failed: the PowerPC architecture is no longer supported.</pre></div></div>

<p>The &#8220;file&#8221; utility gave me this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">flip: Mach-O executable ppc</pre></div></div>

<p>Since I have the old Xcode installed on my machine, I thought I&#8217;d try and build it since the source code (a single .cpp file) is provided at the URL above.</p>
<p>Here&#8217;s how I was able to build it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">g++</span> <span style="color: #660033;">-ansi</span> <span style="color: #660033;">-O3</span> <span style="color: #660033;">-o</span> flip flip.cpp \
-I<span style="color: #000000; font-weight: bold;">/</span>Developer<span style="color: #000000; font-weight: bold;">/</span>SDKs<span style="color: #000000; font-weight: bold;">/</span>MacOSX10.6.sdk<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>c++<span style="color: #000000; font-weight: bold;">/</span>4.2.1 \
-I<span style="color: #000000; font-weight: bold;">/</span>Developer<span style="color: #000000; font-weight: bold;">/</span>SDKs<span style="color: #000000; font-weight: bold;">/</span>MacOSX10.6.sdk<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include \
-I<span style="color: #000000; font-weight: bold;">/</span>Developer<span style="color: #000000; font-weight: bold;">/</span>SDKs<span style="color: #000000; font-weight: bold;">/</span>MacOSX10.6.sdk<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>c++<span style="color: #000000; font-weight: bold;">/</span>4.2.1<span style="color: #000000; font-weight: bold;">/</span>x86_64-apple-darwin10 \
-L<span style="color: #000000; font-weight: bold;">/</span>Developer<span style="color: #000000; font-weight: bold;">/</span>SDKs<span style="color: #000000; font-weight: bold;">/</span>MacOSX10.6.sdk<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">strip</span> flip</pre></div></div>

<p>The three -I provided it with the include paths, and the -L provided the libraries for the binary to link to. To run the compilers, you need to add them to your PATH: /Developer/usr/bin </p>
<p>Now flip runs well:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Usage: .<span style="color: #000000; font-weight: bold;">/</span>flip <span style="color: #7a0874; font-weight: bold;">&#91;</span>-t<span style="color: #000000; font-weight: bold;">|</span>-u<span style="color: #000000; font-weight: bold;">|</span>-d<span style="color: #000000; font-weight: bold;">|</span>-m<span style="color: #7a0874; font-weight: bold;">&#93;</span> filename<span style="color: #7a0874; font-weight: bold;">&#91;</span>s<span style="color: #7a0874; font-weight: bold;">&#93;</span>
   Converts ASCII files between Unix, MS-DOS<span style="color: #000000; font-weight: bold;">/</span>Windows, or Macintosh newline formats
&nbsp;
   Options: 
      <span style="color: #660033;">-u</span>  =  convert <span style="color: #c20cb9; font-weight: bold;">file</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>s<span style="color: #7a0874; font-weight: bold;">&#41;</span> to Unix newline format <span style="color: #7a0874; font-weight: bold;">&#40;</span>newline<span style="color: #7a0874; font-weight: bold;">&#41;</span>
      <span style="color: #660033;">-d</span>  =  convert <span style="color: #c20cb9; font-weight: bold;">file</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>s<span style="color: #7a0874; font-weight: bold;">&#41;</span> to MS-DOS<span style="color: #000000; font-weight: bold;">/</span>Windows newline format <span style="color: #7a0874; font-weight: bold;">&#40;</span>linefeed + newline<span style="color: #7a0874; font-weight: bold;">&#41;</span>
      <span style="color: #660033;">-m</span>  =  convert <span style="color: #c20cb9; font-weight: bold;">file</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>s<span style="color: #7a0874; font-weight: bold;">&#41;</span> to Macintosh newline format <span style="color: #7a0874; font-weight: bold;">&#40;</span>linefeed<span style="color: #7a0874; font-weight: bold;">&#41;</span>
      <span style="color: #660033;">-t</span>  =  display current <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #7a0874; font-weight: bold;">type</span>, no <span style="color: #c20cb9; font-weight: bold;">file</span> modifications</pre></div></div>

<p>And &#8220;file&#8221; recognizes it as:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">flip: Mach-O <span style="color: #000000;">64</span>-bit executable x86_64</pre></div></div>

<p>If you have the new Xcode 4.1 (the one that Apple just released for free in App Store), you might need to change certain paths. You&#8217;ll have to look at the errors and adjust your parameters.</p>
<p>I am not sure whether my development tool paths were removed as a result of Lion upgrade, but I am currently downloading Xcode 4.1 to the machine. Let&#8217;s see whether it&#8217;ll automatically set the INCLUDE, LIB, and add the development tools into my PATH.</p>
<p>If it does, then compiling might even be as easy as:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">g++</span> <span style="color: #660033;">-ansi</span> <span style="color: #660033;">-O3</span> <span style="color: #660033;">-o</span> flip flip.cpp <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">strip</span> flip</pre></div></div>

<p>Good luck!</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fcompiling-flip-on-mac-os-x%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2294&type=feed" alt="" /><h3  class="related_post_title">Popular Posts</h3><ul class="related_post"><li>Thu, January 1, 2009 -- <a href="http://www.romantika.name/v2/spongebob-squarepants/" title="SpongeBob SquarePants">SpongeBob SquarePants</a></li><li>Wed, November 15, 2006 -- <a href="http://www.romantika.name/v2/miami-ink/" title="Miami Ink">Miami Ink</a></li><li>Fri, August 10, 2007 -- <a href="http://www.romantika.name/v2/wordpress-plugin-collapsible-archive-widget/" title="WordPress Plugin: Collapsible Archive Widget">WordPress Plugin: Collapsible Archive Widget</a></li><li>Wed, May 2, 2007 -- <a href="http://www.romantika.name/v2/wordpress-plugin-random-posts-widget/" title="WordPress Plugin: Random Posts Widget">WordPress Plugin: Random Posts Widget</a></li><li>Wed, January 31, 2007 -- <a href="http://www.romantika.name/v2/import-new-blogger-to-wordpress/" title="Plugin: Import New Blogger To WordPress">Plugin: Import New Blogger To WordPress</a></li></ul><p><a href="http://www.romantika.name/v2/compiling-flip-on-mac-os-x/" rel="bookmark">Compiling flip on Mac OS X</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, July 23, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/rw8Xh_tpGE943F-WzR_pNuECc8w/0/da"><img src="http://feedads.g.doubleclick.net/~a/rw8Xh_tpGE943F-WzR_pNuECc8w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rw8Xh_tpGE943F-WzR_pNuECc8w/1/da"><img src="http://feedads.g.doubleclick.net/~a/rw8Xh_tpGE943F-WzR_pNuECc8w/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=-EIiIeeRd3s:hBbhYLtIyjo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=-EIiIeeRd3s:hBbhYLtIyjo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=-EIiIeeRd3s:hBbhYLtIyjo:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=-EIiIeeRd3s:hBbhYLtIyjo:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=-EIiIeeRd3s:hBbhYLtIyjo:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=-EIiIeeRd3s:hBbhYLtIyjo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=-EIiIeeRd3s:hBbhYLtIyjo:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/-EIiIeeRd3s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/compiling-flip-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/compiling-flip-on-mac-os-x/</feedburner:origLink></item>
		<item>
		<title>Used Nikon D50 Kit For Sale</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/GiQBpWdo6yY/</link>
		<comments>http://www.romantika.name/v2/used-nikon-d50-kit-for-sale/#comments</comments>
		<pubDate>Thu, 05 May 2011 06:58:11 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[For Sale]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2284</guid>
		<description><![CDATA[Since Mudah.my has decided to be Susah.my (again) I have decided to post this item here, on my own blog. This is my old DSLR, fully functioning and very much loved. It&#8217;s for sale as I have upgraded to a faster camera suitable for shooting children in normal and low lighting conditions. Here&#8217;s the same [...]]]></description>
			<content:encoded><![CDATA[<p>Since Mudah.my has decided to be Susah.my (again) I have decided to post this item here, on my own blog. This is my old DSLR, fully functioning and very much loved. It&#8217;s for sale as I have upgraded to a faster camera suitable for shooting children in normal and low lighting conditions.</p>
<p><img src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc6/189985_10150112395222156_771167155_6117193_5174589_n.jpg" width="600" /></p>
<p>Here&#8217;s the same text I posted in Facebook and Mudah:</p>
<p>Nikon D50 kit (with 18-55mm lens)</p>
<p>Shutter Count: ~17636<br />
Purchased on 1 August 2006</p>
<p>Great camera for beginners, and 2nd body for slow moving or static subjects. Tough body, no defect in function. Complete box, including *expired* warranty card and manuals.</p>
<p>Reason for selling: upgrade.</p>
<p>I love this camera but I am unable to bring 2 bodies out, and it has been sitting in the dry box for more than a month. Such a waste for a such beautiful body.</p>
<p>COD/view in Cyberjaya/Putrajaya only. You may request other areas if reasonable.</p>
<p><img src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc6/189508_10150112395007156_771167155_6117192_5885255_n.jpg" width="600" /></p>
<p><img src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/184736_10150112394822156_771167155_6117190_4202921_n.jpg" width="600" /></p>
<p>Serious buyers only please. Send me an email: ady at romantika dot name</p>
<p>Sorry, I don&#8217;t dare to ship internationally. If you want it shipped to other states, I might be able to consider it but you&#8217;ll need to cover the shipping cost.</p>
<p>Here&#8217;s a link to the public Facebook album (visible to everyone) containing <a href="https://www.facebook.com/media/set/?set=a.474552857155.260594.771167155&#038;l=021f04b53a" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/media/set/?set=a.474552857155.260594.771167155_038_l=021f04b53a&amp;referer=');">this camera and other used items for sale</a>.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fused-nikon-d50-kit-for-sale%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2284&type=feed" alt="" /><h3  class="related_post_title">Popular Posts</h3><ul class="related_post"><li>Thu, January 1, 2009 -- <a href="http://www.romantika.name/v2/spongebob-squarepants/" title="SpongeBob SquarePants">SpongeBob SquarePants</a></li><li>Wed, November 15, 2006 -- <a href="http://www.romantika.name/v2/miami-ink/" title="Miami Ink">Miami Ink</a></li><li>Fri, August 10, 2007 -- <a href="http://www.romantika.name/v2/wordpress-plugin-collapsible-archive-widget/" title="WordPress Plugin: Collapsible Archive Widget">WordPress Plugin: Collapsible Archive Widget</a></li><li>Wed, May 2, 2007 -- <a href="http://www.romantika.name/v2/wordpress-plugin-random-posts-widget/" title="WordPress Plugin: Random Posts Widget">WordPress Plugin: Random Posts Widget</a></li><li>Wed, January 31, 2007 -- <a href="http://www.romantika.name/v2/import-new-blogger-to-wordpress/" title="Plugin: Import New Blogger To WordPress">Plugin: Import New Blogger To WordPress</a></li></ul><p><a href="http://www.romantika.name/v2/used-nikon-d50-kit-for-sale/" rel="bookmark">Used Nikon D50 Kit For Sale</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Thu, May 5, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/S0uFZOkZVemvmkztMLjPyAJzLt8/0/da"><img src="http://feedads.g.doubleclick.net/~a/S0uFZOkZVemvmkztMLjPyAJzLt8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/S0uFZOkZVemvmkztMLjPyAJzLt8/1/da"><img src="http://feedads.g.doubleclick.net/~a/S0uFZOkZVemvmkztMLjPyAJzLt8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=GiQBpWdo6yY:EBDxrLovH3U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=GiQBpWdo6yY:EBDxrLovH3U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=GiQBpWdo6yY:EBDxrLovH3U:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=GiQBpWdo6yY:EBDxrLovH3U:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=GiQBpWdo6yY:EBDxrLovH3U:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=GiQBpWdo6yY:EBDxrLovH3U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=GiQBpWdo6yY:EBDxrLovH3U:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/GiQBpWdo6yY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/used-nikon-d50-kit-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/used-nikon-d50-kit-for-sale/</feedburner:origLink></item>
		<item>
		<title>Problems Saving Alerts in MyProfiles</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/80G8vuuyWvE/</link>
		<comments>http://www.romantika.name/v2/problems-saving-alerts-in-myprofiles/#comments</comments>
		<pubDate>Sun, 01 May 2011 05:57:29 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2276</guid>
		<description><![CDATA[Let&#8217;s face it. iPhone/iPad &#8220;new mail&#8221; alerts sucks and if you have multiple email accounts set up you&#8217;ll never know which account received the new email. When you&#8217;re driving or having a meal, it&#8217;s convenient to know whether the email is from your boss, is an important alert from a system dying somewhere, or just [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it. iPhone/iPad &#8220;new mail&#8221; alerts sucks and if you have multiple email accounts set up you&#8217;ll never know which account received the new email. </p>
<p>When you&#8217;re driving or having a meal, it&#8217;s convenient to know whether the email is from your boss, is an important alert from a system dying somewhere, or just your friend saying hi.</p>
<p>I&#8217;m not saying that you should procrastinate replying emails from friends, but those kinds of emails are just not worth crashing into the road divider or choke on chicken bone or something. Joking.</p>
<p>There might be some other tweaks or tools but I decided on MyProfiles. That&#8217;s the best I can find.</p>
<p>It works fine until one night I turned the phone into silent mode (via hardware switch) and the alert sound still played! I was surprised. At first I thought that I forgot to disable the alert override (Override Silent) item but I was wrong. It&#8217;s stuck at ON no matter how many times you try.</p>
<p><img src="http://image1.romantika.name/2011/05/myprofiles-alerts.jpg" alt="" title="myprofiles-alerts" width="300" height="431" class="alignnone size-full wp-image-2277" /></p>
<p>Override silent is a useful feature, trust me but I don&#8217;t want all of my alerts to sound all night long.</p>
<p>The quickest way I found was to edit the configuration directly. The configuration file is at: /var/mobile/Library/Preferences/com.intelliborn.myprofiles.plist</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;">&lt; ?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;">&lt; !DOCTYPE plist PUBLIC <span style="color: #ff0000;">&quot;-//Apple//DTD PLIST 1.0//EN&quot;</span> <span style="color: #ff0000;">&quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plist</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>allAlerts<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>alertDuration<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1800<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>alertId<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>alertInterval<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>300<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>alertVolume<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>displaySummary<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>filterMailboxesArray<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
				<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>EmailAccount1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>global<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ignoreRingerState<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>mailToMeOnly<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>name<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>COMPANY<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>repeatAlert<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>sound<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>soundPath<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/System/Library/Audio/UISounds/sms-received2.caf<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>type<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>vibrate<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>You&#8217;ll need to change the key to 0, near the line:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ignoreRingerState<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/integer<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>I don&#8217;t know how to restart the daemon as this is not a springboard app. I also don&#8217;t know whether restarting the springboard will take the new configuration.</p>
<p>So what I did was just launch MyProfiles again and then tried to edit the alert configuration. What I found out was that the configuration for override silent is untouched and even if I play around with it, it still won&#8217;t change from the new state I manually entered in the XML file. I also restarted the engine just to be sure.</p>
<p>But hey, it worked and when in silent mode the alert no longer play any sound.</p>
<p>* To do this you need to have SSH enabled on your iPhone/iPad. Hey if you&#8217;re using MyProfiles that means you have jailbreak your device anyway&#8230;</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fproblems-saving-alerts-in-myprofiles%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2276&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Fri, February 17, 2012 -- <a href="http://www.romantika.name/v2/mac-messages-beta/" title="Mac Messages Beta">Mac Messages Beta</a></li></ul><p><a href="http://www.romantika.name/v2/problems-saving-alerts-in-myprofiles/" rel="bookmark">Problems Saving Alerts in MyProfiles</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sun, May 1, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/MX0tDE06EVcSuYh3lmxxMRHpd-c/0/da"><img src="http://feedads.g.doubleclick.net/~a/MX0tDE06EVcSuYh3lmxxMRHpd-c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MX0tDE06EVcSuYh3lmxxMRHpd-c/1/da"><img src="http://feedads.g.doubleclick.net/~a/MX0tDE06EVcSuYh3lmxxMRHpd-c/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=80G8vuuyWvE:xWQZ3tk4OaM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=80G8vuuyWvE:xWQZ3tk4OaM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=80G8vuuyWvE:xWQZ3tk4OaM:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=80G8vuuyWvE:xWQZ3tk4OaM:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=80G8vuuyWvE:xWQZ3tk4OaM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=80G8vuuyWvE:xWQZ3tk4OaM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=80G8vuuyWvE:xWQZ3tk4OaM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/80G8vuuyWvE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/problems-saving-alerts-in-myprofiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/problems-saving-alerts-in-myprofiles/</feedburner:origLink></item>
		<item>
		<title>First IKEA Hacking Project: VIKA AMON and LACK</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/CT8JFmzw1Uk/</link>
		<comments>http://www.romantika.name/v2/first-ikea-hacking-project-vika-amon-and-lack/#comments</comments>
		<pubDate>Sun, 01 May 2011 04:50:30 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Home Improvement]]></category>
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2258</guid>
		<description><![CDATA[My better half and I have been looking for a nice table as surface in our large kitchen but we couldn&#8217;t find any nice ones. Even IKEA products are too simple or too expensive. She found a website that she likes very much, IKEA Hackers and has been showing me many designs since. For her [...]]]></description>
			<content:encoded><![CDATA[<p>My better half and I have been looking for a nice table as surface in our large kitchen but we couldn&#8217;t find any nice ones. Even IKEA products are too simple or too expensive. She found a website that she likes very much, <a href="http://www.ikeahackers.net/" onclick="pageTracker._trackPageview('/outgoing/www.ikeahackers.net/?referer=');">IKEA Hackers</a> and has been showing me many designs since.</p>
<p>For her birthday we decided to do some IKEA hacking project. She will design and I will make it. As an artsy crafty person she designed things very easily but as someone who has only done woodwork in high school, it&#8217;s a proven challenge for me.</p>
<p>We decided to use 4 <a href="http://j.mp/jSlUyY" onclick="pageTracker._trackPageview('/outgoing/j.mp/jSlUyY?referer=');">LACK side tables code 901.616.73</a> measuring 56x56cm and 1 <a href="http://j.mp/kOYfcD" onclick="pageTracker._trackPageview('/outgoing/j.mp/kOYfcD?referer=');">VIKA AMON table top code 501.622.26</a> measuring 150x75cm. Total cost for this project including screws and brackets was RM240 (around US$80 at that time).</p>
<p><img src="http://image1.romantika.name/2011/05/ikea-hacking-lack-vika-amon-1-1.jpg" alt="IKEA LACK side tables" title="ikea-hacking-lack-vika-amon-1-1" width="600" height="441" class="alignnone size-full wp-image-2259" /></p>
<p>First, the LACK tables were assembled normally by screwing the 4 legs onto the top according to IKEA&#8217;s manual. They are arranged by the wall to see how they look:</p>
<p><img src="http://image2.romantika.name/2011/05/ikea-hacking-lack-vika-amon-1-2.jpg" alt="" title="ikea-hacking-lack-vika-amon-1-2" width="600" height="496" class="alignnone size-full wp-image-2260" /></p>
<p>As I have never worked on wood before, it proved difficult for me to find supplies of brackets and suitable screws to put the project together. I finally found some usable parts at a local DIY store. To attach 2 LACK on the same row together, I used 2 L shaped flat metal piece. I didn&#8217;t manage to take a picture after attaching them but you&#8217;ll be able to see it in the following picture.</p>
<p>Here&#8217;s a picture after they have been attached. Note that at this moment the top row and the bottom row aren&#8217;t connected yet as I wanted to be able to easily attach the huge VIKA AMON top first.</p>
<p><img src="http://image1.romantika.name/2011/05/ikea-hacking-lack-vika-amon-1-3.jpg" alt="" title="ikea-hacking-lack-vika-amon-1-3" width="600" height="610" class="alignnone size-full wp-image-2261" /></p>
<p>Here&#8217;s a view on how 2 LACK on the same row are attached using the L flat bracket. The red 3M tapes you see are just used to make sure the LACK tables stay put on the VIKA AMON table after I made the measurements.</p>
<p><img src="http://image2.romantika.name/2011/05/ikea-hacking-lack-vika-amon-1-4.jpg" alt="" title="ikea-hacking-lack-vika-amon-1-4" width="600" height="435" class="alignnone size-full wp-image-2262" /></p>
<p>The top is attached by screwing the tables from below, using 2.5&#8243; wood screws with washers. It wasn&#8217;t an easy job because LACK tables have paper support inside and are hollow. I used 8 screws to fix the top.</p>
<p>After I was satisfied with the attachment strength it was time to attach the bottom row of the LACK tables. Ransacking through my IKEA box I found flat brackets from GORM so I used them at what supposedly to be the behind of the table (facing the wall).</p>
<p>A useful tip here is to offset a little from center when driving the screw near the LACK table top as you might hit the original screw that holds the feet together. You don&#8217;t want that, those screws are heavy duty. I broke a bit on my power drill.</p>
<p>At the legs of the inner side, I used L metal brackets to attach the top and bottom row together.</p>
<p><img src="http://image1.romantika.name/2011/05/ikea-hacking-lack-vika-amon-1-5.jpg" alt="" title="ikea-hacking-lack-vika-amon-1-5" width="600" height="464" class="alignnone size-full wp-image-2263" /></p>
<p>Here&#8217;s the (almost) final product. We plan to have some gypsum board covering for the sides and back but we are yet to find (and decide) on where we should get the supplies.</p>
<p><img src="http://image2.romantika.name/2011/05/ikea-hacking-lack-vika-amon-1-6.jpg" alt="" title="ikea-hacking-lack-vika-amon-1-6" width="600" height="385" class="alignnone size-full wp-image-2264" /></p>
<p>While we&#8217;re at that maybe we&#8217;ll look for nice wallpapers to cover the side and back boards.</p>
<p>Well that&#8217;s it. I hope you enjoyed reading.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Ffirst-ikea-hacking-project-vika-amon-and-lack%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2258&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Wed, February 25, 2009 -- <a href="http://www.romantika.name/v2/get-your-pipes-fixed/" title="Get Your Pipes Fixed">Get Your Pipes Fixed</a></li><li>Mon, August 4, 2008 -- <a href="http://www.romantika.name/v2/pull-down-ladder-fold-ladder-attic-ladder/" title="Pull Down Ladder @ Fold Ladder @ Attic Ladder">Pull Down Ladder @ Fold Ladder @ Attic Ladder</a></li></ul><p><a href="http://www.romantika.name/v2/first-ikea-hacking-project-vika-amon-and-lack/" rel="bookmark">First IKEA Hacking Project: VIKA AMON and LACK</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sun, May 1, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/MjSJ5Wrwd-Yx9zf6hPWVb6rPoDo/0/da"><img src="http://feedads.g.doubleclick.net/~a/MjSJ5Wrwd-Yx9zf6hPWVb6rPoDo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MjSJ5Wrwd-Yx9zf6hPWVb6rPoDo/1/da"><img src="http://feedads.g.doubleclick.net/~a/MjSJ5Wrwd-Yx9zf6hPWVb6rPoDo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=CT8JFmzw1Uk:DjqjJT99ag0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=CT8JFmzw1Uk:DjqjJT99ag0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=CT8JFmzw1Uk:DjqjJT99ag0:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=CT8JFmzw1Uk:DjqjJT99ag0:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=CT8JFmzw1Uk:DjqjJT99ag0:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=CT8JFmzw1Uk:DjqjJT99ag0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=CT8JFmzw1Uk:DjqjJT99ag0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/CT8JFmzw1Uk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/first-ikea-hacking-project-vika-amon-and-lack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/first-ikea-hacking-project-vika-amon-and-lack/</feedburner:origLink></item>
		<item>
		<title>Shrinking VirtualBox Disk Images</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/th2oLXIBufo/</link>
		<comments>http://www.romantika.name/v2/shrinking-virtualbox-disk-images/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 06:15:45 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Micro$oft]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2244</guid>
		<description><![CDATA[On my MacBook Pro with minimal disk size (250GB) I had to install VirtualBox in order to run any kind of Windows, for emergency cases. I was able to install Windows Server 2008 in a 20GB dynamically expanding virtual disk image (VDI). A couple of months back I also made a clone of my HP [...]]]></description>
			<content:encoded><![CDATA[<p>On my MacBook Pro with minimal disk size (250GB) I had to install VirtualBox in order to run any kind of Windows, for emergency cases. I was able to install Windows Server 2008 in a 20GB dynamically expanding virtual disk image (VDI).</p>
<p>A couple of months back I also made a clone of my HP NX9010 hard disk, a Seagate Momentus 80GB drive using the dd utility and attach it to the same virtual machine. I don&#8217;t have a lot of time at hand so this will enable me to selectively back up the files on that drive, when I have some free time. I use that old laptop to play videos for my child.</p>
<p>After some time, the Windows Server 2008 VDI grew up to 11GB and the Momentus VDI stayed at 74GB because dd was copying it bit by bit. I needed to free up more space. My target was the Momentus VDI because it&#8217;s huge and I have already deleted (backed up) a lot of files in it.</p>
<p><img src="http://image1.romantika.name/2011/04/virtualbox-vdi-before-compact.jpg" alt="" title="virtualbox-vdi-before-compact" width="569" height="60" class="alignnone size-full wp-image-2253" /></p>
<p>As their name suggest, they are dynamically expanding so they will not shrink themselves. In VMware, you can easily stumble upon the &#8220;shrink&#8221; button in the tool. In VirtualBox, we need to use the command line utility <em>VBoxManage</em>.</p>
<p>It&#8217;s as simple as:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">VBoxManage modifyhd Seagate\ Momentus\ 80GB.vdi <span style="color: #660033;">--compact</span></pre></div></div>

<p>*VBoxManage is run on the host machine, while the virtual machine is <strong>powered off</strong> (not suspended).</p>
<p>Running it without any preparation work will shrink the VDI a bit, too insignificant to even notice.</p>
<p>And so I used <a href="http://j.mp/hqxW65" onclick="pageTracker._trackPageview('/outgoing/j.mp/hqxW65?referer=');">SDelete</a> to zero all the unused space on the VDI, and ran <em>VBoxManage</em> again. SDelete needs to be run inside the virtual machine while it&#8217;s running.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sdelete <span style="color: #660033;">-c</span> d:</pre></div></div>

<p>I managed to get the 74GB VDI to shrink to 23GB. Now that&#8217;s a significant reduction in size.</p>
<p><img src="http://image2.romantika.name/2011/04/virtualbox-vdi-after-compact-first.jpg" alt="" title="virtualbox-vdi-after-compact-first" width="567" height="60" class="alignnone size-full wp-image-2252" /></p>
<p>Still, I was greedy. I wanted to know whether fragmentation has any effect on the shrink-ability of the VDI. So I went into the virtual machine, ran defrag, ran sdelete, then I executed VBoxManage to compact the VDI.</p>
<p>Below was my final result. From 74GB to 5.1GB I was fully satisfied. I was also able to shrink the 11GB VDI that contains the OS to 9.7GB.</p>
<p><img src="http://image1.romantika.name/2011/04/virtualbox-vdi-after-compact-final.jpg" alt="" title="virtualbox-vdi-after-compact-final" width="567" height="60" class="alignnone size-full wp-image-2251" /></p>
<p>If you have questions/suggestions/feedback, please leave a comment.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fshrinking-virtualbox-disk-images%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2244&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Fri, December 9, 2011 -- <a href="http://www.romantika.name/v2/sparrow-and-shortmail/" title="Sparrow and Shortmail">Sparrow and Shortmail</a></li><li>Sat, February 12, 2011 -- <a href="http://www.romantika.name/v2/modifying-stubborn-files-transferred-from-windows/" title="Mac OS X: Modifying Stubborn Files Transferred From Windows">Mac OS X: Modifying Stubborn Files Transferred From Windows</a></li><li>Sat, February 12, 2011 -- <a href="http://www.romantika.name/v2/starting-subversion-service-on-demand-in-mac-os-x/" title="Starting Subversion Service on Demand in Mac OS X">Starting Subversion Service on Demand in Mac OS X</a></li><li>Fri, August 6, 2010 -- <a href="http://www.romantika.name/v2/smtp-smart-host-setup-postfix-snow-leopard/" title="SMTP Smart Host Setup for Postfix in Snow Leopard">SMTP Smart Host Setup for Postfix in Snow Leopard</a></li></ul><p><a href="http://www.romantika.name/v2/shrinking-virtualbox-disk-images/" rel="bookmark">Shrinking VirtualBox Disk Images</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, April 23, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/6cVG33guLA4KyMECPdyWcUv7z5E/0/da"><img src="http://feedads.g.doubleclick.net/~a/6cVG33guLA4KyMECPdyWcUv7z5E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6cVG33guLA4KyMECPdyWcUv7z5E/1/da"><img src="http://feedads.g.doubleclick.net/~a/6cVG33guLA4KyMECPdyWcUv7z5E/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=th2oLXIBufo:V9xW1FqaFMY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=th2oLXIBufo:V9xW1FqaFMY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=th2oLXIBufo:V9xW1FqaFMY:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=th2oLXIBufo:V9xW1FqaFMY:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=th2oLXIBufo:V9xW1FqaFMY:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=th2oLXIBufo:V9xW1FqaFMY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=th2oLXIBufo:V9xW1FqaFMY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/th2oLXIBufo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/shrinking-virtualbox-disk-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/shrinking-virtualbox-disk-images/</feedburner:origLink></item>
		<item>
		<title>Selangor No Plastic Bag Every Saturday</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/E1EXkSs1Oz4/</link>
		<comments>http://www.romantika.name/v2/selangor-no-plastic-bag-every-saturday/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 05:57:18 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Malaysia]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2229</guid>
		<description><![CDATA[Since January 2010, the state of Selangor where I live imposed a new campaign where no plastic bags will be provided in retail transactions. Note that it&#8217;s a campaign and not a law. While I am in agreement that we need to do something about the pollution and improving the environment, I think this campaign [...]]]></description>
			<content:encoded><![CDATA[<p>Since January 2010, the state of Selangor where I live imposed a new campaign where no plastic bags will be provided in retail transactions. Note that it&#8217;s a campaign and not a law.</p>
<p>While I am in agreement that we need to do something about the pollution and improving the environment, I think this campaign hasn&#8217;t been properly thought of.</p>
<p><img src="http://image1.romantika.name/2011/04/selangor-no-plastic-bag-saturdays.jpg" alt="" title="Selangor no plastic bag on Saturdays" width="403" height="605" class="alignnone size-full wp-image-2235" /></p>
<p>Retailers everywhere are now taking this campaign into their own benefit. They will save a significant amount of cost in plastic bags. How can we be sure that the money will indeed go to the Corporate Social Responsibility program? A lot of retailers don&#8217;t even include the purchase of plastic bags into the receipt. How do they keep track?</p>
<p><img src="http://image2.romantika.name/2011/04/20sen-for-plastic-bag-selangor.jpg" alt="" title="20sen-for-plastic-bag-selangor" width="500" height="204" class="alignnone size-full wp-image-2234" /></p>
<p>Note that Malaysia is a developing country, with undeveloped minds. Some retailers are blindly following this campaign without any use of the brain.</p>
<p>The latest complaint I have is at Papier Love, a local craft retailer at The Curve Damansara. They sell fragile paper products, and they refused to provide any plastic cover. They don&#8217;t sell them either. If you know arts and crafts well enough you will know that scrapbook papers are thin and very fragile you can&#8217;t even put them in plastic bags. They must be inserted into special plastic cover or sleeves to protect them from being crumpled. In this case the salesgirl cum the cashier didn&#8217;t use her brain well and it caused dissatisfaction.</p>
<p>We will never step our foot into that shop again and we will make sure friends won&#8217;t too. The brainless girl also looked down at customers when she was repeatedly saying that the piece of paper costs RM8 per piece as if it&#8217;s too expensive. My poor wife who is also a craft enthusiast didn&#8217;t say anything but that&#8217;s the power of assumption from someone who is not good enough to work in retail. We spend an approximate cost of RM1,000 per year for craft products and they will not get any part of that.</p>
<p>For the record, our favorite arts and craft stores are <a href="http://www.artfriend.com.sg/locates.html" onclick="pageTracker._trackPageview('/outgoing/www.artfriend.com.sg/locates.html?referer=');">Art Friend</a> in The Gardens Mid Valley and <a href="http://www.craft-haven.com/" onclick="pageTracker._trackPageview('/outgoing/www.craft-haven.com/?referer=');">Craft Haven</a> in One Utama Damansara. The staff are always helpful and friendly with a smile (and lots of details). I am not into art and I know nothing but they have never once alienated me and I always feel welcome when I enter their stores.</p>
<p>Another brainless no plastic bag event is at Famous Amos in Amcorp Mall. I was struggling with holding my child (who wanted the cookies in the first place) and when I asked for a plastic bag, the Bangladeshi refused to give me one. That&#8217;s one inconsiderate staff there.</p>
<p><strong>What about IKEA?</strong></p>
<p>Hey, IKEA has been imposing no plastic bag so much earlier than the campaign. Nobody really made a fuss about it because IKEA has though of it well enough. They provide good parking with spacious loading area, and the enormous shopping carts can be pushed to the loading area. Plus, their products are big and you can actually hold them without the need of bags. Some products can&#8217;t even be put in plastic bags because they are huge.</p>
<p>So, IKEA&#8217;s fine.</p>
<p><em>All images are copyright of the Government of Selangor. If you want them removed, email me.</em></p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fselangor-no-plastic-bag-every-saturday%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2229&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Thu, February 23, 2012 -- <a href="http://www.romantika.name/v2/unifi-phone-call-forwarding/" title="UniFi Phone Call Forwarding">UniFi Phone Call Forwarding</a></li><li>Sun, January 22, 2012 -- <a href="http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/" title="Crocs Malaysia Warehouse Sale">Crocs Malaysia Warehouse Sale</a></li><li>Sat, February 26, 2011 -- <a href="http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/" title="If You Want to Be Selfish, Do it Smart">If You Want to Be Selfish, Do it Smart</a></li><li>Mon, February 7, 2011 -- <a href="http://www.romantika.name/v2/tak-nak-really/" title="Tak Nak &#8211; Really?">Tak Nak &#8211; Really?</a></li><li>Thu, December 9, 2010 -- <a href="http://www.romantika.name/v2/tm-unifi-downtime-exercise-your-rights/" title="TM UniFi Downtime: Exercise Your Rights">TM UniFi Downtime: Exercise Your Rights</a></li></ul><p><a href="http://www.romantika.name/v2/selangor-no-plastic-bag-every-saturday/" rel="bookmark">Selangor No Plastic Bag Every Saturday</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sun, April 17, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/ELLyGoClAaF6SwYPNxxO-H4bH4c/0/da"><img src="http://feedads.g.doubleclick.net/~a/ELLyGoClAaF6SwYPNxxO-H4bH4c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ELLyGoClAaF6SwYPNxxO-H4bH4c/1/da"><img src="http://feedads.g.doubleclick.net/~a/ELLyGoClAaF6SwYPNxxO-H4bH4c/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=E1EXkSs1Oz4:C2LZbh4S-14:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=E1EXkSs1Oz4:C2LZbh4S-14:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=E1EXkSs1Oz4:C2LZbh4S-14:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=E1EXkSs1Oz4:C2LZbh4S-14:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=E1EXkSs1Oz4:C2LZbh4S-14:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=E1EXkSs1Oz4:C2LZbh4S-14:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=E1EXkSs1Oz4:C2LZbh4S-14:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/E1EXkSs1Oz4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/selangor-no-plastic-bag-every-saturday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/selangor-no-plastic-bag-every-saturday/</feedburner:origLink></item>
		<item>
		<title>WordPress 3.1 Upgrade</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/0Xxq0-PnzC8/</link>
		<comments>http://www.romantika.name/v2/wordpress-3-1-upgrade/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 04:44:13 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2212</guid>
		<description><![CDATA[I am not going to announce or talk about the release of WordPress 3.1 as I know that most people already know it was released on 23 February 2011. I am also not going to talk about the features. I would like to share problems that I encountered and how to fix them. Well, I [...]]]></description>
			<content:encoded><![CDATA[<p>I am not going to announce or talk about the release of WordPress 3.1 as I know that most people already know it was released on 23 February 2011. I am also not going to talk about the features.</p>
<p>I would like to share problems that I encountered and how to fix them. Well, I only had 2 problems so far. These are not encountered while upgrading this blog you&#8217;re reading.</p>
<p>The first was the problem with no post on the main page. Depending on your theme, it might say, &#8220;Sorry no post matching your criteria&#8221;. Just after an upgrade, it&#8217;s scary to think that all posts are gone. But yeah I still have my backup.</p>
<p>Before you blame WordPress and jump to Blogger or such, you need to check whether you have disabled all of your plugins. Most often plugins are the reason errors occur after an upgrade. In each release, API and functions changes and while WordPress developers try to avoid backward compatibility issues, some of them are just inevitable.</p>
<p>The culprit for my problem was a sticky post plugin. In haste, I deleted all traces of the plugin on the server and in my local disk. Additionally I was working on another machine so I can&#8217;t recall the name of that plugin right now.</p>
<p>This was an upgrade from version 2.6. I heard that an upgrade from 2.6 to 2.7 will also produce the same problem by this plugin.</p>
<p>Sometimes, people do get totally blank page. The smartest thing to do is to enable WP_DEBUG in <em>wp-config.php</em></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_DEBUG'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>While this line is not available in pre-3, it&#8217;ll work if you add it.</p>
<p>It&#8217;s also beneficial for the plugin issue I mentioned above. That&#8217;s how I found out that there&#8217;s a SQL error produced by that plugin.</p>
<p>The next problem I encountered was related to the database version. This might be published somewhere in WordPress documentation but I failed to find it. WordPress 3.1 requires MySQL 4.1.2 and above.</p>
<p><img src="http://image1.romantika.name/2011/03/wordpress-database-warning-when-upgrading.jpg" alt="" title="wordpress-database-warning-when-upgrading" width="600" height="139" class="alignnone size-full wp-image-2215" /></p>
<p>This was a manual upgrade from WordPress 2.8.4 via FTP. The good thing is that the public facing site was still working fine. I was just unable to access the administration dashboard.</p>
<p>By the way, my hosting provider has dedicated database servers with MySQL 4.0 &#8211; 5.0 options. 4.0 has been obsolete and this particular blog being upgraded was the only one using 4.0. So all I had to do was:</p>
<ul>
<li>Create a new database in the 5.0 server</li>
<li>Export from 4.0 into a SQL file</li>
<li>Import into 5.0</li>
<li>Run the normal database upgrade screen</li>
</ul>
<p>And everything was hunky-dory. It&#8217;s interesting to see that there are less total rows, and the addition of <em>wp_commentmeta</em> table:</p>
<p><strong>Database for 2.8.4</strong></p>
<p><img src="http://image2.romantika.name/2011/03/wordpress-2.8.4-database.jpg" alt="" title="wordpress-2.8.4-database" width="600" height="280" class="alignnone size-full wp-image-2217" /></p>
<p><strong>Database for 3.1</strong></p>
<p><img src="http://image1.romantika.name/2011/03/wordpress-3.1-database.jpg" alt="" title="wordpress-3.1-database" width="600" height="251" class="alignnone size-full wp-image-2214" /></p>
<p>If you are on normal cheap hosting with MySQL on the web server itself, you&#8217;re out of luck if the server only has MySQL 4.0. It&#8217;s time to move away.</p>
<p>So that&#8217;s it. Since there are a few more blogs in the upgrade process I might add more findings in this post as I come across them.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fwordpress-3-1-upgrade%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2212&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, December 24, 2011 -- <a href="http://www.romantika.name/v2/apache-compress-your-website/" title="Let Apache Compress Your Website">Let Apache Compress Your Website</a></li><li>Thu, April 22, 2010 -- <a href="http://www.romantika.name/v2/wordpress-plugin-basic-facebook-social-plugins/" title="WordPress Plugin: Basic Facebook Social Plugins">WordPress Plugin: Basic Facebook Social Plugins</a></li><li>Thu, December 25, 2008 -- <a href="http://www.romantika.name/v2/adding-more-sidebars-to-wordpress-themes/" title="Adding More Sidebars to WordPress Themes">Adding More Sidebars to WordPress Themes</a></li><li>Thu, August 28, 2008 -- <a href="http://www.romantika.name/v2/blogging-frenzy/" title="Blogging Frenzy">Blogging Frenzy</a></li><li>Thu, August 28, 2008 -- <a href="http://www.romantika.name/v2/subscribe-to-comments/" title="Subscribe To Comments">Subscribe To Comments</a></li></ul><p><a href="http://www.romantika.name/v2/wordpress-3-1-upgrade/" rel="bookmark">WordPress 3.1 Upgrade</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Thu, March 3, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/GQum2KSL-LWdiOMNLxulCrOalEI/0/da"><img src="http://feedads.g.doubleclick.net/~a/GQum2KSL-LWdiOMNLxulCrOalEI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GQum2KSL-LWdiOMNLxulCrOalEI/1/da"><img src="http://feedads.g.doubleclick.net/~a/GQum2KSL-LWdiOMNLxulCrOalEI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=0Xxq0-PnzC8:kcY9odcZcc4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=0Xxq0-PnzC8:kcY9odcZcc4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=0Xxq0-PnzC8:kcY9odcZcc4:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=0Xxq0-PnzC8:kcY9odcZcc4:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=0Xxq0-PnzC8:kcY9odcZcc4:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=0Xxq0-PnzC8:kcY9odcZcc4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=0Xxq0-PnzC8:kcY9odcZcc4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/0Xxq0-PnzC8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/wordpress-3-1-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/wordpress-3-1-upgrade/</feedburner:origLink></item>
		<item>
		<title>If You Want to Be Selfish, Do it Smart</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/Q1NFd1ZSP0U/</link>
		<comments>http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 07:07:10 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[Road]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2194</guid>
		<description><![CDATA[Late Friday afternoon, tired from the week&#8217;s work, I encountered this on the road. Approaching a crossroad with traffic lights, it turned red for those going straight. From behind, there&#8217;s this Proton Iswara swerving dangerously to the right taking the right lane for vehicles turning right. Fine. Detecting that there&#8217;s a car on that lane, [...]]]></description>
			<content:encoded><![CDATA[<p>Late Friday afternoon, tired from the week&#8217;s work, I encountered this on the road. Approaching a crossroad with traffic lights, it turned red for those going straight. From behind, there&#8217;s this Proton Iswara swerving dangerously to the right taking the right lane for vehicles turning right. Fine.</p>
<p><img src="http://image1.romantika.name/2011/02/PCL9023-Cyberjaya.jpg" alt="" title="PCL9023-Cyberjaya" width="600" height="402" class="alignnone size-full wp-image-2195" /></p>
<p>Detecting that there&#8217;s a car on that lane, the traffic light turned green for the car but the car didn&#8217;t move. There is no car turning right from the opposite direction so it&#8217;s obvious who triggered it. So, everyone intending to go straight (on both directions) had to wait for the right turn lights to change. Precious 3 minutes wasted.</p>
<p>If this queue jumper did not illegally take that lane, the lights wouldn&#8217;t have changed to green at all for right turn and will immediately change to green for those going straight.</p>
<p>The driver is XX and I think an MMU student judging from the age and the final destination. Perhaps there is no sensor enabled traffic light in the place where the driver comes from.</p>
<p>If you really want to be notorious and inconsiderate on the road, please do it right. It&#8217;s sad how people like these usually think that they are cool to do that but and do not realize that they have made a fool out of themselves. And not to mention, endangering others on the road.</p>
<p>Always be considerate. And no, driving 10km/h is not being considerate either.</p>
<p>By the way people, if you are in Cyberjaya for any reason at all please be careful on the road. Taxi drivers and students alike tend to speed with no reason, turn without signaling, and make illegal U-turns. Pedestrians usually walk and cross the roads like they are invincible or something, I don&#8217;t know why.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fif-you-want-to-be-selfish-do-it-smart%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2194&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Mon, February 22, 2010 -- <a href="http://www.romantika.name/v2/queue-jumper-bjv2290/" title="Queue Jumper BJV2290">Queue Jumper BJV2290</a></li><li>Sat, April 4, 2009 -- <a href="http://www.romantika.name/v2/queue-jumpers-wlh-9953-pem-3331-bjj-3914-upm-bus/" title="Queue Jumpers WLH 9953, PEM 3331, BJJ 3914 &#038; UPM Bus">Queue Jumpers WLH 9953, PEM 3331, BJJ 3914 &#038; UPM Bus</a></li><li>Wed, February 25, 2009 -- <a href="http://www.romantika.name/v2/queue-jumpers-beware/" title="Queue Jumpers Beware">Queue Jumpers Beware</a></li><li>Sun, January 22, 2012 -- <a href="http://www.romantika.name/v2/crocs-malaysia-warehouse-sale/" title="Crocs Malaysia Warehouse Sale">Crocs Malaysia Warehouse Sale</a></li><li>Wed, May 19, 2010 -- <a href="http://www.romantika.name/v2/some-tips-for-fresh-grads/" title="Some Tips For Fresh Grads">Some Tips For Fresh Grads</a></li></ul><p><a href="http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/" rel="bookmark">If You Want to Be Selfish, Do it Smart</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Sat, February 26, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/3y673AX6QEc2m_57aiazX-YvPFc/0/da"><img src="http://feedads.g.doubleclick.net/~a/3y673AX6QEc2m_57aiazX-YvPFc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3y673AX6QEc2m_57aiazX-YvPFc/1/da"><img src="http://feedads.g.doubleclick.net/~a/3y673AX6QEc2m_57aiazX-YvPFc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=Q1NFd1ZSP0U:7dpSeUtK6hE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=Q1NFd1ZSP0U:7dpSeUtK6hE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=Q1NFd1ZSP0U:7dpSeUtK6hE:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=Q1NFd1ZSP0U:7dpSeUtK6hE:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=Q1NFd1ZSP0U:7dpSeUtK6hE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=Q1NFd1ZSP0U:7dpSeUtK6hE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=Q1NFd1ZSP0U:7dpSeUtK6hE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/Q1NFd1ZSP0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/if-you-want-to-be-selfish-do-it-smart/</feedburner:origLink></item>
		<item>
		<title>Good Bye MyBlogLog</title>
		<link>http://feedproxy.google.com/~r/romantika/~3/aRccPGjvLOg/</link>
		<comments>http://www.romantika.name/v2/good-bye-mybloglog/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:17:57 +0000</pubDate>
		<dc:creator>Ady</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.romantika.name/v2/?p=2186</guid>
		<description><![CDATA[I have just received an email from Yahoo! announcing the end of MyBlogLog service. It&#8217;s going to be discontinued effective May 24, 2011. Nice of Yahoo! to give us some time before terminating it for good. However the link for help pages redirected me to this page: http://help.yahoo.com/l/us/yahoo/ysm/ll/featured/index.html, which I think is a mistake because [...]]]></description>
			<content:encoded><![CDATA[<p>I have just received an email from Yahoo! announcing the end of MyBlogLog service. It&#8217;s going to be discontinued effective May 24, 2011. Nice of Yahoo! to give us some time before terminating it for good.</p>
<p><img src="http://image1.romantika.name/2011/02/mybloglog-discontinue.jpg" alt="" title="mybloglog-discontinue" width="501" height="548" class="alignnone size-full wp-image-2187" /></p>
<p>However the link for help pages redirected me to this page: <a target="_blank" href="http://help.yahoo.com/l/us/yahoo/ysm/ll/featured/index.html" onclick="pageTracker._trackPageview('/outgoing/help.yahoo.com/l/us/yahoo/ysm/ll/featured/index.html?referer=');">http://help.yahoo.com/l/us/yahoo/ysm/ll/featured/index.html</a>, which I think is a mistake because it&#8217;s for &#8220;Local Featured Listings&#8221;.</p>
<p>Nevertheless, we thank you Yahoo! for a great service.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.romantika.name%2Fv2%2Fgood-bye-mybloglog%2F&amp;layout=standard&amp;show_faces=true&amp;width=400&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px; height:65px"></iframe><img src="http://www.romantika.name/v2/?ak_action=api_record_view&id=2186&type=feed" alt="" /><h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>Sat, May 5, 2012 -- <a href="http://www.romantika.name/v2/build-lftp-on-mac-os-x-lion/" title="Build LFTP on Mac OS X Lion">Build LFTP on Mac OS X Lion</a></li><li>Thu, February 9, 2012 -- <a href="http://www.romantika.name/v2/virtuemart-custom-login-module-joomla/" title="VirtueMart Custom Login Module in Joomla!">VirtueMart Custom Login Module in Joomla!</a></li><li>Sat, January 7, 2012 -- <a href="http://www.romantika.name/v2/leverage-browser-caching/" title="Leverage Browser Caching">Leverage Browser Caching</a></li><li>Sat, December 24, 2011 -- <a href="http://www.romantika.name/v2/apache-compress-your-website/" title="Let Apache Compress Your Website">Let Apache Compress Your Website</a></li><li>Fri, December 9, 2011 -- <a href="http://www.romantika.name/v2/sparrow-and-shortmail/" title="Sparrow and Shortmail">Sparrow and Shortmail</a></li></ul><p><a href="http://www.romantika.name/v2/good-bye-mybloglog/" rel="bookmark">Good Bye MyBlogLog</a> originally appeared on <a href="http://www.romantika.name/v2">Romantika.name</a> on Thu, February 24, 2011.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/HIDE3nSyJ9KctoFO0qwjUcsTomc/0/da"><img src="http://feedads.g.doubleclick.net/~a/HIDE3nSyJ9KctoFO0qwjUcsTomc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HIDE3nSyJ9KctoFO0qwjUcsTomc/1/da"><img src="http://feedads.g.doubleclick.net/~a/HIDE3nSyJ9KctoFO0qwjUcsTomc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/romantika?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/romantika?i=aRccPGjvLOg:HP_xzEedyso:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/romantika?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/romantika?i=aRccPGjvLOg:HP_xzEedyso:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:wF9xT3WuBAs"><img src="http://feeds.feedburner.com/~ff/romantika?i=aRccPGjvLOg:HP_xzEedyso:wF9xT3WuBAs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/romantika?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/romantika?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/romantika?i=aRccPGjvLOg:HP_xzEedyso:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/romantika?i=aRccPGjvLOg:HP_xzEedyso:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/romantika?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/romantika?a=aRccPGjvLOg:HP_xzEedyso:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/romantika?i=aRccPGjvLOg:HP_xzEedyso:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/romantika/~4/aRccPGjvLOg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.romantika.name/v2/good-bye-mybloglog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.romantika.name/v2/good-bye-mybloglog/</feedburner:origLink></item>
	</channel>
</rss>

