-
JavaScript
Javascript Refresh / Reload Example
When Javascript first started to be used on webpages, it had a very big advantage to it: It allowed the…
Read More » -
JavaScript
Javascript Onmouseover Example
Over time, programmers started paying attention not only to the functionality of their app or website, but also security, manageability…
Read More » -
JavaScript
Javascript Open New Tab Example
One of the most simple and basic actions you find in websites or apps is being able to open a…
Read More » -
JavaScript
Javascript Calendar Example
Calendars are a very useful widget or part of an application, as we can see from the frequency in which…
Read More » -
JavaScript
JavaScript Hashmap Example
You might have heard of hash maps or hash tables while programming. If you’ve only used Javascript, there is a…
Read More » -
JavaScript
Javascript Callback Function Example
By now you are all aware that functions in Javascript are first-class objects, which means that they behave like any…
Read More » -
JavaScript
Object Oriented Javascript Tutorial
While typically programming is a set of rules based on certain actions and logic, with time, programmers realized that everyday…
Read More » -
JavaScript
Namespaces in Javascript Example
If you have been previously coding in programming languages other than JavaScript, such as C# or even C++, then you…
Read More » -
WordPress
WordPress get_post_meta Example
Let’s take it as if you’re writing a post in your WordPress website. Being the nice guy he is, WordPress…
Read More »