<?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/" version="2.0">

<channel>
	<title>Next of Search</title>
	
	<link>http://www.nextofsearch.com</link>
	<description>Chasing User Experience Innovation</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:41:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NextOfSearch" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="nextofsearch" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Assigning a custom layout for certian action in Rails3</title>
		<link>http://www.nextofsearch.com/?p=92</link>
		<comments>http://www.nextofsearch.com/?p=92#comments</comments>
		<pubDate>Sat, 04 Sep 2010 04:36:26 +0000</pubDate>
		<dc:creator>dano</dc:creator>
				<category><![CDATA[Rails development]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.nextofsearch.com/?p=92</guid>
		<description><![CDATA[If you want to assign different layout for certain action, the code below will help. def action1 render :layout =&#38;gt; &#34;new_layout&#34; end Then create a new layout in the app/view/layouts/new_layout.html.erb and that&#8217;s it. I used this for the popup window which required a different layout with main default layout. Hope it helps! addthis_url = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D92'; [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to assign different layout for certain action, the code below will help.</p>
<pre class="brush: ruby;">
def action1
  render :layout =&amp;gt; &quot;new_layout&quot;
end
</pre>
<p>Then create a new layout in the app/view/layouts/new_layout.html.erb and that&#8217;s it. I used this for the popup window which required a different layout with main default layout.</p>
<p>Hope it helps! <img src='http://www.nextofsearch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D92';
  addthis_title  = 'Assigning+a+custom+layout+for+certian+action+in+Rails3';
  addthis_pub    = 'danolee';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://feeds.feedburner.com/~r/NextOfSearch/~4/xLzLzQE7RiU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nextofsearch.com/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting global constant in Rails 3</title>
		<link>http://www.nextofsearch.com/?p=86</link>
		<comments>http://www.nextofsearch.com/?p=86#comments</comments>
		<pubDate>Sat, 04 Sep 2010 04:28:20 +0000</pubDate>
		<dc:creator>dano</dc:creator>
				<category><![CDATA[Rails development]]></category>
		<category><![CDATA[global constant]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.nextofsearch.com/?p=86</guid>
		<description><![CDATA[If you want to set global constant in Rails 3, put something similar to the code below in config/environment.rb under the initialie!. # Initialize the rails application TestApp::Application.initialize! DEFAULT_GLOBAL_CONSTANT_EXAMPLE = 20 That&#8217;s it. Hope it helps. addthis_url = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D86'; addthis_title = 'Setting+global+constant+in+Rails+3'; addthis_pub = 'danolee';]]></description>
			<content:encoded><![CDATA[<p>If you want to set global constant in Rails 3, put something similar to the code below in config/environment.rb under the initialie!.</p>
<pre class="brush: ruby;">
# Initialize the rails application
TestApp::Application.initialize!

DEFAULT_GLOBAL_CONSTANT_EXAMPLE = 20
</pre>
<p>That&#8217;s it. Hope it helps.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D86';
  addthis_title  = 'Setting+global+constant+in+Rails+3';
  addthis_pub    = 'danolee';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://feeds.feedburner.com/~r/NextOfSearch/~4/fkFlHzro6Ms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nextofsearch.com/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log rotation in Rails 3</title>
		<link>http://www.nextofsearch.com/?p=78</link>
		<comments>http://www.nextofsearch.com/?p=78#comments</comments>
		<pubDate>Sat, 04 Sep 2010 02:52:46 +0000</pubDate>
		<dc:creator>dano</dc:creator>
				<category><![CDATA[Rails development]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.nextofsearch.com/?p=78</guid>
		<description><![CDATA[Hi, I need to rotate my log in development machine since it grows to over 80 MB. So with some googling I found two useful links: Who said size is not important? Log rotation in Rails apps But neither of them worked for me. So with spending more time in googling and try-and-error, I got [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I need to rotate my log in development machine since it grows to over 80 MB. So with some googling I found two useful links:</p>
<p><a href="http://blog.caboo.se/articles/2005/12/15/who-said-size-is-not-important">Who said size is not important?</a></p>
<p><a href="http://schwuk.com/articles/2006/03/21/log-rotation-in-rails-apps">Log rotation in Rails apps</a></p>
<p>But neither of them worked for me. So with spending more time in googling and try-and-error, I got this solution. Put the code below in your config/application.rb</p>
<pre class="brush: ruby;">
config.logger = Logger.new(config.paths.log.first, 50, 1048576)
</pre>
<p>Hope it helps. <img src='http://www.nextofsearch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My environment is Ruby 1.9.2dev / Rails 3.0.0.rc</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D78';
  addthis_title  = 'Log+rotation+in+Rails+3';
  addthis_pub    = 'danolee';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://feeds.feedburner.com/~r/NextOfSearch/~4/teVSSV7Xri8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nextofsearch.com/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Market Place: Gold Rush and After</title>
		<link>http://www.nextofsearch.com/?p=61</link>
		<comments>http://www.nextofsearch.com/?p=61#comments</comments>
		<pubDate>Thu, 25 Feb 2010 12:22:37 +0000</pubDate>
		<dc:creator>dano</dc:creator>
				<category><![CDATA[What's next?]]></category>

		<guid isPermaLink="false">http://www.nextofsearch.com/?p=61</guid>
		<description><![CDATA[This is the presentation that I used at &#8220;Smartphone Application World 2010&#8221; seminar in Feb 24, 2010. Open Market Place: Gold Rush and After addthis_url = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D61'; addthis_title = 'Open+Market+Place%3A+Gold+Rush+and+After'; addthis_pub = 'danolee';]]></description>
			<content:encoded><![CDATA[<p>This is the presentation that I used at &#8220;<a href="http://kmobile.co.kr/k_conedu/Conference/Con_gProgram.asp?id=711" target="_blank">Smartphone Application World 2010</a>&#8221; seminar in Feb 24, 2010.</p>
<div id="__ss_3272694" style="width: 425px;"><strong><a title="Open Market Place: Gold Rush and After" href="http://www.slideshare.net/nextofsearch/open-market-place-gold-rush-and-after-3272694">Open Market Place: Gold Rush and After</a><br /></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=kmobilemobileappstoredano201002241-100225045605-phpapp01&amp;rel=0&amp;stripped_title=open-market-place-gold-rush-and-after-3272694" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=kmobilemobileappstoredano201002241-100225045605-phpapp01&amp;rel=0&amp;stripped_title=open-market-place-gold-rush-and-after-3272694" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D61';
  addthis_title  = 'Open+Market+Place%3A+Gold+Rush+and+After';
  addthis_pub    = 'danolee';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://feeds.feedburner.com/~r/NextOfSearch/~4/sqouug_JBqk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nextofsearch.com/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware Fusion crashes in Macbook Air</title>
		<link>http://www.nextofsearch.com/?p=60</link>
		<comments>http://www.nextofsearch.com/?p=60#comments</comments>
		<pubDate>Tue, 11 Mar 2008 16:01:08 +0000</pubDate>
		<dc:creator>dano</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[blog marketing]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[macbook air]]></category>
		<category><![CDATA[team blog]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.nextofsearch.com/2008/03/12/vmware-fusion-crashes-in-macbook-air/</guid>
		<description><![CDATA[Oh, my Lord. You gave me Macbook Air one night and now why are you taking it away from me? Macbook Air brought me not only joy but also disatrous nights. How come? Well, it&#8217;s not Apple&#8217;s fault. It&#8217;s VMware&#8217;s!! I installed Windows XP using boot camp and tried to use it with Vmware Fusion. [...]]]></description>
			<content:encoded><![CDATA[<p>Oh, my Lord. You gave me Macbook Air one night and now why are you taking it away from me? <img src='http://www.nextofsearch.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Macbook Air brought me not only joy but also disatrous nights. How come?</p>
<p>Well, it&#8217;s not Apple&#8217;s fault. It&#8217;s VMware&#8217;s!!</p>
<p>I installed Windows XP using boot camp  and tried to use it with Vmware Fusion. Just natural desire and a must for everyone!! But it didn&#8217;t happen as I expected. VMware had kept crashing and I did everything I could imagin, but without success. Why not?</p>
<p>The answer is, Macbook Air doesn&#8217;t have a Super drive and VMware just crashes when it starts to run boot camp partition and can&#8217;t find a CD/DVD drive. Duh? <img src='http://www.nextofsearch.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  But you can easily fix it by going to VM settings and disconnecting the CD/DVD drive. It works like a charm. If you want to know more about it, please refer to <a href="http://communities.vmware.com/thread/125613" target="_blank">this thread</a>. FYI, Parallel works just fine.</p>
<p>Recently, VMware Fusion team opened their team blog but I couldn&#8217;t find any information regarding this issue there. But I could find their marketing posts ( <a href="http://blogs.vmware.com/teamfusion/2008/03/fusion-faces-jo.html" target="_blank">1</a>, <a href="http://blogs.vmware.com/teamfusion/2008/03/fusion-faces-pr.html" target="_blank">2</a> ) regarding Macbook Air and Fusion. <a href="http://blogs.vmware.com/teamfusion/2008/03/fusion-faces-jo.html" target="_blank"></a> I think that information like this remedy, not marketing materials, should be published in the blog until the official fix comes out. I spent several hours in googling to find out the solution to this issue and it was not pleasant or efficient.</p>
<p>Hey, Team Fusion guys, please post more valuable information for your precious users. I paid for your service and I don&#8217;t want to debug your product and googling for the fix. Please do it for me, it&#8217;s your job!! Thanks in advance.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.nextofsearch.com%2F%3Fp%3D60';
  addthis_title  = 'Vmware+Fusion+crashes+in+Macbook+Air';
  addthis_pub    = 'danolee';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://feeds.feedburner.com/~r/NextOfSearch/~4/se2oI-0S9YY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.nextofsearch.com/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
