Where can I find documentation for Ext.nd framework? - extjs

There's a good web-framework for Notes/Domino, called Ext.nd
In download package there's html documentation present, but some important links are broken.
Links on to official page also are broken: http://www.sencha.com/learn/general-questions/
Where can I find a decent documentation/tutorials for this framework?

The docs are now online as well as the source.
http://www.sencha.com/forum/showthread.php?252711-Extnd-docs-are-now-online

Related

Do all language bindings of Selenium support same functionality?

I am reading Selenium documentation (eg http://www.seleniumhq.org/docs/04_webdriver_advanced.jsp) and notice that some examples are not available in JavaScript. Is it due to incomplete documentation or is certain functionality not implemented in JavaScript binding? Shall I learn Selenium using Java binding or would any binding be OK?
I think they do support same functionality. I remember that I was trying to figure out what to do from vs options on our mvc project. Just a great product with bad documentation :)
You can find the Selenium JavaScript documentation in below link:-
https://seleniumhq.github.io/selenium/docs/api/javascript/index.html
The above link contains all modules cover.
Additionally, they have put up all details regarding changes they have done version to version.

HTML-Tidy documentation [tidyCreate() ??]

I want to add html-tidy in my C projects (http://www.html-tidy.org/). Even though, a lot of documentation links can be found at the official website. I can't find any details explanation on html-tidy library functions (like man).
A sample can be found on the official website and I would like to know how the following function is working :
tidyCreate();

Is there a CakePHP offline manual

There used to be, but there don't seem to be any direct links. A little digging around revealed some answers which I thought it would be useful to share.
These are links to the manual in one page - useful for offline
use or creating a PDF using Dardo Sordi Bogado's build script.
1.2 Manual in one page
https://web.archive.org/web/20120730003805/http://book.cakephp.org/complete/3/The-Manual
1.3 Manual in one page
https://web.archive.org/web/20120730004040/http://book.cakephp.org/complete/876/The-Manual
GOOGLE DOCS - CakePHP 1.3 Manual
You can download CakePHP's manual from their website:
http://book.cakephp.org/2.0/en/
In the welcome section you will find two download links :
Download the documentation:
epub format = http://book.cakephp.org/2.0/_downloads/en/CakePHPCookbook.epub
original source = https://github.com/cakephp/docs
There is no 'right' answer to my question, but the discussion has proved to be very useful.
As CakePHP now publish 'offline-able' manuals on their website for 2.x http://book.cakephp.org/2.0/en/index.html this thread is effectively redundant.
take my work: http://sourceforge.net/projects/cakephp-doc/files/
I've used gotAPI in the past but it doesn't work if the API goes offline and doesn't cover the Cookbook.
I usually just refer people to the "All in one page" Cookbook links you mentioned as these can be saved as HTML or printed to PDF.
The main issue I've heard in the past about offline copies of the Cookbook is that the content is copyrighted to the CSF, but - looking now - the content seems to be licensed for non-commercial sharing under a creative commons license. (IANAL though.)
cakephp 1.3 offline docs as a zipped, google ads stripped off html http://www.4shared.com/zip/QbLIpxwC/Cake13_-html_docs.html .
For learning Basic Cakephp 2.X version offline
http://book.cakephp.org/2.0/_downloads/en/CakePHPCookbook.pdf
and For Advance CakePHP Tips on coding side you can download a manual from below link
http://www.pseudocoder.com/Super_Awesome_Advanced_CakePHP_Tips.pdf
i hope it will give you best guideline in CakePHP

How to setup a project to use TweetSharp

I am trying to follow Pete Brown's introductory WPF tutorial which makes use of the TweetSharp libraries to interact with Twitter.
I have downloaded what appears to be the latest TweetSharp binaries (and a few others including the ReleaseCandidate) from Codeplex (http://tweetsharp.codeplex.com/).
No matter what references I add and no matter what using statements I try, I cannot create a reference to the TwitterService for the FluentTwitter class.
I simply get the compiler error - "The type or namespace cannot be found".
Now I've noticed that the TweetSharp.dll that Pete references is 518KB but the one contained in each of my different downloads is only 84kb. (I've tried several times - I am getting the full download here).
The link from Pete's article to the TweetSharp libraries, no longer works (http://code.google.com/p/tweetsharp/).
What basic element am I missing here or what could I be doing wrong?
TweetSharp moved to CodePlex since that article was posted, which is why the link to Google Code is dead.
You need references to TweetSharp.dll, TweetSharp.Twitter.dll, (and for good measure Hammock.dll, and Newtonsoft.json.dll).
For using directives, if you're using the FluentTwitter approach:
using TweetSharp.Twitter.Fluent;
using TweetSharp.Twitter.Extensions;
using TweetSharp.Twitter.Model;
If you're using the TwitterService approach:
using TweetSharp.Twitter.Model;
using TweetSharp.Twitter.Service;
There are some other examples kicking around on CodePlex including some starter apps if you download the source code.
I think now it's in github https://github.com/danielcrenna/tweetsharp CodePlex didn't work for me?
Is the Tweetsharp library still on Codeplex? The link above has expired?
Or is Linq to Twitter a better option? I'm new to Twitter API and only need a few simple code examples (Search Feed, Geo Location & Post Photo to Twitter).

Seen any good early-bird sites with useful resources and code for O3D?

Looking for anything code-wise or even feedback on using/writing for Google Chrome's O3D?
It exposes Directx/OpenGL to javascript.
Google code has a directory of examples for it:
http://code.google.com/apis/o3d/docs/samplesdirectory.html
It also had a developer's guide:
http://code.google.com/apis/o3d/docs/devguideintro.html
I bet you could get some feedback on the discussion group.
You can have a look at my blog - I have put up a series of tutorials on O3D

Resources