The Code You Will Love

How to Create a Magento 2 Theme?

Posted on: Thursday January 25, 2018

Copy of luma theme   The following steps describe how to create New Magento 2 theme from the existing Magento Luma theme and its implementation. Create a new Vendor folder [...]

Read More

Magento 2 icons not showing on frontend

Posted on: Wednesday January 24, 2018

admin backend icon fonts missing   Open up app/etc/di.xml find the path [crayon-6636975d66547207693223/] and replace it with [crayon-6636975d6654f545899200/] Note: Remove entire files and [...]

Read More

English to Hindi typing

Posted on: Tuesday June 27, 2017

[crayon-6636975d66ea6971734194/] [...]

Read More

Twitter Feed API

Posted on: Monday May 1, 2017

Go to https://apps.twitter.com/ and create App [crayon-6636975d671b5755407334/] [...]

Read More

CSV to Mysql

Posted on: Tuesday March 28, 2017

Upload CSV to Mysql [crayon-6636975d6748e844560077/] [...]

Read More

Eclipse for Java

Posted on: Sunday March 19, 2017

Download and extract zip folder and click on eclipse application. there is no need to installation. the other IDE (Integrated Development Environment) also available but here we will use [...]

Read More

Countdown Timer

Posted on: Friday February 24, 2017

HTML: [crayon-6636975d67773216313355/]  JS: [crayon-6636975d67779663689342/]  CSS :  [crayon-6636975d6777c201127702/] [...]

Read More

Compare Date time in PHP

Posted on: Friday February 10, 2017

[crayon-6636975d67a39602884914/] [...]

Read More

Force users to use the WWW or Non-WWW version of your domain

Posted on: Wednesday November 16, 2016

Force users to use http://www.yoursite.com To force users to use the www version of your domain all you have to do is add the following code to your .htaccess file (just replace yoursite.com with [...]

Read More

Basic points and Data Type in Java

Posted on: Sunday October 16, 2016

Data Type Type Explanation int A 32-bit (4-byte) integer value short A 16-bit (2-byte) integer value long A 64-bit (8-byte) integer value byte An 8-bit (1-byte) integer value float A 32-bit (4-byte) [...]

Read More
Translate »