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
Google Analytics offer free advertising on Google AdWords
This morning I woke up with a surprise from google. They offered me free advertising credit with 15oo INR and i was like woot ? At first I thought its a fake email and i verified it from different prespectives, but finally i verified the URLs etc given in the
How to remove digg or any other site bar
So you do not like the digg bar as well ? Or someone told you that you are losing traffic cause of the digg bar ? Well whatever the case is you really do no want that fancy bar to hang on top of your website, right ? It is
Make sure your site is not rendered in an iframe
This is going to be short and simple tip. There are chances that your site can be put into iframe and you probably do not want that to happen. But there are not chances for your site to handle such situation, only before reading this post 😛 So how do
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
logging 404 errors on your site and generating traffic from it
Hiya People, Its really a pain when visitors come down to your blog and they see “Sorry, but you are looking for something that is not here.” The message can be anything, but top of everything it is nothing but a fail message. And consequently, many of your potential visitors
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,
Insert and update in single mysql query using on duplicate key
Hey Guys, Let me first explain you the scenario in which more likely you can use this type of query. A generic scenario would be that you are inserting data into a table and along with this you want to update a counter which is nothing but a field in
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