Blog
Home Blog
- Android Updates
Many new updates happened for Android developers lately after Google I/O. Initially there was no restriction on some features but now.
- Server & Database Management
phpMyAdmin is a web-based database management tool that you can use to view and edit the MySQL databases on your EC2 instance.
- WordPress Tips & Customization
Title attribute can be helpful to expand on the meaning of your navigation label and give your users more context You can provide to the link.
- JavaScript / jQuery Plugins
Select2 allows you to use a customizable select box with support for searching, tagging, remote data sets and many other options.
- WordPress Hosting & Server Setup
We all know allowing WordPress to work on amazon server is not an easy job.This tutorial assumes that you have launched an Amazon Linux.
- PHP Image Processing
Sometimes you may needed to blur an image or parts of an image. PHP has several methods to do this which all yield this article showsdifferent results.
- MailChimp API - Subscribe User Through PHP
This ia a Mailchimp API example using PHP and cURL. This will helps you add more subscribers to your MailChimp lists using PHP and cURL Method.
- PHP Updates & Compatibility
Even though PHP 7.0 is a new major version, efforts have been made to make migration as This release focuses mainly on removing painless as possible.
- Web Design
These methods get and set DOM attributes of elements. Adds the specified class(es) to each element in the set of matched elements.
- WordPress Updates & Features
Get ready for new features you’ll welcome like an old friend: link improvements, three new media widgets covering images, audio, and video, an section in your dashboard
- PHP Tips & Tricks
There are lot of things which you should follow when working with PHP.In this article ,I am going to look into some used to improve and optimize your PHP code.
- HTML5 Canvas / JavaScript Graphics
To draw a circle with HTML5 Canvas, we can create a full arc using the arc() method by defining the starting angle as 0 and the ending angle as 2 * PI.