Practical Dojo Projects

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

The era of professional JavaScript development has arrived! Gone are the days when writing all the clientCside code for your applications by hand yourself was the norm. Gone are the days when scrounging around the Internet to find a snippet of code to do something you need could lead to either decent code or utter garbage that youd surely regret using later.

No,writing highCquality JavaScript these days is a whole lot easier with the advent of topCnotch libraries that save you time and effort,and one that stands out from most others is Dojo.

Dojo is a library like few others: written by some of the best JavaScript coders around today,providing nearly everything youll need to write modern Rich Internet Applications,all in one place. From Ajax to widgets,to clientCside persistence and language extensions,and many points in between,Dojo has it all.

In Practical Dojo Projects,youll learn all about what Dojo has to offer. Youll see it in action in the form of five fully functional applications,which include *A contact manager for storing info for all the important people in your life *A code cabinet: a place to store,index,and get code snippets from *A stock tracker to keep track of your stock portfolio *A message forum for open discussions on topics you define *Even a fun little game! By the time youve finished reading,youll have a firm grasp on what Dojo is all about,and youll have the preparation you need to begin to use it yourself in your own projects. See you inside! What youll learn *Uncover the fundamentals of Dojo,its core,Dojo Widgets,and DojoX. *Build sophisticated JavaScript/AjaxCbased applications starting with a Dojo contact manager. *Create a code cabinet,a place to store snippets of code for later reuse using Dojo and Dojo Offline (based on Google Gears). *See how to build an interactive and fun came application using Dojo. *Build a stock watcher application,which allows you to enter ticker symbols and will show you realCtime updates using some available web service; show net gain/loss over varIoUs time periods (hourly/daily/weekly/monthly/yearly) with varIoUs charts and graphs. *Take Dojo into social networking by building a messaging forums application. http://rapidshare.com/files/157649570/1430210664.rar http://depositfiles.com/files/loflt7bn5

相关文章

参考博客:https://blog.csdn.net/blog_szhao/article/details/50220181           https://doj...
我有一个包含多个字段的Dojo DataGrid.我目前正在设置查询一次搜索一个字段,如下所示: grid.setQuery(...
我正在使用JsonRestStore,但想为它添加一个自定义Accept标头.最好的方法是什么? 这与dijit.layout.Con...
我需要选择一个给定其URL的链接节点.使用属性选择器的效果非常好,除了少数几个url有tilda的情况.我无法...
我正在尝试使用Dojo JSONREST的增强网格,我遇到了一些问题. 我一直在寻找一些例子,但无法弄清楚如何做我...
如何根据一些运行时参数隐藏dgrid(gridFrom Html)中的完整列? 让我们说如果参数的值为true我应该能够显...