
Search In
This article defines a function substr_count() which can be used for count the occurrences of a character or substring in a string. In general way, substr_count() takes two arguments, first argument is a string and second argument is a character or a
In Odoo Search View is easy to use that is provided on every list view. With a module, you can add additional filter options that make it easier for users to find the information they are looking for and user can select the filter in Odoo.
To use th
Migrate Library in JQuery
While using Jquery you have seen the error $.browser error.
This error comes often when we try to use a legacy jquery function in new version of jquery file.
The latest version does not support the older function a
Side MenuBar or menu list is used to provide a list to the user so that user can easily move to those pages according to the need. Here is an example of including menubar in the application with the help of a superclass REFrostedViewCotroller
The Scrollspy is a plugin which is used to highlight the links in a navigation according to the scroll position automatically. It indicates the location of the visitor/user in the page.
Creating Scrollspy with Bootstrap:-
The Bootstrap Scrollspy wil
To create new magento shipping module need to know all the useful functions to be used inside the shipping method class to put in various configuration options.
When looking for available shipping methods, Magento first gathers all available carrier
We can delete magento cache in either way -
A- Usign magento admin panel -
1) Go to magento admin
2) Go to system > cache management .
3) There you will find the list of caches available in magento
4) To clear the cache click on
Output buffering is mechanism in which sending a response to the browser . Without output buffering (the default) you HTML is send to the browser in pieces as php script . With output buffering your HTML is store in a variable and send to the brows
To remove index.php from magento url follow these steps -
1) Log in to magento admin.
2) Go to System->Configuration.
3) Select Web tab under General section on the left side.
4) Select Yes for Use Web Search Rewrites.
Clear cache and check URLs
SQL Copy Table
If you want to copy a SQL table into another table in the same SQL database then you can do with the copy statement .
Syntax ->
select * into destinationTable from sourceTable ;
Example ->
**Student name** **St
