Here are a few useful PHP debug functions. I wrote a similar post sometime ago posting the abbreviated “pr” function as a shorthand replacement for the “prinr_r” or “var_dump” functions. Since then this function has changed a bit so re-posting…
To print the table structure of MySQL table in PHP
You can print the table structure of MySQL table in PHP using simple php script. All you need to do is to make a ‘describe table’ call and process it using php script, similar to one you use to print…
One
Bootstrap Datetime Picker for 3.0
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.
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…