Well, I tried Shoes, Titanium, and RubyFX (or was it FXRuby?) and am not yet quite happy with the stability and cross-platform support from any of them as desktop application GUI tools. Next in line is Adobe AIR. Anyone know what the best tool is that will integrate Ruby and Adobe AIR? Is it even possible?
...
My program saves a file on the device during runtime and reads/writes data from it during runtime.
Currently it gets saved in the SDCard. I want to know if saving it in device flash memory would be better than removable media. Does device allows us to write something in its internal memory?
Suggestions/Ideas?
Thanks
...
I wanted to develop an iphone magazine application which will allow a user to purchase single issues or subscriptions through safari with a user id instead of the app store. What does my website require to be able to handle this?
...
Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule) ?
...
Does anyone know of any good resources that will help me get started with understanding SIF and how to integrate it into a web-based application?
Thanks!
...
I am implementing Visual Studio Add-in and I want my service to be notified when class or method is removed in C# editor. Is there any samples showing how to do that ?
...
Hello RAJ..
I wanted to know if you can share how I could leverage the tool you have developed to achieve this Integration... Please mail me at [email protected]
...
I am writing a program in java that models a carnot engine and I want to calculate the work done and I need to use integration. I have been looking around on google and haven't found quite what I am looking for, have any suggestions?
...
Hello. I am developing a site (ASP.Net based) that, besides other features enables the users to blog as well. I am thinking of integrating BlogEngine.Net to my portal.
From whatever little I have analyzed, integrating at presentation layer will be far more challenging in comparison to doing so at business layer. That means (I guess) I w...
I am integrating a custom written CMS with IP.Board 3. I would like to use the cookie information (username) that IP.Board stores upon login.
Does anyone know how I can access that cookie? This would be in PHP, of course.
...
Hi, I'm developing a Blackberry application, where I need to get the list of profiles from phone (for sound settings).
Is there any way for getting the profile info?
...
What kind of integration does trac have with subversion repositories?
Is it simply being able to view the source files or is there more to it?
...
What is the best way to share authentication information between two unrelated applications. Is there a standard for this?
For example, if I use MoinMoin and vBulletin on a same website, is it possible for both systems to share the same authentication information (i.e. so, a user will only need to signup for 1 to have a common login for...
Let me first give an example. Imagine you have a single server running a JVM application. This server keeps a collection of N equations, once for each client:
Client #1: 2x
Client #2: 1 + y
Client #3: z/4
This server includes an HTTP interface so that random visitors can type https://www.acme.com/client/3 int their browsers and see ...
Actually I am assigning custom ringtone with contact number in a custom database contact list.
Now I am having problem with the reading to that contact list.
If anyone having any idea about this problem pls pls help.
UPDATE
public void showAddressBook() {
try {
ContactList contactList = (ContactList) PIM.getInstance()
...
Hi,
I recently joined a friend of mine in developing his web app. He built it from scratch using the MVC pattern.
Now I'm trying to make a new (and separated in a sub domain) mobile site that's based on CodeIgniter, but I have no idea how to utilize the models my friend made, especially considering they don't follow CodeIgniter's rules...
Hi everyone!
Actually i trying how to read the profile status but i am not getting that.
....
If anyone have an idea how to create new exception in profile programmatically,
will really helpful for me.
Thanks
...
Below link is not enough to get profile status....
http://stackoverflow.com/questions/1892579/blackberry-get-list-of-profiles-and-active-profile-info
Is there any indirect way to get Profile status, programmatically?
I am trying to find the profileIndex but failed.
If anyone know anything about this problem solution pls pls share .
Th...
Hi.
I'm developing (trying for now) portlet that will be integrated with LinkedIn.
Following the documentation about it:
http://developer.linkedin.com/docs/DOC-1008 -->
The first step to authorizing a LinkedIn member is requesting a requestToken. This request is done with an HTTP POST.
For the requestToken step, the following componen...
This might sound really crazy, but still...
For our revamped project site, we want to integrate Trac (as code browser, developer wiki and issue tracker) into the site design. That is, of course, difficult, since Trac is written in Python and our site in PHP. Does anybody here know a way how to integrate a header and footer (PHP) into th...