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

Search In

OVERRIDE LAYOUT CORE FILES IN MAGENTO

Sometimes we are required to do some changes in our core phtml files. Its a good habit of every Magento programmer to override the core file instead of the making change in the core file. To do so overriding the core file can be done as : Step 1 U

How to design XSL-fo style-sheet in XML

Hello guys I need help to design XSL-fo style-sheet but I don't know which is the best way of design to XSL-fo for generate PDF file. Please suggest me best way of design XSL-fo style-sheet. My code format is below : <?xml version="1.0" encod

Anonymous Method in C#

Anonymous method is a method without any name and return type but have a body content and the optional arguments. This type of  method is created by using the delegate keyword. Return type of the anonymous method is dependence on the return stat

How to Optimize Image for Website

HiIn my previous blog: How to Do a Perfect On-Page SEO of Your Website: Part 1, I have explained How to do perfect On-page optimization. In continuation my previous blog, Now I am explaining image optimization in SEO, which is a very important factor

Flexbox layout for Header Navigation

Here is another example of flexbox layout making Navigation bar responsive along the different sizes of the screen. HTML CODE: <ul class="navigation"> <li><a href="#">Home</a></li> <li><a href="#">Abou

How to use Phonegap SoftKeyboard Plugin for Android?

Hello All, Here I am sharing some information to include and use of the SoftKeyboard Plugin for Android. 1.Install SoftKeyboard plugin using the latest version from GitHub: $ cordova plugin add https://github.com/phonostar/PhoneGap-SoftKeyboard.g

Generators in Python

Generators  In python reading items in a list one by one is iteration but when iteration on a list can be done once then iteration is known as generators. Generators does not allow all the iterable list values to be stored i

Attribute Routing in MVC

Attribute routing in MVC is used to call your Web API methods.   You can define the route and theri prefixes so that whenever these API are called you can call it with your defined name.   You can bind the route according to your need b

How to Find JavaScript Leak in Node.Js

Memory leak is a situation when a computer program starts managing memory allocation incorrectly in a way that the resources or a memory which is not anymore in use and needed is not released. In this tutorial, we will learn "How to Find a JavaS

How to create a new table with specific column from another table

Check the rows of column is either greater than zero or not Use function DefaultView Pass the parameters true for distinct, and create new string for giving columns if (dt1.Rows.Count > 0) { DataTable dt2 = dt1.DefaultView.ToTabl

1 289 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: