Social Web Links Plugin

Displays beautiful web 2.0 social bookmark icons on your sidebar. Two sizes available for icons 32×32 and 16×16. Three styles of display available.

Read More…

White Gold Theme

Stylish theme having three columns with content in center. Fixed-width, widget-ready, translation-ready, paged Navigation and threaded comments. Several options available to customize the theme. Custom description or latest tweet for the header. Add-to-any sharing button available below each post. Compatible with wordpress 2.7 and higher upto 2.8.4. Valid XHTML and CSS

Read More…

Modern-Vintage Theme

Beautiful blend of Modern and Vintage web design. Two-column wordpress theme with optional support for Twitter feed in sidebar. Sidebar widget ready and support for plugins. Tested upto WordPress 2.8.4. Valid CSS & XHTML, Compatible with IE 7+, Mozilla 3+, Safari 3+

Read More…

Carbonize Theme

Simple but highly functional two-Column WordPress theme. Tabbed-Content in Sidebar, Threaded comments. No plugins required, Sidebar widget ready. Compatible with WordPress 2.5 and higher. Tested upto WordPress 2.8.2. French, Danish language support. Valid CSS & XHTML, Compatible with IE 7+, Mozilla 2+, Safari 3+

Read More…

Mac: Cannot Empty Trash

How many times you have encountered this message while trying to empty your trash on your Mac :

“This operation cannot be completed because the item filename.ext is in use”

and you would go crazy trying to delete it but it wouldn’t unless you restart your system.
One way to empty trash in this case is:

1) Drag the file from your Trash bin back to the Desktop.

2) Launch a Terminal i.e Go to Application -> Utilities -> Terminal and type the following into the terminal window leaving a space after -rf

cd ~/.Trash && sudo rm -rf

3) Drag that file you wanted to delete from your Desktop to the terminal window and then press Enter.

4) It will ask for your Mac password, so enter your password and press Enter. (Note: On terminal window, when you type the password, you won’t be able to see it, but the password is being entered. So don’t panic).

If you followed the steps correctly, then the trash will be emptied.