- 浏览: 17577 次
- 性别:
- 来自: 上海
最新评论
-
luzitian:
正好需要一个判断某对象是否Array的函数,受教了
判断一个js对象是不是数组
文章列表
expressJS 学习
- 博客分类:
- web前端-javascript
THE DEAD-SIMPLE STEP-BY-STEP GUIDE FOR FRONT-END DEVELOPERS TO GETTING UP AND RUNNING WITH NODE.JS, EXPRESS, JADE, AND MONGODB
http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/
NodeJS教程
http://www.w3cschool.cc/nodejs/nodejs-module-system.html
比较基础的 Node.js利用Express框架搭建小型网站
h ...
ExpressJS 安装
- 博客分类:
- web前端-javascript
运行npm install -g express 安装后,跑express -help,出现错误express不是内部命令。
参看http://jingyan.baidu.com/article/922554468a3466851648f419.html
由于express版本升级,需要装依赖generrator
npm install -g express-generator
使用express创建一个工程:
express helloworld
新版本中命令发生了一些改变, 创建好project之后还需要用npm进行添加依赖和启动:
cd h ...
安装指南在此https://github.com/joyent/node/wiki/Installation
Installing on Windows
Manual install
Installing Node manually is recommended as a workaround for any problems with automatic install. You also have much better understanding of the things that happen if you do those things yourself.
The ht ...
前两天在发行正当口碰到个Bug,是我introduced,让我非常紧张,感到惭愧。
大致是这样的一个问题,我写段能描述问题的代码:
<body>
<div id="haha">sijoerere
<select id="dd" onchange="abc(event)" id="dd">
<option value="a">aa</option>
<option value="b">b ...
There is a bean set in xml, and has a method called getAllShareScopes which return a collection has a map of select element.
I found the getAllShareScopes method is simple, just return allShareScopes.
So where and when dose it get the value?
I found afterPropertiesSet methods, and knew the allShar ...
What steps will reproduce the problem?1. Including any flash in a page, dynamically or not2. Redirecting to the page with a hash in its url http://url#hash3. In IE7 the tabs and windows title are changed appending the #hash to thewindow's/tab title
What is the expected output? What do you see instea ...
I saw a news from JavaEye: http://www.iteye.com/news/16605
It brings me a shock. I knew css3 is strong, but I don't know it can be challenged like this!
It's time to focus more on css3 now.
1. HTML元素legend域标题
Inserts a caption into the box drawn by the fieldset object.
在fieldset对象绘制的方框内插入一个标题。
legend元素必位于fielset内的第一个元素。在 Internet Explorer 4.0 及以上版本的 HTML 和脚本中可用。legend元素是块元素。并且需要关闭标签,即必须成对出现:<legend></legend>。
例子:
<fieldset>
<legend>CSS网页布局</lege ...
今天在这里看到一篇文章让 IE6, 7和 8支持CSS3
以前听说过htc,但一直都没在意怎么用。搜了一下,看到一篇关于htc的老文章,我想自己虽然落伍,但对自己也是新知识,而且觉得通过htc是否能解决总是和别人不同的ie 在css上的歧 ...
今天碰到了个问题,如下
function s(){};
s.prototype={
_cols:[],
drawTitle:function(titles){
for(var j=0;j<titles.length;j++){
this._cols[j]=titles[j];
}
}
}
var a=new s();
alert(s.prototype._cols.length)
a.drawTitle([1,2,3]);
alert(s.prototype._cols.lengt ...
转自:http://ucdchina.com/snap/2418
从我开始步入这一行以后,我就需要不断向关心我的人解释我正在做什么。
"你是做什么的?"
我长吸一口气,说:“我做用户体验设计”。 我能预感到他们接下来的表现:疑惑的表情,思考的表情,然后,“啥?那是做什么的?” 传统行业当然对于工业设计、产品设计可能会有认知,而不清楚这个“用户体验设计”到底是什么新东西。 即使是IT界,若非直接从事UED或者与UED打交道的人,也多半会迷惑。 阿里巴巴的客服美女就有一次瞪着美丽的大眼睛,让我解释清楚。 长吸第二口气:“我们致力于让网站变得更加容易使用 ...
转自http://www.uivita.com/archives/196
相信大家都知道html和css,知道html结构和css表现分离,知道html语义化,这些都是这几年的热门关键字。语义化的html在国内也是一两年前才开始被追捧的,看看现在群里谈论的html结构,关于html结构的面试题,语义化的html占据了很大一部分。那么为什么要使用语义化的HTML?语义化的HTML到底有什么好处呢?
HTML是提供网页文档内容的上下文结构和含义;html本身是没有表现的,我们看到例如‹h1›是粗体,字体大小2em,加粗;‹strong‹是加粗的,不要认为这是html的表现,这些其实html默 ...
转自http://www.aqee.net/2010/03/24/html5-%e2%80%93-new-old-semantics/
众所周知,HTML是互联网有史以来最伟大的发明。这种超文本标记语言实际上是现代互联网发展的一个基石,以它为中心出现了一个独特的自给自足的体系。
当开发HTML5时,它的设计者们正面对着一些很重要的问题,希望能在HTML5里解决。其中的一个问题是,要创建一个真正简洁明了而且易于扩展的语义。 目前这个问题中棘手的部分是老版本的HTML当时是以功能多样的理念为目标设 – 大量的各种各样的标记,当时认为都是一些基本的标记,但如今证明完全是没有什么用 ...
转自:http://fins.iteye.com/blog/623475
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Animate UI</title>
<style type="text/css">
body {
border : 0px;
padding : 0px;
margin ...
转自http://www.cn-cuckoo.com/2010/01/08/how-nicholas-c-zakas-interviewing-the-front-end-engineer-1332.html
面试前端工程师对我来说是一件非常有意思的事,因为面试过程很大程度上也是自我提升的过程。无论大公司还是小公司,之所以在如何 ...