0
votes
0answers
7 views
Is there a lightweight standalone SOAP server? Or how would you implement one?
The challenge here is that I need to implement a highly concurrent and dynamic system that is based on SOAP communication - in Java. It can be viewed as a multi-agent system where …
3
votes
2answers
220 views
Looking for a simple graphical component for Delphi
Hi SO.
I am looking for a graphical component in Delphi winch have such features:
allows to paint text in different font types, sizes and colors
allows to select previously draw …
3
votes
8answers
316 views
HTML: Tab space instead of multiple “nbsp” ?
I would like to know if it's possible to insert a tab character in html instead of having to type four times.
1
vote
13answers
167 views
PHP editors for Ubuntu
What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepadd++ editor
Thanks
2
votes
7answers
526 views
Light weight Java IDE
I've bought a Compaq Mini 733 (1.6G Hz Atom CPU, 1GB RAM, 4200 RPM HDD, XP Home) primarily for my girlfriend but also for me to use while on holiday, traveling about, etc. The rig …
4
votes
6answers
670 views
Lightweight SQL database which doesn’t require installation
Could you recommend me, please, lightweight SQL database which doesn't require installation on a client computer to work and could be accessed easily from .NET application? Only ba …
31
votes
28answers
6k views
Good Free Alternative To MS Access
Consider the need to develop a lightweight desktop DB application on the Microsoft platforms.
It could be done fairly easily with MS Access but I'd like to be able to distribute i …
1
vote
3answers
126 views
Faster Android development
I have noted that in my computer Android and Eclipse are very slow. I agree that my computer has not very much memory but I was wondering is there any lightweight version of the em …
5
votes
4answers
346 views
Create simple embedded http and https applications in C#
There is a simple http server API that allow you do some simple stuff quickly, without any addition dependency/installation required.
Are there any similar API/library in .NET WIT …
0
votes
2answers
64 views
What is a lightweight CMS plugin with web interface?
I have an ASP.NET website with several standard pages like an About page, FAQ pages, Contact Info pages, etc. I would like to make the content on those pages easily editable by a f …
9
votes
17answers
3k views
What’s a good lightweight Python MVC framework?
I know there are a ton of Python frameworks out there. Can you guys point me in the right direction? My primary concern is simplicity, I don't need a lot of extraneous features.
He …
3
votes
6answers
549 views
Which Javascript Ajax Framework is most powerful and very lightweight?
I’ve been using a jQuery to do the whole ajax magic in my web based applications.
But I came to a decision that I don’t need all these amazing features jQuery has, except its ajax …
2
votes
8answers
416 views
Lightweight, PHP based, layout framework…know of any?
I'm looking for a lightweight, PHP based, layout framework. Like how the Zend Framework, uses layouts, I would like to create a layout template and include only the content for the …
1
vote
3answers
254 views
New PHP framework. Could I get some feedback?
I've just released a PHP framework called EuropaPHP (http://europaphp.org/). I was wondering if I could get some feedback from of you guys whatever it may be. Let me know what you …
1
vote
3answers
295 views
Light-weight SQL server for Linux/Windows?
Hello
SQLite is fine as a single-access database, but it gets risky when used by more than one user at a time. MySQL, Firebird, PostgreSQL etc. are more difficult to deploy and ar …
