How to enable debug mode in joomla?

12 years ago

Sometimes we require troubleshooting for joomla cms based website. For this it is useful to enable joomla debug mode by…

array_reverse in PHP

12 years ago

array_reverse is one of array functions in php. It takes an input array and returns a new array with the…

Show html field type file via generator.yml in symfony 1.2 propel.

12 years ago

I worked on a project in which I created a module in admin which has image field that will be…

How to install ruby on rails with sqlite3 on windows 7?

12 years ago

I have started working on ruby on rails and need to install it on windows 7. I searched on google…

jQuery addClass and removeClass.

12 years ago

addClass() and removeClass() are very useful methods from jquery. addClass() method used to add one or more css class in…

Jquery ajax validation using remote rule.

12 years ago

The remote rule can be used to validate through ajax call. Field value will be passed through data and the…

Change form target attribute value via jquery.

12 years ago

In a project I required to change form target attribute value via jquery against input value. I got input via…

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

12 years ago

Before removing delta-search.com from browser for browser startup homepage or new tab url, first you need to delete it from…

Custom queries in wordpress

12 years ago

We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to…

Anonymous functions in JavaScript

12 years ago

The functions that are dynamically declared at runtime are called anonymous functions. They are not given name in same way…