In this tutorial we learn advanced jQuery action to apply discount on checkout using woocommerce....
php
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
Create facebook App for Website with Like, Share ,Login Button and social plugins.
Allow people to share to Facebook, share with particular friends or with a group. Alternatively, they can share in a private message.
Submitting a form using Angular JS with PHP.
In Angular, the view is a projection of the model through the HTML template. This means that whenever the model changes, Angular refreshes the appropriate binding points, which updates the view.
How to add custom widget in WordPress
To create a widget, you only need to extend the standard WP_Widget class and some of its functions.
How to refresh a div at every 10 seconds using javascript
everyTime(interval : Integer | String, [label = interval : String], fn : Function, [times = 0 : Integer]) everyTime will add the defined function (fn) as a timed event to run at a given time interval (interval) for a given number of times (times). If time
Display custom woocommerce add to cart icon on header
Does anyone know of a good tutorial on how to add a shopping cart that display the number of items and total using WooCommerce. I want it to function similar to this plugin but I do not want to use a plugin. Thanks http://wordpress.org/plugins/woocommerce
How to install WAMP Server in window with PHP, MySQL and Apache.
WAMP is acronym for Windows, Apache, MySQL and PHP, Perl, Python. WAMP software is one click installer which creates an environment for developing PHP, MySQL web application. By installing this software you will be installing Apache, MySQL and PHP.
JQuery Facebook Login with PHP & MySQL.
Implementing login with facebook using just their new PHP SDK is very easy, everything can be accomplished with minimal PHP code, but some of us may want to take it little further to create a nice looking Ajax based login system.
Create Cookies using PHP functions
A cookie is often used to identify a user. A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user’s computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP