-
WordPress
WordPress functions.php Tutorial
When designing WordPress Themes, you might have wanted to customize a theme by adding your own set of functions to…
Read More » -
WordPress
WordPress get_permalink Example
While working on your WordPress theme or plugin, you might need to get the current posts permalink. Below, you will…
Read More » -
WordPress
WordPress get_option Example
WordPress has simplified a lot the way we approach functionality, as it has defined many PHP functions, some of them…
Read More » -
JavaScript
Javascript location.href Example
In these example we’re going to discuss and learn about the location.href property. Let’s dive right in! …
Read More » -
JavaScript
Javascript Close Window Example
This time we’re going to explain how to close a window, regardless of whether it has been opened by a…
Read More » -
JavaScript
Javascript ParseInt / String-to-int Example
Let’s suppose you receive from the user of your site some data, in string form, which should be converted to…
Read More » -
JavaScript
Javascript Redirect URL example
It has happened to all of us to click a certain URL and be redirected to another one. Probably you…
Read More » -
JavaScript
Javascript On Page Load Example
The onload event is a function or code that is executed after the page or window is fully loaded. But…
Read More » -
JavaScript
Javascript Check Undefined Example
By now we all know that in Javascript we attach types to values and not variables, like in most other…
Read More »