<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>openxpc.source</title>
	<link>http://www.openxpc.org</link>
	<description>code is poetry!</description>
	<lastBuildDate>Wed, 08 Apr 2009 22:28:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Lausitzblog - new theme</title>
		<description>One of the openxpc projects comes out with a new wordpress theme. Check it out!

[Lausitzblog] </description>
		<link>http://www.openxpc.org/2009/04/lausitzblog-new-theme/</link>
			</item>
	<item>
		<title>[LB] with multiple database server</title>
		<description>Load balancing is perhaps one of the trickiest things in building a scalable system. But the problem with load balancing in database traffic can easily solved with this code snippet:
function db_cluster_connect($cluster,$usr,$pw){ //&#60;array&#62;,&#60;string&#62;,&#60;string&#62;
shuffle($cluster); //shuffle the array  (list) of available hosts
foreach($cluster as $host){
if($link = mysql_connect($host,$usr,$pw)) return $link;
}
return false;
} </description>
		<link>http://www.openxpc.org/2008/09/load-balancing-with-multiple-database-server/</link>
			</item>
	<item>
		<title>optimize webapplications [part 2]</title>
		<description>Another idea to optimize webapplications is putting the CSS on the top of a webpage and the JS at the end of the page. The trick is, that the browser doesn't stop rendering the page for loading a javascript file. If the page is rendered, the browser requests the javascript ...</description>
		<link>http://www.openxpc.org/2008/08/optimize-webapplications-part-2/</link>
			</item>
	<item>
		<title>optimize web applications [part 1]</title>
		<description>A tricky way to optimize web applications is to generate .js and .css files with PHP. The particular rule here is to set the expires header in the future, so the browser isn't downloading these files again till the expires day of the header is arrived. If the browser cache ...</description>
		<link>http://www.openxpc.org/2008/07/optimize-web-applications-part-1/</link>
			</item>
	<item>
		<title>open extended power core goes online</title>
		<description>Welcome everybody this is the open extended power core blog. OpenXPC is a new and fresh engineering team, that's working on a couple of software products. The field of intrests is very wide. The engineers work on some PHP, C#, Java and MYSQL projects... however the goal isn't a commercial ...</description>
		<link>http://www.openxpc.org/2008/07/open-extended-power-core-goes-online/</link>
			</item>
</channel>
</rss>
