<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034302" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034302</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Web development uses program</title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1234901</link>
    <description> &lt;p&gt;Web development uses program scripts to connect forms, that people can complete online, to powerful database facilities.Database Design and Implementation methods on our SQL database designs.This ensures that more kinds of information can be stored in the future and avoids duplicated information a major source of errors in poorly designed databases.&lt;br /&gt;
-------------------------------------------------------&lt;br /&gt;
cynthia jacquline&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.drivenwide.com&quot; rel=&quot;dofollow&quot;&gt;Search Engine Marketing&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Nov 2008 10:53:37 +0000</pubDate>
 <dc:creator>cynthia387</dc:creator>
 <guid isPermaLink="false">comment 1234901 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>good morning sir / maam, i</title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1232877</link>
    <description> &lt;p&gt;good morning sir / maam, i would like to ask a question on how to save database when brownout? our system has connected at the internet it has a time, to save there time in database during brownout. can  you give me a good for that? we are using visual basic 6.0 and also MySQL... thank you and god bless you..&lt;/p&gt;
 </description>
     <pubDate>Sun, 31 Aug 2008 03:53:33 +0000</pubDate>
 <dc:creator>marlito</dc:creator>
 <guid isPermaLink="false">comment 1232877 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199410</link>
    <description> &lt;p&gt;Thanks busy, I think I may have solved my archive concern. As long as I was using the the page template in the root all of the buttons would show, but placed in an archive (2006)for year folder the red and blue buttons disappeared. By adding / in front of Images in the link they now work. &lt;/p&gt;
&lt;p&gt;I will save your suggestion and give it a try.&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 May 2006 12:32:19 +0000</pubDate>
 <dc:creator>jowilker</dc:creator>
 <guid isPermaLink="false">comment 1199410 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199409</link>
    <description> &lt;p&gt;Personally I think that site would probably be better with just html pages like you have it. Most of the links are to external sites, most of the content is short and sweet and apart from the news and upcoming events not much would be changing.&lt;/p&gt;
&lt;p&gt;Databases do have their downsides, this is a good example, with databases you could run the whole site off one page, could be index.php?page=news or id=1, some search engines don&#039;t like the ? in the link, and it also makes the link longer, index.php?page=news or news.html. You can use mod_rewrite to make the url more search engine friendly like, index/news/ or just /news/ but this is more resources (you wouldn&#039;t notice it on small site like this), just having the topic name can be better for the search engine with as little fuss as possible.&lt;/p&gt;
&lt;p&gt;That example I gave you a post or two above about the includes would work well with this site, a page could look like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;headsection.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// the html, head, body tags and top navigation bar &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;side_navigation.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// has the side section&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;content of the page&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;footer.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// the copyright and counter etc&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;the files would be:&lt;br /&gt;
&lt;strong&gt;headsection.php&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;page title&lt;/p&gt;
&lt;p&gt;the top section with logo, banner and top links&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;side_navigation.php&lt;/strong&gt;&lt;br /&gt;
can be done with a list or table like above, if a table just be sure to start and end it in this page, nothing else goes in here&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;footer.php&lt;/strong&gt;&lt;br /&gt;
2006 Republican Party of Granville County, NC&lt;br /&gt;
Website questions or comments? Email the webmaster&lt;br /&gt;
Last Updated 05/01/06&lt;br /&gt;
StatCounter &lt;/p&gt;
&lt;p&gt;Notice the main page has a table in it and each included file is it&#039;s own thing, so if one part was lost or forgotten the site wont fall apart, will just be missing that section.&lt;br /&gt;
It&#039;s just to give you an idea, even this may be to much for this site as you only have about 12 (main) pages&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 May 2006 12:12:30 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1199409 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199358</link>
    <description> &lt;p&gt;Thanks busy, I will include a link to the site &lt;a href=&quot;http://granvillegop.org&quot; class=&quot;bb-url&quot;&gt;http://granvillegop.org&lt;/a&gt; and maybe you can look at it and advise if that suggestion will work.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 22:22:17 +0000</pubDate>
 <dc:creator>jowilker</dc:creator>
 <guid isPermaLink="false">comment 1199358 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199353</link>
    <description> &lt;p&gt;Don&#039;t confuse templates with databases.&lt;br /&gt;
If you use the same template for each page an included file would be better than a database:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;headsection.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;navigation.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
content&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;footer.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Really a database site (page) delivers different content per view. Lets say your candidates pages have 10 candidates, if each page is just a who is type thing then an html page would be better suited but if the person has their life story on their and is searchable then a database may be a better option.&lt;br /&gt;
When I first learnt how to do databases I made everything have one, then realiased it was being silly, so now it only gets a database if it really needs it and one of the minor  requirements is the content has to be searchable.&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 22:03:38 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1199353 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199272</link>
    <description> &lt;p&gt;I&#039;m thinking that might work for the political site. I use the same top banner/side bar template for all pages. I post annoucements, meeting reports with photos, candidates pages, etc. and my route directory gets cluttered. I made a 2006 folder and started moving some pages there, and then the graphics/buttons disappeared on the template. &lt;/p&gt;
&lt;p&gt;Can I load the template once in the database and and place the meetings in another idirectory for archiving without loosing anything or anything stop working?  &lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 11:50:29 +0000</pubDate>
 <dc:creator>jowilker</dc:creator>
 <guid isPermaLink="false">comment 1199272 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199270</link>
    <description> &lt;p&gt;A brown out is a power voltage drop, a black out or spike is a power increase. A sudden decrease can do more damage.&lt;/p&gt;
&lt;p&gt;The ezhtml site is just a site &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
But I can use that for an example since you mention it. That site has no database, is just html pages. It could use a database but isn&#039;t needed. I have another site, a funny picture site that is just some thousand images and that uses a database, once it was html pages but soon got sick of editing 1500 pages, now the whole site uses about 4 pages, index, display, recommend and contact, although it could of been done with one.&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 11:38:58 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1199270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199247</link>
    <description> &lt;p&gt;You&#039;re way too funny dude.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/grin.png&quot; title=&quot;Laugh&quot; alt=&quot;Laugh&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 02:03:51 +0000</pubDate>
 <dc:creator>jowilker</dc:creator>
 <guid isPermaLink="false">comment 1199247 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/using-database#comment-1199244</link>
    <description> &lt;p&gt;Thats not a power plant now is it, just some batteries... You really got me there... &lt;/p&gt;
&lt;p&gt;In this light why dont you step-up the voltage then, try and eat peanuts more... just kidding!&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 May 2006 01:59:33 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1199244 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
