<?xml version="1.0"?>
<rss version="2.0"><channel><title><![CDATA[J&#097;v&#097;script Videos Latest Topics]]></title><link>https://www.killersites.com/community/index.php?/forum/40-j097v097script-videos/</link><description><![CDATA[J&#097;v&#097;script Videos Latest Topics]]></description><language>en</language><item><title>Github Pages not styling my three.js page when deployed</title><link>https://www.killersites.com/community/index.php?/topic/31707-github-pages-not-styling-my-threejs-page-when-deployed/</link><description><![CDATA[<p>
	Hello, im trying to deploy my site on GitHub Pages, however it is not adding any style to it. I recently came across this tutorial (https://www.youtube.com/watch?v=Q7AOvWpIVHU) and made a project following along with this video. When I run it on the localhost everything looks great but when I deploy it to my github pages i only see a plain html website with no styling <a href="https://petersidlauskas.github.io/mcfooly/" rel="external nofollow">https://petersidlauskas.github.io/mcfooly/</a><br />
	Does anyone know why this is happening?
</p>
]]></description><guid isPermaLink="false">31707</guid><pubDate>Mon, 06 Mar 2023 15:50:59 +0000</pubDate></item><item><title>JavaScript or PHP to Build an Ecommerce Site?</title><link>https://www.killersites.com/community/index.php?/topic/23432-javascript-or-php-to-build-an-ecommerce-site/</link><description><![CDATA[
<p>
	In this video, Stefan goes over some pros and cons when choosing between Javascript or PHP to build an ecommerce site.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="270" id="ips_uid_7960_4" width="480" data-embed-src="https://www.youtube.com/embed/1el3SSTE2VY?feature=oembed"></iframe>
	</div>
</div>

<p>
	Join our Need2Nerd Newsletter: <a href="https://need2nerd.com/" ipsnoembed="true" rel="external nofollow" target="_blank">https://need2nerd.com/</a>
</p>

<p>
	Check out Stefan's Mentorship Program: <a href="https://need2nerd.com/mentoring/" ipsnoembed="true" rel="external nofollow" target="_blank">https://need2nerd.com/mentoring/</a>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">23432</guid><pubDate>Wed, 26 Feb 2020 17:58:08 +0000</pubDate></item><item><title><![CDATA[Why two tags starting with <script> on same page?]]></title><link>https://www.killersites.com/community/index.php?/topic/22373-why-two-tags-starting-with-on-same-page/</link><description><![CDATA[
<p>
	Re LESSON 1: Event Handlers - part 1
</p>

<p>
	You have two sets of &lt;script&gt; on the same document, is there a reason for that or is it an error or are you allowed to do that?
</p>

<p>
	at 3 min mark (bottom of document) and then compare to 3.25 min (top of document)
</p>

<p>
	 
</p>

<p>
	Update: problem solved.  In lesson 6 there was additional code not visible in lesson 1
</p>
]]></description><guid isPermaLink="false">22373</guid><pubDate>Tue, 13 Mar 2018 04:39:31 +0000</pubDate></item><item><title>Can't find Files</title><link>https://www.killersites.com/community/index.php?/topic/22419-cant-find-files/</link><description><![CDATA[
<p>
	i just started on studioweb.com and i cant find the html files to download, so i can follow along..
</p>

<p>
	Thanks
</p>

<p>
	Audrey
</p>
]]></description><guid isPermaLink="false">22419</guid><pubDate>Tue, 03 Apr 2018 20:24:25 +0000</pubDate></item><item><title>CreateElement Loop</title><link>https://www.killersites.com/community/index.php?/topic/22398-createelement-loop/</link><description><![CDATA[
<p>
	I'm a beginner learning JavaScript course. Not sure this is the right place to post this topic or not. Please bear with me.
</p>

<div>
	<span> </span>I have a little project in mind.
</div>

<div>
	 
</div>

<p>
	<b style="background-color:#00ff00;">I want to do somthing like this:</b>
</p>

<div>
	<div>
		 
	</div>

	<div>
		&lt;div id="typingfield" class="lightgreybackground"&gt;
	</div>

	<div>
		  &lt;p&gt;
	</div>

	<div>
		     &lt;cha&gt;0&lt;/cha&gt;
	</div>

	<div>
		<span style="background-color:#ffffff;color:#222222;font-size:small;">     &lt;cha&gt;1&lt;/cha&gt;</span>
	</div>

	<div>
		<span style="background-color:#ffffff;color:#222222;font-size:small;"><span style="background-color:#ffffff;color:#222222;font-size:small;">     &lt;cha&gt;2&lt;/cha&gt;</span><span style="background-color:#ffffff;color:#222222;font-size:small;"><span> </span></span><span> </span></span>
	</div>

	<div>
		 
	</div>

	<div>
		<span style="background-color:#ffffff;color:#222222;font-size:small;">...</span>
	</div>

	<div>
		<span style="background-color:#ffffff;color:#222222;font-size:small;"><span style="background-color:#ffffff;color:#222222;font-size:small;">     &lt;cha&gt;38&lt;/cha&gt;</span><span style="background-color:#ffffff;color:#222222;font-size:small;"><span> </span></span><span> </span></span>
	</div>

	<div>
		<span style="background-color:#ffffff;color:#222222;font-size:small;"><span style="background-color:#ffffff;color:#222222;font-size:small;">     &lt;cha&gt;39&lt;/cha&gt;</span><span style="background-color:#ffffff;color:#222222;font-size:small;"><span> </span></span><span> </span></span>
	</div>

	<div>
		  &lt;/p&gt;
	</div>

	<div>
		 
	</div>

	<div>
		&lt;/div&gt;
	</div>
</div>

<div>
	 
</div>

<div>
	<b style="background-color:#00ff00;">using this:</b>
</div>

<div>
	 
</div>

<div>
	<div>
		&lt;div id="typingfield" class="lightgreybackground"&gt;
	</div>

	<div>
		&lt;/div&gt;
	</div>
</div>

<div>
	 
</div>

<div>
	<div>
		  &lt;script type="text/javascript"&gt;
	</div>

	<div>
		 
	</div>

	<div>
		 <span> </span><span> </span>var para = document.createElement("p");
	</div>

	<div>
		var cha = document.createElement("cha");
	</div>

	<div>
		var element = document.getElementById("typingfield");
	</div>

	<div>
		element.appendChild(para);
	</div>

	<div>
		var text;
	</div>

	<div>
		var node;
	</div>

	<div>
		for (i = 0; i &lt; 40 ; i++){
	</div>

	<div>
		para.appendChild(cha);
	</div>

	<div>
		for (i = 0; i &lt; 40 ; i++){
	</div>

	<div>
		node = document.createTextNode(i);
	</div>

	<div>
		cha.appendChild(node);
	</div>

	<div>
		}
	</div>

	<div>
		}
	</div>

	<div>
		 
	</div>

	<div>
		  &lt;/script&gt;
	</div>
</div>

<div>
	 
</div>

<div>
	 
</div>

<div>
	<b style="background-color:#ffff00;">but I got this:</b>
</div>

<div>
	 
</div>

<div>
	<div style="color:#000000;font-size:12.8px;">
		 
	</div>

	<div style="color:#000000;font-size:12.8px;">
		&lt;div id="typingfield" class="lightgreybackground"&gt;
	</div>

	<div style="color:#000000;font-size:12.8px;">
		  &lt;p&gt;&lt;cha&gt;0123456789101112131415161718192021222324252627282930313233343536373839&lt;/cha&gt;&lt;/p&gt;&lt;/div&gt;
	</div>

	<div style="color:#000000;font-size:12.8px;">
		 
	</div>

	<div style="color:#000000;font-size:12.8px;">
		 
	</div>

	<div style="color:#000000;font-size:12.8px;">
		<b style="background-color:#d5a6bd;">Please give me some guidance.</b>
	</div>

	<div style="color:#000000;font-size:12.8px;">
		 
	</div>

	<div style="color:#000000;font-size:12.8px;">
		 
	</div>

	<div style="color:#000000;font-size:12.8px;">
		Regards,
	</div>

	<div style="color:#000000;font-size:12.8px;">
		 
	</div>

	<div style="color:#000000;font-size:12.8px;">
		Chonathun
	</div>

	<div style="color:#888888;font-size:12.8px;">
		 
	</div>
</div>
]]></description><guid isPermaLink="false">22398</guid><pubDate>Tue, 27 Mar 2018 04:14:05 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Loops Part 1</title><link>https://www.killersites.com/community/index.php?/topic/5749-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-loops-part-1/</link><description><![CDATA[
<p>From our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course</a>, this is the first <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> in a series, where we explain “looping” in Javascript.</p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=YrSxjkg-zcI" rel="external nofollow">http://www.youtube.com/watch?v=YrSxjkg-zcI</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5749</guid><pubDate>Sun, 19 Jun 2011 14:00:15 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Toggle Menu Part 1</title><link>https://www.killersites.com/community/index.php?/topic/5801-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-toggle-menu-part-1/</link><description><![CDATA[
<p>This is part 1 of a 2 part <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> on creating the Javascript toggle menu, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=RB86FBxfsok" rel="external nofollow">http://www.youtube.com/watch?v=RB86FBxfsok</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5801</guid><pubDate>Sun, 03 Jul 2011 16:55:49 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Functions Part 5</title><link>https://www.killersites.com/community/index.php?/topic/5800-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-functions-part-5/</link><description><![CDATA[
<p>This is fifth <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> in an 8 part series, where we continue to look deeper at Javascript functions, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=HbzBgwQ_3Vo" rel="external nofollow">http://www.youtube.com/watch?v=HbzBgwQ_3Vo</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5800</guid><pubDate>Sun, 03 Jul 2011 16:04:30 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Arrays Part 1</title><link>https://www.killersites.com/community/index.php?/topic/5799-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-arrays-part-1/</link><description><![CDATA[
<p>In this closed captioned video tutorial, <a href="http://www.killersites.com/about/" rel="external nofollow">Stef</a> jumps into Arrays, one of the most important Javascript objects! From our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=QzWZLEjF_Ug" rel="external nofollow">http://www.youtube.com/watch?v=QzWZLEjF_Ug</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5799</guid><pubDate>Sun, 03 Jul 2011 15:58:27 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Making Decisions in Code Part 2</title><link>https://www.killersites.com/community/index.php?/topic/5748-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-making-decisions-in-code-part-2/</link><description><![CDATA[
<p>This is the second <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> in our 3 part series on the if statement in Javascript, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=idYKAakiNXY" rel="external nofollow">http://www.youtube.com/watch?v=idYKAakiNXY</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5748</guid><pubDate>Sun, 19 Jun 2011 13:45:44 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Making Decisions in Code Part 1</title><link>https://www.killersites.com/community/index.php?/topic/5747-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-making-decisions-in-code-part-1/</link><description><![CDATA[
<p>This is the first <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> in a 3 part series, where we take a look at the “if” statement, one of the most basic decision making mechanisms built into Javascript and many other languages! From our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=rAw2oBSGHmU" rel="external nofollow">http://www.youtube.com/watch?v=rAw2oBSGHmU</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5747</guid><pubDate>Sun, 19 Jun 2011 13:32:55 +0000</pubDate></item><item><title><![CDATA[Beginner’s Javascript Closed Captioned Training Tutorial – Flow & Execution]]></title><link>https://www.killersites.com/community/index.php?/topic/5726-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-flow-execution/</link><description><![CDATA[
<p>In this <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course</a>, <a href="http://www.killersites.com/about/" rel="external nofollow">Stef</a> goes over Javascript flow and execution.</p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=acuKRjPHIu0" rel="external nofollow">http://www.youtube.com/watch?v=acuKRjPHIu0</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our<a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Stor</a>e or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5726</guid><pubDate>Sat, 11 Jun 2011 23:40:51 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Variables Part 2</title><link>https://www.killersites.com/community/index.php?/topic/5725-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-variables-part-2/</link><description><![CDATA[
<p>This is our second <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course</a> that takes a look at Javascript variables.</p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=qKS8CMUxH2I" rel="external nofollow">http://www.youtube.com/watch?v=qKS8CMUxH2I</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5725</guid><pubDate>Sat, 11 Jun 2011 23:27:59 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Setting Up IE 7 to Display Javascript Errors</title><link>https://www.killersites.com/community/index.php?/topic/5724-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-setting-up-ie-7-to-display-javascript-errors/</link><description><![CDATA[
<p>In this <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video</a> tutorial, <a href="http://www.killersites.com/about/" rel="external nofollow">Stef</a> shows you how to configure IE 7 to display your Javascript errors, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=Elml0CZZriI" rel="external nofollow">http://www.youtube.com/watch?v=Elml0CZZriI</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5724</guid><pubDate>Sat, 11 Jun 2011 23:16:42 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Viewing Javascript Errors</title><link>https://www.killersites.com/community/index.php?/topic/5723-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-viewing-javascript-errors/</link><description><![CDATA[
<p>In this <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Course Beginners Javascript</a>, we take a look at the Javascript errors that are generated when you create little errors in your Javascript code.</p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=yMwZwPzH9Jc" rel="external nofollow">http://www.youtube.com/watch?v=yMwZwPzH9Jc</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5723</guid><pubDate>Sat, 11 Jun 2011 23:07:11 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Event Handlers Part 3</title><link>https://www.killersites.com/community/index.php?/topic/5722-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-event-handlers-part-3/</link><description><![CDATA[
<p>This is the third <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> of our continued look at event handlers, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programmin</a>g related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=eT-lkKsI1uE" rel="external nofollow">http://www.youtube.com/watch?v=eT-lkKsI1uE</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5722</guid><pubDate>Sat, 11 Jun 2011 22:59:59 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Event Handlers Part 2</title><link>https://www.killersites.com/community/index.php?/topic/5721-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-event-handlers-part-2/</link><description><![CDATA[
<p>This is the second <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned video tutorial</a> of our exploration of event handlers, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascriptcc.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p> </p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=NnoXUAzNEXc" rel="external nofollow">http://www.youtube.com/watch?v=NnoXUAzNEXc</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p> </p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">5721</guid><pubDate>Sat, 11 Jun 2011 22:01:15 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Event Handlers Part 1</title><link>https://www.killersites.com/community/index.php?/topic/4149-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-event-handlers-part-1/</link><description><![CDATA[
<p>In this <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned</a> video tutorial, we go into and explain event handlers, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginners Javascript Course.</a></p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=gVOdb7Gj1W8" rel="external nofollow">http://www.youtube.com/watch?v=gVOdb7Gj1W8</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">4149</guid><pubDate>Fri, 03 Dec 2010 02:04:06 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; What is a Programming Language?</title><link>https://www.killersites.com/community/index.php?/topic/4127-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-what-is-a-programming-language/</link><description><![CDATA[
<p>In this <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned</a> video tutorial from our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginners Javascript course</a>, Stef covers some basic theory concerning Javascript.</p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=3TQ91SJA0yY" rel="external nofollow">http://www.youtube.com/watch?v=3TQ91SJA0yY</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">4127</guid><pubDate>Mon, 29 Nov 2010 19:07:44 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Closed Captioned Training Tutorial &#x2013; Intro to the Course</title><link>https://www.killersites.com/community/index.php?/topic/4126-beginner%E2%80%99s-javascript-closed-captioned-training-tutorial-%E2%80%93-intro-to-the-course/</link><description><![CDATA[
<p>This is the first <a href="http://www.killervideostore.com/closed-caption-videos.php" rel="external nofollow">closed captioned</a> video in our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginner's Javascript video tutorial course!</a></p>
<p>We are happy to announce that we are well on our way to closed captioning all of our <a href="http://www.killervideostore.com/video-courses/complete-web-designer.php" rel="external nofollow">Web Design</a> and <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php" rel="external nofollow">Web Programming</a> related video training courses.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=SoPHVYPJasM" rel="external nofollow">http://www.youtube.com/watch?v=SoPHVYPJasM</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">Javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/" rel="external nofollow">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">4126</guid><pubDate>Mon, 29 Nov 2010 18:55:03 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Training Tutorial &#x2013; Toggle Menu Part 1</title><link>https://www.killersites.com/community/index.php?/topic/3613-beginner%E2%80%99s-javascript-training-tutorial-%E2%80%93-toggle-menu-part-1/</link><description><![CDATA[
<p>This is part 1 of a 2 part video tutorial on creating the Javascript toggle menu, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginner's Javascript</a> course.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=rbIb_-Nkm_s" rel="external nofollow">http://www.youtube.com/watch?v=rbIb_-Nkm_s</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased or found in the Killersites Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">3613</guid><pubDate>Tue, 07 Sep 2010 12:38:39 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Training Tutorial &#x2013; Functions Part 5</title><link>https://www.killersites.com/community/index.php?/topic/3612-beginner%E2%80%99s-javascript-training-tutorial-%E2%80%93-functions-part-5/</link><description><![CDATA[
<p>This is fifth video tutorial in an 8 part series, where we continue to look deeper at Javascript functions, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginner's Javascript</a> course.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=olDINCLzxyk" rel="external nofollow">http://www.youtube.com/watch?v=olDINCLzxyk</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased or found in the Killersites Video Tutorial Library!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">3612</guid><pubDate>Tue, 07 Sep 2010 12:30:31 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Training Tutorial &#x2013; Arrays Part 1</title><link>https://www.killersites.com/community/index.php?/topic/3611-beginner%E2%80%99s-javascript-training-tutorial-%E2%80%93-arrays-part-1/</link><description><![CDATA[
<p>In this video tutorial, Stef jumps into Arrays, one of the most important Javascript objects! From our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginner's Javascript</a> course.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=2MPbC4WnJVY" rel="external nofollow">http://www.youtube.com/watch?v=2MPbC4WnJVY</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites University!</a></p>
<p>Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">3611</guid><pubDate>Tue, 07 Sep 2010 12:24:07 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Training Tutorial &#x2013; Loops Part 1</title><link>https://www.killersites.com/community/index.php?/topic/3610-beginner%E2%80%99s-javascript-training-tutorial-%E2%80%93-loops-part-1/</link><description><![CDATA[
<p>From our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginner's Javascript</a> course, this is the first video tutorial in a series, where we explain looping in Javascript.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=cl479ZjwDCI" rel="external nofollow">http://www.youtube.com/watch?v=cl479ZjwDCI</a></p>
<p> </p>
<p>To find more courses on <a href="ttp://www.killerjavascript.com/" rel="external nofollow">javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites University!</a></p>
<p>Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">3610</guid><pubDate>Tue, 07 Sep 2010 12:16:46 +0000</pubDate></item><item><title>Beginner&#x2019;s Javascript Training Tutorial &#x2013; Making Decisions in Code Part 2</title><link>https://www.killersites.com/community/index.php?/topic/3567-beginner%E2%80%99s-javascript-training-tutorial-%E2%80%93-making-decisions-in-code-part-2/</link><description><![CDATA[
<p>This is the second video tutorial in our 3 part series on the “if” statement in Javascript, from our <a href="http://www.killervideostore.com/video-courses/beginners-javascript.php" rel="external nofollow">Beginner's Javascript</a> course.</p>
<p> </p>
<p><a href="http://www.youtube.com/watch?v=gRMNlXbiwDI" rel="external nofollow">http://www.youtube.com/watch?v=gRMNlXbiwDI</a></p>
<p> </p>
<p>To find more courses on <a href="http://www.killerjavascript.com/" rel="external nofollow">javascript</a>, check out our <a href="http://www.killersites.com/university/" rel="external nofollow">Killersites University!</a></p>
<p>Note that the all of our videos are in a higher quality when purchased or found in the Killersites University!</p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Jody</p>
<p>killersites.com</p>
]]></description><guid isPermaLink="false">3567</guid><pubDate>Sun, 29 Aug 2010 16:26:32 +0000</pubDate></item></channel></rss>
