If I develop a unique software using an open source software, do I have all rights to protect my Intellectual Property?
I dont know, if this is the right place to ask this question. But kindly answer
I'm using Netbeans to develop with Drupal. I'm trying to let Netbeans get drupal core and modules from the repository on drupal.org to my local working copy. Problem is: I already have a working copy that is not versioned yet.
When I try to checkout a copy from drupal.org, Netbeans asks if I want to create a new project - I don't. How can I turn my local copy into a "checked out" working copy?
Is there a good Eclipse RCP file explorer out there? I need a platform independent file explorer which should be extensible through plugins. I only found File Arranger , wich seems to be outdated.
I just ask cause i want to develop such an explorer, but it wouldn't make sense if there is already a solution out there.
Hi,
I'm going to develop a social like network using Ruby on Rails.
For this app I need basic social functionality like friends, activities, authentication, user profile, facebook connect, comments. I searched for rails plugins with social functions and i found - tog and community engine.
So which is better and more easier to extend?
Thanks
Hi,
I´m using Wordpress to develop a blog, and I need to rate things using a 5 star rate.
I saw many different plugins that rate pages and posts. But, besides posts and pages, what I need is to rate several things in the same post/page.
I have a list of links, where users cane rate each one of them.
Any ideas?
Thanks!
Hi,
I'm trying to develop an application that use the GPS and Compass of the iPhone in order to point some sort of pointer to a specific location (like the compass always point to the North).
The location is fixed and I always need the pointer to point to that specific location no matter where the user is located.
I have the Lat/Long coordinates of this location but not sure how can I point to that location using the Compass and the GPS... any help will be appreciated.
Netanel
I want to develop a gwt application using python .. but I fear that google will be the only host to host the code. is it possible to run gwt app on private server of other host.
Hi Everyone....
I am about to develop a online hotel reservation system...using php and mysql... I have some doubts about my current database schema and the business logic to get the hotels in which rooms are free between two particular dates...
Does anyone know of some kind of tutorial where i can get some idea about the hotel reservation schema and the business logics that should be used in the system...?
Thanks for your suggestions....
Our company has a project that right now uses nginx as a reverse proxy for serving static content and supporting comet connections. We use long polling connections to get rid of constant refresh requests and let users get updates immediately.
Now, I know there is a lot of code already written for Node.js, but is there a solution that lets Node.js act as a reverse proxy for serving static content as nginx does? Or maybe there is a framework that allows to quickly develop such a layer using Node.js?
Hi,
I'd like to create a screen which holds some Tabs in a multi lines formation.
I'm using Android 1.5 and develop for HTC Hero devices.
Thanks,
Eyal.
I want to develop a custom pdf viewer, in which I can add features like:
bookmarks
jump to specific page
take some notes
page flipping effect
Can you suggest some libraries in Cocoa touch to fullfill my requirements?
I followed the PDF viewing tutorial in which a webview was used but it only provides basic scrolling and zoom facilities. I have seen some apps in which bookmarks and page flipping is possible. Kindly suggest me something so that I can integrate more features.
Hello.
I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5.
Thanks!!
PD: If you can provide me real URL addresses I would be very grateful.
I want to develop Blackberry CLDC application using netbeans , but BB development plugin for Netbeans only supports the J2me development.
any ideas how to resolve this?
Hi all,
If I develop my application using eclipse RCP and my own eclipse plugins, can other people copy and paste my plugins and used in other application?
thanks
i have a problem with that code..
i got a error when i execute CommSetting.comm.SendMessage(pdu);
the error is
Phone reports generic communication error or syntax error
can u tell me how to solve my problem?? thx
i develop with c#, VS 2008
I have to develop a specialised report editor in Java. The user will get a number of fields that can be layed out on a page plus some graphical elements. The resulting report design needs to be serialized into already defined database tables.
Is there any software library that will help to achieve this without reinventing the wheel? I have come across Eclipse GEF and Zest, but I am not sure if this really meets my problem.
Dear all,
I want to develop a yahoo client (core java) which connects to yahoo messenger ,checks for the authentication and login through java code.
I have already used jymsg api ,but since yahoo changed its protocol after august 15,2009 i m not able to connect to yahoo server through java code.Is there any api or source available?Do i need to change the authentication method.help in this 2 resolve problem.
You said in a post that you are an engineer and you have MTK development platform for MT series mobiles with English explanation. Can you please tell me how your company obtained it? Did you purchase it from MTK or you downloaded it? If you downloaded it please tell me your source.
I am researching how i can develop application in the MTK platform so i hope you could help me with this information.
Hi,
I'm still checking everything out.
I'm wondering what the limitations are if we develop the app using Titanium.
What cannot be done using Titanium, for iPhone and for Android?
What things can only be done using only the the native tools?
I heard that performance could be an issue. How bad is this going to be?
Thank you in advance. :)
can anyone provide me sample code to develop a struts i18n application containing two jsp pages with two buttons(a single toggle button) to switch b/t two languages...
i am a new to struts
thnx in adv...............
If you're not familiar with OneNote's "napkin math" feature, it allows you to type mathematical equations and have OneNote evaluate them on the fly (with a limited set of operators/functions). I'm wondering if it's possible to create my own, either through an obscure UI in OneNote, or through some sort of custom plugin that I would develop.
Just wondering. Thanks!
Hello,
I am trying to develop an application which uses storekit api. The document (Store Kit guide) suggests that the api will not work on a simulator. I found out that memory leaks will not be able to work on a device. I was wondering if any one can tell me how to check for memory leaks while using a store kit api on a project?
How is it possible?
Has anyone managed to develop Android Applications using Eclipse on the Windows platform. I understand the ADB needs to recognise specific models of phone and wondered if the Tattoo is supported.
thanks
Mark
hi all,
I want to implement Dicom using JAVA.
And also i should not use any existing API and i have to develop from the scratch.
I spent almost 10 days in understanding DICOM itself,i got some vague idea
so kindly help how implement it in java , where to start,architechture etc...
Regards,
Sam
I'm trying to use facebook connect in my site so users can register/login with it and I'm having a little bit of trouble understanding all the tutorials around the web.
My question is simple, does the facebook php client lib work in my use case or only to develop facebook applications that run inside fb ?