How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

WordPress code highlighter

If you have a WordPress website with posts that contain code then you probably asked yourself how you can make it look better.

The past few days I was looking for a good plugin that could help me remedy that. After trying a lot of them I ended up with two that were pretty good for my needs, SyntaxHighlighter Evolved and WP-Syntax. Although both of them are rather good at what they are supposed to do, after some trial and error I decided to keep SyntaxHighlighter Evolved since it’s results looked better in my opinion.

If you are looking for a plugin that can help you format and highlight your code to make it easier for your readers to follow and understand your code feel free to test them out and decide which one suits your needs better.

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

Leave a Reply

Your email address will not be published. Required fields are marked *