<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012948" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012948</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075302</link>
    <description> &lt;p&gt;hey,&lt;/p&gt;
&lt;p&gt;Frames are a great tool in some cases, but non-frames are usually a much better way to go. I still haven&#039;t perfected the art of layout and design, but I&#039;m getting there on a real fast pace. Search Engines like non-frames better for indexing too.&lt;/p&gt;
&lt;p&gt;My firts two sites were in frames, and the first turned out better that way I think, but the second I&#039;m sure I could&#039;ve done much better.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.fishon.nethop.com&quot; class=&quot;bb-url&quot;&gt;http://www.fishon.nethop.com&lt;/a&gt; -- Good One&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mowing.nethop.com&quot; class=&quot;bb-url&quot;&gt;http://www.mowing.nethop.com&lt;/a&gt; -- I couldv&#039;e done better!&lt;/p&gt;
&lt;p&gt;God Bless and keep trying&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 15:15:03 +0000</pubDate>
 <dc:creator>exbabylon</dc:creator>
 <guid isPermaLink="false">comment 1075302 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075264</link>
    <description> &lt;p&gt;exbabylon- Thanks for the input. I did not know that about frames. I have another site at &lt;a href=&quot;http://airsoftheaven.iwarp.com&quot; class=&quot;bb-url&quot;&gt;http://airsoftheaven.iwarp.com&lt;/a&gt; that uses frames too. This site isn&#039;t done, I don&#039;t know when I&#039;m going to finish it because I have to first finish the airbrush one. I took the frame out of the airbrush site and put everything in tables. I&#039;m not that good with tables but I read on how to use them in webmonkey. Check it out and tell me what&#039;s wrong. Oh yeah, before you go into the site, this isn&#039;t the real site that I&#039;m going to have up. The only thing that I might use is the interface and the picture in the middle, I&#039;m not sure about the banner. &lt;a href=&quot;http://marinedog.hypermart.net/home.html&quot; class=&quot;bb-url&quot;&gt;http://marinedog.hypermart.net/home.html&lt;/a&gt; I know it still doesn&#039;t look &quot;professional&quot; but it was the best I could do today since I&#039;m learning this while I go. I thought I knew how to make website but the only websites that I could make were sites like AirsoftHeaven which aren&#039;t professional at all and are way to simple, I think. Anyway, that&#039;s what I&#039;m trying to get out of all this (from webmaster-forums.com and the site I&#039;m building) I want to learn how to make really good professional site that I can make for a lot of money from and wow my friends with my site. I love making sites but I don&#039;t know much(I thought I did but not anymore) so I really appreciate all you guys that are helping me with all my questions. Thanks&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 02:42:27 +0000</pubDate>
 <dc:creator>Webkid16</dc:creator>
 <guid isPermaLink="false">comment 1075264 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075211</link>
    <description> &lt;p&gt;Hello Webkid16, and welcome to TWF!&lt;/p&gt;
&lt;p&gt;I&#039;m not a graphics guy.  I try to stay FAR away from any graphic producing activities.  I&#039;m a programmer.  So I&#039;ll tell you about the languages you can use.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;Visual Basic&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
You won&#039;t be using this.  You can use the script form, but not Visual Basic.  (I do think that it good language, just can&#039;t use it for the web.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;C++&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
Again, you won&#039;t be using this for the web.  However, javascript, perl, and php are said to be &#039;based&#039; off of the C language.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;SERVER-SIDE&lt;/del&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;Perl/CGI&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
This is a very good language to learn.  CGI&#039;s can run on *nix (unix and linux) servers as well as NT servers.  I grouped CGI with perl because most (not all) CGIs are written in perl.&lt;br /&gt;
Perl/CGI is used for everything from page counters to form processors.  I&#039;ve heard of people using it to access mySQL databases, but I&#039;ve not tried this. (I use PHP or ASP to to DB work)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;PHP&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
This language is suppose to be cross-platform.  I&#039;ve personally used it on *nix servers and NT servers.  The problem is that it&#039;s hard to find an NT server with PHP support.  Generally only *nix servers are configured to support it.&lt;br /&gt;
I&#039;ve used this to make counters, form proccessors, and to interact with mySQL databases.  In my opinion this language is very similar to perl, yet easier to learn. I&#039;ve also used its coookies and session varialbes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;ASP&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
This is microsofts toy. It&#039;s a good language is generally only supported on NT servers. However, *nix servers can get a program to run them too. ASP (active Server Pages) is generally written in VB Script, but can also be written in other languages (my mind draws a blank... BRAIN FART!).&lt;br /&gt;
I&#039;ve used this for form processors and to access databases. I&#039;ve also used its coookies and session varialbes.&lt;br /&gt;
Another good thing about ASP... you can compile it into DLLs and it will run FASTER!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;CLIENT-SIDE&lt;/del&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;JavaScript&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
Very good language to learn!! Almost all client-side dynamic activity is written in JavaScript (VBS being the other popular one).  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;Other&lt;/del&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;del&gt;CSS&lt;/del&gt;&lt;/strong&gt;&lt;br /&gt;
Cascading Style Sheets.  This can really make you sites look good.  Another plus for CSS is that you can link to an external CSS file, and change the look of your intire site by editing that one file.  One down side is that different browsers support it differently.&lt;/p&gt;
&lt;p&gt;Hope that helps, and as stated many time before: Feel free to ask more questions.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Dec 2000 02:59:22 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1075211 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075206</link>
    <description> &lt;p&gt;yuk.... don&#039;t use frames like that!!!! Frames are great in some things, but learn how to do a basic layout with tables first! After you figure out how to do that you will be able to use frames effectivly.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Dec 2000 00:24:23 +0000</pubDate>
 <dc:creator>exbabylon</dc:creator>
 <guid isPermaLink="false">comment 1075206 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075196</link>
    <description> &lt;p&gt;I&#039;ve been working on a site for one of my dad&#039;s friend that does airbrush work but I&#039;ve only done this one interface for his site. &lt;a href=&quot;http://marinedog.hypermart.net/elpintor.html&quot; class=&quot;bb-url&quot;&gt;http://marinedog.hypermart.net/elpintor.html&lt;/a&gt; This is not his actual site though because I haven&#039;t made it yet. I just put this up so that I can test it and see if it came out ok. I think I&#039;m going to have to make it smaller though because I made it in a high res. monitor and when I went over my friends house and saw it under his 800x600 monitor it was too big to fit in the frame. I also need help on how to make everything look the same(as close as posible) in all resolutions. Like, how do I make everything &quot;fit&quot; and be &quot;centered&quot; no matter where I see it from. Anyway, if you can help me on that too that would be nice. Thanks&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Dec 2000 22:34:25 +0000</pubDate>
 <dc:creator>Webkid16</dc:creator>
 <guid isPermaLink="false">comment 1075196 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075168</link>
    <description> &lt;p&gt;Webkid - How many business or organizational sites have you actually built? Can you give us some URl&#039;s as references to your work?&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Dec 2000 14:28:06 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1075168 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075098</link>
    <description> &lt;p&gt;Yeah, definitnely don&#039;t try to do it all at once.  I&#039;d probably start with the graphics (by looking at your site, it seems like you need to learn how to save graphics properly.  Learn about the differences between gif and jpeg), then learn Javascript and other scripting languages.  There&#039;s a lot of other little things that you&#039;ll need to learn, like cross-browser/resolution problems, how to make scalable tabled layouts, why not to use geocities &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;  Reading at forums like this will help a lot.&lt;/p&gt;
&lt;p&gt;One site that I found to be very helpful for learning things is &lt;a href=&quot;http://www.webmonkey.com&quot; class=&quot;bb-url&quot;&gt;http://www.webmonkey.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope this helps, and feel free to ask questions!&lt;/p&gt;
&lt;p&gt;One more thing - I don&#039;t think that it will be necessary for you to get photoshop right away (it&#039;s expensive!)  PSP can do a lot of the same things, especially from a beginner&#039;s perspective.  There are people here who use PSP regularly so surely some of them will be able to help.&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 20:30:11 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1075098 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075090</link>
    <description> &lt;p&gt;Hi Webkid16,&lt;/p&gt;
&lt;p&gt; This topic is not related to advertising or sponsorship so I will be moving it to the HTML / CSS  forum.&lt;/p&gt;
&lt;p&gt; I think the first step to making &quot;better looking&quot; or &quot;professional&quot; websites is experience. Go out and practice, view (but don&#039;t copy) people&#039;s code. When you see something you like, try to replicate it. The more you see, the more you apply, the more you learn. This will help when you&#039;re building websites for other people.&lt;/p&gt;
&lt;p&gt; Personally one thing I cannot stand is designers who say they have built so much and done this and that and when you look at their designs basically it&#039;s the same structure over and over again just altered a little. The more you apply, the better you are at being able to build with creativity..being able to focus the design on the subject at hand.&lt;/p&gt;
&lt;p&gt; My site would be an excellent example of how websites can make use of scripting languages. My site uses VBScript (soon to be PHP)..and it&#039;s a database of 35,000 lyrics. I have properly 4 scripts (or 4 different files) which can display over 35,000 different results. The files are templates and the content which is shown in them is dynamic. This is very very useful for the web. It means that when I want to edit my whole site all I have to change is 4 files (instead of 35,000 files)..or I could easily incorporate something else, like a link to an artist biography..instead of having to edit 35,000. The database provides convenience, and it is time saving.&lt;/p&gt;
&lt;p&gt; What I suggest? Practice, don&#039;t just go and copy, sit there and write code, save it and refresh the html file in your browser to see what happens. With graphics? I like Photoshop, I find it much easier and much more powerful the Paint Shop Pro. Take tutorials..if you ever get photoshop I suggest these sites..(&lt;a href=&quot;http://www.phong.com&quot; title=&quot;www.phong.com&quot;&gt;www.phong.com&lt;/a&gt;) and (&lt;a href=&quot;http://www.designsbymark.com&quot; title=&quot;www.designsbymark.com&quot;&gt;www.designsbymark.com&lt;/a&gt;), I have used both of the sites. With graphics do the same, use filters, see what they do, press buttons, see what those do. In time things will start to fall together and you will start to get the hang of things. You&#039;ll start to try different things out. Suggestion: Don&#039;t try and learn it all at once (HTML, Graphics, Scripting) take it one step at a time, and don&#039;t discourage yourself (oh this is way to much work), just do it! People are always around to help, so ask them if you need to (like webmaster-forums.com). It takes time, but it doesn&#039;t take forever &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;HTH,&lt;br /&gt;
Ravi&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 19:56:58 +0000</pubDate>
 <dc:creator>Ravi Pachai</dc:creator>
 <guid isPermaLink="false">comment 1075090 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075073</link>
    <description> &lt;p&gt;How do I make my site look professional? I went to Image Harbor(I think it&#039;s your site) and it looked really professional! I really liked it, did you make it? Those are the kind of sites that I want to make. What do I need to know to make a site like Image Harbor? I use coffee cup html editor and paint shop pro 7. Do I need to get Dreamweaver and Photoshop or something? Because if I do I can get them.&lt;br /&gt;
Also, do I need to know visual basic/c++? If I do, for what? Is that how people make scripts? I want to learn how to make my own scripts too. One last thing, can you give me examples of what kind of scripts people actually &quot;make&quot; and for what it&#039;s used for? &lt;/p&gt;
&lt;p&gt;I&#039;m really sorry for all the questions, it&#039;s just that I&#039;ve been looking for a place like this where I can ask specific questions about learning how to build websites. This is a really great site, I&#039;m so happy I ran into it. &lt;/p&gt;
&lt;p&gt;Anyway, if you can answer all the questions I gave you(sorry if it&#039;s too much) that&#039;ll be great! Thank you so much.&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 15:44:13 +0000</pubDate>
 <dc:creator>Webkid16</dc:creator>
 <guid isPermaLink="false">comment 1075073 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/where-do-i-begin#comment-1075065</link>
    <description> &lt;p&gt;Webkid,&lt;br /&gt;
When I saw you have a ways to go, I mean just that.  Your images work but they don&#039;t look very professional and you certainly wouldn&#039;t fit them into cnn or yahoo&#039;s website.  Good images look professional, clean and sharp.&lt;/p&gt;
&lt;p&gt;As for a good site to learn about scripting and such, books are really the way to go.  I spent many years going through other people&#039;s scripts, chatting on cgi forums and so forth to learn most of perl and then used a book and made my own scripts to finalize the language.&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 07:47:43 +0000</pubDate>
 <dc:creator>Ted Sindzinski</dc:creator>
 <guid isPermaLink="false">comment 1075065 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
