Facebook App using Qooxdoo or any other RIA Framework - facebook

is it possible to create a UI for a facebook app using qooxdoo or anything similar?
Thx, Sven Koluem

Yes, you can use Javascript frameworks with Facebook, it is a little bit tricky but possible. If you use qooxdoo or any other library in iframe, there is no problem. But if you want to use them in native code, then you have problems.
Here is a link about using Jquery in Facebook apps:
http://userscripts.org/topics/23292?page=1#posts-103426

Related

Best framework to create mobile applications?

I'm looking for a Framework to create mobile applications, if possible writing all code in Java. The idea is create for all mobiles Android, iOS, Windows Phone etc.
I found: Sencha, Vaadin and others.
What's the best ?
if you need to build cross mobile application you can use phonegap http://phonegap.com/ it is better you can use javascript and HTML and CSS to build applications.
Xamarin is another great one. I think you're asking the wrong question though. There isn't really a BEST one, its more what fits into your style. Some might say phonegap is the best, but you can't use code behind in phonegap only HTML CSS and JavaScript. So you gotta find what works best with what you want to do.
Also, look up chrome web apps. You can now develop apps using chrome rendering engine and usual html css and other web based code types and package into apps for the different os app stores.
Everyone is talking about Ionic, I am using it and I love it. Here are some slides to introduce you.
I would use ionic framework, is based on apache cordova, and use AngularJS. If you dont know AngularJS you have other alternatives like goratchet made by bootstrap creators. The only 'problem' is that you'll have to use javascript, html and css, not Java.
I am using ionic framework as well. The best part is you do simple command like ionic build ios to have an ios version of your app, as well as ionic build android for android version.
AngularJS is actually easy to learn (as long as you have basic understanding of JS), the best resource would be egghead.io. I use Ruby on Rails as backend to render an API for my ionic app to consume, so i pretty much don't need to use NodeJS or other JS framework as backend. Also, there is a lot of support for ionic. You can always search Google for a codepen example if you need help.

Make Facebook Fan Page into iOS app

I would like to make a Facebook fan page into a stand-alone iOS app.
Is there an easy way or template to make it so?
Thank you so much in advance!
Simple way to do this is, create a project with only one view drag and drop UIWebView and just link your Facebook fan page to it.
Well, no.
But there are a lot of tools to ease the pain from 'no coding required' to phoneGap (wraps your html, css and javascript for the iPhone) and Titanium (compiles your html, css and js to native app code).

Best language for facebook app

I'm thinking about creating a facebook app. But i'm not sure about what coding language to use. Does anyone have any reccomendations?
PHP is recommended, and its integration with javascript.

Better Facebook SDK

I want to develop facebook iframe application and I have working experience of .NET and PHP. Can anyone help me figure out which is best SDK to use ( .NET or PHP). Which is better to use?
If you're best with PHP, I'd recommend using the official Facebook PHP SDK, otherwise you may want to check out Microsoft's Facebook SDK or Facebook's C# SDK.
I haven't has a chance to mess around with any .net SDK...
But, as far as Facebook SDK's go - the php one is quite satisfactory. I would try it first, then if you are not happy with it - go to the other one.
I think PHP is better than other, beacuse facebook is already using php in a development process...
I would recomend based on your command on the programming language. Both have SDKs to use facebook.
If you have good knowlege in both, better suggestive is PHP over .NET

Deviant Art API or SDK for iPhone?

Do you have any idea if there is available an official DeviantArt API or SDK for iPhone?
I am building an application and I would like to integrate a search through Deviant Art public feed.
Is this possible?
There is no official API or SDK for the iPhone. From reviewing their forums, it has been suggested many times, but so far has not been provided.
There's something called DiFi: http://www.botdom.com/documentation/DiFi that may be worth a try.
If that doesn't work, you could try interacting with the web site using a hidden UIWebView by using the – stringByEvaluatingJavaScriptFromString: method. I've used this in the past to interact with web sites that do not provide an API.
That's a wonderful idea, Andrei, but I don't think deviantart has any APIs available. However, what you want to do might not be impossible, you would just need to build your app to work with deviantart's website.