WordPress: How to Check If User is Logged in with JavaScript
It’s easy to check if the current user is logged in with PHP in WordPress. Simply use is_user_logged_in() function. However, how to do it with…
It’s easy to check if the current user is logged in with PHP in WordPress. Simply use is_user_logged_in() function. However, how to do it with…
Converting an object to a query string is a very common task in JavaScript. It allows you build your URL for ajax requests quicker and…
Despite the grow of JavaScript frameworks, jQuery still is the most popular library used in normal web apps. We use jQuery heavily in our Meta…
In the last couple of years, JavaScript is always one of the most popular programming languages. In fact, it’s the top programming language on Github,…
If you use WordPress, you might have heard about WP-PageNavi, the famous page navigation plugin. But in Blogger (blogspot) there is no such “plugin”. Blogger…
The most important feature that makes WordPress powerful and easy to customize is hook system. Developers can create as many hooks as he want, at…
If you use any script for syntax highlighting, you’ll see most of them has “copy to clipboard” feature. This is a fascinating thing done with…
There are various url shortener services on the Internet. You can use free services or create your own url shortener using some open sources. In…
There are many snippets on the Internet that show you how to get total Twitter followers of an user, most of them are written in…