<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016854" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016854</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097999</link>
    <description> &lt;p&gt;Oh &amp;amp; I think that the foxserve site is created using a php portal like the one from &lt;a href=&quot;http://www.myphpnuke.com/&quot; class=&quot;bb-url&quot;&gt;http://www.myphpnuke.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Mika&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 17:42:10 +0000</pubDate>
 <dc:creator>yabber</dc:creator>
 <guid isPermaLink="false">comment 1097999 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097984</link>
    <description> &lt;p&gt;Foxserve 2.0 is 1 file, it&#039;s just an installer program, click &amp;amp; go, the only configuration you have to do is to give MySQL a user name and password.&lt;br /&gt;
MySql then starts everytime you start your PC&lt;br /&gt;
Apache is started by clicking an Icon&lt;br /&gt;
then type &quot;http://localhost&quot; in your browser and it will show your index.xxx in C://foxserver/apache/www/&lt;br /&gt;
It really is as easy as that.&lt;br /&gt;
It also includes phpmyadmin for database management, it is a great program. Oh &amp;amp; its free &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Mika&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 13:51:41 +0000</pubDate>
 <dc:creator>yabber</dc:creator>
 <guid isPermaLink="false">comment 1097984 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097980</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by yabber &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;php/mysql is probably the way to go, a good place to start is &lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;php.net&lt;/a&gt; there are some great tutorials and links there, also go to &lt;a href=&quot;http://foxserv.linuxmax.net/portal_database.php?action=view&amp;amp;fid=2&amp;amp;cid=1&quot; class=&quot;bb-url&quot;&gt;http://foxserv.linuxmax.net/portal_database.php?action=view&amp;amp;fid=2&amp;amp;cid=1&lt;/a&gt; and download/install foxserve 2.0 it will install apache/php/mysql on your windows system to you can run everything locally to learn/test your scripts.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mika &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;How user-friendly is foxserv for someone with little or no serverside experience? This thread has got me drooling to play with SSI (I had no idea it was so simple!) and it would also be nice to be able to test PHP locally&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 12:56:02 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1097980 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097972</link>
    <description> &lt;p&gt;I use php includes for all my pages, a few of my pages look like this&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;body bgcolor=&amp;quot;#fdfdfd&amp;quot; text=&amp;quot;#000000&amp;quot; leftmargin=&amp;quot;0&amp;quot; topmargin=&amp;quot;0&amp;quot; marginwidth=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; link=&amp;quot;#000000&amp;quot; vlink=&amp;quot;#000000&amp;quot; alink=&amp;quot;#000000&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;? include(&amp;quot;/path/to/directory/with/header.html&amp;quot;); ?&amp;gt;&lt;br /&gt;&amp;lt;? include(&amp;quot;/path/to/directory/with/menufin.html&amp;quot;); ?&amp;gt;&lt;br /&gt;&amp;lt;? include(&amp;quot;/path/to/directory/with/anmeldung.php&amp;quot;); ?&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;that gives a page that looks like &lt;a href=&quot;http://www.omahost.com/partner/fin/reg.php&quot; class=&quot;bb-url&quot;&gt;http://www.omahost.com/partner/fin/reg.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I use the same header &amp;amp; menu on all my pages &amp;amp; also include any other php scripts that are needed, in this case anmeldung.php&lt;/p&gt;
&lt;p&gt;I LOVE PHP &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; :D it&#039;s :gandalf: &lt;/p&gt;
&lt;p&gt;Mika&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 11:35:37 +0000</pubDate>
 <dc:creator>yabber</dc:creator>
 <guid isPermaLink="false">comment 1097972 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097958</link>
    <description> &lt;p&gt;Hey Brian&lt;/p&gt;
&lt;p&gt;I like your site infostar webdesign.  Very slick&lt;/p&gt;
&lt;p&gt;I have two comments&lt;/p&gt;
&lt;p&gt;on your portfolio on this site&lt;br /&gt;
&lt;a href=&quot;http://www.cetaceacorp.com/scuba/&quot; class=&quot;bb-url&quot;&gt;http://www.cetaceacorp.com/scuba/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When your mouse hovers the stocking, it brings that window up, but if you move the mouse down slightly, it starts making some jagged movements.  Just thought i would point that out.&lt;/p&gt;
&lt;p&gt;Also, you might want to take this site off your portfolio if its not up and running&lt;br /&gt;
&lt;a href=&quot;http://www.loltech.com/&quot; class=&quot;bb-url&quot;&gt;http://www.loltech.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just my 2 cents, but nice layouts and designs&lt;/p&gt;
&lt;p&gt;bryan&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 03:52:30 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1097958 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097957</link>
    <description> &lt;p&gt;Hi,&lt;br /&gt;
They are using the &quot;background&quot; attribute of the TD tag. This is their code:&lt;/p&gt;
&lt;p&gt;Hope that makes sense.&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 03:42:59 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1097957 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097955</link>
    <description> &lt;p&gt;Im in shock at that FoxServe site.  It is awesome, but everything is text highlightable.  There are no images, the tables you see aren&#039;t images, how were the tops (titles of each table) created, their color looks like it fades, but you can&#039;t save it as an image, you can only save the background which is that of a fox.  I know im just rambling on, but it confuses me.&lt;/p&gt;
&lt;p&gt;bryan&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 03:31:40 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1097955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097954</link>
    <description> &lt;p&gt;I think im doing something wrong with the menu?&lt;/p&gt;
&lt;p&gt;What i really just planned on doing was applying that line of code&lt;/p&gt;
&lt;p&gt;To all my pages that i want the menu on, which is all of them.  But if its going to alter all the content on each page, then i don&#039;t think i will do it, unless however i can get it to work&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 03:22:52 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1097954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097952</link>
    <description> &lt;p&gt;ok, im having  a problem with the menu.&lt;/p&gt;
&lt;p&gt;i copied what my menu is suppose to look like onto a new sheet, saved it as menu.shtml  Then once the menu was how i wanted, i saved it.  &lt;/p&gt;
&lt;p&gt;Then i deleted the menu on my index.shtml and created a small layout cell, then i applied this line of code inside the cell.&lt;/p&gt;
&lt;p&gt; since that is the path to the actual menu.&lt;/p&gt;
&lt;p&gt;here is a picture of the individual menu file i created&lt;br /&gt;
&lt;a href=&quot;http://www.gamecubecheats.net/menu.gif&quot; class=&quot;bb-url&quot;&gt;gamecubecheats.net/menu.gif&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But if i am correct, i wouldn&#039;t see the change until i uploaded onto the server.  Well, once i refreshed in my dreamweaver after making the change, it pushed everything off to the side, and distorted everything, and i don&#039;t know why. I have the spot i want the menu in, but when I previewed it in my browser it actually pushes everything on teh page around, really distorted.&lt;/p&gt;
&lt;p&gt;Im actually creating an example right now.  Go to this site to see what it did to my site with that line of code in&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gamecubecheats.net/index2.shtml&quot; class=&quot;bb-url&quot;&gt;gamecubecheats.net/index2.shtml&lt;/a&gt;&lt;br /&gt;
it looks great here&lt;/p&gt;
&lt;p&gt;but check out these pictures of what it actually looks like once i added that line of code in, Dreamweaver doesn&#039;t show it very nice, but on the web it looks just fine&lt;br /&gt;
&lt;a href=&quot;http://www.gamecubecheats.net/messedup.gif&quot; class=&quot;bb-url&quot;&gt;gamecubecheats.net/messedup.gif&lt;/a&gt;    64kb&lt;br /&gt;
&lt;a href=&quot;http://www.gamecubecheats.net/messedup2.gif&quot; class=&quot;bb-url&quot;&gt;gamecubecheats.net/messedup2.gif&lt;/a&gt;   50k&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 03:00:48 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1097952 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help#comment-1097950</link>
    <description> &lt;p&gt;Still quite easy to do with PHP. Just build a file as Brian suggested, menu.html, menu.php, menu.inc, menu, the extension doesn&#039;t matter. Doing it with a database you would really just need one template page. Doing it without a database, you would have to create a page for all of your different categories. &lt;/p&gt;
&lt;p&gt;What I would do is to build your main index page in dreamweaver how you like it.&lt;br /&gt;
Then cut it up into pieces like header.inc, footer.inc, menu.inc or leftmenu/rightmenu, etc. Your pages would 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;header.inc\&quot;);&lt;br /&gt;include(\&quot;menu,inc\&quot;);&lt;br /&gt;&lt;br /&gt;---Page Contents here---&lt;br /&gt;&lt;br /&gt;include(\&quot;footer.inc\&quot;);&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;It makes it quite easy to change the header, footers and menus for all pages at once.&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Jan 2002 02:04:48 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1097950 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
