找工作

March 10th, 2010 No comments »

熟悉PS,CSS,HTML,JS
熟悉用户行为
喜欢数据分析
用过GA
略懂S E O
吃苦耐劳
熟悉ZC
外语F,但是工具使用较好
可以工作地点:苏州,杭州,上海。
如果您需要这样一位员工,请与我联系。多谢!

Designing for Magento

March 10th, 2010 No comments »

创建一个新主题
如何复制一个主题
在管理后台设置新主题
添加新的样式表和JS
使用XML改变布局
改变META部分
理解XML布局文件
——————
理解.PHTML文件

参考http://www.magentocommerce.com/design_guide/articles/working-with-magento-themes

http://www.magentocommerce.com/design_guide/articles/magento-design-terminologies4

http://www.magentocommerce.com/design_guide

点击弹出层效果

March 9th, 2010 No comments »

Tips:You can change the code before run.

wordpress 代码运行插件RunCode

March 9th, 2010 No comments »

测试[runcode]

这是Runcode代码运行

[/runcode]
使用方法<runcode></runcode>.这是04年学习css时候最喜欢的一个功能.一直需要一个可以随时查看代码运行的插件,当时使用lbs的时候用过.后来blog几经迁徙,数据一再丢失.就再也没有用过.
下载地址 http://wordpress.org/extend/plugins/runcode-by-soncy/

中国的SEO

March 6th, 2010 No comments »

大多依赖黑客和劳动力. 嗯. 这几乎是所有

当所有页面都挂黑链的时候, 当卖劣质品的时候, 难道不会有良心的不安么? 我只是很费解

也许,良心都被狗吃了.

支持各种浏览器的浮动固定层

March 2nd, 2010 No comments »

直接上货

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<title>中国站长天空-网页特效-窗口特效-支持各种浏览器的固定悬浮层</title>
<meta http-equiv=”content-type” content=”text/html;charset=gb2312″>
<!–把下面代码加到<head>与</head>之间–>
<style type=”text/css”>
* {padding:0; margin:0;}
body {height:100%; overflow:hidden; font-size:14px; line-height:2; position:relative;}
html {height:100%; overflow:hidden;}
.fixed {position:absolute; top:10px; left:50%; width:100px; margin-left:-490px; height:350px; background:#fc0; border:1px solid #f60; text-align:center;}
.fixed2 {position:absolute; top:10px; left:50%; width:100px; margin-left:370px; height:350px; background:#fc0; border:1px solid #f60; text-align:center;}
.wrapper {height:100%; overflow:auto; overflow-y:scroll;}
.body {width:700px; margin:0 auto; background:#f2f2f2; padding:20px;}

跨浏览器的层固定定位

March 2nd, 2010 No comments »

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“>
<head>
<style>
*{margin:0}
body{
height:1000px;
width:1000px;
}
#a{
width:300px;
height:100px;
background:red;
}
</style>
<script>
var isie6 = window.XMLHttpRequest?false:true;
window.onload = function(){
var a = document.getElementById(‘a’);
var d = document.getElementById(‘d’);
if(isie6){
a.style.position = ‘absolute’;

window.onscroll = function(){
d.innerHTML = ”;
}
}else{
a.style.position = ‘fixed’;
}
a.style.right = ‘0′;
a.style.bottom = ‘0′;
}
</script>
</head>
<body>
<div id =”d” style=”display:none;”></div>
<div id=’a'>test</div>
</body>
</html>

固定层在页面的顶部,底部DIV

March 2nd, 2010 No comments »
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ />
<title>无标题文档</title>
<style type=”text/css”>
<!–
*{margin:0px;padding:0px;}
html,body{height:100%;width:100%;overflow:hidden;}
.xx {position:absolute;left:0px;top:0px;z-index:1;width:100%;background-color:#F3F6FB;border-bottom:1px solid #d0dbe7; margin-left:-18px; height:50px;}
.yy{ position:relative;width:100%;height:100%;overflow-x:auto;overflow-y:scroll; text-align:center}
–>

Authorize.net

March 2nd, 2010 No comments »

Authorize.net及申请merchant account资费标准
  资费基本情况参考下表(详细内容请联系销售为准):
  * Authorize.net支付
Authroze.net(美元)
信用卡范围 绝大部分信用卡
设置费(一次性) $320
年费 $320
每笔交易手续费 2.18%+$0.3
» Read more: Authorize.net

打印

February 25th, 2010 No comments »

includes/filename

admin/order.php
add new model file
admin/includes/css
admin/includes/classes/order.php