Multipaging a single post using wp_link_pages

Heya Fellow bloggers, I won’t be saying again in this post that wordpress is an awesome blogging application, lol I said that again 😛 You probably are looking for any sort of plugin which may split your single post into multipaged post with a nifty pagination, right ? If I

Install wordpress in local environment

Well this post is not for the regular RSS readers, but sure is for those nomads who look around how to setup wordpress on their systems and land on to Digimantra using Google Search. I know wordpress is one Open Source blogging application which is pretty easy to install but

Translation bots in google talk

Google introduced chat bots almost a year ago. These chat bots do not fake to be a girl and chat with you (as many bots do), but instead it becomes useful in the sense that when you type a message in English and send it to the bot it will

CSS Properties To JavaScript Reference Conversion

Heya Peeps, Today one of my colleague was stuck in very basic Javascript function, in which he was trying to change the font-size of a paragraph by tweaking the CSS “font-size” property with the help of a Javascript function. His code was perfect but with one problem, that was proper

Sleep or wait function in javascript

Always wondered that why does Javascript do not have some extraordinary functions like trim, wait, sleep etc. Oh well, i think at that time they din bother to add them or din feel the requirement.  I was working on a script last week and somehow i wondered if i can

Winners for Digimantra free domain give away

Hey Guys, Not many but some of you might be waiting for the results of the domain giveaway offer. Cutting it really short, here is the contestant list who participated : 1. Sumit Sati 2. jake 3. Ankur Banerjee 4. Karmanya 5. Quiz_Master 6. Reevester 7. Rachit Agarwal 8. uleadin

Don’t do this on Twitter

Twitter is a great app to find new and like minded people – cool people, to network with them, to have great conversations and yet a lot of people fail to get the best out of Twitter. They get lost in the numbers and fade away, or keep struggling to

Say hello to Drupal

Before reading this post ask yourself: “Do you know what Drupal is?” If yes, you are at the wrong place. If no, (even though it’s a sin to not have heard of Drupal) sing “Hallelujah”. Drupal is a Content Management System aka CMS. (In fact, it is so powerful that

Integrating Google Analytics in Mediawiki

In this post, we will talk about how to hack the Mediawiki Template to include Google Analytics without tracking the sysop user. The better way is, obviously, to use the GoogleAnalytics Extension (which would be discussed in a later post). This hack applies to Mediawiki 1.9.3+ In the mediawiki/includes/skin.php file,

Add user specific replies in wordpress comments

Always wondered how to leave a reply to specific comments or a thread like replies. Well wordpress made it very simple for you. The function wp_list_comments accepts various useful parameters . There is one parameter called max_depth which is going to do the trick for you. If you open your