<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034131" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034131</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198456</link>
    <description> &lt;p&gt;Pretty much everything thats posted by jeeves is right, and as a correction for my previous post AJAX should be composed of XML and Javascript, not php and javascript... I was actually thinking of PHP and Ajax is used now most of the time, thats why through the advent of php the evolution of AJAX has been pushed quite faster... &lt;/p&gt;
&lt;p&gt;In this light, Yahoo mail beta now has AJAX implementation...&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Apr 2006 16:36:34 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1198456 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198454</link>
    <description> &lt;p&gt;By the way, I hope this doesn&#039;t make anyone afraid to post or anything. We do want to make sure that we are posting accurate information here as much as possible. If you&#039;re not sure about something, it&#039;s okay to say so either directly (I&#039;m not sure, but I think....) or indirectly (using question marks like I did).&lt;/p&gt;
&lt;p&gt;Uncertainty can bring a lot of opportunities to learn more &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;
 </description>
     <pubDate>Thu, 27 Apr 2006 16:28:39 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1198454 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198351</link>
    <description> &lt;p&gt;Ouch, you lot are getting yourselves in a right pickle!&lt;/p&gt;
&lt;p&gt;Megan is correct. Ruby on Rails is a server-side programming language &amp;amp; web framework. The &lt;a href=&quot;http://www.ruby-lang.org/en/&quot; class=&quot;bb-url&quot;&gt;Ruby&lt;/a&gt; part of it is the programming language, the &lt;a href=&quot;http://www.rubyonrails.org/&quot; class=&quot;bb-url&quot;&gt;rails&lt;/a&gt; bit is the framework it &quot;runs&quot; on (arf, arf can you see what they did there? &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;Ruby is not to be confused with the &lt;a href=&quot;http://www.w3.org/TR/ruby/&quot; class=&quot;bb-url&quot;&gt;W3C technology of the same name&lt;/a&gt;, the W3C version is for: &quot;short runs of text alongside the base text, typically used in East Asian documents to indicate pronunciation or to provide a short annotation.&quot; Thought I&#039;d include it as I was confused upon finding a section on &quot;Ruby&quot; on the W3C&#039;s site!&lt;/p&gt;
&lt;p&gt;By framework we mean there&#039;s already a bunch of commands and objects and other programming goodies there ready for me when coding begins. There&#039;s no need to code how to output html, for example. It&#039;s just a case of using one of the bits of rails (which is already coded in Ruby).&lt;/p&gt;
&lt;p&gt;Ruby was created by Yukihiro Matsumoto whereas Rails was created by David Heinemeier Hansson (using Ruby). Hansson is the person who wrote the immensely popular &lt;a href=&quot;http://www.basecamp.com&quot; class=&quot;bb-url&quot;&gt;http://www.basecamp.com&lt;/a&gt; Basecamp is the first debut of Ruby on Rails. Anyone who has used Basecamp before will be aware that the whole application is oozing with AJAX and piles of Javascript.&lt;/p&gt;
&lt;p&gt;JavaScript has been around since the Internet equivalent of the Stone Age. Netscape invented it many years ago, it has been loved and villified for creating annoying effects, flashing boxes, pop-ins etc but now with AJAX it is finding a valid use beyond checking whether you&#039;ve entered the fields on a form correctly.&lt;/p&gt;
&lt;p&gt;AJAX is a group of technologies: Asynchronous &lt;strong&gt;JavaScript&lt;/strong&gt; and &lt;strong&gt;XML&lt;/strong&gt; (or XHTML). There are important differences between Ruby, JavaScript and XML. Ruby is a server-side scripting language: All Ruby code is evaluated and executed by the server. JavaScript is a client-side scripting language: It is evaluated and executed by the client, namely the clients browser (Opera, Firefox etc.). XML/XHTML is a document format, similar to HTML. So you use Ruby (on Rails) to generate XHTML/HTML at the server, send it to the client, where it may be manipulated by JavaScript. This JavaScript manipulation might include sending XML/XHTML messages back and forth to the server containing form information from the client, or information back from the server e.g. successful update of that record. For example:&lt;/p&gt;
&lt;p&gt;You have a to-do list in Basecamp open. You create a new to-do item, before AJAX you would have pressed &quot;Submit&quot; (or something along those lines) to submit the form and update the list with your new item. This would have meant the whole page disappearing into the ether, the information being stored in a database, then the whole page being downloaded again. Now, with AJAX, JavaScript sits in the background handling the sending of information back to the server (in the form of XML/XHTML) and recieving the servers response. &lt;em&gt;No page reload&lt;/em&gt;. The result is the site looks slick, and appears to be running a lot faster as the page doesn&#039;t have to be downloaded in its entirety every time some information is submitted.&lt;/p&gt;
&lt;p&gt;I think that just about covers everything. Thought I&#039;d make the answer as comprehensive as possible. &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;
 </description>
     <pubDate>Tue, 25 Apr 2006 20:47:01 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1198351 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198334</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;OldWelshGuy wrote:&lt;/strong&gt; Demonhale, I know Java and JS are different but let it go when Steve mentioned it, I assumed he was referring to JS, hence the question. I should have stuck to the age old addage &#039;NEVER assume&#039; &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;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Well, actually, one of the reasons why there is so much confusion is because people do use the terms interchangeably when they don&#039;t actually understand the difference. If others are to understand that these are very different technologies everyone does need to use the terms correctly.&lt;/p&gt;
&lt;p&gt;Also, from what I understand, Ruby on Rails is more of a programming framework, like PHP???? It does happen to be used in connection with AJAX a lot but is not a replacement for it.  &lt;/p&gt;
&lt;p&gt;See: &lt;a href=&quot;http://en.wikipedia.org/wiki/Ruby_on_Rails#Ajax_on_Rails&quot; class=&quot;bb-url&quot;&gt;http://en.wikipedia.org/wiki/Ruby_on_Rails#Ajax_on_Rails&lt;/a&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Wikipedia wrote:&lt;/strong&gt; A separate technology called Ajax, which allows for using JavaScript and XML to process queries by a web browser to a webserver as background processing without loading additional webpages, has been combined with this technology to produce a system referred to as &quot;Ajax on Rails&quot;. Rails provides several helpers that make implementing Ajax applications easier.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; So RoR and Ajax are complementary technologies, not competitive.&lt;/p&gt;
&lt;p&gt;Check your facts before you post &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; (not just you, OldWelshGuy, there are three instances in this thread alone. Demonhale said that AJAX uses PHP &lt;a href=&quot;http://en.wikipedia.org/wiki/AJAX&quot; class=&quot;bb-url&quot;&gt;which it doesn&#039;t&lt;/a&gt;). And anyone can feel free to correct me if I&#039;m wrong, but I did look it up! &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;
 </description>
     <pubDate>Tue, 25 Apr 2006 16:31:12 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1198334 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198301</link>
    <description> &lt;p&gt;Demonhale, I know Java and JS are different but let it go when Steve mentioned it, I assumed he was referring to JS, hence the question. I should have stuck to the age old addage &#039;NEVER assume&#039; &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;/p&gt;
&lt;p&gt;The only crossover I could see between CSS &amp;amp; JS was in menu creation etc, which was why I commented on it. &lt;/p&gt;
&lt;p&gt;As for Ajax being old hat, the only competition to it (and it is not really competition) is RUBY on RAILS. Only glanced at this, but it sure is powerfull, and FAR easier to script than AJAX (it doesn&#039;t do much to the kitchen surface cleanliness though) &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Apr 2006 08:17:10 +0000</pubDate>
 <dc:creator>OldWelshGuy</dc:creator>
 <guid isPermaLink="false">comment 1198301 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198280</link>
    <description> &lt;p&gt;Actually Read my post, and as I said before and explained a little bit its two different things... &lt;/p&gt;
&lt;p&gt;SO if you want to discuss about AJAX, theres an AJAX thread already...&lt;br /&gt;
javascript is a script...&lt;br /&gt;
java is from SUN and a programming language with its own plugin...&lt;br /&gt;
AJAX uses most of the time a PHP and Javascipt(js) Combo... and for MS they have there own before the JSscript, almost the same as javascript...&lt;/p&gt;
&lt;p&gt;and I hope were not hijacking the thread...  &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;
 </description>
     <pubDate>Tue, 25 Apr 2006 03:24:52 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1198280 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198272</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;steve40 wrote:&lt;/strong&gt; Ajax was cooked up by the Black Google, and it&#039;s axis of evil to ruin MSN anyway. So I think it is Bill, is not going to support 1 hair of it.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You&#039;ve probably not seen &lt;a href=&quot;http://www.live.com&quot; class=&quot;bb-url&quot;&gt;http://www.live.com&lt;/a&gt; then Steve. AJAX all over the place, MS are jumping back on the Internet bandwagon again. And yes, it is a household cleaner &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;As for the original question: I agree with Busy and Megan. The two are entirely seperate things. There are some areas where they cross-over, but generally JavaScript is for &quot;doing things&quot; while CSS is for formatting - to make things look the way you want them to.&lt;/p&gt;
&lt;p&gt;Good results can be gained from using the two together, swapping page style sheets for a different look and feel is a good example, or change the styling of a single element (to change a border color or background dynamically for instance).&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Apr 2006 22:38:02 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1198272 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198269</link>
    <description> &lt;p&gt;I really don&#039;t know about Ajax, I thought that was a household cleanser anyway. All serious, I have heard it&#039;s not all it&#039;s cracked up to be. Ajax was cooked up by the Black Google, and it&#039;s axis of evil to ruin MSN anyway. So I think it is Bill, is not going to support 1 hair of it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Apr 2006 21:34:39 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1198269 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198263</link>
    <description> &lt;p&gt;Java is not Javascript. Don&#039;t get them mixed up. Java has nothing to do with Ajax. &lt;/p&gt;
&lt;p&gt;I&#039;m a little confused by the original question actually. Javascript and CSS are meant for two totally different things. CSS makes things look pretty, Javascript makes things happen  (actions, events etc.).&lt;/p&gt;
&lt;p&gt;What was the context of that quote? Maybe someone was referring to using Javascript to do things like mouseovers that can be done with CSS (???)&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Apr 2006 20:35:56 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1198263 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/why-css-and-not-javascript#comment-1198260</link>
    <description> &lt;p&gt;Steve so if IE does not support any Javascripting, how is that Likely to impact on Ajax? Forgive the question as I am not that up on IE.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Apr 2006 20:30:54 +0000</pubDate>
 <dc:creator>OldWelshGuy</dc:creator>
 <guid isPermaLink="false">comment 1198260 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
