Blog | Tech Blog | Secure Coding | Twitter | RSS Feed | Get Email Updates
—-

tweetmeme_source=’shantanugoel’;tweetmeme_url=’http://tech.shantanugoel.com/2009/02/15/wordcamp-india.html’

Just a little piece of news to all the bloggers, and especially WordPressers (did I just coin a new term?), out there. WordCamp is coming to India. And what’s more, Matt is going to be there. (Yes, THE Matt. [...]

Many readers of this blog have written to me for the slow updates. I apologize for the same. I’ve been swamped by loads of work for quite some time now and haven’t been able to write anything here or update any of my projects, though I have loads of new hacks and tricks that I [...]

Just wanted to apologize to you guys for not updating this blog frequently as work load is becoming more and more these days. But I’ll try my best to update as often as possible. There are a couple of useful apps that I wrote some time ago but havent found time to add all the [...]

If you are twittering kinds, doesn’t matter online or offline

If you blog or are interested in all things blog and blogging

If you live in Delhi, have lived there, have been there, or just connect with Delhi somehow else

If you want to meet up with your fellow twitterers and bloggers

Then you’ve got to be a part of [...]

Today, this blog completes one month of its existence in this world. The achievements, although minuscule in comparison to all the biggies out there, are significant for me. It achieved the following things in just 30 days from the first post:

Front-paged at LifeHacker, HacksZine, and many others.
Over 10000 (Ten Thousand) “unique” human visitors.
Over 30000 (Thirty [...]

 
INTRODUCTION
This is a very simple script that I did for a friend. It can be used to quickly generate blogrolls.
Input: csv file with blog author names and blog links
Output: OPML file that can be imported into many blogging/blogrolling software and websites (e.g. wordpress, blogrolling.com, etc)
Usage:
shantz-csv-to-opml.pl <input file in csv format> <output opml filename>
Input File [...]

For the uninitiated:
Shantz WP QOTD is a plugin to add quotes to your wordpress blog in a few easy clicks. It adds quotes to your posts and your sidebars with a multitude of options for sources and customization.
I made a few additions / modifications to the code and the plugin has been updated to 1.1.0. [...]

Motivated by Ronald’s ultimate wordpress plugin tutorial at devlounge , I decided that best way to learn something is to use it in a live project. Armed with my laptop and multiple flasks of coffee, t…