Convert (div) Html to Image using Javascript html2canvas with Example and Save using Ajax, PHP.
Sometimes you need to convert your entire div to the image. In this post, I am going to Convert the
Read moreSometimes you need to convert your entire div to the image. In this post, I am going to Convert the
Read moreIt is very easy to create custom add to cart button in bigcommerce. You need only product_id.
1 2 | //custom add to cart button <a href="cart.php?action=add&product_id=5603">Add to cart</a> |
Cheers 🙂
Read moreAn alert box is a pop up box that has only one element. That is the OK button. While the
Read moreEveryone is confused between the two files because bootstrap.css and bootstrap.min.css. The Both two files comes up with the Bootstrap
Read moreIn this Post we will create a chessboard pattern, an 8×8 grid of black and white squares like this: Use
Read moreIt is very easy to reverse a number using PHP string function strrev(). But here i will show you without
Read moreTo add a badge to the ionic v1 tabs, use the following code:
1 2 3 4 5 6 7 8 9 10 11 | <ion-tabs class="tabs-icon-top"> <ion-tab title="Home" icon-on="ion-ios-filing" icon-off="ion-ios-filing-outline"> <!-- Tab 1 content --> </ion-tab> <ion-tab title="Settings" icon-on="ion-ios-gea<r" icon-off="ion-ios-gear-outline"> <!-- Tab 2 content --> </ion-tab> <ion-tab title="Notifications" icon-off="ion-ios-clock-outline" icon-on="ion-ios-clock" badge="3" badge-style="badge-assertive"> <!-- Tab 3 content --> </ion-tab> </ion-tabs> |
If you will add badge=”3″ badge-style=”badge-assertive” to <ion-tab>
Read moreHere we will learn how to use ajax in the wordpreee, How to send an email using Ajax that means without refreshing a page we will send an email.
I am showing you an easy way for all this.
Suppose we have a form. Below i m showing you the simple bootstrap used form.
We have three fields in this form that are Name,………..
In the previous tutoril you have learnt that how to get custom taxonomies name, desc and images.
CLick Here. if you missed.
In this post i will tell you how to create a taxonomy template file to display its posts..
Suppose we have a custom post type still and the taxonomy name is still_category.
Read moreUse the below simple code to get the image full url.
that url can ve used in many ways like in
tag.
in the below i will show you how to use in img tag
Read moreIn this tutorial i will tell you how to get the Instagram Images with the using of the instagram api.
IN the below tutorial i am using the jquery to get the images from the instagram api.
With using jquery it is easy to use in the Shopify Website also. So without using an app we can retrieve the images from the api.
Read more