Some PHP Tips

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.

Draw a circle with HTML5 Canvas

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.

Role of Gradle in Android Project

Gradle is an open source build automation system that builds upon the concepts of Apache And and Apache Maven and introduces a Groovy-based domain-specific language (DSL)

Simple Load more content with jQuery

This feature comes in use at situation where you need to show more content in many news/content based websites and this feature helps loading content on clicking load more button.

20 Useful jQuery Methods Part -4

If you’d like to replace DOM elements with other ones, here’s how to do it. We can call replaceAll() on elements we’ve collected or created, for the elements we’d like to replace.

20 Useful jQuery Methods Part -3

Determine whether the argument is an array.$.isArray() returns a Boolean indicating whether the object is a JavaScript array (not an array-like object, such as a jQuery object).

20 Useful jQuery Methods Part -2

Set a timer to delay execution of subsequent items in the queue.delay() method allows us to delay the execution of functions that follow it in the queue.

20 Useful jQuery Methods Part -1

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, that works across a multitude of browsers.

Enqueue a Script -WordPress

WordPress has an enqueuing system for adding local/remote scripts along with styles to prevent conflicts with plug-ins. Since most users run WordPress with a theme and several plugins.