Blog

punBB extension: Post Share

Hey folks, in a short time i’ve made some punbb extension. Here is another, it’s for sharing post. It inserts share button in every post, here is the screenshot: You will find the configuration at Administration β†’ Settings β†’ Features [download id=”12″ format=”1″] Enjoy πŸ™‚

Grab your Google Buzz Status

Here’s how you can get your google buzz status with php. Just put your google username at the right place and do whatever you want. We have used simpleXML to parse the google’s RSS feed for every user. πŸ™‚ [php] <?php $user = "<username>"; $url = "http://buzz.googleapis.com/feeds/".$user."/public/posted"; $data = file_get_contents($url); $xml = new SimpleXMLElement($data); $status … Continue reading Grab your Google Buzz Status

We’ve won the “Best IT Innovation Award” from BASIS Softexpo

As a part of BASIS’s “IT Innovation Project”, 17 project was submitted for BASIS Softexpo 2010. Among of them, only 3 projects were selected. They were – 1. Braille Board 2. Bangla Text to Speech (TTS) 3. Bangla OCR Both, Braille Board and Bangla TTS was awarded for “Best IT Innovation Award”. About Our Project: … Continue reading We’ve won the “Best IT Innovation Award” from BASIS Softexpo