<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Design San Diego at Univelocity &#187; Blog</title>
	<atom:link href="http://www.univelocity.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.univelocity.com</link>
	<description>We Build Clean &#38; Effective Websites and Applications</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test Contact</title>
		<link>http://www.univelocity.com/blog/business-websites-and-web-design/test-contact/</link>
		<comments>http://www.univelocity.com/blog/business-websites-and-web-design/test-contact/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 18:04:38 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Business Website Design]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=273</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[[contact-form]
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/business-websites-and-web-design/test-contact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using .htaccess to get around altering php.ini</title>
		<link>http://www.univelocity.com/blog/sugar-crm-config-tricks/using-htaccess-to-get-around-altering-php-ini/</link>
		<comments>http://www.univelocity.com/blog/sugar-crm-config-tricks/using-htaccess-to-get-around-altering-php-ini/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:29:41 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Sugar CRM Config Tricks]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=247</guid>
		<description><![CDATA[Quick little trick for bypassing php.ini with the htaccess file.
I have been working on installing SugarCRM. Wow that is a process in itself. I spent about 20 hours installing and re installing sugar to get the darn thing to work. I finally got the install to go in clean and actually function minus a few [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Quick little trick for bypassing php.ini with the htaccess file.</strong></p>
<p>I have been working on installing SugarCRM. Wow that is a process in itself. I spent about 20 hours installing and re installing sugar to get the darn thing to work. I finally got the install to go in clean and actually function minus a few bugs i am working out. The software is great but a bit buggy. One of the issues I came across is all of the custom settings needed in the php.ini file. I have worked on a few types of servers and sometime as a web designer you don&#8217;t have access to the php.ini file. To get around this i use the htaccess file to change the php.ini limits. If you design in PHP on LAMP stacks its probably a good idea to learn a little htaccess.</p>
<p>Example Sugar crm need the memory limit set to 50m</p>
<p>you can change it in your php.ini or add the following line to your htaccess file</p>
<p>php_value memory_limit &#8220;50M&#8221;</p>
<p>Just an example but thought it might help someone trying to get around the php.ini file settings</p>
<p>I am not an expert at htaccess so you will have to research that stuff yourself</p>
<p>B</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9152819922455977";
/* 468x60, created 2/16/10 */
google_ad_slot = "4235559801";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/sugar-crm-config-tricks/using-htaccess-to-get-around-altering-php-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron Job Settings for Inbound Email</title>
		<link>http://www.univelocity.com/blog/sugar-crm-config-tricks/cron-job-settings-for-inbound-email/</link>
		<comments>http://www.univelocity.com/blog/sugar-crm-config-tricks/cron-job-settings-for-inbound-email/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:19:27 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Sugar CRM Config Tricks]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=244</guid>
		<description><![CDATA[I have been researching a few things on sugarcrm trying to get the inbound emails. I am posting my fixes for the environment i am in to help anyone who reads this blog.
I am hosted on media temple in a dedicated virtual account. I was having the automatic email check in the cron set to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been researching a few things on <strong>sugarcrm</strong> trying to get the inbound emails. I am posting my fixes for the environment i am in to help anyone who reads this blog.</p>
<p>I am hosted on media temple in a dedicated virtual account. I was having the automatic email check in the cron set to the original suggestion below. and found it wasn&#8217;t checking the for emails.</p>
<p><strong><span style="color: #0000ff;">*	*	*	*	*	cd /var/www/vhosts/mywebsitename.com/httpdocs/foldername; php -f cron.php &gt; /dev/null 2&gt;&amp;1</span></strong></p>
<p>after a bit of research i tried the following cron job line and it fixed the issue</p>
<p><strong><span style="color: #0000ff;">*****    wget -O /dev/null http://www.mywebsitename.com/foldername/cron.php</span></strong></p>
<p>hope this helps someone</p>
<p>B</p>
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/sugar-crm-config-tricks/cron-job-settings-for-inbound-email/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Website Builder</title>
		<link>http://www.univelocity.com/blog/website-builder/</link>
		<comments>http://www.univelocity.com/blog/website-builder/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:41:53 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=87</guid>
		<description><![CDATA[We have found a great deal on the web building your personal or business website. We have teamed up with Cory Technologies and helped them build their Website Builder.
Bottom line is that the website only costs $49.95 a month and its great great piece of software.
The web builder platform allows you to write your own [...]]]></description>
			<content:encoded><![CDATA[<p>We have found a great deal on the web building your personal or business website. We have teamed up with Cory Technologies and helped them build their Website Builder.</p>
<p>Bottom line is that the website only costs $49.95 a month and its great great piece of software.</p>
<p>The web builder platform allows you to write your own content and have full creative control over the content of your website.</p>
<p>It even has a image upload and editor built right in. Anyone can have a beautiful Effective Website with web builder.</p>
<p>If you want to see what they have to offer just click on the link below.</p>
<p><a title="Webbuilder Website Builder" href="http://www.corytechnologies.com" target="_blank">Building Your Website with Web Builder by Cory Technologies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/website-builder/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>PHP MySQL Database Connection Code</title>
		<link>http://www.univelocity.com/blog/php-mysql-database-connection-code/</link>
		<comments>http://www.univelocity.com/blog/php-mysql-database-connection-code/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 17:10:55 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=77</guid>
		<description><![CDATA[Just a simple little blog post. I wanted to put this out there for anyone who needs a simple connection code to get access to their database from a PHP script. Keep in mind this is for local host connect.
$host=&#8221;localhost&#8221;;
$username=&#8221;username for database&#8221;;
$password=&#8221;password for database&#8221;;
$databasename=&#8221;name of database&#8221;;
$dbh=mysql_connect (&#8220;$host&#8221;, &#8220;$username&#8221;, &#8220;$password&#8221;) or die (&#8216;I cannot connect to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a simple little blog post. I wanted to put this out there for anyone who needs a simple connection code to get access to their database from a PHP script. Keep in mind this is for local host connect.</p>
<p>$host=&#8221;localhost&#8221;;<br />
$username=&#8221;username for database&#8221;;<br />
$password=&#8221;password for database&#8221;;<br />
$databasename=&#8221;name of database&#8221;;</p>
<p>$dbh=mysql_connect (&#8220;$host&#8221;, &#8220;$username&#8221;, &#8220;$password&#8221;) or die (&#8216;I cannot connect to the database because: &#8216; . mysql_error());<br />
mysql_select_db (&#8220;$databasename&#8221;);</p>
<p>hope this helps someone</p>
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/php-mysql-database-connection-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
