You are hereMovable Type
Movable Type
MSN Live Search API V2.0 in PHP
Microsoft introduced a new V2.0 of their search API. While older applications still work, new AppID's only work with the new V2.0 API; any previous PHP scripts must be updated to work with the new V2.0 API. The new API is easier to work with, and it's easy to create a custom site search using Microsoft's Live API V2.0 and PHP.
Automatic Web Page Translation with Google
Using Google to offer your visitors translations of your site automatically in many languages easily using JavaScript and PHP.
Getting the Browser Default Language in PHP
When working with i18n, the first issue becomes finding what language the client's browser desires. PHP easily parses the HTTP_ACCEPT_LANGUAGE header to provide this information, although a few potential pitfalls must be avoided.
Markdown Color Syntax Highlighting in Kate
The Kate editor on Linux allows color-coded editing by creating custom XML files. If you’re using Markdown we’ve created a custom XML file to enable color-coded editing of Markdown documents in the Linux Kate editor. Installation is easy, with only 1 XML file needed.
Optimizing PHP Code for Caching with Movable Type
One of the advantages of Movable Type over Wordpress comes from publishing static HTML files (fetching data from the database for each page request doesn't scale well). By creating static HTML files, round trips to the database are eliminated...