jqTouch & Documentation - jqtouch

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.

Related

AVAudioEngine documentation

I'm trying to find a detailed documentation for how to work with AVAudioEngine. Does anyone know where I can find it?
I've found this, but it seems extremely spartan in comparison to the richly documented UI stuff.
https://developer.apple.com/documentation/avfoundation/avaudioengine
Is this it? Are there header files somewhere I can at least peruse, like there was with AUGraph (before they deprecated it).
You can also try Apple's official sample code at
https://developer.apple.com/library/archive/samplecode/AVAEMixerSample/Introduction/Intro.html#//apple_ref/doc/uid/TP40015134-Intro-DontLinkElementID_2
The link you provided should be enough to be able to work with AVAudioEngine. If you go to the parent page of AVAudioEngine, that can be found here, you can see all the building blocks you need to work with the audio.

AEM classic UI how to and good readings

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.

Image Editing Issue

I am working on an app with have requirement to give "Droste Effects" on image.i did search on Google more but not find programming solution for this effects.the effect example in there below.
http://apping.me/ios/4eb514ba8491783f5b0001e2/droste+vision.html
http://www.pmavridis.com/iDroste/iDroste.html
Please provide me suggestion or any tutorials link. How i will do that task?.Thanks in advance.
The Droste effect is a trick made with some intense mathematics and a recursive function. Please read http://www.josleys.com/article_show.php?id=82. If you don't know about recursion please read up http://en.wikipedia.org/wiki/Recursion. Since your request is very specific I doubt there will be many people who happen to have a Droste effect code written in the iphone programming langauge, but the links above should help you understand the math behind creating your own. Good luck.

Is there a good iphone sdk documentation site that provides good examples / common usage?

The problem? I look up stuff in the xcode documentation and find very useful lists of objects, methods, etc... But then I still have to go somewhere else to find useful example code of how to use that object. For example, I looked up NSNumber yesterday and found all of the neat stuff it can do, but I still had no clue how to use it. That's just an example. I'm sure I could read the objective c pdf front to back and learn something there (which I plan on doing) but what about later? When I'm looking up some UIKit object? Do I have to go find a tutorial each time (or lately, I just ask StackOverflow and you guys take care of me).
Is there a part of the apple website / xcode documentation that shows the example code I'm looking for?
Is there a wiki site out there or something that has what I'm looking for? (I just tried a simple google search "iphone sdk wiki". this site could be good. iphone sdk wiki . I'll check it out. Anyone else have one they like? )
This is also sort of a mild complaint to Apple. Why not a section on each code definition page that shows usage?
I've found the sample code section on Apple's iPhone Developer Connection be extremely useful not only for samples of complete applications but also a best practices source. Going through the code of The Elements, for example, will expose you to how to use particular classes as well as how to structure your code. It is a wonderful example of how to create a non-trivial iPhone app.
Look in developer.apple.com/iphone they have pretty good documentation (you can use the search bar there) on all the classes and have a lot of good sample code..
I really would emphasize the "Related sample code" section on many, if not most, of the documented classes.
But, IMHO, there isn't any easy way of acquiring the knowledge to develop in Cocoa/Cocoa Touch. The API's are so numerous that it simply takes a lot of time and experience. You just have to work on it, look at a lot of books and study the sample source code where available.
I've tried to take a purposeful approach by carving out some time every week to learning a new API/class irrespective of whether my current project needs it or not.
Alternatively, search Joe Hewitt. He's the developer for iPhone facebook. He has a project you can download that demonstrates all the features of facebook. It's an awesome open source project!
When you look something up in Xcode Developer Documentation, you sometimes get a Related Sample Code: text that tells you what Sample the method or property is used in. Too bad you can't click on it to see the code, but if you do click it takes you to the page to download the sample. – mahboudz 0 secs ago
Apple Developer site has all kinds of code examples. Try searching google for a UICatalog project, it will show you all the basic UI stuff you can do, like adding buttons and progressbars through using only code.

Best examples of data visualisation?

I love data visualisation and to spread that love I thought we could share our favourite examples of data visualisation:
Chess moves http://turbulence.org/spotlight/thinking/chess.html
Chris Harrison's Visualisations http://www.chrisharrison.net/projects/visualization.html
I especially like the bible and Wikipedia visualisations.
If you're interested in creating your own visualisations a good place to start would be to check out processing.js (http://ejohn.org/blog/processingjs/).
Information Aesthetics's feed is on my home page and has been the source of many interesting visualizations since I've placed it there.
glTail.rb - real time log info, Linux only.
This is a recent favorite The Ebb and Flow of Movies: Box Office Receipts 1986 — 2008.
Blew my mind is college Napoleon's Invasion of Russia, 1812.
And always check out Tufte.
I always found Gource to be pretty interesting; check out some of the samples. Histories of git projects.
I find codeswarm really amazing. Check out the video of eclipse.
I just came across the JavaScript lib called Raphael, haven't tried it but the demos impressed me:
http://raphaeljs.com
-- pete
I'm surprised no one has suggested d3 yet. Check out the website, its awesome: http://mbostock.github.com/d3/
For a large collection of manually selected information visualizations, please see http://www.infovis.info -- some of the online collections that I drew from no longer exist!
I show or link some examples in my blog post here: http://mycarta.wordpress.com/2011/11/17/time-to-spice-up-your-visualization-skills/
There is also a terrific selection of examples on this thread in Quora:
http://www.quora.com/Data-Visualization/What-are-the-best-data-visualizations-ever-created
A friend of mine did this and got it exposed at MOMA in NY
http://pmcruz.com/information-visualization/traffic-in-lisbon-condensed-in-one-day
It represents the trafic in lisbon over time, it was done with processing and there is no map behind it, just the coordinates of cars with public gps moving around