Auto complete for Phalcon framework in Eclipse

Phalcon is a web framework implemented as a C extension , every Phalcon's fan know that. It mean we cannot view source code of framewo...

Install Phalcon & Phalcon developer tool in Ubuntu 13.10

I installed  Phalcon on Ubuntu 13.10 from   Official manual  and faced some problems may make beginner confused. I.  install Phalcon  F...

Config Apache 2.4 in Ubuntu

From Ubuntu 12.04 LTS, Apche have new version 2.4 which is different from 2.2 and below. The configuration hierarchy is listed in apache2...

TCPDF ERROR: Some data has already been output, can't send PDF file

I faced an error when exporting PDF file: TCPDF ERROR: Some data has already been output, can't send PDF file and found the answer: ...

Getting started with Nodejs

1.What is nodejs? Node.js is a software package consisting of a JavaScript engine and a number asynchronous input / output (I/O) librari...

Performance benchmark of popular PHP frameworks

A PHP framework gives you common structures to normalise web apps, assist productivity, reduce repetitive coding and create more stable si...

Get Url, domain name, path name, protocol, port of current page in Javascript

Using window.location object, we can get current page address informations including url, domain name of web server, path name, protocol a...