SyntaxHighlighter Evolved

I recently started using the SyntaxHighlighter Evolved plugin on Webmaster-Source. The plugin provides an easy way to format code snippets for display in posts, complete with colorization.

When using SyntaxHighlighter Evolved, you don’t need to replace quotation marks with " or anything like that. The plugin takes care of that, and preserves the original spacing.

The plugin has colorization support for several of programming languages, and it’s possible to add support if needed. The output is fully themeable via basic CSS.

All you have to do to invoke the plugin is surround your code in quick tags for the appropriate language, and you get something like this:

<?php echo "Here's some code"; ?>;

It shows up as an ordinary <pre>…</pre> tag once it leaves the editor, with contents neatly escaped, and the JavaScript does the rest to make things look neat once the page loads all the way.

BlogBuzz June 6, 2009

WordPress Theme of the Month: Typebased

This month’s featured free WordPress theme is Typebased by WooThemes.

Microsoft’s “Bing” Search Engine Isn’t So New After All…

Microsoft recently launched their new search engine “Bing,” in an attempt to compete in the arena that Google has pretty much already won. There was a bit of talk leading up to the relatively quiet launch, which promptly disappointed me.

Basic HTTP Authentication With PHP

Basic HTTP authentication is rudimentary method of requesting a username and password, then allowing or denying access based on the credentials entered. You’ve probably seen it in action somewhere or another. If you try to subscribe to a protected RSS feed, such as the…

The 1Kb CSS Grid

Grid Design is something that’s being talked about a bit lately, and many people are using frameworks like 960gs to help them do it. A recent guest post over at Usability Post (by Tyler Tate) shows how to create a grid with your own…

Flavour Extended Icon Set

Smashing Magazine has released a new icon set designed by Oliver Twardowski: Flavour Extended. The set includes 452 transparent PNG icons, along with their respective PSD source files. The icons are 48×48 pixels in size, and easily shrinkable if you require a smaller size.…

WordPress Hosting Monitor Plugin

The WordPress Hosting Monitor plugin, created by WebHostingSearch.com, that gathers useful data about the server your blog is hosted on, and spits it out in a convenient widget. If you only have access to your server via FTP you really won’t know all that…

BlogBuzz May 30, 2009

Tweetie for Mac: OSX-Native Twitter Client

I’ve been trying out Tweetie for Mac lately. It’s a Mac OSX-native Twitter client with a very nice, polished interface. It has many of the features of Nambu, but it lacks the instability that Nambu tends to have from its current “beta” status. Tweetie…