array_reverse is one of array functions in php. It takes an input array and returns a new array with the…
I worked on a project in which I created a module in admin which has image field that will be…
I have started working on ruby on rails and need to install it on windows 7. I searched on google…
addClass() and removeClass() are very useful methods from jquery. addClass() method used to add one or more css class in…
The remote rule can be used to validate through ajax call. Field value will be passed through data and the…
In a project I required to change form target attribute value via jquery against input value. I got input via…
Before removing delta-search.com from browser for browser startup homepage or new tab url, first you need to delete it from…
We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to…
The functions that are dynamically declared at runtime are called anonymous functions. They are not given name in same way…
Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with…