I have imported tag and basename (url rule) of Movable Type to WordPress for my Japanese blog by using here:
http://github.com/makotokw/wp-import-mt-patch/downloads
Here is "Guides: Using the EGit Eclipse Plugin with GitHub":
http://github.com/guides/using-the-egit-eclipse-plugin-with-github
However, Egit could not connect by ssh on Windows when I used cygwin for ssh+git. Egit try to find .ssh on HOME directory on Windows(C:\Users\makoto_kw), but it is on HOME directory on cygwin(/cygwin/home/makoto_kw).
I could relate to .git with Egit after importing a project
- git clone on cygwin
git clone git@github.com:makotokw/php-twient.git
- Create new project on Eclipse
- Chose directory cloned above
- Context menu of the project > Team > Share Project… > Git
- Egit find .git automatically and select "Finish" button
That’s all!
php-twient is here: http://github.com/makotokw/php-twient
I did not want to develop twitter library. But, I have to work wituout php_curl.
php-twient is:
- PHP5 Object Oriented
- Supports basicAuth and OAuth both
- Supports autoload
- Should work with/without php_curl (auto detect php_url)
future:
- Supports more twitter API (v0.1 is statuses API only)
- Fix that OAuth part use php 5.3 Deprecated function
I was(am?) Syntaxhighlighter for Movable Type author. I developed it because I never find Alex Gorbatchev Syntaxhighlighter plugin for Movable Type.
I used the Syntaxhighlighter Evolved on WordPress. I have to make it apply to some entries of Movable Type. Then, I developed two plugins work with Syntaxhighlighter Evolved.
1) for Syntaxhighlighter for Movable Type
change Syntaxhighlighter for Movable Type style(code:lang) to Syntaxhighlighter Evolved style(code class=”lang”)
2) for Legacy style (Syntaxhighlighter 1.5 style)
highlightcode <pre name="code" class="c"></pre>
Syntaxhighlighter Evolved (2.3.6) dose not support legacy style. It needs to ugrade:
http://alexgorbatchev.com/wiki/SyntaxHighlighter:Upgrading
My Japanese blog (kwlog) have be published Movable Type for three years. I decided to switch to the WordPress because I could not use the Movable Type 5 intuitively.
I haved moved 1500 entries to WordPress. Now, I am writhing the plugin insted of Movable Type plugin (ex. textfilter)… I am sorry that I leave to develop a Movable Type plugin maybe, and I’ll become a wordpress plugin developer.
I released SyntaxHighlighter for Movable Type version 0.1.1:
http://blogspot.makotokw.com/portfolio/movabletype/syntaxhighlighter/
http://blog.makotokw.com/portfolio/movabletype/syntaxhighlighter/ (in Japanese)
This version had latest SyntaxHighlighter (2.0.320) and supported more languages (ActionScript3, etc…) And supported “Page” text filter, works the Movable Type 5beta.
Also, fixed some bugs. The SyntaxHighlighter 2 has own event handler for window.onload, but SyntaxHighlighter did’t not work on some case becuase version 0.1.0 added function to window.load too. In version 0.1.1, this plugin do noting for window.onload.
Demo: jquery.ui.potato.menu
Source Code and Download: github
I read “300+ Jquery, CSS, MooTools and JS navigation menus” and look for jQuery plugin for menu. But I didn’t know which plugin is best way to use.
So… I have created new jQuery menu plugin.














