
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
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
Program for Bubble Sort elements in Ascending Order
Definition:- In Bubble sort each element compares with the other elements until finds its correct order place. This is repeated until all elements are in the order.
//Header Files
#include&l
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
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
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
Joins in database, We can easily determine the meaning of joins very easily. In database we use the concept of joining in tables to fetch the data combination. There
are different type of methods of joining two or more than two tables in database. Y
For setting up the virtual host on window system below are the steps -
Lets suppose,
http://localhost will access for all the projects in a file,
http://qa11.localhost is for access to only one project and also it will set the document_path for t
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
