<?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: Best way to learn Javascript, Dojo, HTML5, CSS with ArcGIS API for Javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378423#M35119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just been through this myself but came from a Flex/Flash background.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are only building ESRI JS API based apps, then as Derek suggests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you are building more general applications with a bit of mapping, can I suggest you doing the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Learn HTML5 first (HTML + CSS + JS). Not the whole thing, but enough for basic applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Introduce Dojo. Again, not the whole thing, but enough to get basic applications working so insulate yourself from browser differences and so also understand the new (ish) AMD way of doing things. I would say a firm understanding of Dojo is probably the most important part overall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Then introduce ESRI JS API which I think of being plain old Dojo but with ESRI maps too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 13:34:20 GMT</pubDate>
    <dc:creator>IanWatkins</dc:creator>
    <dc:date>2013-06-20T13:34:20Z</dc:date>
    <item>
      <title>Best way to learn Javascript, Dojo, HTML5, CSS with ArcGIS API for Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378421#M35117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am from desktop SDK background, mostly I work with Arcobjects with .net framework, I am familiar with JavaScript and CSS but not with HTML5 and Dojo framework. According to me ArcGIS API for Javascript will be the future of ESRI's WEB API. Therefore I really want to get good grasp on ArcGIS API for Javascript. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions/ tips will be appreciated !!:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ameya Natu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 22:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378421#M35117</guid>
      <dc:creator>AmeyaNatu1</dc:creator>
      <dc:date>2013-06-19T22:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to learn Javascript, Dojo, HTML5, CSS with ArcGIS API for Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378422#M35118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at our &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/intro_gettingstarted.html"&gt;getting started page&lt;/A&gt;&lt;SPAN&gt;. Personally, I would encourage you to start building something. The best way to learn is by doing. If/when you get stuck, post specific, detailed questions (with broken code!) here or one of the places listed on our &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jshelp/community.html"&gt;community page&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 01:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378422#M35118</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-06-20T01:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to learn Javascript, Dojo, HTML5, CSS with ArcGIS API for Javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378423#M35119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just been through this myself but came from a Flex/Flash background.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are only building ESRI JS API based apps, then as Derek suggests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you are building more general applications with a bit of mapping, can I suggest you doing the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Learn HTML5 first (HTML + CSS + JS). Not the whole thing, but enough for basic applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Introduce Dojo. Again, not the whole thing, but enough to get basic applications working so insulate yourself from browser differences and so also understand the new (ish) AMD way of doing things. I would say a firm understanding of Dojo is probably the most important part overall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Then introduce ESRI JS API which I think of being plain old Dojo but with ESRI maps too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 13:34:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-learn-javascript-dojo-html5-css-with/m-p/378423#M35119</guid>
      <dc:creator>IanWatkins</dc:creator>
      <dc:date>2013-06-20T13:34:20Z</dc:date>
    </item>
  </channel>
</rss>

