I am also using sublime text 3 text editor as a code editor. As per official site says about this “Sublime Text is a sophisticated text editor for code, markup and prose.You’ll love the slick user interface, extraordinary features and […]
Laravel command not found ubuntu mac
Installing laravel via laravel installer so easy but sometime we stuck with some commands. this is new and fast method of it’s installation.
Add color picker to wordpress theme or admin panel
Before wordpress 3.5, you need to add manually color picker js and css files to integrate a color picker
How to create pagination in codeigniter
A another feature why use framework for site that we can easily create pagination in codeigniter it’s own pagination library with less code and less time.
Facebook login for codeigniter using graph api
Remove hassle of long register and login process and allow users to one click login for your site using facebook login.
Create custom library in codeigniter
Codeigniter libraries means classes which located in libraries directory. so for create our own custom library in codeigniter we need to build classes and store class
Getting image from url php using curl or fopen
Sometimes we need to get image from remote or from url to done our task. In Getting image from url php using curl or fopen article we will explore how it could be done.
Connecting multiple database in codeigniter
Sometimes we need to use two or multiple database for a single site. If you need to connect to more than one database simultaneously.
Upload files in codeigniter
We have an inbuilt class for upload files in codeigniter. using upload class we can easily upload files or images in codeigniter.
How to get youtube subscribers count in php
Today i am working with youtube api to get youtube subscribers count. Then i found The YouTube API v2.0 is deprecated.