<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="0.92">
<channel>
	<title>dan's homepage</title>
	<link>http://pomocnik.com/users/dan</link>
	<description>VoIP, Linux, PHP</description>
	<lastBuildDate>Mon, 08 Jan 2007 13:48:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>PHP performance checking (for example: because of Dreamhost CPU usage warning)</title>
		<description>If you want to optimize your PHP script or find out what part of your PHP script causes problems (for example consumes too much CPU time on Dreamhost) - below you can find solution how to do it - how to check - chow long selected parts of your PHP ...</description>
		<link>http://pomocnik.com/users/dan/2006/01/php-performance-checking-for-example-because-of-dreamhost-cpu-usage-warning/</link>
			</item>
	<item>
		<title>Adsense Notifier</title>
		<description>If you need to check your adsense stats "every three seconds" you should install Adsense Notifier extension for Firefox!

"Adsense Notifier simply shows your adsense stats on the status bar and updates the stats automatically. This is wonderful for anyone with OCD ( or GAD as some have called it ) ...</description>
		<link>http://pomocnik.com/users/dan/2006/01/adsense-notifier/</link>
			</item>
	<item>
		<title>checking for C compiler default output file name&#8230; configure: error: C compiler cannot create executables</title>
		<description>So, ... you have gcc and try to compile some stuff -  but ./configure answers:

checking for C compiler default output file name... configure: error: C compiler cannot create executables.

Solution:

Just install glibc-devel

that's all. </description>
		<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/</link>
			</item>
	<item>
		<title>Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration</title>
		<description>What to do if you've got this:

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration

Warning: fopen(http://somelocation.com/somefile.xml) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/someuser/somephpfile.php on line [someline :-)]

???

It happens if - for security reasons fopen is restricted to open remote files. If it ...</description>
		<link>http://pomocnik.com/users/dan/2005/10/warning-fopen-functionfopen-url-file-access-is-disabled-in-the-server-configuration/</link>
			</item>
	<item>
		<title>How to convert dos file to unix/linux format.</title>
		<description>How to get rid off all bad Windows line endings?

it's simple, for example to convert all *.php files in directory write:

for x in *.php; do dos2unix $x; done  </description>
		<link>http://pomocnik.com/users/dan/2005/08/how-to-convert-dos-file-to-unixlinux-format/</link>
			</item>
	<item>
		<title>Apache Server Tutorial Part I: Preparing to Install WAMP on Windows NT 2000 Pro</title>
		<description>Definition  WAMP is an acronym for the combination Microsoft Windows, Apache, MySQL and one or more of Perl, PHP and Python. It is modelled after the more well-known LAMP, referring to the all-open source/free software approach which uses Linux instead of Windows. 
 </description>
		<link>http://pomocnik.com/users/dan/2005/08/apache-server-tutorial-part-i-preparing-to-install-wamp-on-windows-nt-2000-pro/</link>
			</item>
	<item>
		<title>How to password protect web directory (folder)</title>
		<description>1. Create .htaccess file with the content below:

AuthUserFile /home/username/htdocs/.htpasswd
AuthName "Password Protected"
AuthType Basic
require valid-user

Of course in the AuthUserFile type in the location of the .htpasswd file (i.e. when you want to store that file, you'll create it in next step)

2. Set password for the user(users) (-c option creates .htpasswd file)

If it ...</description>
		<link>http://pomocnik.com/users/dan/2005/07/how-to-password-protect-web-directory-folder/</link>
			</item>
	<item>
		<title>Firefox &#038; Thunderbird working together!</title>
		<description>[description taken from ubuntuforums.org but might be usefull for all Linux distros :-)]

Some people have problems using mailto links with Thunderbird. To fix the "choose user profile" problem, follow this howto.


THUNDERBIRD: Open with firefox an URL contained in an email

Open Nautilus and type this in the address bar: ~/.thunderbird (if ...</description>
		<link>http://pomocnik.com/users/dan/2005/07/firefox-thunderbird-working-together/</link>
			</item>
	<item>
		<title>Great firefox extension - customizegoogle</title>
		<description>Just look at: http://www.customizegoogle.com/ its great Mozilla Firefox extension for google! </description>
		<link>http://pomocnik.com/users/dan/2005/06/great-firefox-extension-customizegoogle/</link>
			</item>
	<item>
		<title>Invisible dragon :-)</title>
		<description>If you wanna see the Invisible Dragon walking through a blizzard! You can find him here :-) </description>
		<link>http://pomocnik.com/users/dan/2005/05/invisible-dragon/</link>
			</item>
</channel>
</rss>

