Author: websourceblog

How to register Ruby environments with pik? 1

How to register Ruby environments with pik?

pik add command is used to register your installed ruby environments with pik. For example, I have Ruby 1.9.3, and 2.0.0 installed on my windows, so I used the following in a Command Prompt:...

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...