Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
How can I create video conference with flex in client side and using red5 media server on server side?
You may use a free red5/flex video chat http://www.freedevelopment.net/articles/free-video-chat.html
just yesterday I saw this opensource project that runs on Red5... (Better to reinvent the wheel ;))
http://www.bigbluebutton.org/
HTH
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I've just setup my FTP server with vsftpd and i was wondering if i could add a bit of css or bootstrap to the web page generated by the ftp server.
This is for a new Linux server running Debian 9 and vsftpd
No, this is not possible. How listing on an ftp server gets rendered is fully up to the browser.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to know if we can host Drupal application on AppHarbor ?
Thanks
Looking at AppHarbour it's a service for hosting .net applications and as Drupal is written in PHP out of the box you can't.
Although you could try using a php compiler for .net http://phalanger.codeplex.com/
Wordpress can be made to work on AppHarbor and Drupal might be doable too with a bit a elbow grease.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am new to CQ.
I wanted to install CQ in my home PC.
Is a developer version of CQ is available ? Something like JSK in fatwire?
Where it can be downloaded.
From my understanding you will need to attend Developer training OR work for a company currently utilizing CQ5 in order to have a license for a local instance.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Can somebody give some info about as to what are asp.net Universal Providers, why and when are they used?
Basically these providers are sql agnostic and make sure your app works on sqlazure and any other sql databases
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is WebDAV a commonly-used, standard protocol?
Yes, it is a standard protocol and it is widely used. Windows, Mac OS X and Linux do support it, SubVersion uses it as one of its primary protocols, and there are countless other examples.