I 'M AKSHAY AGARWAL & I 'M A FREELANCE WEB DEVELOPER

Latest from Blog

Building a web service inside a WordPress plugin

Many a times, we need to expose some data from our WordPress plugin as a web service. This is also particularly required when we are building AJAX validation scripts. In such cases, we need to access a url, pass it (…)

Uncategorized

How to determine if current user is admin in WordPress

This can be customized as per the custom roles & capabilities you may have assigned in your plugin. But the simple one line code below is sufficient in most cases

Uncategorized

Common mistake when including a Javascript library

So you stated off with a new javascript gig & suddenly found that the code just doesn’t run! Everything seems to be fine, you have included the library with the correct path, have nested the tags properly, checked the syntax, (…)

Uncategorized

How to Install WordPress Multisite using EasyPHP

If you try installing WordPress multisite using EasyPHP then probably you will find yourself into problems with the port number that EasyPHP uses for localhost. Basically, any multisite installation cannot take place on a server which uses any other port (…)

Uncategorized