Sukshma

Entries categorized as ‘blogging’

OnStartups.com - A community for entrepreneurs

November 18, 2006 · 2 Comments

Dharmesh Shah writes for start-ups and entrepreneurs. His articles are penned with experience and thoughtful insight. If your running a start-up that has anything to do with the web, you will definitely enjoy his work.

Here are some posts I thought were bang on target,

Categories: blogging · business · startup · technology

Making the news before the press

November 17, 2006 · No Comments

In the art of defensive blogging on Rough Type, Nicholas Carr summarizes AOL’s CEO Ted Leonsis’ strategy to control the message that Google conveyed when folks searched his name on the search engine. At some point, when Ted typed his name in Google’s search box, the results were a hodgepodge of news stories. Ted wanted to be the top result for that search. On his blog, Nicholas asserts that this is great business strategy. I agree, I cannot think of anything more important than being the foremost authority - on your self.

To begin with, Ted started up his own blog - Ted’s Take. Over a few months, the blog garnered sufficient page rank - it helped that Ted was in touch with several celebrities. Other A-List bloggers who hold quite a bit of Google juice began to link back to Ted’s blog. In the end, he was the top result for his own name. To reiterate Nic Carr’s analysis - Ted successfully narrowed down the information (about himself) for his own professional benefit. Nicholas concludes,

The best defense may be a good blog.

At lunch, a friend of mine mentioned how the Ambani’s made the news in India. The context was - they hardly needed to read the news on a daily basis (like ordinary folks) they were the news. If they wanted the news to read one way or the other, they could do so with ease. Forgive the slight hyperbole, but start-ups are not as lucky as the Ambani’s. Both Anil and Mukesh Ambani happen to be the two of Forbes’ richest Indians. For a consumer facing web start-up, a poor review could be more than simply negative press. It could instead lay waste to months of hard work and discourage user adoption.

For demonstration, execute a Google search for “seventymm”. Of results returned - the first is the Bangalore based DVD rental start-up SeventyMM.com, and the second is a scathing review of the same service and the business model. This has been the case for at least the last 6 months and is still the case as I write. SeventyMM had responded to one of the review comments by revising their terms of service (a serious one) but they were have not yet responded to the others (it is not clear why).

Consumers of Internet-based services and products in India are evolving as a positively web-friendly group. They can avail of two effective and popular avenues to voice their discontent - online review communities or customer-centric forums like MouthShut.com, or their own pages and blogs. For instance, I purchased my last car only after having read several reviews of the model and the manufacturer. There was a wealth of customer feedback available online to help guide me.

Start-ups must adopt similar means to compose an effective response. Founders of start-ups are known to troll forums for messages from dissatisfied customers and assure them that their concerns would be addressed. If several customers have similar pain-points when using the product or service, the issue definitely demands the attention of the start-up. Another way to address the user community is to update a product blog regularly. WordPress.com (my publishing provider) do a great job of keeping their user community abreast of the new features offered by their blogging service through their own blog. Their blog and forums are also hot zones for discussions revolving around bugs found by users, feature requests and general feedback on the quality of the service. WordPress have successfully promoted their own forums as the first place to look for information on their product. It is hard to displace their own pages from the top 10 search results for wordpress.com on Google.

As the company grows out of the start-up phase the stakes only get higher as the company impacts a wider audience. Reaching out to users first is critical. Companies need to work hard to ensure that users don’t treat the companies corporate news source in a discretionary manner for news related to your own company and products. Perhaps controlling news and information is rather far away. In contrast, it is now cheap to publish online in terms of time and money.

The original story on Ted was featured on the Washington Post (for Ted Leonsis, a Quest to find himself faster).

Categories: blogging · business · startup · trends

Blog URL changed

November 4, 2006 · 4 Comments

I am trying out the new domains feature with wordpress.com. The permanent URL for my blog is now http://blog.sukshma.net. Unfortunately, I have lost all of my Google juice with the move (help me get some of it back by changing your existing link to point to the new URL instead of sdawara.wordpress.com, I’ll definitely buy you a beer the next time we meet :) ).

Categories: blogging · technology

August, 2006: Top posts

September 2, 2006 · No Comments

Categories: blogging

Introducing Lipikaar

August 18, 2006 · 3 Comments

Lipikaar - is a QWERTY keyboard overlay driver for Devanagri and related languages.

A close friend introduced me to Lipikaar recently. It is an excellent tool to use if you enjoy blogging in Hindi, Marathi, or other languages that rely on the Devanagri script. I have begun using it myself. I find it to be extraordinarily simple to use and very effective.

Now I can work on improving my Hindi ;-).

From the website.

Lipikaar takes only ten minutes to learn. No keyboard stickers, no clumsy key strokes. Makes typing in Indian Language an intuitive enjoyable experience. It is also the fastest - takes fewer key strokes to type than others. For example, it takes only three strokes each to type and four strokes each to type and

Categories: India · Pune · Windows · blogging · startup · technology

The 5 minute WordPress installation on GoDaddy

July 9, 2006 · 4 Comments

Update: If your looking for a detailed step-by-step tutorial, head over to Mel’s page, (thanks Mel). There was also a question on which theme to use. The themes that are updated to take advantage of the wordpress platforms dynamic nature are the best. Start with the list of featured themes and try out “Connections” - Patricia Muller, or the themes by Becca Wei. Install the updated versions that the designers host on their home pages - this is if you would like to minimise your own changes to the theme.

By way of introduction, WordPress is a user-friendly, “state of the art semantic publishing platform“. My blog is currently powered by WordPress and is hosted by the folks of wordpress.org on their own servers. Choosing this route meant that I lost flexibility. For example, the current theme the blog is based on cannot be changed extensively. Since WordPress.com is hosting this blog, they have very clear and valid reasons for not allowing users to edit the internal mechanics for serving content.The other route is hosting your own blog for maximum flexibility. The requirements are easily satisfiable by most hosting providers. We had a GoDaddy basic plan to work with. Going by my previous experience with Movable Type (I tried installing a version 1.6 way back in 2002), I thought the installation would take up the entire weekend. I did some homework, and was mentally prepared to mess with the PHP internals if required.

None of that was necessary. It took me 5 minutes to install it and get it running. Disappointed? The speedy install meant that I could then focus my energy on getting the presentation right. That is what I call Great Software.

(I did have to tweak the database server location in the wordpress configuration file wp-config.php, you can get the correct location of the MySQL database for your host from your control panel. Look for the MySQL icon).
The WordPress developers are amongst the best with PHP. Their code is worth understanding. The template engine isolates the presentation well and makes manual editing of the templates simple. The blog administration interface is also usable. The interface does not require ‘building’ content if you ever decide to change the presentation. If your not interested in touching CSS/PHP/HTML, you can get a very large number of themes for the WordPress theme engine.

I was disappointed by the fact that some of the themes don’t take advantage of the dynamic capability of the WordPress framework. I had to work on those themes by hand. Of course, the blame squarely lies with the theme developer. Secondly, I could not find a way to gear WordPress to serve a custom-page by default instead of the blog page. Has anyone ever tried this?

If your interested in installing WordPress on your host, I highly recommend you do so. If you would like an invite to join the current group of blogs on WordPress.com, send me an e-mail and I will respond with an invite.

Great Software lets you enjoy your weekend :-).

Categories: blogging · programming · technology · wordpress