Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Count the number of occurrences of a charcter or a substring in a string

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

How to Create Basic Search View In Odooo

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

Use of Migration library in JQuery

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 in iOS

  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

How to use Bootstrap scrollspy

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

Magento shipping module configuration

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

How to Clear Cache in Magento

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 in PHP

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

How to remove index.php from Magento URLs?

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

How to Copy entire date into other table in SQL Database

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

1 62 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: