PageRank Status Extension for Firefox

Checkout this site to have a page rank of site you are currently browsing.

How to fullscreen browser by javascript

index1.html
Mozilla will have address bar but IE will have complete fullscreen.
<script language=javascript>
window.opener=self;
window.close();
window.open(‘index2.htm’,”,’fullscreen=yes’);
</script>

Snap Shots

Let your website user to have a snap shot of a link before they open the the site you linked for. Its really awesome. You can add your logo and advertise. There have several settings you can set as your choice.
Demo link: http://launchinteractivemedia.com/alimul/snap/
Add Snap Shots To Your Website Or Blog
Put Snap Shots on your site [...]

TinyURL.Com – Making long URLs usable!

i was having problem reminding some url while i was using several computers for office works. For a artistic CSS i was looking for a CSS tutorial and i got a download link of tinyurl.com/cssbook
i was redirected to the correct website than.
Here is some real example: http://tinyurl.com/alimul, http://tinyurl.com/alimul-linkedin

http://tinyurl.com/alimul-facebook
You can try to short your long url [...]

Laconica: Micro-blogging open source

Download link
http://laconi.ca/trac/wiki/Laconica_0.6.1

Installation Help link
http://laconi.ca/trac/wiki/Installation
Read me of laconica
http://laconi.ca/darcs/README
Another installation link
http://cakebaker.42dh.com/2008/09/29/how-to-install-laconica/
Guidelines
http://laconi.ca/trac/wiki/TracGuide
FAQs
http://trac.edgewall.org/wiki/TracFaq
Support
http://laconi.ca/trac/wiki/TracSupport
There have little hassle to install it.
Lets install lacinica now in wamp(with php-5.2.6 and apache-2.2.8).
1. Download latest version from here http://laconi.ca/laconica-0.6.1.tar.gz
2. Rename config.php.sample to config.php.
3. Configure this variable well.
$config['site']['server'] = ‘localhost’;
$config['site']['path'] = ‘laconica061′; //should be same as your root folder
$config['db']['database'] = ‘mysql://root:@localhost/l
aconica’;
// mysql://username_of_DB:password@localhost/DB_name you should [...]