
Search In
Hello Readers,
Sometimes you need to do some changes in magento core files. It is a good habit of every Magento programmer to override the core file instead of making change in core file.
In this tutorial, i will explain how to override magento block
Urban Airship provides a number of REST API endpoints, collectively known as the Urban Airship API Version 3. It provide different different rest API such as Push,Send Push,Validate,Push Object etc.
Here below is the example of "Push"
Hello Readers,
This tutorial will guide you about overriding mage core file using config.xml. Here i am gonna give an examples which guide you about "how to override magento blocks, Models & controllers. Always remember, it is not a good hab
Class vs Structure in C#
1) Class variables and structure variables are stored in different memory location. Class variables are stored on heap whereas structure variable are stored on stack.
Explanation of how class variable and stru


In this excellent tutorial you will learn how to create a 3D vector globe. First step is to download a vector world map from free vector sites like All free vector download or Freepik etc.
Open the vector file of world map in illus
Hi Friends,
This blog will help you to expand TextView if textview has more than given line. Suppose you want visible only four line first time in TextView while your message length is greater than four line. In this case, you can give an another op
As we all know authentication plays an important role in every site. Here In this blog I am explaining how we will authenticate our site in node.js as a backend and mongoDb as a database. To authenticate I am using passport.js which will help to logi
In OpenERP first we create custom module and module name is account_demo and then create four file like as __init__.py, __openerp__.py, account_demo.py, account_demo.xml file in your module and create function and function name like accoutss_residual
In the below example blog I have Implemented a Google map to get lat and long from address, In Google map I have added search address functionality. When user input address(place) name in an EditText and on clicking button, the application draws corr
Marquee is a text which is seen floating from right to left or left to right , top to bottom or bottom to top depending on the code . Before we can created marquee effect by simply using <marquee> tag of html as this html tag is not supported b
