Archive for the 'admin' Category
->
TinyMCE Advanced
This plugin enables most of the advanced features of TinyMCE, the WordPress’ WYSIWYG editor. It adds 12 plugins to TinyMCE: Advanced HR, Advanced Image, Advanced Link, Context Menu, Full Screen, Layer, Media, Print, Search and Replace, Table, Visual Characters and XHTML Extras. Together these plugins add over 30 new buttons to the toolbar, which is now two rows plus one hidden row.
All plugins work well, except the Media plugin that has some problems with IE6 (it can edit already embedded flash, qt, wmv, etc. but wouldn’t add them). Also sometimes when turning on fullscreen mode in Firefox, the screen gets corrupted showing through some of the page. To fix it, click “Save and Continue Editing” button.
This plugin turns the comment field from a primitive
Full Name: Dean’s FCKEditor 2.1
Plugin Version: 2.1
For WP:2.0+
Copyright: GPL
Introduction:Replaces the default Wordpress editor with FCKeditor 2.4.2
Author:Dean Lee
Author Location:China
Plugin Page:Go to
Download:deans_fckeditor_v1.4(zip)
Language:English, more or add your languages.
How To:
- Download “deans_fckeditor_v2.1.zip” and unzip it.
- Upload “deans_fckeditor” to the plugins folder of your WordPress installation.like this:cnwper.cn/wp-content/plugins/deans_fckeditor
- Activate the plugin in your administration panel.
- Done,enjoy it.
Chick read more to look the demo pictures.pic via Dean Lee.
New feautures provided in this version:
-
Create your own smiles

-
Skin selector
-
Toolbar selector
Full Name: Google Code Prettify for wordpress
Plugin Version: 1.0
For WP:2.0+
Copyright: GPL
Introduction:this plugin using google-code-prettify to highlight source code in your posts.
Author:Dean Lee
Author Location:China
Plugin Page:Go to
Download:[download#2]
Language:English, more or add your languages.
Notice: you will need to have JavaScript enabled in your browser for this to work.
I had developed another Source Code syntax highlighting plugin using Geshi before,but they are totally different things.with Geshi,code is parsed on the server side,no javascript is needed.
It’s hard to say which is the better,choose one based on your own needs.
How To:
This plugin requires WordPress v.2.0 or later.
- unzip and upload the files to your wp-content/plugins/ directory.
- Activate the plugin by logging into your WordPress administration panel, going to ‘Plugins’, then clicking the ‘Activate’ button for ‘Google Code Prettify’.
- Done,enjoy it.
Usage
Put code snippets in
- <pre class=”prettyprint”>…</pre>
or
- <code class=”prettyprint”>…</code>
and it will automatically be pretty printed.
Example
Bash
- #!/bin/bash
- # Fibonacci numbers
- # Writes an infinite series to stdout, one entry per line
- function fib() {
- local a=1
- local b=1
- while true ; do
- echo $a
- local tmp=$a
- a=$(( $a + $b ))
- b=$tmp
- done
- }
- # output the 10th element of the series and halt
- fib | head -10 | tail -1
C
- #include
- /* the n-th fibonacci number.
- */
- unsigned int fib(unsigned int n) {
- unsigned int a = 1, b = 1;
- unsigned int tmp;
- while (–n >= 0) {
- tmp = a;
- a += b;
- b = tmp;
- }
- return a;
- }
- main() {
- printf(”%u”, fib(10));
- }
FAQ (from http://code.google.com/p/google-code-prettify/)
- Which languages does it work for?
The comments in prettify.js are authoritative but the lexer should work on a number of languages including C and friends, Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles. It works passably on Ruby, PHP and Awk and a decent subset of Perl, but, because of commenting conventions, doesn’t work on Smalltalk, Lisp-like, or CAML-like languages. - How do I specify which language my code is in?
There’s no way to tell it which language because would complicate the interface. If it doesn’t guess the language properly, that’s a bug. - Which browsers does it work with?
It’s been tested with IE 6, Firefox 1.5 & 2, and Safari 2.0.4. Look at the test page to see if it works in your browser.
Full Name: Dean’s FCKEditor
Plugin Version: 1.4
For WP:1.5.x+
Copyright: GPL
Introduction:Replaces the default Wordpress editor with FCKeditor 2.4.2
Author:Dean Lee
Author Location:China
Plugin Page:Go to
Download:deans_fckeditor_v1.4(zip)
Language:English, more or add your languages.
How To:
- Download “deans_fckeditor_v1.4.zip” and unzip it.
- Upload “deans_fckeditor” to the plugins folder of your WordPress installation.like this:cnwper.cn/wp-content/plugins/deans_fckeditor
- Activate the plugin in your administration panel.
- Done,enjoy it.
Full Name:Permalinks Migration Plugin
Plugin Version: 1.0
For WP:1.5.x+
Copyright: GPL
Introduction:With this plugin, you can safely change your permalink structure without breaking the old links to your website,and even doesn’t hurt your google pagerank.
Author:Dean Lee
Author Location:China
Plugin Page:Go to
Download:deans_permalinks_migration(zip)
Language:English, more or add your languages.
How To:
- Download “deans_permalinks_migration” and unzip it.
- Upload “deans_permalinks_migration” to the plugins folder of your WordPress installation.like this:cnwper.cn/wp-content/plugins/deans_permalinks_migration
- Activate the plugin in your administration panel.
- goto admin panel->options->PermalinksMigration.set the old permanlink structure of your site.
- goto admin panel->options->Permalinks.change the new permalink structure to what you want. (personally I recommend /%category%/postname%/)
- Done,enjoy it.
Many people want to change their permalink structure,for example, from /%year%/%monthnum%/%day%/%postname%/ to /%category%/%postname%/
But doing so will make all pages indexed by search engines become invalid,moreover, losing visitors from other sites or bookmarks that links to you.
Continue Reading »
Permalinks Migration Plugin for wordpress







