-
Introducing branch, a starter theme for WordPress
Ever since I discovered Timber library for WordPress, I’ve become fond of it. It makes developing themes a breeze and cuts development time straight to half. In this article we’ll learn more about branch, a starter theme built using Timber library. Enter branch branch is a Bootstrap based responsive starter theme with the goodness of […]
-
Lazy Loading Is Broken
We all know (or at least I realize) that Lazy Loading is frustrating many times which means it has a problem therefore, it’s broken.
-
I Can’t Search For Past Timeline Posts On Facebook. What?
If you think you can do “all” sorta things on Facebook, try searching your Facebook timline for the status you posted yesterday!
-
How To Add and Remove Tabs in Bootstrap 3 Dynamically?
The code is compatible with Bootable 3.x Earlier today, I was working on a web application with Bootstrap and I was required to allow a user to add and remove tabs. Unfortunately Bootstrap doesn’t give you the close button on a tab out-of-the-box. So I quickly went to the Bootstrap’s Issues page on GitHub where […]
-
WordPress Code Generators
Hi, Let me quickly share with you some useful code generators specifically for WordPress. If you are into developing or customizing wordpress themes and plugins, these tools come in really handy. GenerateWP (This one’s my fav so far) Themergency WordPress Theme Generator by yvoschaap.com If you know other than the ones I menetioned would be […]
-
Turning Goolge Instant Search suggestions off
According to Google Google Instant can save 2-5 seconds per search But for me 2 or 5 second should not be a big deal at all. As I have a slow connection most of the time therefore the “Instant” predictions stays disappeared for longer than 5 seconds and that becomes annoying for the curious searchers. […]
-
What is a good logo or icon to represent JavaScript?
Its hard to put an image to this language, let along reach consensus. View Question on Quora
-
jQuery – Prevent Multiple AJAX Requests
Many times we do not want to take any other requests of the same type while one is still in progress. A normal post request looks something like: Suppose, if we call the function using a link, <a href=”javascript:doSignup()”>Signup</a> Someone does repeated clicks and an enormous amount of requests will be off their way to […]