<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Fundaa.com</title>
	<link>http://fundaa.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 06:49:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Browser Detect Using PHP Script</title>
		<description><![CDATA[
&#60;?php
$userAgent = strtolower($_SERVER['HTTP_USER_AGENT']);

        // Identify the browser. Check Opera and Safari first in case of spoof. Let Google Chrome be identified as Safari.
        if (preg_match('/opera/', $userAgent)) {
            $name = 'opera';
        }
        elseif (preg_match('/webkit/', $userAgent)) {
            $name = 'safari';
   ...]]></description>
		<link>http://fundaa.com/1/browser-detect-using-php-script/</link>
			</item>
	<item>
		<title>script to remove extra white spaces from each and every fields of whole database table</title>
		<description><![CDATA[here is simple script to remove extra white spaces from each field of database table and get log record of how many fields age getting affected ! !]]></description>
		<link>http://fundaa.com/solved-issues/script-to-remove-extra-white-spaces-from-each-and-every-fields-of-whole-database-table/</link>
			</item>
	<item>
		<title>Tiny MCE Editor problem in CMS</title>
		<description><![CDATA[Often when one installs the CMS Made Simple  on an active server online; they face a problem with the Tiny MCE editor in the pages section and hence the content cannot be modified via the editor.
I have provided three known solutions to this problem:
 1) Change the permission on the modules directory to 755 if it already isn&#8217;t.
 2) Try uninstalling the Tiny MCE and reinstalling it.
 3) Try uninstalling the Tiny MCE and replacing it with an older version.
]]></description>
		<link>http://fundaa.com/solved-issues/tiny-mce-editor-problem-in-cms/</link>
			</item>
	<item>
		<title>Zencart : How to add banners in the zencart</title>
		<description><![CDATA[To add the banners in the zencart just follow the three steps.
1. Open the zencart database and insert one record in the &#8220;Configurations&#8221; table.

Keep the configuration_id null(it will update automatically)
Write the title for e.g.&#8217;Banner Display Group All pages left&#8216; in configuration_title.Layout Settings on the Admin side.
In configuration_key write the tag &#8216;SHOW_BANNERS_GROUP_SET10&#8216;
Note: SET10 is the id of sets of banner. Upto SET9 all are the default banners of zencart.Update the SET no. everytime you want to add banners such as SHOW_BANNERS_GROUP_SET11,SHOW_BANNERS_GROUP_SET12 and so on&#8230;.
In the configuration_value write any value such as&#8217;left_banner2&#8216;
Note ...]]></description>
		<link>http://fundaa.com/zen-cart/zencart-how-to-add-banners-in-the-zencart/</link>
			</item>
	<item>
		<title>Magento language pack installation tip</title>
		<description><![CDATA[Installing a language pack in magento can be done by selecting the key from the magento commerce or downloading it from a site.
Spanish language key given may be wrong]]></description>
		<link>http://fundaa.com/magento/magento-language-pack-installation-tip/</link>
			</item>
	<item>
		<title>pluggable.php on line 868 wordpress issue &#8211; SOLVED</title>
		<description><![CDATA[Recently I have face strange issue on wordpress which is &#8220;public_html/wp-includes/pluggable.php on line 868 wordpress issue&#8221; error at the time of login on wordpress website. 
Issue: public_html/wp-includes/pluggable.php on line 868 
Solution: This kind of error is normal for wordpress. This can occur due to some spaces after ?> ( end of php code )  in your php code files. So, you need to check your last accessed files and removed spaces if there and try again accessing that page. Hope it helps for wordpress developers.
- Tejas 
]]></description>
		<link>http://fundaa.com/solved-issues/pluggable-php-on-line-868-wordpress-issue-solved/</link>
			</item>
	<item>
		<title>Merge pdf files into one file in ubuntu</title>
		<description><![CDATA[Preparing Your system
sudo apt-get install gs pdftk
Now we will see one example how to combine pdf files
let us assume we have 1.pdf,2.pdf,3.pdf files and now we need to cobmine this files using the following command
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combinedpdf.pdf -dBATCH 1.pdf 2.pdf 3.pdf
the output file will be combinedpdf.pdf
Rename “1.pdf 2.pdf 3.pdf” to whatever your file names are (separate your file names with a space).
If you want to know more options available for gs command check main page
]]></description>
		<link>http://fundaa.com/ubuntu/merge-pdf-files-into-one-file-in-ubuntu/</link>
			</item>
</channel>
</rss>
