The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
37 views

Which desktop UI frameworks support keyTips like Windows Ribbon Framework? [closed]

I would like to know which desktop UI frameworks support KeyTips like Windows Ribbon Framework. I mean , among QT,GTK,FLTK,LGPL,wxWidgets which one do support it or is there any other Desktop UI ...
-2
votes
2answers
62 views

Help on an IMS App, Web Based or Desktop Based? [closed]

I'm a little bit confused. I'm currently working on an inventory management system project for a client, and don't know if I should make the system web or desktop based. I have reasons for making it ...
1
vote
1answer
156 views

Desktop applications - the fastest development [closed]

I write desktop GUI applications from time to time for my personal usage. What are my best possibilities in terms of choosing the framework/solution in which I would write my application really fast. ...
2
votes
4answers
1k views

Is there a way to develop desktop software using PHP?

I have to develop a real estate marketing CRM software for my client - where the application is installed on desktop but can also be accessed from web. 2 reasons why they want the application to run ...
3
votes
1answer
137 views

How to render RSS feed in a desktop RSS reader?

Consider one feed like this: http://feeds.feedburner.com/codinghorror It has the entire content inside the description tag of the feed, so you don't need to access the website to read the post. Now ...
6
votes
3answers
1k views

Showing advertisements in Windows Application [closed]

Is there any way to display advertisements in Windows Desktop Applications? I'm developing a free C# application, and I want to make money from advertisements. I came across this thread: Embed ...
2
votes
2answers
2k views

Python MVC framework for desktop applications

I'm used to program with Python and GTK using pygtk library. I feel like my programs are not well separated according to MVC model. I think following a framework it would help me to design better ...
4
votes
2answers
2k views

Is Ruby on Rails a suitable framework for a desktop application?

I was wondering if there are obvious advantages and disadvantages to using Ruby on Rails to develop a desktop application. RoR has great infrastructure for rapid development, proper implementation of ...