<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
	<title>Mayfield Global Knowledge Center - JavaScript</title>
	<link>http://kb.mayfieldglobal.com</link>
	<description />
	<language>en-us</language>
	<copyright>http://kb.mayfieldglobal.com</copyright>
	<generator>ActiveKB NX</generator>
	<webMaster>vadim.tkachuk@gmail.com</webMaster>
	<lastBuildDate>Fri, 10 Sep 2010 14:02:04 PDT</lastBuildDate>
	<ttl>20</ttl>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/57/</guid>
		<title>How do I create an array in JavaScript?</title>
		<link>http://kb.mayfieldglobal.com/questions/57/</link>
		<description>Arrays can be created with the Array() constructor function. Once you create the array, any number of indexed elements can be easily assigned to the array: 
var array1 = new Array();array1[0] = &quot; ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Fri, 26 Jan 2007 17:33:49 PST</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/73/</guid>
		<title>How do I add my custom Javascript files to ASP.NET AJAX enabled website?</title>
		<link>http://kb.mayfieldglobal.com/questions/73/</link>
		<description>
In your .aspx file add a script manager control with a reference to your javascript file:  &amp;lt;asp:ScriptManager ID=&quot;ScriptManager1&quot; runat=&quot;server&quot;&amp;gt;    &amp;lt;Scripts&amp;gt;        &amp;lt;asp:ScriptRe ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Wed, 11 Jul 2007 00:40:36 PDT</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/75/</guid>
		<title>I am utilizing master pages in my ASP.NET AJAX enabled web site. How do I load my custom JavaScript files when needed?</title>
		<link>http://kb.mayfieldglobal.com/questions/75/</link>
		<description>
If you are using ASP.NET 2.0 master pages and utilizing ASP.NET AJAX framework, you may want to include the ScriptManager control on your master page instead of on individual pages. However when ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Wed, 11 Jul 2007 00:40:09 PDT</pubDate>
	</item>
	</channel>
</rss>
