Looking for EXTJS4/senchaArchitect tutorials in detail, I went through the sencha docs but i would like to have more information or examples on the same.Thanks!
The sencha tutorials are the most complete tutorials on sencha I know of.
Generally they give you a direction, and the api docs are sprinkled with enough examples to get stuff working.
You can however also check out their video channel http://vimeo.com/channels/sencha .
Related
I want to learn sitefinity web development, is there any great tutorial, document or sample video? Anyone can share with me some links. I am totally a beginner.
For a total beginner maybe this Pluralsight course would be a good start:
https://www.pluralsight.com/courses/sitefinity-development-introduction
You can subscribe for a free trial and watch it.
There is plenty of documentation on https://docs.sitefinity.com/
Then, just start playing with it, that's usually the best way to learn.
I have found a bunch of images showcasing an app in a very nice way.
Can anyone link to a good tutorial on how to do these in Photoshop:
Found it! Here's some good mockups.
http://designbeep.com/2013/10/04/15-free-perspective-screen-mockups-showcase-app-design/
I am planning to learn Sencha touch. I heard Sencha touch-2 is the latest version. So I started to looking on version 2. Still I have a confusion that, whether I should study Sencha touch 1 also?
Some of my friends said that, knowledge in version 1 will not much helpful for learning version 2 because architectures are different in both.
Could you please clarify my doubts? And as a beginner, I found it is very difficult to follow the official document? Is there any simple document to start Sencha 2..??
Any single help would be appreciated...
Thank you....
Having been working with Sencha Touch for over one year, from Sencha Touch 1 to beta versions of Sencha Touch 2, I can make sure that you need not to know anything about 1.x before learning 2.x
Why?
Sencha Touch 1 has a bad MVC design. If you try to understand them, it's like you're spending one year to master Windows 98.
Sencha Touch 1 does not have friendly APIs. There will be many things you don't know why they must be there, and why not.
Sencha Touch 1 has a very poor documentation and a few example sets, while Sencha Touch 2 documentation teaches you almost everything you want to get started.
Optimization varies greatly between these two versions, in which (of course) Sencha Touch 2 is better.
I started learning Sencha Touch 2 without ever having worked with ST1. I recommend you to start reading this guide and possibly also watching these videos.
I learned a lot by watching the code of their examples, which you can find here.
You can edit the examples which are included in the guide (For example go to http://docs.sencha.com/touch/2-0/#!/guide/first_app and click Code Editor). Try some things out and you'll learn ST2 pretty fast ;)
I am just a beginner in Titanium and searching for few sample source code to learn from and run. Downloading and working with kitchen sink or with the API is a big pain, to understand as well as to work with.
Although everything is there in both and they have given sample but that seems like not an implementation. I just want to have some source code to learn how, when and where to use the elements? How things work, how are they integrated etc.
Usually at the Q&A section there are samples of code. Just search what you are looking for: http://developer.appcelerator.com/questions/newest
The Wiki provides examples: http://wiki.appcelerator.org/display/guides/Home
Even this website provides code samples, check out the Titanium Tag: https://stackoverflow.com/questions/tagged/titanium
And last, but not least, there seem to be more and more code samples in the API Docs: http://developer.appcelerator.com/apidoc/mobile/latest
Good luck!
As an option, you can find good application samples on CodeCanyon. They're not free but you can learn a lot by examining how to start from scratch to build an application like;
Simple Foursquare like apps
Photo gallery apps
TODO apps etc.
http://codecanyon.net/category/mobile/titanium
I found this Forging Titanium series on Vimeo.com to be one of the best. Just watch out this complete series. Beside providing you with basics and advanced limelight on elements and functionality, also provide link to many github public repository we can follow and get numerous sample codes.
I find it hard to find some working examples of Cocoa/Carbon framework functions, whereas there are well documented function prototypes from Apple.
For example, LSOpenItemsWithRole function has well defined prototype, but I guess some examples would be a great help for a mac programming beginners like me.
How can I find some working examples for Cocoa/Carbon API? Doesn't Apple provide that? MSDN has good working examples, I expect similar thing from Apple.
You can find some sample code on Apple's developer site, and some of it can also be found within the Xcode documentation viewer. In fact in some cases, but probably not enough, you'll see links to sample code right at the bottom of the API documentation.