CKEditor is a text editor used by mostly sites and also under public license. it’s easy to use with php but need more effort to use ckeditor in codeigniter.
Customize alert box javascript-alertifyjs
Sometime we need to make stylish alert and confirm box in javascript. default browser dialogs never looked so good for make dialogs stylish there are a good library for this.
Turn on maintenance mode in laravel
If you are working with laravel. There is all hard task you can do simply. That’s why i like laravel. A simple example of it’s simplicity
Create custom registration form wordpress
You can easily customize inbuilt forms of wordpress. but sometimes need own custom register form to show or use many extra fields.
How to install laravel on ubuntu lamp
Now time of frameworks in php like laravel, codeigniter etc and easy to install php frameworks on local server like lamp, xampp etc.
How to download files in php
In this article i am going to explore how to download files in php from web server to local machine.
Create custom 404 page codeigniter
Now type any wrong url on your site and see you have all set with your custom 404 error page in codeigniter.
Secure codeigniter application using csrf token
In codeigniter 2 Cross Site Request Forgery (CSRF or XSRF) protection is inbuilt feature. We need to just change the config variable in config file to use csrf protection.
Remove index.php from url codeigniter
If we need a clean url in codeigniter. we need to remove index.php from url in codeigniter. Default you will get index.php in url in codeigniter cause index.php
Change admin profile picture wordpress
Default wordpress provide you gravatar for admin profile picture. I am also stuck with this issue that how i can change admin bar profile picture and remove gravatar from wordpress site.