AEM classic UI how to and good readings - aem

I am working on AEM 6.2 and I am interested is there any good blogs, tutorials or anything else you can recommend to read about it.
In more detail, I was looking something more detailed about using listeners in the dialog files, and cant find anything that would be a good read about it.
Thanks

1) ClassicUI
If you looking specifically for the Classic UI, you'll need to focus on tutorials around CQ tutorials to give you the 101.
2) General Reading
Here are some links, that could get you started:
Quick Video
https://www.youtube.com/watch?v=1jQb5y6wupA
101s
http://www.aemcq5tutorials.com/tutorials/aem-cq5-tutorial/
http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__zjpb-hello_communitymemb.html
AEM Learning from Tech Up
https://8bitplatoon.blogspot.co.za/2016_01_01_archive.html
Adobe's Master Reference
https://docs.adobe.com/docs/en/aem/6-2/deploy.html#What%20is%20AEM?
I find this super useful and well structured.
Best of luck.. and enjoy the journey.

Related

How to use GWT's editor framework?

I'm trying to learn how to use Google's Web Toolkit (GWT) editor framework. I haven't been able to understand how I can use it through the documentation. The examples I've found online were not helpful for me to begin with. I would like to ask if someone can provide a simple working example.
The book GWT in Action, second edition has a chapter about the EditorFramework.
The sample code is free to download:
GWTInActionSamples
You should find working examples in chapter 9.
You can also look at the following sites for further reference, good examples to get your hands dirty with! Might not be a full blown examples, but definitely a good read to understand the concepts!
http://cancerberonia.blogspot.in/2011/12/gwt-editor-framework-100-java-example.html
https://github.com/marcojakob/doxblox-server/wiki/GWT-Editor-Framework

Where to start to learning Mojolicious?

I am new to the Mojo framework... I went through some of the wiki pages on the Mojolicious website, however couldn't comprehend many things. The documentation seemed to be for someone who already has a background with the Mojo framework.
So, I'm wondering whether there is any place for a newbie to start?
Thanks in advance.
The wiki isn't necessarily trustworthy, since anyone can change it, and it isn't always up to date.
Start with the mojocasts at http://mojocasts.com; then move on to the docs.
The docs are accessible for new users; just make sure you read the guides in the order they are listed on http://mojolicio.us/perldoc.
the mojocasts cited by tempire are a good start, I find the docs a bit fragmentary, and prefer
to dig the code of other projects...
Here you can find some code to read here
https://github.com/kraih/mojo/wiki/Example-applications
This one is pretty good:
https://github.com/tempire/MojoExample

jqTouch & Documentation

I'm playing around with jqTouch - a very impressive project - however, I was wondering if there was some systematic documentation I could get my hands on?
The website gives some demos, but I'm finding it very slow going having to look through the source code to figure out what class I should assign to my divs, lis, etc.
Anyone got any pointers?
Thanks in advance,
There is no real documentation per say, however check out
Best article about how to use jQTouch
for some useful tutorials.

Tutorials and resources on jqgrid and flexigrid

Am currently trying to use for the first time both jqgrid and flexigrid to make database driven pages whos backend uses Zend Framework.
I have been googling and the search results that turn up aren't very helpful.
Any links that can be helpful?
Sorry I'm not fammiliar with the Zend framework, but as per a useful link for jqGrid documentation I find this wiki to be the best.
Edit: This is also a valid documentation resource here.
The Demo page on the official jqGrid site provides a lot of good examples and the code behind them.
Well worth checking out as it covers most things you can do with it.

Codesmith resources

I use Codesmith to create our code generation templates and have had success in learning how to use the tool by looking at example templates and the built in documentation. However I was wondering if there are any other resources (books, articles, tutorials, etc.) for getting a better grasp of Codesmith?
Have you checked the codesmith community site
We also have a great new collection of video tutorials available. You may want to check those out as well.
There is also a Google Code Codesmith section where you can download the latest updates of some CSLA, nHibernate and Plinqo templates.
Here is an interesting tutorial for building a data access layer using CodeSmith.
Depending on the templates you are using, we might have a separate website with tons of useful information like nettiers.com and plinqo.com. Also check out the help section on our community site.
We have also recently created a new WIKI (http://docs.codesmithtools.com) for all of our documentation.
Thanks
-Blake Niemyjski