<?phpxml 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/"
>
<channel>
<title>globberstack.com / topdog / Voted Questions</title>
<link>http://www.globberstack.com</link>
<description>Linux, Apache, MySQL & PHP Community Questions & Answers </description>
<pubDate>Tue, 17 May 2011 09:02:59 -0400</pubDate>
<language>en</language>
<item>
<title><![CDATA[MySql Table Insert if not exist otherwise update]]></title>
<link>http://www.globberstack.com/Questions/mysql-table-insert-if-not-exist-otherwise-update-1/</link>
<comments>http://www.globberstack.com/Questions/mysql-table-insert-if-not-exist-otherwise-update-1/</comments>
<pubDate>Tue, 17 May 2011 09:02:59 -0400</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/mysql-table-insert-if-not-exist-otherwise-update-1/</guid>
<description><![CDATA[<br />            <pre><code>UPDATE AggregatedData SET datenum="734152.979166667", <br />Timestamp="2010-01-14 23:30:00.000" WHERE datenum="734152.979166667";<br /></code></pre><br /><br /><p>It works if the <code>datenum</code> exists, but  I want to insert this data as a new row if the <code>datenum</code> does not exist. </p><br /><br /><p>UPDATE</p><br /><br /><p>the datenum is unique but that's not the primary key</p><br /><br />        <p>Originally asked by: <a href="http://stackoverflow.com/users/611116" rel="nofollow">iUngi</a> on Stack Overflow<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[2 columns works local, not on site]]></title>
<link>http://www.globberstack.com/Questions/2-columns-works-local-not-on-site-1/</link>
<comments>http://www.globberstack.com/Questions/2-columns-works-local-not-on-site-1/</comments>
<pubDate>Thu, 27 Jan 2011 09:53:52 -0500</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/2-columns-works-local-not-on-site-1/</guid>
<description><![CDATA[Hi,<br />I am trying to float 2 lists next to each other, each in it's own div.<br />My code works when I am in dreamweaver where I have a simple layout of just the main content section of the web page, but when I add it to the site where all sorts of other stuff from the CMS etc gets involved it shows one list div below the other. <br />I have tried absolute values in em and percentages<br />What am I doing wrong? <br />problem page is here<br /><a href="http://museum.spps.org/sitecouncil.html" target="_blank">http://museum.spps.org/sitecouncil.html</a><br /><br />code that works locally<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>.post-content {float:left; width:40.333em; overflow:visible;}<br />.2col-left {float:left; width:48%; overflow:visible; padding:0 2% 0 0;}<br />.2col-right {float:right; width:48%; overflow:visible; padding:0 0 0 2%;}<br /><br />&lt;div class="post-content" &gt;<br />      &lt;div class = "2col-left"&gt;<br />        &lt;h4&gt;Staff:&lt;/h4&gt;<br />  &lt;ul&gt;<br />  &lt;li&gt;Tyrone Brookins&lt;/li&gt;<br />  &lt;li&gt;Katherine Snyder&lt;/li&gt;<br />  &lt;li&gt;Laurie Kruempel&lt;/li&gt;<br />  &lt;li&gt;Michaele Caron&lt;/li&gt;<br />  &lt;/ul&gt;<br />      &lt;/div&gt;<br />      &lt;div  class = "2col-right"&gt;<br />           &lt;h4&gt;Parents:&lt;/h4&gt;<br />  &lt;ul&gt;<br />  &lt;li&gt;Philip Friedlund&lt;/li&gt;<br />  &lt;li&gt;Amber Cochran&lt;/li&gt;<br />  &lt;li&gt;Jenny Hicks&lt;/li&gt;<br />  &lt;/ul&gt;   <br />      &lt;/div&gt;<br />      &lt;div class="clearboth"&gt;&lt!-- --&gt;&lt;/div&gt;<br />&lt;/div&gt;</div><br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Consolidate multiple MySQL databases into one preserving referential integrity]]></title>
<link>http://www.globberstack.com/Questions/consolidate-multiple-mysql-databases-into-one-preserving-referential-integrity-1/</link>
<comments>http://www.globberstack.com/Questions/consolidate-multiple-mysql-databases-into-one-preserving-referential-integrity-1/</comments>
<pubDate>Thu, 02 Sep 2010 08:32:11 -0400</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/consolidate-multiple-mysql-databases-into-one-preserving-referential-integrity-1/</guid>
<description><![CDATA[<br />            <p>I'm wanting to consolidate numerous MySQL databases, all with the same schema definition, into a single database. If I have a dump file from each database, how will I import them all into the same database without their primary keys and foreign keys clashing?</p><br /><br /><p>Is there a fairly simple way to do this, or will I need to write some custom code that understands the data and creates a consolidated set of records 'manually'?</p><br /><br />        <p>Originally asked by: <a href="http://stackoverflow.com/users/406433" rel="nofollow">jondow</a> on Stack Overflow<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Site Redesigned With Help From You Guys]]></title>
<link>http://www.globberstack.com/Questions/site-redesigned-with-help-from-you-guys/</link>
<comments>http://www.globberstack.com/Questions/site-redesigned-with-help-from-you-guys/</comments>
<pubDate>Thu, 22 Oct 2009 09:12:30 -0400</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/site-redesigned-with-help-from-you-guys/</guid>
<description><![CDATA[Hi Guys, <br />I'm looking for feedback on my redesigned website <br /> <br />Thanks so much everyone for helping me out with some problems I had, but now I can officially say my site <br /> <br />www.techinfo-4u.com  is up and running, <br /> <br />I've redesigned it using Wordpress...<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Setting My Floating Div To The Correct Area]]></title>
<link>http://www.globberstack.com/Questions/setting-my-floating-div-to-the-correct-area/</link>
<comments>http://www.globberstack.com/Questions/setting-my-floating-div-to-the-correct-area/</comments>
<pubDate>Tue, 20 Oct 2009 15:03:11 -0400</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/setting-my-floating-div-to-the-correct-area/</guid>
<description><![CDATA[I am having trouble getting my div to go to the correct place.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->#layer1 {<br />&nbsp;&nbsp;&nbsp;&nbsp;position&#58;absolute;<br />&nbsp;&nbsp;&nbsp;&nbsp;left&#58; 75%;<br />&nbsp;&nbsp;&nbsp;&nbsp;top&#58; 250px;<br />&nbsp;&nbsp;&nbsp;&nbsp;visibility&#58; hidden;<br />&nbsp;&nbsp;&nbsp;&nbsp;width&#58; 200px;<br />&nbsp;&nbsp;&nbsp;&nbsp;height&#58; 75px;<br />}<!--c2--></div><!--ec2--><br /><br />Now for my screen this puts to where i need it but on screens with different resolutions it is not.<br />Basically what I was thinking is if i could set the left property to 50% + 340px. This way when it loads, it will put the div 10px off the left side of my main div.<br /><br />First of all is this even possible? and if so how would i accomplish this.<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[running phpmyadmin using wamp server]]></title>
<link>http://www.globberstack.com/Questions/running-phpmyadmin-using-wamp-server/</link>
<comments>http://www.globberstack.com/Questions/running-phpmyadmin-using-wamp-server/</comments>
<pubDate>Tue, 20 Oct 2009 14:42:31 -0400</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/running-phpmyadmin-using-wamp-server/</guid>
<description><![CDATA[i have installed wamp on my computer and when i access phpmyadmin i get the following error <br /> <br />#1045 - Access denied for user 'root'@'localhost' (using password: NO) <br /> <br />i already have xampp installed on my computer, i want to learn smarty templates...<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[question about smarty templates]]></title>
<link>http://www.globberstack.com/Questions/question-about-smarty-templates/</link>
<comments>http://www.globberstack.com/Questions/question-about-smarty-templates/</comments>
<pubDate>Tue, 20 Oct 2009 14:35:38 -0400</pubDate>
<dc:creator>topdog</dc:creator>
<category>Questions</category>
<guid>http://www.globberstack.com/Questions/question-about-smarty-templates/</guid>
<description><![CDATA[i have 3 template folders called template1 template2 and template3 <br /> <br />in the index.php file when i use the following and access <br />http://localhost everything works fine and i am able to display the value of variables defined in index.php <br />...<br/><br/>2 Vote(s) ]]></description>
</item>

</channel>
</rss>

