Blog Archives

Comparison between various programming languages

Today onwards I am willing to write series of articles about various programming languages. As a programmer we should compare all the programming languages, study its advantage and disadvantages . By these we can consult a correct platform for our

Posted in design, Programming, Softwares

Installing and configuring Asterisk

How to install Asterisk ? How to run Asterisk ? This youtube video help you to install, configure and run your astersisk the open source PBX.

Tagged with: , , ,
Posted in asterisk

Asterisk Callme Architecture with PHP AGI

Extensions Configuration extensions.conf [callme] exten => s,1,AGI(callme.php|${CNUM}) CNUM is the variable passed to callme AGI Script Callme.php Agi Script #!/usr/bin/php /** * Author Arun Raj R * @package phpAGI_for Call me * @version 1.0 */ set_time_limit(30); require_once(“phpagi/phpagi.php”); $agi = new

Tagged with: ,
Posted in asterisk, PHP

PHP:: How to split a large array in small pieces :: or split array into chunks

Hello All, Yesterday i was searching for a solution to split large array into small pieces. Suddenly i noticed the that php have a built in function to split array into small pieces. It was very surprise to me ..

Tagged with: , ,
Posted in email, PHP

Lenovo Service Problems – Cntd

This problem happened to my friend. So many time it is serviced. But the problem persist . Only the replacement of this laptop will resolve the problem . Please go through video. The problem is It providing a long horrible

Tagged with: ,
Posted in performance, Troubleshoot

How to add cron job or scheduled task in windows server / parallel plesk control panel

Select scheduled Task from parallel plesk control panel 1. Select Scheduled Task from parallel plesk control panel. [ad#sidebar320280] 2. Add new Task 3. Give the correct path to script program as shown in the figure.

Posted in email, Project Managament, Troubleshoot

New venture for adobe :: Adobe flash Digital TV

Increasing the number of broadband users will increase the demand for online market. Adobe lets move flash to online Digital TVs. Adobe on Monday said its Flash platform for running rich Internet applications and playing online video will  attract giant 

Tagged with: , , , , , ,
Posted in Misk

Debugg Your Javascript by using FireBug Plugin for Mozilla Firefox

Debugging Javascript was very hard and time consuming. Fire bug is very good tool for monitoring html, css javascript and Ajax request. Also we can use firebug as a reengineering tool for online applications

Tagged with: ,
Posted in javascript, security, Troubleshoot