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

Search In

How to deal with Out of Memory Exception in Android ?

How to deal with Out of Memory exception in android: In android we encounter with out of memory exception many times. The reasons are we don't have expanding memory and completely dependent on device the memory available on phone. So we don't have c

Display Child Content by clicking parent Element in multiple listing

Hello Friends, Today I have created a simple example of child element show and hide function in jQuery. Many times I found that we are facing an issue of showing child element of each list by clicking list parent element. Here in jQuery code, I used

How to add Header in RecyclerView without using any external library?

In the below example code I have described how to add Header in RecyclerView without using any external library. For that, Firstly, I have created a header.xml layout and here I have added a TextView. Now see programing In MyAdapter class I have dec

How to create slider of products recently edited ?

In magento if we are required to create a simple slider of products which are recently edited for say between from previous month to the current month. Lets see how we can create it : 1. Create a module with namespace and module. 2. Then Create a fi

How to create slider of products which are recently added ?

In magento if we are required to create a simple slider of products which are recently Added for say between from previous month to the current month. Lets see how we can create it : 1. Create a module with namespace and module. 2. Then Create a fil

Different ways to dynamically add list items at the end of the list using jquery

Whenever we use lists (either Unordered-ul or ordered-<ol>) in html, in most of the cases there comes a need to add dynamic elements at the end of the list. This is achieved using  javascript or jquery. Jquery being a fast and commonly use

C# .Net : XML Serialization of simple class object containing properties

C# .Net : XML Serialization of simple class object containing multiple properties   The process of converting an object into stream is Serialization. This generated stream then can be used either for saving it in a file or for transporting/sen

How to pass array in Waypoints API in Google Maps API 3 ?

Waypoints API helps to find directions in Google. So how to pass multiple latitudes and longitudes in Waypoints API. This is the way pass a single lat long we would pass it as below waypoints: [{ location:new google.maps.LatLng(42.496403,-

Change Spring Web Context Configuration Filename

Change Spring Web Context Configuration Filename We know that if we want to implement the Spring MVC in our project then we should add DispatcherServlet into our web application deployment descriptor (web.xml) file like as below <servlet>

How to Edit __openerp__.py in theme module in odoo-9 ?

If you want to edit __openerp_.py in odoo-9 ,for example you can use below code. { 'name':'Tutorial theme', 'description': 'A description for your theme.', 'version':'1.0', 'author':'Your name', 'data': [ ], 'category': 'Theme/Creativ

1 394 481
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: