<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Internet Marketing - Web design and SEO Blog by Optimind</title>
	<atom:link href="http://myoptimind.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://myoptimind.com/blog</link>
	<description>web design, seo, and general issues we experience everyday as an internet marketing company</description>
	<pubDate>Sun, 24 Oct 2010 00:20:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Weekly Updates for 2010-10-24</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-10-24/2010/10</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-10-24/2010/10#comments</comments>
		<pubDate>Sun, 24 Oct 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-10-24/2010/10</guid>
		<description><![CDATA[
handy tool for reviewing your analytics report. you can also get deeper info using this excel plug-in  http://bit.ly/C4QD0 #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>handy tool for reviewing your analytics report. you can also get deeper info using this excel plug-in  <a href="http://bit.ly/C4QD0" rel="nofollow">http://bit.ly/C4QD0</a> <a href="http://twitter.com/optimind/statuses/27721386723" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-10-24/2010/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>CakePHP Session Problem</title>
		<link>http://myoptimind.com/blog/php-programming/cakephp-session-problem/2010/10</link>
		<comments>http://myoptimind.com/blog/php-programming/cakephp-session-problem/2010/10#comments</comments>
		<pubDate>Sat, 09 Oct 2010 19:54:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/?p=284</guid>
		<description><![CDATA[Ever got this type of error in your CakePHP application?
[function.session-start]: open(/var/php_sessions/
sess_55725da39073051a9529a124c99b54df, O_RDWR) failed: No such file or
directory (2) [CORE/cake/libs/session.php, line 539]&#8220;
There is an easy fix. Open core.php inside your app/config folder. Look for
Configure::write(&#8217;Session.save&#8217;, &#8216;php&#8217;);
Then change this to
Configure::write(&#8217;Session.save&#8217;, &#8216;cake&#8217;);
Problem solved  If this post has helped you, please tweet us at @optimind with this link or [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ever got this type of error in your CakePHP application?</p>
<p><em>[function.session-start]: open(/var/php_sessions/<br />
sess_55725da39073051a9529a124c99b54df, O_RDWR) failed: No such file or<br />
directory (2) [CORE/cake/libs/session.php, line 539]&#8220;</em></p>
<p>There is an easy fix. Open core.php inside your app/config folder. Look for</p>
<p><strong>Configure::write(&#8217;Session.save&#8217;, &#8216;php&#8217;);</strong></p>
<p>Then change this to</p>
<p><strong>Configure::write(&#8217;Session.save&#8217;, &#8216;cake&#8217;);</strong></p>
<p><strong><span style="font-weight: normal;">Problem solved <img src='http://myoptimind.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> If this post has helped you, please tweet us at @optimind with this link or link this solution to your blog. Good luck on your project!</span></strong></p>
<div><strong><br />
</strong></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/php-programming/cakephp-session-problem/2010/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>SimplePie RSS Component for CakePHP error</title>
		<link>http://myoptimind.com/blog/php-programming/simplepie-rss-component-for-cakephp-error/2010/10</link>
		<comments>http://myoptimind.com/blog/php-programming/simplepie-rss-component-for-cakephp-error/2010/10#comments</comments>
		<pubDate>Thu, 07 Oct 2010 14:44:40 +0000</pubDate>
		<dc:creator>vhen</dc:creator>
		
		<category><![CDATA[PHP Programming]]></category>

		<category><![CDATA[cakephp]]></category>

		<category><![CDATA[simplepie]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/?p=282</guid>
		<description><![CDATA[As we&#8217;re trying out SimplePie RSS Component, we encountered the following error:
Call to undefined method Folder::mkdirr() error
Turns out this is a quick fix changing mkdirr() to create()
This solution does not appear on SimplePie&#8217;s comments thread.


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>As we&#8217;re trying out SimplePie RSS Component, we encountered the following error:</p>
<h4 class="published">Call to undefined method Folder::mkdirr() error</h4>
<p>Turns out this is a quick fix changing mkdirr() to create()</p>
<p>This solution does not appear on SimplePie&#8217;s comments thread.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/php-programming/simplepie-rss-component-for-cakephp-error/2010/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>October Discount Promo</title>
		<link>http://myoptimind.com/blog/web-development-company-news/october-discount-promo/2010/10</link>
		<comments>http://myoptimind.com/blog/web-development-company-news/october-discount-promo/2010/10#comments</comments>
		<pubDate>Mon, 04 Oct 2010 11:11:25 +0000</pubDate>
		<dc:creator>vhen</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/?p=278</guid>
		<description><![CDATA[Get 10% discount from any of our service (except installment plans) by following us on twitter and tweeting @optimind GET10OFF your project name.
example: @optimind GET10OFF Company ABC Website
Click here to follow us on twitter.


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Get 10% discount from any of our service (except installment plans) by following us on twitter and tweeting <strong>@optimind GET10OFF your project name</strong>.</p>
<p>example: <em>@optimind GET10OFF Company ABC Website</em></p>
<p><a href="http://www.twitter.com/optimind" target="_blank">Click here</a> to follow us on twitter.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-development-company-news/october-discount-promo/2010/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-29</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-29/2010/08</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-29/2010/08#comments</comments>
		<pubDate>Sun, 29 Aug 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-29/2010/08</guid>
		<description><![CDATA[
hk govt blacklisted travelling to the philippines bec of the hostage incident http://bit.ly/bAky3t #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>hk govt blacklisted travelling to the philippines bec of the hostage incident <a href="http://bit.ly/bAky3t" rel="nofollow">http://bit.ly/bAky3t</a> <a href="http://twitter.com/optimind/statuses/21924028555" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-29/2010/08/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-08</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-08/2010/08</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-08/2010/08#comments</comments>
		<pubDate>Sun, 08 Aug 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-08/2010/08</guid>
		<description><![CDATA[
updated facebook page is up http://bit.ly/aDWCaV #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>updated facebook page is up <a href="http://bit.ly/aDWCaV" rel="nofollow">http://bit.ly/aDWCaV</a> <a href="http://twitter.com/optimind/statuses/20367097966" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-08/2010/08/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-01</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-01/2010/08</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-01/2010/08#comments</comments>
		<pubDate>Sun, 01 Aug 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-01/2010/08</guid>
		<description><![CDATA[
100 most creative people in business http://bit.ly/dBg9Az #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>100 most creative people in business <a href="http://bit.ly/dBg9Az" rel="nofollow">http://bit.ly/dBg9Az</a> <a href="http://twitter.com/optimind/statuses/19827651365" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-08-01/2010/08/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-07-18</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-07-18/2010/07</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-07-18/2010/07#comments</comments>
		<pubDate>Sun, 18 Jul 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-07-18/2010/07</guid>
		<description><![CDATA[
can&#8217;t wait for #SocialNetwork.. i wonder when they&#8217;re gonna show it here. @digitalfilipino might be a good club activity to watch it togethr #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>can&#8217;t wait for #<a href="http://search.twitter.com/search?q=%23SocialNetwork" class="aktt_hashtag">SocialNetwork</a>.. i wonder when they&#8217;re gonna show it here. @<a href="http://twitter.com/digitalfilipino" class="aktt_username">digitalfilipino</a> might be a good club activity to watch it togethr <a href="http://twitter.com/optimind/statuses/18773841840" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-07-18/2010/07/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-06-20</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-20/2010/06</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-20/2010/06#comments</comments>
		<pubDate>Sun, 20 Jun 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-20/2010/06</guid>
		<description><![CDATA[
chinchin gutierrez&#8217;s website updated http://www.chinchingutierrez.com.ph #
nice online form builder that we recommend for our clients @wufoo http://wufoo.com/ #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>chinchin gutierrez&#8217;s website updated <a href="http://www.chinchingutierrez.com.ph" rel="nofollow">http://www.chinchingutierrez.com.ph</a> <a href="http://twitter.com/optimind/statuses/16456518164" class="aktt_tweet_time">#</a></li>
<li>nice online form builder that we recommend for our clients @<a href="http://twitter.com/wufoo" class="aktt_username">wufoo</a> <a href="http://wufoo.com/" rel="nofollow">http://wufoo.com/</a> <a href="http://twitter.com/optimind/statuses/16311321011" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-20/2010/06/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-06-13</title>
		<link>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-13/2010/06</link>
		<comments>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-13/2010/06#comments</comments>
		<pubDate>Sun, 13 Jun 2010 00:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-13/2010/06</guid>
		<description><![CDATA[
found a nice online gantt chart tool http://bit.ly/f20Al #



No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>found a nice online gantt chart tool <a href="http://bit.ly/f20Al" rel="nofollow">http://bit.ly/f20Al</a> <a href="http://twitter.com/optimind/statuses/15642948492" class="aktt_tweet_time">#</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://myoptimind.com/blog/web-design/twitter-weekly-updates-for-2010-06-13/2010/06/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

