Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming

Submission + - Adding a web interface to a C++ application

An anonymous reader writes: One thing that is always sort of a pain is setting up a graphical user interface. This is especially true if you are making an embedded application or something that functions more as a system service or daemon. In this case you probably end up creating some simple network protocol which you use to control your application via some other remote piece of software or just telnet if you are feeling especially lazy. Another option is to create a web interface and this article shows via a simple example how you can do that in C++ in just a few lines of code.
PHP

Submission + - Open source Timekeeping software

sujit writes: Can the slashdot community throw some light on some simple and open source web-based timekeeping software that allows employees to keep track of their Shifts, apply for time-offs, and other features that would be useful? I've looked for some modules and plugins that could be added to Joomla or Mambo or Drupal but came up with nothing. I wouldn't mind writing one from scratch, but I'd like to find out if there's anything available on the internet that I could use.

Slashdot Top Deals

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...