How to enable debug mode in joomla? 0

How to enable debug mode in joomla?

Sometimes we require troubleshooting for joomla cms based website. For this it is useful to enable joomla debug mode by enabling it website will be in debug mode. Enabling the debug mode allows you...

Install imagick php extension 0

array_reverse in PHP

array_reverse is one of array functions in php. It takes an input array and returns a new array with the order of the elements reversed. It can take two parameters first is array that...

0

jQuery addClass and removeClass.

addClass() and removeClass() are very useful methods from jquery. addClass() method used to add one or more css class in selected element while removeClass() is used to remove class. I used addClass() to show...

How to remove “delta-search.com” from FireFox? 0

How to remove “delta-search.com” from FireFox?

Before removing delta-search.com from browser for browser startup homepage or new tab url, first you need to delete it from your system. For this you should uninstall it via Programs and Features or Add/Remove...

Add menu item programmatically in WordPress 0

Custom queries in wordpress

We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to wordpress function WP_Query. These queries cover posts, pages, taxonomies, custom fields. Following is the...

Anonymous functions in JavaScript 0

Anonymous functions in JavaScript

The functions that are dynamically declared at runtime are called anonymous functions. They are not given name in same way as normal functions. Anonymous functions are declared by function operator. We can use the...