Seen any good early-bird sites with useful resources and code for O3D? - 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

Related

Why is Doxygen so unfriendly to mobiles?

Doxygen seems to be the number one choice for code documentation in C++ (and many other languages) but every time I browse Doxygen generated doc from my phone, the site literally does not scroll, text is horribly small ...
How come ?
I come from python/sphinx, and sites like readthedocs.org manage perfectly mobile friendliness in the HTML generation (IMO), whereas the most popular documentation system around can't ? I must be missing something.
I tried looking around the interwebs for some HTML theme minimising problems, but no one even mentions the pain of trying to browse API references from a phone (yes, I do that :p)
Anyone experience the same problems or has a solution / workaround ?
Ps: Try Google mobile friendliness test on doxygen API sites like this intro to Doxygen, generated with Doxygen
EDIT [2017] : Seems Doxygen is getting better, the link in question is now "fully compatible with mobile" according to the quoted google tool. Thanks to everyone in the community making things better !
There is a project on github called doxygen-bootstrapped using bootstrap for doxygen documentation, making it much more mobile friendly. See this demo.
The demo is marked as mobile-friendly by your link

AngularStrap and Google maps

What is the best integration Google Maps with AngularJS to be compatible with AngularStrap?
I just found two good choices:
Angularjs-Google-Maps (https://ngmap.github.io/)
Angular-Google-Maps (http://angular-ui.github.io/angular-google-maps/) - looks like angular-ui part
I appreciate any advice in this subject.
Thanks.
Finally I use https://ngmap.github.io/ and I'm happy with it.
Quite good support and very quick setup.

How to make a scaling project using CakePHP?

I wanto to know if there is some tutorials, books etc.
that explai how to make a scaling project using CakePHP
Here is a good article on how to speed up cakephp performance. Also take a look at the comments after the article.
http://www.pseudocoder.com/archives/2009/03/17/8-ways-to-speed-up-cakephp-apps/
I would look first at optimisation over scalability. CakePHP is very able to handle large applications and databases. But in answer to your question...
Try Googling "Cakephp scalability"
http://philip.greenspun.com/seia/scaling
http://www.rawseo.com/news/2009/06/25/better-ways-to-improve-php-application-performance/

GWT+UIBinder+Gin+Guice+JDO+GAE example

I'm trying to link all this technologies, but there are many isolated examples and I do not have enough experience to link them together
so my questions:
Whether there is a similar example?
Is it possible to use UIBinder with Gin?
Any recommendations to implement it?
The GWT blueprint that we use and works great for us.
http://sonymathew.blogspot.com/2010/01/gwt-jee-blueprint.html
My own project is in an early phase, but it has all these technologies. You may want to take a look:
http://code.google.com/p/puzzlebazar/
Unfortunately, I don't know of such tutorials (a possible solution would be to get a book on GWT, but I don't know if there are any that deal with GWT 2.0 and Gin) - I'm afraid it's up to you to patch the knowledge from them together, that's what everyone has to do, right? ;) If you have some specific problems feel free to post a question about it, then we could help.
As for the UiBinder + Gin issue - I'm using both technologies and it's a breeze, but that's mainly because I'm also following the MVP (Model View Presenter) architecture/model - that way the view doesn't really has any dependencies and the Presenter does all the work. More on that here: http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html
Here is a nice tutorial. The app is very simple but demonstrates all the basics you need.
http://reminiscential.wordpress.com/2010/03/01/building-a-gaegwt-application-using-the-best-practices-index/

orkut application

i am a beginer in developing orkut application. can any one tell me the basics of that like how database is designed and all...
How about the orkut documentation for developpers ?
http://code.google.com/intl/en-US/apis/orkut/
I do recomend you to go first to the orkut developer forum, read the fixed topics an then go to the docs that MAX suggested. :)
The reason is that there are a lot of outdated informations in the docs. In the forum the informations are more updated and you can always ask the community if something doesn't work. ;)

Resources