<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Tech Blog</title>
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Fri, 08 Jan 2010 01:48:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Selenium IDE Firefox extension for testing web applications</title>
		<description>just came across this tool while researching testing frameworks. Selenium IDE for Firefox is essential for testing a website or web application on an actual browser. It records your actions on the browser and stores them as a test. Then the test can be run everything you want to verify ...</description>
		<link>http://informationideas.com/news/2010/01/07/selenium-ide-firefox-extension-for-testing-web-applications/</link>
			</item>
	<item>
		<title>Ubuntu 9.10 Karmic slow Firefox</title>
		<description>There is a bug in the IPv6 lookup in Karmic that is making any application requesting IPv6 while a NAT is not configured to respond to IPv6 respond very slowly. It is still a bug not solved at this time. Buta solution for Firefox is given here as a work ...</description>
		<link>http://informationideas.com/news/2009/12/08/ubuntu-9-10-karmic-slow-firefox/</link>
			</item>
	<item>
		<title>Setup mod rewrite on apache</title>
		<description>Three places need to change to do this.

sudo a2enmod rewrite
Add AllowOverride All to virtual host file
Add RewriteEngine On to .htaccess </description>
		<link>http://informationideas.com/news/2009/10/30/setup-mod-rewrite-on-apache/</link>
			</item>
	<item>
		<title>Sphinx Search default limit is 20</title>
		<description>When using the sphinx api, you must use SetLimts if you want more than 20 records.  Currently, it is not documented on the sphinx api doc. </description>
		<link>http://informationideas.com/news/2009/10/02/sphinx-search-default-limit-is-20/</link>
			</item>
	<item>
		<title>Fatal error: Call to undefined function: curl_init in php</title>
		<description>For some reason, my workstation with Ubuntu 9.04, php5, apache2 and php5-curl install was giving me the curl package not installed message. Well, it turns out that for some reason, my default /etc/php5/apache2/php.ini had the extension directory pointing to /usr/lib/php5/ext/ while all the extensions were in /usr/lib/php5/20060613/

I was trying to ...</description>
		<link>http://informationideas.com/news/2009/10/02/fatal-error-call-to-undefined-function-curl_init-in-php/</link>
			</item>
	<item>
		<title>VMware Server must be reconfigured when there is a kernel upgrade</title>
		<description>If the linux kernel is upgraded, vmware will not load http://localhost:8222.  It requires a reconfigure when this happens.  Do the following.

sudo /usr/bin/vmware-config.pl </description>
		<link>http://informationideas.com/news/2009/08/18/vmware-server-must-be-reconfigured-kernel-upgrade/</link>
			</item>
	<item>
		<title>Forget your mysql root password?</title>
		<description>This following line saved my butt when something happened and my root password was no longer working.
sudo dpkg-reconfigure mysql-server-5.0
It will allow you to reset your root password without messing with the data or any other configuration in my.cnf. </description>
		<link>http://informationideas.com/news/2009/07/06/forget-your-mysql-root-password/</link>
			</item>
	<item>
		<title>Google maps info window size problem with images</title>
		<description>One strange thing when using Google Maps API with pictures in the info window is that sometimes the window is not tall enough to enclose all the content.  It overflows the white info window background.  The problems is because Google maps API tries to calculate the height of ...</description>
		<link>http://informationideas.com/news/2009/06/08/google-maps-info-window-size-problem-with-images/</link>
			</item>
	<item>
		<title>Ubuntu apache2 virtualhost setup problems</title>
		<description>If you are getting error messages when starting apache2 like

"Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName"
or
"[warn] _default_ VirtualHost overlap on port 80, the first has precedence"

you need to make sure a couple of lines are in your /etc/apache2/httpd.confÂ  file.

ServerName localhost
NameVirtualHost *:80 </description>
		<link>http://informationideas.com/news/2009/05/04/ubuntu-apache2-virtualhost-setup-problems/</link>
			</item>
	<item>
		<title>VMware bridged network Ubuntu and Windows</title>
		<description>Setting up a Windows guest to serve to the LAN that the host Ubuntu is on is simple but a few gotchas to look out for.

My Setup:
1. Host VM Ubuntu withd 2 NICs
2. Guest VM XP Pro serving http through IIS
3. Lan with DHCP exist at Host VM level
4. Host ...</description>
		<link>http://informationideas.com/news/2009/04/29/vmware-bridged-network-ubuntu-and-windows/</link>
			</item>
</channel>
</rss>
