<?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"
	>

<channel>
	<title>Global Link Technologies</title>
	<atom:link href="http://glweb.biz/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://glweb.biz/blog</link>
	<description>Web Development Resources</description>
	<pubDate>Fri, 04 Feb 2011 17:13:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Adding Facebook Icon to Zen Cart</title>
		<link>http://glweb.biz/blog/?p=150</link>
		<comments>http://glweb.biz/blog/?p=150#comments</comments>
		<pubDate>Fri, 04 Feb 2011 17:13:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Zen Cart Development Notes]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=150</guid>
		<description><![CDATA[To add Faceook Icon to right side of template page, edit the tpl_main_page.php located in includes/templates/template_default/common/ directory.
It can be added right below the following comments:
/**&#160; * prepares and displays right column sideboxes&#160; *&#160; */
]]></description>
			<content:encoded><![CDATA[<p>To add Faceook Icon to right side of template page, edit the tpl_main_page.php located in includes/templates/template_default/common/ directory.</p>
<p>It can be added right below the following comments:</p>
<p>/**<br />&nbsp; * prepares and displays right column sideboxes<br />&nbsp; *<br />&nbsp; */</p>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=150</wfw:commentRss>
		</item>
		<item>
		<title>mysql how to add an Id column using auto increment</title>
		<link>http://glweb.biz/blog/?p=148</link>
		<comments>http://glweb.biz/blog/?p=148#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:08:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[portland web design]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=148</guid>
		<description><![CDATA[alter table tablename add column id int auto_increment primary key;


]]></description>
			<content:encoded><![CDATA[<p>alter table tablename add column id int auto_increment primary key;</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=77e8d046-a6c6-8669-9831-1204336e8bab" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=148</wfw:commentRss>
		</item>
		<item>
		<title>uppercase first character of every word in string</title>
		<link>http://glweb.biz/blog/?p=146</link>
		<comments>http://glweb.biz/blog/?p=146#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[portland web design]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=146</guid>
		<description><![CDATA[php string function
ucwords();

]]></description>
			<content:encoded><![CDATA[<p>php string function</p>
<p>ucwords();</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=423a3de7-150b-82c8-b480-821f13464344" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=146</wfw:commentRss>
		</item>
		<item>
		<title>How to uppercase first letter in each word</title>
		<link>http://glweb.biz/blog/?p=144</link>
		<comments>http://glweb.biz/blog/?p=144#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[php function reference]]></category>

		<category><![CDATA[php reference]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=144</guid>
		<description><![CDATA[php function&#160; ucfirst();

]]></description>
			<content:encoded><![CDATA[<p>php function&nbsp; ucfirst();</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=0de348f7-56ab-89d0-96a7-c8bc6133f038" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=144</wfw:commentRss>
		</item>
		<item>
		<title>how to copy files in php - the copy() function</title>
		<link>http://glweb.biz/blog/?p=142</link>
		<comments>http://glweb.biz/blog/?p=142#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=142</guid>
		<description><![CDATA[copy(&#8221;originalfile.php&#8221;, &#8220;newfile.php&#8221;);

]]></description>
			<content:encoded><![CDATA[<p>copy(&#8221;originalfile.php&#8221;, &#8220;newfile.php&#8221;);</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=9fb0da6f-26ec-8814-b4a1-3c2e58c9e760" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=142</wfw:commentRss>
		</item>
		<item>
		<title>How to lower case a column in mysql</title>
		<link>http://glweb.biz/blog/?p=140</link>
		<comments>http://glweb.biz/blog/?p=140#comments</comments>
		<pubDate>Sun, 24 Jan 2010 22:15:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=140</guid>
		<description><![CDATA[update cityfn set city = LOWER(city);

]]></description>
			<content:encoded><![CDATA[<p>update cityfn set city = LOWER(city);</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=478c86c8-c539-8ff7-b433-e4fcfe7a75c5" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=140</wfw:commentRss>
		</item>
		<item>
		<title>How to remove characters or string from a mysql table</title>
		<link>http://glweb.biz/blog/?p=138</link>
		<comments>http://glweb.biz/blog/?p=138#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:39:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[mysql tips]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=138</guid>
		<description><![CDATA[update tablename set column_name = replace(column_name, &#8216;find string to replace&#8217;, &#8216;replace with this string&#8217;);
Forr example, if you have asterisks in your data you want to delete: 
update cities set city = replace(city, &#8216;*&#8217;, &#8221;);

]]></description>
			<content:encoded><![CDATA[<p>update tablename set column_name = replace(column_name, &#8216;find string to replace&#8217;, &#8216;replace with this string&#8217;);</p>
<p>Forr example, if you have asterisks in your data you want to delete: </p>
<p>update cities set city = replace(city, &#8216;*&#8217;, &#8221;);</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=327f1e08-1cd5-8c66-81ee-fcdb8dc2401e" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=138</wfw:commentRss>
		</item>
		<item>
		<title>How to copy records back into original table</title>
		<link>http://glweb.biz/blog/?p=136</link>
		<comments>http://glweb.biz/blog/?p=136#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:19:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=136</guid>
		<description><![CDATA[insert into oldtable select * from newtable;

]]></description>
			<content:encoded><![CDATA[<p>insert into oldtable select * from newtable;</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=c2e4161a-f035-8a25-8046-f7537dd9c75a" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=136</wfw:commentRss>
		</item>
		<item>
		<title>how to delete duplicate rows in mysql</title>
		<link>http://glweb.biz/blog/?p=134</link>
		<comments>http://glweb.biz/blog/?p=134#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:09:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=134</guid>
		<description><![CDATA[create table newtable asselect * from oldtable where 1 group by [specific column];

]]></description>
			<content:encoded><![CDATA[<p>create table newtable as<br />select * from oldtable where 1 group by [specific column];</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=069b75a9-2b7b-8135-bef8-726be3bdb977" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=134</wfw:commentRss>
		</item>
		<item>
		<title>How to delete rows containing specific text string in a Mysql database</title>
		<link>http://glweb.biz/blog/?p=132</link>
		<comments>http://glweb.biz/blog/?p=132#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:54:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://glweb.biz/blog/?p=132</guid>
		<description><![CDATA[&#8220;delete from tablename where columnname like &#8216;%text to match%&#8217;;&#160; 
Make sure you know the text is contained in only the rows you want to delete otherwise MySQL may delete other database rows you didn&#8217;t want deleted

]]></description>
			<content:encoded><![CDATA[<p>&#8220;delete from tablename where columnname like &#8216;%text to match%&#8217;;&nbsp; </p>
<p>Make sure you know the text is contained in only the rows you want to delete otherwise MySQL may delete other database rows you didn&#8217;t want deleted</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f186a102-e664-8d32-8018-603352f3cc78" /></div>
]]></content:encoded>
			<wfw:commentRss>http://glweb.biz/blog/?feed=rss2&amp;p=132</wfw:commentRss>
		</item>
	</channel>
</rss>

