Best library to create responsive tabs. It is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Many websites displays the total number of likes, shares and comments of the currently viewed URL. This data is very helpful to make the visited user also share the URL like other did. Here are the HTTP REST APIs provided by different social networking sites using which you can retrieve all these social activity information […]
Redis is a in-memory storage system. Primary memory is volatile i.e., data is lost when we restart our computer. Some people want to use redis just like an DBMS which keeps its data stored permanently. Redis does provide some mechanism to make the data persistance(permanent). There are three different ways to make Redis persistant: RDB, […]
Redis is a in-memory key-value storage system. Primary Memory storage size tends to be much smaller than hard disk storage size. So its never a good idea to populate primary memory with binary data/files as you will soon run out of memory and cause redis/other applications unexpected shutdowns. But still if you want to store […]
Web components are the future of web. In this tutorial Todd Motto provides an in depth guide to web components.
This post is a part 11 of Playing Audio Using JavaScript – Web Audio API post series. Most developers use the <audio> element or flash to play audio in browsers. Well flash is not supported by mobile browsers and a good web app shouldn’t depend on plugins. <audio> element doesn’t provide APIs for complex operations […]
I have created a tool which can track if an email has been opened or not. Very useful to spy recipients. It also provides recipient IP address. 100 FREE tool.
In this article I will reveal some important tools and techniques used by me and other successful bloggers to drive traffic and increase conversion rate. Tools I will introduce in this article may not be free but are very useful and wroth its price. BuzzSumo BuzzSumo is a online tool that tells you which article […]
This post is a part 10 of Creating a WordPress Admin Theme post series. Attaching icons to menu items has become a trend. WordPress theme developers need to build a functionality write into WordPress theme to provide users to choose icons for menu items. For themes which don’t support menu icons, users usually used plugins […]
Most Commented