<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Shared Know How</title>
	<link>http://www.sharedknowhow.com</link>
	<description>Howto: fix, find, use, make &#38; do it guide</description>
	<lastBuildDate>Fri, 16 Apr 2010 09:41:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Optimize your PHP website performance</title>
		<description><![CDATA[Optimize your PHP website by making sure you use the following tricks
The list
Optimize front-end

Combine CSS files as much as possible
Combine Javascript files as much as possible
Always place a favicon.ico (saves needless 404 request and file searches)
If you use a lot of small images for your website make use of CSS Sprites
Use GZIP compression

Optimize PHP

Install APC [...]]]></description>
		<link>http://www.sharedknowhow.com/2010/04/optimizing-your-php-website-performance/</link>
			</item>
	<item>
		<title>Solved Dojo&gt; Dijit.Dialog in ZendFrameWork doesn&#8217;t parse</title>
		<description><![CDATA[When trying to make a Dojo dialog work with another controller which is loaded trough the href attribute of the dialog. The content will not render as dijit elements.
This is because ZendFramework places all the properties in the Javascript array zendDijits and then add them to the elements after loading. However this will not work [...]]]></description>
		<link>http://www.sharedknowhow.com/2009/06/solved-dojo-dijitdialog-in-zendframework-doesnt-parse/</link>
			</item>
	<item>
		<title>Evolution importing old mail in Ubuntu Intrepid 8.10 hangs</title>
		<description><![CDATA[Ofcourse yesterday when the new Ubuntu 8.10 came out I couldn't wait to install the new version. I came across a big problem though that evolution was hanging on importing/migrating my old mail. I tried to copy my old .evolution folder and even importing a backup I made.
Evolution segfaulted with the following line in messages

[   [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/10/evolution-importing-old-mail-in-ubuntu-intrepid-810-hangs/</link>
			</item>
	<item>
		<title>Linux PPTP VPN server install for use with Iphone</title>
		<description><![CDATA[I was looking into getting an vpn connection from my iphone to my server because I wouldn't want to send my email passwords and webpasswords clear over any public WIFI. Setting up an open source vpn connection from the Iphone is fairly simple but there is not much choiche of software. To my knowledge OpenVPN [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/09/linux-vpn-server-installation-for-use-with-iphone/</link>
			</item>
	<item>
		<title>AF9015 &#8211; equinux tubestick under Ubuntu</title>
		<description><![CDATA[Installing drivers for the af9015 sold as the Equinux tubestick and numerous other brands for Linux is pretty easy to find &#38; install. Go to http://linuxtv.org/hg/~anttip/af9015/ and download the latest drivers.
We need to build these drivers so make sure you installed the following packages
build-essential
linux-headers-generic

for the use of the usb stick itself we need: dvb-utils
these are [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/09/af9015-equinux-tubestick-under-ubuntu/</link>
			</item>
	<item>
		<title>Flex 3 Combobox error #1502</title>
		<description><![CDATA[We where dealing with finding the bug in the following error:
﻿Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.   at mx.core::UIComponent/get owner()   at mx.core::UIComponent/owns()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8811]   at mx.managers::PopUpManagerImpl$/nonmodalMouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:820]   at PopUpData/mouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:980]
It turns out that it has to do with a certain id [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/09/flex-3-combobox-error-1502/</link>
			</item>
	<item>
		<title>Fixed AS3 Flash TextArea &#8211; CSS incompatibility</title>
		<description><![CDATA[When working with flash components we often run into disadvantages. As with the TextArea class (fl.controls.TextArea) we encountered that it is not possible to use a CSS on its 'textField' property. Once again we thought to have the fast way to an end with components, but nothing of the sort.:'(
Since the 'styleSheet' property returns a [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/07/fixed-flash-textarea-css-incompatibility/</link>
			</item>
	<item>
		<title>Hiding TextArea border in AS3</title>
		<description><![CDATA[Problem:
TextArea shows a border by default
Solution:
myTextArea.setStyle("upSkin",Sprite);
Description:
Using a TextArea in actionscript 3 could come in handy as the Flash component adds in a ScrollBar by default. But it also provides some things you might not want there..
One of those things is the border, that is placed there by default.
Inspired by the solution posted here I found [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/07/hiding-textarea-border-in-as3/</link>
			</item>
	<item>
		<title>Finding windows driver for Vid_15a4&amp;PID_9015</title>
		<description><![CDATA[For my mac I have the Equinux Tubestick but I guess there exists a lot of similar products with the same chipset. When connecting it to a windows computer it is recognised as a "DVB-T" with Device instance id  "Vid_15a4&#38;PID_9015". Google with this information gives a few hits but it is hard to find [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/05/finding-windows-driver-for-vid_15a4pid_9015/</link>
			</item>
	<item>
		<title>Darwin Streaming Server 5.5.5 under Leopard</title>
		<description><![CDATA[Trying to run the Darwin Streaming 5.5.5 server under Leopard will not work. If you look trough the logfiles you will see the following error:
/System/Library/StartupItems/QuickTimeStreamingServer/QuickTimeStreamingServer: line 19:
/usr/sbin/QuickTimeStreamingServer: cannot execute binary file
Somehow this version of Darwin Streaming Server does not work under macos 10.5 (Leopard) this can be fixed by using the binary from an older [...]]]></description>
		<link>http://www.sharedknowhow.com/2008/05/darwin-streaming-server-555-under-leopard/</link>
			</item>
</channel>
</rss>
