<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019581" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019581</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117790</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: How you work around these complications is what makes a script advanced&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Hmm does that mean my ugly messy code with 500 work arounds is advanced, yet my neat code that required no work around is basic? lol;)&lt;/p&gt;
&lt;p&gt;what really constitutes advanced code? a size? a complexity? an efficiency? usefullness? or an insight? &lt;/p&gt;
&lt;p&gt;I&#039;d argue, a bit of each. But momma alweys sed i wuz dum:)&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Nov 2002 04:13:07 +0000</pubDate>
 <dc:creator>hagar</dc:creator>
 <guid isPermaLink="false">comment 1117790 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117787</link>
    <description> &lt;p&gt;Yup. As I said earlier, it depends on the solution of the problem you&#039;re trying to find.&lt;/p&gt;
&lt;p&gt;IMO, the only thing that makes writing a script &quot;advanced&quot; is how you work around the language.&lt;/p&gt;
&lt;p&gt;The idea behind flowcharts &amp;amp; pseudocode is that you havea  free reign over what goes and what doesn&#039;t, within the boundaries of logic. But you may find that not all your planned steps are feasible, restricted now by the bounds of the language.&lt;/p&gt;
&lt;p&gt;For example, say, a certain method you planned on using isn&#039;t available in client-side JS. Normally, all it takes is for you to break down your one step into simpler subroutines.&lt;/p&gt;
&lt;p&gt;How you work around these complications is what makes a script advanced. Sadly, there are no tutorials for this - it&#039;s only up to how you apply logic. &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;
 </description>
     <pubDate>Thu, 07 Nov 2002 03:58:09 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1117787 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117785</link>
    <description> &lt;p&gt;I wasnt referring to the w3schools tutorials, but its object references, which are the real meat of scripting languages, intimate knowledge of the objects will allow you to discard tutorials. The foundation is the application planning, which alot of programmers design in pseudocode.&lt;/p&gt;
&lt;p&gt;Knowledge of the principles of logical design is what leads to advanced scripting, coupled with the knowledge of the objects in the language you are scripting in, can lead to some powerful applications.&lt;/p&gt;
&lt;p&gt;Noone can point to a site and proclaim, all keys to advanced scripting lay here. Its something we all learn individually through examination of problems, conceiving of programmatic solutions, and trial and error with the knowledge we do have. And google;)&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Nov 2002 03:25:20 +0000</pubDate>
 <dc:creator>hagar</dc:creator>
 <guid isPermaLink="false">comment 1117785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117784</link>
    <description> &lt;p&gt;i think you people misunderstood me... i do have a VERY good understanding of basic javascript. im sick of going through tutorials that say they are advanced but they just teach you what a variable or function is. i have been through the w3schools tutorial many times.&lt;br /&gt;
i want one that could help me understand how to use the tags more effectively, i have the knowledge, but i dont have any idea how to use it to put together a script.&lt;/p&gt;
&lt;p&gt;(and even though my teacher doesnt know javascript i have to take the class, it is required for the c++ programming class which i will be in next semester)&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Nov 2002 02:48:24 +0000</pubDate>
 <dc:creator>jammin</dc:creator>
 <guid isPermaLink="false">comment 1117784 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117783</link>
    <description> &lt;p&gt;A search on Google yielded these results:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.tvcc.cc.or.us/staff/fuller/cs161/dchap2/dchap2.html&quot; class=&quot;bb-url&quot;&gt;http://www.tvcc.cc.or.us/staff/fuller/cs161/dchap2/dchap2.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.tvdsb.on.ca/saunders/courses/ICS3M/Programming/pseudo_code_guidelines.htm&quot; class=&quot;bb-url&quot;&gt;http://www.tvdsb.on.ca/saunders/courses/ICS3M/Programming/pseudo_code_guidelines.htm&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.cs.uoregon.edu/~dhofer/pseudocode.html&quot; class=&quot;bb-url&quot;&gt;http://www.cs.uoregon.edu/~dhofer/pseudocode.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They&#039;re not the best, so I&#039;m still looking. I&#039;ll add more if I come across any others. &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;
 </description>
     <pubDate>Thu, 07 Nov 2002 02:19:39 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1117783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117782</link>
    <description> &lt;p&gt;i was looking to link a pseudocode tutorial into this thread for jammin but couldnt find one that was generic enough, anyone out there got linkage to a good pseudocode tute?&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Nov 2002 01:58:55 +0000</pubDate>
 <dc:creator>hagar</dc:creator>
 <guid isPermaLink="false">comment 1117782 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117781</link>
    <description> &lt;p&gt;I hardly think that reading tutorials will get you anywhere more advanced. What you should concentrate on is programming logic. You should be able to create any solution using a flowchart and pseudo-code. This requires very little intimate knowledge of the language of choice itself. Once you&#039;ve come up with a sensible outline of your proposed script, then you can start looking for operable objects/methods to use. &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;
 </description>
     <pubDate>Thu, 07 Nov 2002 00:40:26 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1117781 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117777</link>
    <description> &lt;p&gt;hagar has an excellent suggestion. though I&#039;d hasten to add that if you rely on other people&#039;s scripts to do things, you probably don&#039;t have basic javascript down.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Nov 2002 00:02:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1117777 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117775</link>
    <description> &lt;p&gt;your teacher does not know javascript, but assigns you javascript projects to work on? What is he grading you on? Aesthetic appeal? &lt;/p&gt;
&lt;p&gt;How would the teacher know if you have written poor unstructured code or good well planned structured code?&lt;/p&gt;
&lt;p&gt;You cant grade an application on &quot;it works good&quot; or &quot;it doesnt work bad&quot;&lt;/p&gt;
&lt;p&gt;When I was in college, i made it a point to drop classes when I knew more then my lecturer on the subject being taught. Otherwise I&#039;d end up tutoring the class, and I didnt get paid to do the lecturers work;-)&lt;/p&gt;
&lt;p&gt;My advice would be, go look at an index of javascript commands(like this: &lt;a href=&quot;http://www.w3schools.com/js/default.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/js/default.asp&lt;/a&gt; ), and use common programing concepts to design your app, then use the reference to fill in the neccessary coding. Did your lecturer bother to teach you pseudo code?&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Nov 2002 23:22:21 +0000</pubDate>
 <dc:creator>hagar</dc:creator>
 <guid isPermaLink="false">comment 1117775 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ready-move#comment-1117774</link>
    <description> &lt;p&gt;i finnaly got around to checking the javascriptkit page, not really what i was looking for, i need some site that would have things that would help increase my skill with javascript to the point where i wouldnt need to rely on other peoples scripts to help write my own.&lt;/p&gt;
&lt;p&gt;i really need to study because my internet applications teacher has assigned me and the other two advanced students javascript projects to work on. the teacher doesnt even know javascript and doesnt have any books on it that would help us so we all have to turn to online help.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Nov 2002 22:53:59 +0000</pubDate>
 <dc:creator>jammin</dc:creator>
 <guid isPermaLink="false">comment 1117774 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
