How to make blinking text using CSS3
Sometime we required blinking text or link for highlighting purpose. There is no attribute in css for blinking text like text-decoration blink etc. But We can blinking/flashing text using css3 …
Sometime we required blinking text or link for highlighting purpose. There is no attribute in css for blinking text like text-decoration blink etc. But We can blinking/flashing text using css3 …
How to write a query for creating a relationship with post and taxonomy. Before writing query don’t forgot to define global $wpdb variable. $wpdb is a global variable which instantiates …
Hello guys some time we are facing problem for making logical relation which is not possible by using word press predefined functions. In this article I guide how to write …
There’s a WooCommerce builtin shortcode to add a product to cart, by default the shortcode works only for simple product, not for variable products, as when using this shortcode you …
The following error is caused by a space after the site or home URL in the WordPress database: Warning: Header may not contain more than a single header, new line …
SQL injection is one of the most common vulnerabilities in applications on the web today. This article will show you how to prevent SQL injection on your website using Prepared Statements in PHP.
If you take user input through a webpage and insert it into a MySQL database, there’s a chance that you have left yourself wide open for a security issue known …
Block Alphabet in text field using JavaScript
In this article, I will demonstrate how to allow user to input block numeric characters in a TextBox field by using Javascript. The program prevents user from copying and pasting numerical characters into the TextBox.
Create Facebook share links, Twitter “tweet this” links, Google Plus share links, LinkedIn share links, Pinterest “pin this” links and email “mailto” links that will work anywhere — even inside emails!