How Good Website Design Can Help You Gain Visibility?

How Good Website Design Can Help You To Gain Visibility? A Good website design is very important to attract new visitors and engage them. Having an online presence is the key to achieve success for any online business and this is possible when there are visitors frequently visiting your website, to attract these visitors having … Read more

Kaltura Video Platform

How to install 2 different Kaltura Video Platform on same server? 1. Community Edition v5.0.0 eagle-10-02 2. Community Edition v4.0.0 Goto kalturaCE_v5.0.0 if kalturaCE_v4.0.0 already installed Rename old databases to prefix _4 like kaltura_4 # php install.php Thank you for installing Kaltura Video Platform – Community Edition A previous installation attempt has been detected, do … Read more

Fatal error: Allowed memory size of 8388608 bytes exhausted

PHP Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y) in file.php 1. memory_limit globally from php.ini memory_limit = 64M 2. memory_limit using .htaccess php_value memory_limit 64M 3. memory_limit inside a php script. ini_set(‘memory_limit’, ’64M’); To change the memory limit for one specific script by including a line such as this … Read more

PHP for Android

PHP for Android (PFA) project has been launched by Irontec to run PHP on the Android platform. PFA has been launched as an open source project to enable the PHP development on Android. PFA also provides the necessary tools and documentation for the developers. Scripting Layer for Android (SL4A), which was earlier known as Android … Read more

PHP API Skype4COM

Skype4COM is an ActiveX component that represents the Skype API as objects, properties, commands, events and notifications. Skype4COM is used in ActiveX, Visual Studio, Delphi, PHP or JavaScript. Download Skype4COM You might read article on How can we use PHP to access shared library functions? Useful Links: Void.Bot is a proof of concept of a … Read more

Rackspace Cloud Load Balancers vs. Amazon Elastic Load Balancing

Rackspace Cloud Load Balancers Amazon Elastic Load Balancing Support Chat/phone/ticket support available 24x7x365 To receive 24x7x365 support for Amazon EC2, you pay the greater of $400 per month. Dedicated Public IP Address A dedicated IP address allows for use as a root record for a zone. When you create an ELB instance, you get a … Read more

Open Source Software Packages

Open-source software is computer software with the source code and some rights reserved for copyright or software license that permits coders/users to study, change, improve and distribute the software.

SourceForge is dedicated to making open source projects successful.

GitHub make it easier to collaborate with others and share your projects with the universe.

BigBlueButton API in PHP

BigBlueButton supports sharing of slides (PDF and PPT), video, whiteboard, chat, voice (using Asterisk or FreeSWITCH), and desktops. It’s built using over many open source components, runs on Mac, Unix, and PC computers, and is supported by a community that cares about good design and a streamlined user experience. BigBlueButton is built using the following … Read more

EC2 instance using Amazon SQS queues

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages. Amazon SQS can be used to applications that perform different tasks, without losing messages. Amazon SQS enables users to build an automated workflow. Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the … Read more