Desinerd : Dipankar's Blog

Post on twitter/kwippy using .NET

Published: in Technical, , , , , , , by . 4 Comments on Post on twitter/kwippy using .NET.

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; using System.Web; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { System.Net.ServicePointManager.Expect100Continue = false; Uri address = new Uri(“http://twitter.com/statuses/update.json“); // Create the web request HttpWebRequest request = WebRequest.Create(address) as HttpWebRequest; request.Method = “POST”; request.ContentType = “application/x-www-form-urlencoded”; request.Credentials = new NetworkCredential(“username”, “password”); […]

Kwippy feed for wordpress

Published: in Technical, , , , , , , , , by . Leave a Comment on Kwippy feed for wordpress.

If you notice i now have a RSS feed for kwippy on the sidebar. That is done by using RSS widget functionality within the wordpress theme section. The image below outline the complete setup which i use for my blog. Its really simple to set this up :).Enjoy.

Twitter feed wall – great for projectors

Published: in Technical, , , , , , , , , by . 3 Comments on Twitter feed wall – great for projectors.

Inspired by http://twistori.com/. I wrote a generic tool which will allow people to setup a simple wall where people can post and it will automatically refresh. I built this tool specifically because it was needed at proto.in. I am very sure it will be useful to a lot of people out there. Uses JQuery and […]

First wordpress plugin : Kwippy poster 1.0

Published: in Technical, , , , , , , by . 4 Comments on First wordpress plugin : Kwippy poster 1.0.

Just created my first wordpress plugin, from concept to implementation in 3 hours :D. This plugin basically posts an update on kwippy when you publish a new blog post. This can be a good tutorial for someone trying to build their own plugins actually. Enjoy. Updated: Official WordPress plugin page : http://snipper.in/86

The Screen Savers! – NES PC

Published: in Technical, , , , , , , , by . Leave a Comment on The Screen Savers! – NES PC.

Very cool … though i seem to be nearly 4 years late.

Be a Shotgun Startup, at Proto.in January Edition

Published: in Articles, , , , , , , , by . 2 Comments on Be a Shotgun Startup, at Proto.in January Edition.

How many times have you had a cool idea that never saw the light? Or that amazing conversation you had with your best friends which resulted to nothing? It can be that amazing facebook application to solve all the problems of your single friends, or that Iphone game that will rock the world, or an […]