<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting started in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88933#M8122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, would you basically add a new "&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm#FeatureLayer1"&gt;FeatureLayer&lt;/A&gt;&lt;SPAN&gt;" to the HTML file (such as an ArcGIS Online template) to add a map service with Javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;And, if you reference the online Javascript API in the HTML file (i.e.,&amp;nbsp; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;), would you need to install the Javascript API on the web server?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2011 14:41:26 GMT</pubDate>
    <dc:creator>BarryGuidry</dc:creator>
    <dc:date>2011-10-12T14:41:26Z</dc:date>
    <item>
      <title>Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88921#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking at the various options for building custom web applications, for a non-programmer.&amp;nbsp; The javascript api looks interesting, but I cannot find good information for a beginner.&amp;nbsp; I looked at the "Getting Started" guide, in the ESRI Resources for web applications, but even it is somewhat advanced (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone point me to other resources for absolute beginners in using the Javascript API?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 13:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88921#M8110</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-02-08T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88922#M8111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, if anyone is willing to share a bit of info. on getting started with regards to editing deployed web applications that would be helpful. Nowhere does ESRI tell one how to get started and where to edit. I agree with bg3075, the API is quite advanced for those looking to edit their own applications deployed on ArcGIS Server, versus starting from the ground up and building your own. Any help is appreciated in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 18:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88922#M8111</guid>
      <dc:creator>carlyarc</dc:creator>
      <dc:date>2011-02-08T18:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88923#M8112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a non-programmer myself, I have found that the JavaScript API is the easiest of the APIs out there to get up and running and to be productive with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I first started working with web mapping applications about 6 years ago in ArcIMS. I had some rudimentary HTML knowledge from my college days back in the 1990s, but my background was primarily as a GIS Analyst. I took a two day ArcIMS class from a training consultant and learned how to build a simple HTML/JavaScript ArcIMS Application. Nearly 4 years later (after developing and maintaining several HTML/JavaScript ArcIMS applications), I first dabbled with the ArcGIS Server JavaScript API in the Spring of 2009. After dealing with the frustrations of ArcIMS and the highly touted ArcGIS Server .NET "Web ADF" (which was way over my head), the JavaScript API and REST technology was a breath of fresh air. I published my first functional JavaScript API application in less than 3 months and now maintain about a dozen live JavaScript API mapping applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am by no means an expert, but I have developed from scratch several sophisticated JavaScript API mapping applications over the past two years. My advice is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Get familiar with HTML. This is not hard to do. You can probably find a community service class or a local college course for beginners. Maybe even a "For Dummies" book will do. Spend a long weekend playing with HTML and web pages. Getting familiar with CSS (cascading style sheets) is helpful too. I highly recommend &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.w3schools.com"&gt;www.w3schools.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Start learning about JavaScript. Just dabble with simple stuff at first. Learn how you can manipulate the look and feel of web pages by using JavaScript. Over time you will get used to the syntax. I still don't know a lot about JavaScript, but I know it well enough to get it to do what I want, usually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Go to your ArcGIS Server REST index, or go to the ESRI map server (&lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/&lt;/A&gt;&lt;SPAN&gt;). Choose a map service, then click on the link to view it in ArcGIS JavaScript. When the sample viewer opens, click on "View Source" in your browser. This is a very simple JavaScript API page, but it is important to know what each line of the page does and how it works. Copy this code to your own HTML file and put it on your web server. Play with it, experiment, try to manipulate the way the map displays.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Play with the ESRI samples (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm&lt;/A&gt;&lt;SPAN&gt;). Try adding things to your HTML map. See if you can add a scale bar or change the initial extent of your map. A lot of these samples are designed to be cut and pasted into your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not going to say this stuff is easy, but it will get you started. I have ranted before on the Flex forum about the problem of the API technologies losing touch with the layperson GIS Technician/Analyst. A lot of us went to college for geography, not computer applications. But we are forced to adapt and become developers. Some find programming easy to pick up, but it has always been a challege for me. However I have definitely been able to be productive with the JavaScript API and have even impressed myself a few times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 22:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88923#M8112</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2011-02-28T22:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88924#M8113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think these books would help and it explains how dojo works which is what ESRI's JS API is built upon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.amazon.com/Practical-Dojo-Projects/dp/1430210664"&gt;http://www.amazon.com/Practical-Dojo-Projects/dp/1430210664&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pragprog.com/titles/rgdojo/mastering-dojo"&gt;http://pragprog.com/titles/rgdojo/mastering-dojo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides this, I would just start reading code.&amp;nbsp; That is going to really help.&amp;nbsp; I would start with a basic sample page from the JS API help and modify it to see what it does.&amp;nbsp; Also, be really disclipned it keeping some structure as it can get crazy very quickly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What type of tools are you using?&amp;nbsp; I would get an editor that you are comfortable with and at least has some syntax highlighting for the html and css.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 12:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88924#M8113</guid>
      <dc:creator>Charles__Jamie_Phillips</dc:creator>
      <dc:date>2011-03-01T12:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88925#M8114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow! You guys have provided a lot of good information here!&amp;nbsp; Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 12:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88925#M8114</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-03-01T12:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88926#M8115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think these books would help and it explains how dojo works which is what ESRI's JS API is built upon.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.amazon.com/Practical-Dojo-Projects/dp/1430210664"&gt;http://www.amazon.com/Practical-Dojo-Projects/dp/1430210664&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pragprog.com/titles/rgdojo/mastering-dojo"&gt;http://pragprog.com/titles/rgdojo/mastering-dojo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Besides this, I would just start reading code.&amp;nbsp; That is going to really help.&amp;nbsp; I would start with a basic sample page from the JS API help and modify it to see what it does.&amp;nbsp; Also, be really disclipned it keeping some structure as it can get crazy very quickly.&lt;BR /&gt;&lt;BR /&gt;What type of tools are you using?&amp;nbsp; I would get an editor that you are comfortable with and at least has some syntax highlighting for the html and css.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Jamie, as for editors, I have only seldomly used Notepad to make edits to code.&amp;nbsp; What do you recommend as an editor that has some syntax highlighting for the html and css?&amp;nbsp; (I am clueless)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 12:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88926#M8115</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-03-01T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88927#M8116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For a text editor, I almost exclusively use SciTE, available here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.scintilla.org/SciTE.html"&gt;http://www.scintilla.org/SciTE.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is very light weight and can read something like 30 different programming languages. I highly recommend it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 15:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88927#M8116</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2011-03-01T15:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88928#M8117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot!&amp;nbsp; Again, great information!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 17:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88928#M8117</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-03-01T17:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88929#M8118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just read Matthew's advice - I'd say it's spot on, and describes my experiences very well. As a non-Computer Science person I found JavaScript relatively easy to pick up, using similar techniques to Matthew's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a good free JavaScript editor I'm really happy with &lt;/SPAN&gt;&lt;A href="http://www.yaldex.com/Free_JavaScript_Editor.htm"&gt;http://www.yaldex.com/Free_JavaScript_Editor.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 00:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88929#M8118</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-03-03T00:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88930#M8119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome!&amp;nbsp; Thanks, Stephen.&amp;nbsp; We do not yet have ArcGIS Server installed, so I am still just wondering if one could simply edit a web application, originally published with Server Manager, by editing the final .html (or whatever format ArcGIS Server creates thru Manager) with these Javascript editors?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 12:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88930#M8119</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-03-03T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88931#M8120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bg, I would caution against starting with an "out-of-the-box" application from the Server Manager. I believe this creates a .NET or Java based application (depending on your installation), unless something has changed in 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might be better off copying the code from the "ESRI JavaScript" viewer, as described in my step #3 above, or copying code from an ESRI sample in step #4, or I just recently posted a very very simple fullscreen viewer application here in the forums that has minimal code in it. It would be a great foundation for starting to add customizations. There are also several other JavaScript API templates available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For learning and experimenting, ESRI posts a lot of map services at: &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services"&gt;http://services.arcgisonline.com/ArcGIS/rest/services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These services are free and do not require an ArcGIS Server license. They are a great asset for those who want to develop JavaScript API applications without the cost of an ArcGIS Server license, which is essentially a totally free development solution (something that Flex and Silverlight cannot boast). Of course you don't get the flexibility of publishing your own MXD map services and data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 15:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88931#M8120</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2011-03-03T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88932#M8121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Matthew.&amp;nbsp; And, here is a video that shows some basic steps to add own data to a Javascript template:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/videos/sample_using.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/videos/sample_using.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 21:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88932#M8121</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-03-03T21:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88933#M8122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, would you basically add a new "&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/featurelayer.htm#FeatureLayer1"&gt;FeatureLayer&lt;/A&gt;&lt;SPAN&gt;" to the HTML file (such as an ArcGIS Online template) to add a map service with Javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;And, if you reference the online Javascript API in the HTML file (i.e.,&amp;nbsp; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5" rel="nofollow" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;), would you need to install the Javascript API on the web server?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88933#M8122</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2011-10-12T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88934#M8123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;here you can see ebook (GIS Geeks Guide to Mastering the ArcGIS Server API for JavaScript) &lt;/SPAN&gt;&lt;A href="http://www.geospatialtraining.com/blog/?page_id=1862"&gt;http://www.geospatialtraining.com/blog/?page_id=1862&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88934#M8123</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-02-06T16:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88935#M8124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the info!! I was totally lost!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 15:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/getting-started/m-p/88935#M8124</guid>
      <dc:creator>juasmilla_anera</dc:creator>
      <dc:date>2014-02-07T15:13:56Z</dc:date>
    </item>
  </channel>
</rss>

