orkut application - database

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. ;)

Related

Wordpress and database basics. Where to start?

Hope you are doing all ok.
I am new to programming and I've been messing around with some things: javascript in Google app script, some python lines too, and some basic SQL skills too. I managed to create a simple system for a nonprofit organization and now I would like to learn about Wordpress and how to connect a database (phpmyadmin from xampp) to my Wordpress Frankenstein. I managed to create a simple (VERY simple) site and I've been playing a while with xampp, but now i would like to:
1- send data to my database from my Wordpress site (I know how to build a form already).
2- send data from my database to my Wordpress site.
3- edit data stored in my database using a Wordpress form.
I know there are a LOT of things involved in my questions but I just want a... mmmmmm... starting point, maybe? what should I learn, read, study to accomplish this task?
Sorry if this question is too newbie or basic for some people here but as I said before: I am learning. I've been looking around for about one month but I really don't understand how it works.
Thanks a lot guys/girls for taking the time to read my question and, more important, thank you in advance for your advice.
A great way to start learning a language/how to achieve something is to either take a course on coursera/khan academy/youtube or google it!
A few quick resources I found:
1) Working with Databases in Wordpress
2)How to build a Wordpress Database Table
3)Beginners Wordpress Database Guide
Hope it was helpful!
PS:First Answer, if anything is wrong with this please let me know!
The situation each and every of us faced when we have been started !
Lets share my learning from that mistake with you.
Don't focus on too many thing.
First use WordPress and all popular plugins as user and try to understand how its work and what is the usability of the plugin.
try to read some guideline , Obviously w3 school.
If you are not good in PHP , Then try to learn PHP first. Then OOP in PHP from w3 school.
After that try to start developing a small plugin like "A plugin to print Sunshine after each content " or "A Plugin to extend Wp User Profile Info Like to add Facebook link or Twitter Link"
Both having proper tutorial. So check carefully from envato tutus.
Start learning by building things , Not like start learning by only reading. And thats the journey --- let me know if there I can help you in any way :)

Using AngularJS with Oracle Apex

I was wondering if anyone who uses AngularJS with Oracle Apex could recommend some resources or tutorials on integrating the two please?
I have found a Dan McGhan presentation and a Codersaurus video but unfortunately these don't go into sufficient detail to start me off.
Any help or advice would be gratefully received. Thanks in advance.
A quick Google search gave me this Guide from Dan McGhan. In part 3 he shows a nice way how to embed the neccessary files, even that you will need to take care of the allow-file-access-from-files property.

Cleverbot auto reply

Which technology is used by cleverbot to give auto reply. As I want to research on it and later on built on cleverbot like web application of my own native language. I am in initial stage exploring how it can be made, your answer will be valuable to me.
Thanks in advance.
https://cmdbot.readthedocs.org/en/1.0.3/your_bot.html :) try reading this page! It explains how it works.

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/

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