顶部标签加了一个小效果

六月 1, 2009

(0) 评论

原来的太单调了,加了一个小效果

奉上代码(需要配上jquery,jquery-easing):

html:

<div id="menu_wrap">	
<div id="menu">    	
<ul>
	<li><a href="home.html">首页</a></li>
	<li><a href="portfolio.html">作品</a></li>	
	<li title="current page"><a href="gallery.html">相册</a></li>
	<li><a href="forum.html">论坛</a></li>	
</ul>        
</div>
</div>

查看全文>>

分类: Ajax

标签: ,

跨过后台开发的那道槛

五月 29, 2009

(3) 评论

(本文仅献给想学后台但又无从下手的前台人员,以PHP为例)

我有一个好朋友,一直想学后台开发。想起当初自己也买了好多编程的书却无从下手的情形。
感觉编程对初学者来说的确是有一道无形的槛,很多人看着开头完全不懂,就放弃了。
其实当你能过了这道槛之后,后台开发将会畅通无阻。根本不是什么高深的学问。

那我们直接开始吧。(可以结合这个简单的CMS小实例里一起看)

其实要过那道槛很简单,只需要知道4点。

一.平台:推荐一个叫“phpnow”的绿色环境包, 就一个安装文件。当“下一步”。。。点完时,你的机器就已经拥有了 Apache + PHP + MySQL + phpMyAdmin的环境
只要在游览器里输入http://127.0.0.1/ 就可以看到了,我们要创建 的文件就放在安装目录下的”htdocs”子文件夹内。
新建一个 “hello.php” 文件. 内容如下

echo 'Hello, world';

OK,第一个程序完成了. http://127.0.0.1/hello.php 就能看到了

查看全文>>

分类: PHP

标签: , ,

用tinymce替换extjs自带的htmleditor

四月 28, 2009

(0) 评论

extjs 自带的 htmleditor 功能比较少,不方便修改和扩展.而且有一些小BUG

Online demo

Sources

Usage example:

...
items: [
{
	xtype: "tinymce",
	tinymceSettings: {
		theme : "advanced",
		plugins: "safari,pagebreak,style,layer,table,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
		theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
		theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|",
		theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : false,
		extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
		template_external_list_url : "example_template_list.js"
	}
}
]
...

分类: Ajax

标签: , ,

几个Jquery的slide show插件

四月 28, 2009

(0) 评论

分类: Ajax

标签: ,

Asia Legal Resources

四月 22, 2009

(0) 评论

alr_2

alr_1

分类: 工作

标签: , ,