Archive

Posts Tagged ‘extension’

How to disable or remove Buzz?

Feb 11th, 2010

Just now I got to know something about Google Buzz when I booted my Laptop and opened my Gmail account and I thought not to use it for now. It is distracting for me. I already have lots of social networking sites, Twitter, gTalk, skype and mobile phone and others to pass my time. I [...]

PHP: Getting File extension and file basename

Jan 31st, 2010

Here is a script for getting file extension. It will take care of the file name like this: yourfilename.inc.php etc and not only filename.inc or fileename.php. It will get your last part of file irrespective of how many dots in file.
<?php
// will get the file name out of whole path (path/to/file.inc.php)
$filename = basename($filePath);
// split it [...]

Brizzly – a Chrome Extension for Facebook and Twitter

Dec 9th, 2009

Today, I have tried Brizzly. It is a Google Chrome browser extension. It is a perfect extension if you are using fast browser Chrome on your system and you also regularly use Facebook and Twitter application.
As I have experienced it is fast and works well for both Facebook and Twitter social networking application. It does [...]

My First Public View of Google Wave (know how to use)

Dec 5th, 2009

My experience with Google wave. I got how to ride on wave with public and share something with public. Shared essential few commands to start on Google Wave.

Assign File Extension to pages in Symfony

Feb 3rd, 2008

Assign file extension (*.php, *.html) of your choice in symfony framework