How to show a div for some time and hide it after some time
Lets make an div that stays lit up for 2-3 seconds and take 1 second to blink. we can use the jQuery’s fadeIn and fadeOut to make the div blink Create an div Having the style as The jQuery portion …
How to show custom collections on home page shopify
We can add the custom collection in the admin side and can add many products underneath it and if we have to show that one in the homepage or in any other page we have to edit the template Lets …
How to get the skin,media url in magento
we can call the images and js files inside the template’s skin folder in an phtml file by the following code snippet And in static block we can call it as To get the media url in static block use …
How to find the duplicate values in MySQL
In this post we are discussing about how to find the duplicate values in MySQL. There are a lot of scenarios in which we found this post helpfull.We can find the duplicate values in in MySQL table using the SELECT Query This …
