Syntax Highlighter

Well after looking at one of the blog site, I also got interested in integrating some code syntax highlighter plugin for this blog site. After looking around a bit, I came across with “SyntaxHighlighter“. This plugin is based on the Javascript package built by “Alex Gorbatchev“.

SyntaxHighlighter is currently used by ApacheAptanaMozillaYahooWordPressBug LabsFreshbooks and others.

Here is a sample output of it:

using System;
public class HelloWorld
{
    public static void Main(string[] args) {
	Console.Write("Hello World!");
    }
}
Enhanced by Zemanta

How to disable inline image attachments in Mac OS X Mail.app

When you open or preview mails in Mail.app in Apple Mac OS X, the first thing you have problem with is big images are getting displayed within the message. Many times this makes you frustrating because you want to read the message and not want to keep on scrolling the window left and down. This is default behavior of Mail.app and does not show the images as attachments (even though sender had sent as attachment).

To overcome this behavior, you can disable the Inline Attachment Viewing flag for Mail.app. To do so, open up a terminal window from “Applications->Utilities” and type or paste below command:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes

At any point if you change your mind and come back to the default behavior use the below command:

defaults write com.apple.mail DisableInlineAttachmentViewing -bool false

Restart the Mail.app and voila!

Also remember, this will disrupt any HTML mails coming which have images.

Enhanced by Zemanta

Google – New look

Google with new top bar
Google with new top bar

Today, Google has changed its interface across all application. It has introduced a new design for top bar with black background.

Also, in some cases it is showing a new search button in blue along with a magnify glass icon. And there are no separator line between left panel and the search result which use to be there earlier. Also, the menu items on the left side panel have completely new icon set with more of black and gray stuff.

Google - New look
Google - New look
Enhanced by Zemanta

Are you a mobile vendor, then get a Square…

Square is a free credit/debit card reader attachment for iOS and Android based devices. Square provides the device and app FREE of cost, whaaaat! yes it is completely free of cost. Square only charges their fee per transaction. They simply charge 2.75% for the transaction providing you a completely hassle free and wireless solution for credit card acceptance solution.

Check this out. Square

Just another blog!