For 2.0 – The bootstrap-datetimepicker is one of the very best Date/Time Picker for Twitter Bootstrap. It can be downloaded from this link.
One
Bootstrap Datetime Picker for 3.0
Javascript random integer between two numbers
A very simple and useful method to find a random integer between two numbers. Found this simple javascript function to calculate random integer between two numbers or intervals. Posting here for a quick reference. Here it is: [javascript]function randMaxMin(min,max) { return…
Changing database character set
Why to consider changing database character set? Why do i need to do this? As to find a more straight answer please look at the image below, taken from one of my websites built in WordPress:
Facebook emoticons and smileys
According to ‘Yahoo Answers‘ there are 23 Facebook emoticons and smileys. You use keyboard shortcuts to make them by typing a specific combination of characters. For example to make a most popular smile emoticon you type :). Some of the…
5 Latest Android Phones under RS 20000
Mobile smartphone market has a wide range of smartphones these days. Because of their low budget, charming graphical interface, size, weight, durability and expandable features Android smartphones are leading the market. By their continuous efforts and frequent releases of new…
What is Bitcoin and how does it work?
What is Bitcoin? Bitcoin is a decentralized peer-to-peer digital currency and payment network. It is completely based on the belief that Bitcoin has value. Hoss Gifford of OneMethod Inc. explains that “Unlike traditional currencies, it’s not tied to any one…
How to implement breadcrumbs in WordPress website?
Breadcrumbs in WordPress website In order to enhance user experience and site usability using breadcrumbs is an important factor. For SEO perspective it may contribute and benefit in a good way if used on website pages. Assume that a user…
How to import Gmail contacts to Microsoft Outlook
Following simple steps one can import Gmail contacts to Microsoft Outlook. Here’s the steps. 1. After logging into Gmail account go to (dashboard) Gmail > Contacts as shown in the image below.
Loading all WordPress posts having or not having a custom meta field
In a scenario one would like to create a custom meta key value pair for a post and save some value into it. Assume of an existing blog with hundred of posts which you want to add a custom field.…