<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>My Science Is Better</title>
	<link>http://www.myscienceisbetter.info</link>
	<description></description>
	<lastBuildDate>Sat, 20 Mar 2010 16:16:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setting up Xdebug with Zend Server on Linux</title>
		<description><![CDATA[Since our team work on different operating system, we switched for custom apache/php/mysql installs to Zend Server. Before everyone was using something different (the guys on windows were using XAMP, WAMP, on ubuntu i was using the packages in the repo and on the server we're using apache from cPanel) and applications were behaving a [...]]]></description>
		<link>http://www.myscienceisbetter.info/setting-up-xdebug-with-zend-server-on-linux.html</link>
			</item>
	<item>
		<title>Setup ZF using svn externals</title>
		<description><![CDATA[After you create a project with zf tool, put it on SVN, you might want to include inside /library the ZF, but you want to have the bleeding edge all the time. You can include it as a svn external like this:

cd library/
svn propset svn:externals 'Zend http://framework.zend.com/svn/framework/standard/trunk/library/Zend/' .

Next time when you run svn up, your [...]]]></description>
		<link>http://www.myscienceisbetter.info/setup-zf-using-svn-externals.html</link>
			</item>
	<item>
		<title>Remove .svn folders recursively</title>
		<description><![CDATA[I know that you have to use svn export in order to get a copy of the repo without the .svn folders inside, but sometimes you have to work with what you have, a checkout of a repo with .svn folders. And you want them removed.
After googling a bit i found a great way to [...]]]></description>
		<link>http://www.myscienceisbetter.info/remove-svn-folders-recursively.html</link>
			</item>
	<item>
		<title>Enable ls color support</title>
		<description><![CDATA[By default i like to use the Green on Black color scheme with my terminals. When i enable the theme though, ls loses somehow the ability to show files in colors. The trick to enable the feature is simple. One just has to run ls like this:
ls --color=auto
Unfortunately this won't stick, and it'a a bit [...]]]></description>
		<link>http://www.myscienceisbetter.info/enable-ls-color-support.html</link>
			</item>
	<item>
		<title>Ailurus project</title>
		<description><![CDATA[I've been contacted a few days ago by Homer Xing from Ailurus project.
He's notified me about the addition of the script to install native flash player 64bit on ubuntu in the Ailurus project. I was thrilled. Since then Homer even built a version of the script to work on Fedora (which is now on this [...]]]></description>
		<link>http://www.myscienceisbetter.info/ailurus-project.html</link>
			</item>
	<item>
		<title>SVN Ignore all files inside a folder</title>
		<description><![CDATA[If you want to ignore certain file types inside a folder on SVN it's pretty easy:

svn propset svn:ignore &#34;*.tgz&#34; backup

It's a bit more complicated if you want to ignore everything inside a folder (be it files or folders). If you have a structure as the following: 

/public/media
/public/media/member
/public/media/member/artist
/public/media/member/fan
/public/media/member/label

and you want to ignore everything inside public/media, just [...]]]></description>
		<link>http://www.myscienceisbetter.info/svn-ignore-all-files-inside-a-folder.html</link>
			</item>
	<item>
		<title>Setup controllers and actions inside a module using zf tool</title>
		<description><![CDATA[I've been trying to move some old code into separate modules for easier use later on. I installed zend framework and zend tool and created a new project:
zf create project myproject
Adding a new module is easy as pie:
zf create module mymodule
This creates the /application/modules/mymodule folder with complete MVC structure inside (controllers, models and views folders).
My [...]]]></description>
		<link>http://www.myscienceisbetter.info/working-with-zf-tool-modules-controllers-and-actions.html</link>
			</item>
	<item>
		<title>Repair Perl Locale Errors on Ubuntu Server</title>
		<description><![CDATA[Installed Ubuntu Server Karmic just fine and noticed this perl error on the first "apt-get upgrade" i ran.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = &#34;en_US&#34;,
	LC_CTYPE = &#34;en_US.UTF-8&#34;,
	LANG = &#34;en_US.UTF-8&#34;
    are supported and installed on your system.
perl: warning: Falling back to the standard locale (&#34;C&#34;).
locale: [...]]]></description>
		<link>http://www.myscienceisbetter.info/repair-perl-locale-errors-on-ubuntu-server.html</link>
			</item>
	<item>
		<title>Video working with Logitech QuickCam Communicate STX on Linux 64bit</title>
		<description><![CDATA[I have a 046d:08d7 Logitech, Inc. QuickCam Communicate STX that works perfectly well with all the native linux applications (ekiga, cheese, empathy) and even with the Flash Player powered TokBox, but it does not work with Skype.
After a bit of digging I've found out how to make Skype detect the video input from my Webcam. [...]]]></description>
		<link>http://www.myscienceisbetter.info/video-working-with-logitech-quickcam-communicate-stx-on-linux-64bit.html</link>
			</item>
	<item>
		<title>Listen to Windows Media Player Feeds on Linux and Mac</title>
		<description><![CDATA[If you want to listed to an audio/video feed while you're running Linux or Mac is a bit ridiculous for a site to suggest you to install WMP (windows media player). There is one solution tho. Open the feed and it should get a windows that is expecting you to play the feed with WMP. [...]]]></description>
		<link>http://www.myscienceisbetter.info/listen-to-windows-media-player-feeds-on-linux-and-mac.html</link>
			</item>
</channel>
</rss>
