<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating a simple map dijit with the ArcGIS JavaScript API</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/03/Creating-a-simple-map-dijit-with-the-ArcGIS-JavaScript-API.aspx</link><description>Dojo Widgets or dijits are a great way to build web application UI components that either combine other components or bind data with business logic. Dijits are designed to be easy for users embed within their web applications. In this post we’ll create</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>re: Creating a simple map dijit with the ArcGIS JavaScript API</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/03/Creating-a-simple-map-dijit-with-the-ArcGIS-JavaScript-API.aspx#2915</link><pubDate>Tue, 04 Nov 2008 01:52:45 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2915</guid><dc:creator>Al Pascual</dc:creator><description>Great post, shows how easy is to create a widget and sets the developer to write the application using widgets instead of adding all the html/css and javascript inline. 
Thanks
Al</description></item><item><title>re: Creating a simple map dijit with the ArcGIS JavaScript API</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/03/Creating-a-simple-map-dijit-with-the-ArcGIS-JavaScript-API.aspx#2947</link><pubDate>Mon, 10 Nov 2008 11:53:01 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2947</guid><dc:creator>mark</dc:creator><description>please show us something useful like how to create or extend a task.
this djit stuff is just the emperor new clothes.</description></item><item><title>re: Creating a simple map dijit with the ArcGIS JavaScript API</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/03/Creating-a-simple-map-dijit-with-the-ArcGIS-JavaScript-API.aspx#2950</link><pubDate>Mon, 10 Nov 2008 17:41:20 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2950</guid><dc:creator>jayantbsai</dc:creator><description>&lt;p&gt;Can you please clarify what you mean by 'create or extend a task'?&lt;/p&gt;
</description></item><item><title>re: Creating a simple map dijit with the ArcGIS JavaScript API</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/03/Creating-a-simple-map-dijit-with-the-ArcGIS-JavaScript-API.aspx#5266</link><pubDate>Mon, 20 Apr 2009 16:13:24 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:5266</guid><dc:creator>mcprins</dc:creator><description>so what about events like a div with the mouse position or the mapscale?</description></item><item><title>re: Creating a simple map dijit with the ArcGIS JavaScript API</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2008/11/03/Creating-a-simple-map-dijit-with-the-ArcGIS-JavaScript-API.aspx#7204</link><pubDate>Thu, 23 Jul 2009 11:24:52 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:7204</guid><dc:creator>Adam</dc:creator><description>Why Do you use complicated code:

djConfig = {
        parseOnLoad:true,
        baseUrl: "./",
  	modulePaths: {
  	   "mydijits": "./mydijits"
  	},
  	xdWaitSeconds: 10
      };
instead of:
dojo.registerModulePath("mydijits","mydijits");
Maybe You can put some description?</description></item></channel></rss>