How to show a div for some time and hide it after some time

Posted by on Nov 28, 2012 in HTML, Javascript, Jquery | No comments yet

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

Posted by on Nov 21, 2012 in Shopify | 2 Comments

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

Posted by on Nov 19, 2012 in Magento | No comments yet

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

Posted by on Nov 14, 2012 in MySQL, Php | No comments yet
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 …

Load More