Google Web Designer firstlook

Yesterday, Google has launched Web Designer   ( beta version) , a new tool for building interactive HTML5 sites. Web Designer, which Goog...

Install Curl for PHP in Ubuntu

PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers ...

Install pymongo and working with MongoDB in Ubuntu 13.04

In this post, Assuming that we have already installed mongodb successfully and MongoDB instance is running on the default host and port. ...

Mongodb Error: couldn't connect to server 127.0.0.1:27017 exception: connect failed

 After installing Mongodb , You may face the following error when use mongodb from terminal: mongo.js:L112 Error: couldn't conne...

How to install Eclipse and PDT plugin for PHP

There are a lot of IDEs for Php developer such as phpStorm, Netbeans, phpDesigner, etc. In my humble opinion, Eclipse and PDT plugin is stil...

Yii framework CHtml::image() example

CHtml::image() is helper for generate HTML img tag in Yii framework. 1.Class Reference public static string image(string $src, ...

Wordpress - Allow user to submit post from front end

Sometimes, we need to allow users to submit their posts from front end for some reasons. For example, you don't want users login to Wo...