Nisi’s work blog

Nisi’s work blog – programing tips

Open Source Video Conferencing

Every project where people from different location are involved need a Video Conferencing solution. Usualy phone or video calls are used but what you do if you need to have a presentation for some charts or some source code? Then you buy or rent video conferencing services.

Now there is an open source alternative and it came with the name BigBlueButton.The application enables multiple users to login and share their webcam or communicate via VOIP at the same time, upload office documents or keep everyone in sync with their current page and mouse pointer

More about BigBlueButton on http://bigbluebutton.org/

Some video Overview: http://bigbluebutton.org/content/videos (they say then one image are equivalent to 1000 words and there are 5 movies so … )

LiveUI open source framework for .NET websites

It is possible? In the web development open source is similar with PHP & MySQL and a tone of free CMS based on them. Now it is possible with .NET too. How?

LiveUI is the answer and is built for .NET 3.5 sp1

  • Based on pure ASP .NET
  • Pluggable to any asp.net application
  • jQuery and ExtJS support
  • Composite approach
  • 100% testable application code

To download LiveUI and documentation: http://liveui.net/

Neural Networks in PHP

Browsing phpclasses.org I had found a very interesting article Neural Networks in PHP . For anyone who dont know yet “Neural networks allow emulating the behavior of a human brain in software applications.”

In this article you can read how to implement Neural Mesh to develop Neural Network applications in PHP. (Neural Networks in PHP)

Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with Neural Networks.

Neural Mesh home page: http://neuralmesh.com/

  • Pure PHP & MySQl
  • Adaptive Learning
  • Implement in any enviroment
  • Web Api
  • Fast