Others Online - browser-based IM
filed in 默认分类 on Apr.07, 2008, by javafuns
I had written a blog entry about how to build a browser-based IM. Today i found a firefox plugin providing this function:
filed in 默认分类 on Apr.07, 2008, by javafuns
I had written a blog entry about how to build a browser-based IM. Today i found a firefox plugin providing this function:
filed in Java on Oct.25, 2007, by javafuns
今天搜索免费UML工具的时候,发现一位仁兄的blog上有关于一个Eclipse UML插件的介绍。
下载试用之后发现还不错
http://www.eclipseuml.com/download/free/eclipse_3x/index.html
我下的是
# EclipseUML Free Installer for Windows and Linux:
An auto-installer jar file which contains EclipseUML Studio Edition, EMF, GEF and UML2.
安装很简单,是一个jar,双击运行,找到Eclipse的home目录就一直next下去.
filed in PHP on Aug.24, 2007, by javafuns
All rights are reserved by original author, please see its licence for detail.
See its demo named My iTunes Store at right panel on my blog
Download here
Installation:
1.untar it and put in wp_content/plugins
2.check to modify the url used in coolplayer.php if necessary
3.go to Admin, activate it in Plugins tab
4.write the code as below:
<p id=”player2″><a href=“http://www.macromedia.com/go/getflashplayer”>Get the Flash Player</a> to see this player.</p>
5. ok, that’s all
Optional: it is only available if your blog supports widget
6. edit your wp_includes/widget.php file, add the following code in function wp_widgets_init():
$class[’classname’] = ‘widget_recent_entries’; //for css wp_register_sidebar_widget(’iTunes-Store’, __(’My iTunes Store’), ‘wp_widget_itunes’, $class); wp_register_widget_control(’iTunes-Store’, __(’My iTunes Store’), ‘wp_widget_itunes’, $dims90);
7. at last, add a new function called wp_widget_itunes like this:
function wp_widget_itunes($args) {
extract($args);
$title=”My iTunes Store”;
echo $before_widget . $before_title . $title . $after_title;
echo ‘