WordPress Source Code Syntax Plugin

In order to enhance the user experience of Tipvista blog readers, I’ve installed Dean Lee’s Source Code syntax highlighting.

The plugin is pretty cool for coders and developers who like to share their codes with their readers. Among syntax it support are

  • Actionscript,Ada,Apache,asm,asp,bash
  • c,cfm,c++,csharp,css
  • delphi,div,freebasic,html4,idl
  • java5,javascript,lisp,lua
  • mathlab,mysql,nsis
  • oracle,pascal,perl,php,python
  • qbasic,ruby,smalltalk,sql
  • tcl,text,vb,vb.net,xml
  • and few others syntax

Here’s how the plugin look like in WordPress :

//
//print information about your php installation
//
phpinfo();

Pretty cool eh?

[tags]wordpress,plugins,syntax,code,php,programming[/tags]

Get Latest Currency Exchange rate from Foxrate.org : XML-RPC

Foxrate.org is a website that provide latest currency exchange rate.

The website is easier to use compared to competing services because it automatically detects your home currency base on your ip address. This will save you the trouble of selecting the currency you want to convert each time you visit the website.

The website also provides XML-RPC API endpoint for easy integration into your own applications.

Visit http://foxrate.org now for latest currency exchange rate.

foxrate, currency exchange

[tags]currency, foreign exchange, currency exchange, currency rate,xmlrpc,xml-rpc,webservice, web service[/tags]