i*****o 发帖数: 1714 | 1 前不久看到有人用javascript写了个linux kernel,后来又看到javascript竟然排到四
大名言之首。回头赶紧写了个snippet editor,大家可以在闲来无事的时候玩玩
javascript。它类似safari的那个tool,不过是在iphone/ipad上的。有想要promo
code的同学站内信我。下面是介绍:
With SnippetEditor, you can edit html code and see the results right away.
It's designed to be an offline tool where no internet connection is required
. However you can also go online and see any sites's source code. While you
are at it, you can modify its source code and see the changes right away!
Included are quick referen... 阅读全帖 |
|
s***o 发帖数: 2191 | 2 any framework will work, since it's just HTML5. I think M$ will also
provide a set of specific HTML tags and JavaScript APIs for local resource
access.
This idea of HTML5/JS for "native" windows app development is not new, M$
already tried it , to a certain degree, with Windows Gadget and HTA. |
|
e********r 发帖数: 2352 | 3 恩,是的,但是总不能写个老土的网页吧,html5现在很多浏览器都支持,学的时候肯
定要看html5,不能回去看html4哈. |
|
N********n 发帖数: 8363 | 4
If you look inside WinRT you'd realize WinRT/Metro = SilverLight 6.
MSFT does not want SL to be a plug-in only solution since it makes no
money that way so they turn it into a mobile-focused platform to power
from Win8 tablets to Win8Phone.
Ignore their talk about HTML5/JS which is simply marketing noise. All
MSFT and Apple ever want is to sell more proprietary Windows and iOS,
more and more and more. They could care less about HTML5 but if they
could lure a few of H5 fanatics into Windows/iOS ... 阅读全帖 |
|
r*****3 发帖数: 143 | 5 Title:Learning Web Design, 4th Edition
By:Jennifer Niederst Robbins
Publisher:O'Reilly Media
Ebook:August 2012
Pages:624
Do you want to build web pages, but have no previous experience? This
friendly guide is the perfect place to start. You’ll begin at square one,
learning how the Web and web pages work, and then steadily build from there.
By the end of the book, you’ll have the skills to create a simple site
with multi-column pages that adapt for mobile devices.
Learn how to use the latest tech... 阅读全帖 |
|
z*******3 发帖数: 13709 | 6 html5之后,input的验证很多时候根本就不需要用到javascript
直接一个attribute搞定
用pattern属性
只要不涉及不同input之间的比较
什么验证都可以搞定
随手写了一个页面
http://mysticalscenario.appspot.com/
可以试试
但是html5目前为止,这个属性的话ie要10以上才行
safari还不怎么支持,chrome和firefox都可以了 |
|
z*******3 发帖数: 13709 | 7 javascript那些东西最后都会被替换掉
javascript最早是用来做一些web上的效果
这种效果分为两种
一种是功能性的,比如验证某一个input不得为空
另外一种是画面效果,比如让某一个图像旋转360度这样
这两种最终都会被取代
第一种会被html所取代
你去看看html5的新增attribute
input里面,一堆,什么date,pattern都有了
你以前吭哧吭哧写半天,在某一个input上
当客户focus被grab的时候,自动弹出一个日期让客户选择
对吧?这个在html5里面,一个type="Date"就搞定了
不用javascript,你也就不用吭哧吭哧去写了
这种可以替代掉绝大多数的javascript functions
剩下的那些少数,你就是扔到server side去转一圈回来
又怎样?
第二种是简单动画效果,这个会被css所取代
css3还在讨论阶段,但是很多简单的动画功能
已经在各个浏览器上实现了
现在很多还是-webkit-这个阶段而已
随着css3发布标准逐步增加
最后css全面取代html上的动画功能也是可以预期的
那还剩下什么?
剩下的有人认... 阅读全帖 |
|
B**W 发帖数: 2273 | 8 The most important thing that JS does is to efficiently and dynamically
manipulate the DOM. This is much more critical than what you talked about.In
any case, front-end programmers need something to interact with the DOM (
elements and attributes). So far, JS is the best.
Plus, many good things in HTML5 have been implemented by existing JS
libraries. HTML5 just integrates those things. |
|
x**z 发帖数: 50 | 9 现在我用到的:
html5.js, 让IE版本支持html5
jquery系列的js,网页上动态效果和排序投票等功能
flowplayer-x.x.xx.min.js, silverlight.js,wmvplayer.js...多媒体播放
Dart,除了原生虚拟机,还带有js引擎,可以将dart代码编译成js代码执行。
TypeScript也保证了对js的兼容。我觉得趋势是兼容并蓄,js真的还是蛮好用的 :) |
|
|
z***e 发帖数: 5393 | 11 你太高估艺术院校学生了(国内的话),大部分英文都认不到好多。
对,对我们来说,input="date"太他妈的简化了,问题是你要理解到input field这个
概念,就已经足够让艺术毕业生感到逆天的难度。
你会不会去用photoshop设计美术图标或者页面或者画logo或者搭配色彩??你不会吧
,因为你觉得这个需要“长年累月”的积累和经验。。。而艺术生觉得这简直是太简单
的东西了,这种工作马上要被程序员抢走了。。。
反之亦然。
你还mfc,还html5。。。额。。。你以为。。。学美术的听说过html5??注意我说的
是学美术的,而不是web design, web design严格来说不算艺术专业。 |
|
N********n 发帖数: 8363 | 12 Another company died over the HTML5 hype. Like I pointed out one billion
times already, the current HTML5 is simply not rich enough to create
great user experience to engage the end users.
People may have fun with your Farmville for a month but after that
it just looks boring compared with real franchise games such Halo,
Call of Duty, FIFA, NBA LIVE, Battle Field, StarCraft, D3 and so on. |
|
L*****c 发帖数: 62 | 13 关键HTML5大小通吃啊,Win8 Metro也支持,IOS和Android也支持,不行拿来做网页也
成,除了Desktop,前端基本都能覆盖了
除非太追求性能的,才用native的SDK,要不然HTML5的移植性最好 |
|
r*****3 发帖数: 143 | 14 Why reinvent the wheel every time you run into a problem with JavaScript?
This cookbook is chock-full of code recipes that address common programming
tasks, as well as techniques for building web apps that work in any browser.
Just copy and paste the code samples into your project -- you’ll get the
job done faster and learn more about JavaScript in the process.
You'll also learn how to take advantage of the latest features in ECMAScript
5 and HTML5, including the new cross-domain widget communic... 阅读全帖 |
|
l****n 发帖数: 55 | 15 【 以下文字转载自 CS 讨论区 】
发信人: lemoon (*o*), 信区: CS
标 题: 请教HTML及周边学习的roadmap
发信站: BBS 未名空间站 (Wed Jul 24 20:08:44 2013, 美东)
看了一些入门的书,大概明白HTML5 CSS3 JavaScript的功能,还有JQuery包貌似也很
有用。要学的太多了,没有头绪,能否请有经验的大牛介绍一下roadmap,以及推荐相
关书籍?
只看过JS入门书,现在在看head first HTML5 programming building web apps with
javascript |
|
d********u 发帖数: 5383 | 16 首先,html5不是技术,它是个标准/协议。它只要求浏览器支持什么,才不管你怎么实
现。其次,前面有哥们也说了,不要指望什么一统江湖。IBM做不到,MS做不到,
GOOGLE也做不到,指望HTML5+JS就更没戏了。还有,SL是一种很好的开发平台(SL不是
语言啊),我目测你根本没写过。它的生死跟其他技术一样,不是先进就能活得好。最
后,任何技术都有适用范围,JS去写DB我保你会挂掉。 |
|
z****e 发帖数: 54598 | 17 html5包含有脚本的成分
但是将来很难说
更何况,本身html5也有很大的博弈成分在里面
各方利益僵持不下,据说微软已经跟webkit分道扬镳了 |
|
d****i 发帖数: 4809 | 18 This is not true. Nowadays many mobile apps are HTML5 apps. In Apple Store,
over 50% apps are HTML5 apps. |
|
d****i 发帖数: 4809 | 19 This is not true. Nowadays many mobile apps are HTML5 apps. In Apple Store,
over 50% apps are HTML5 apps. |
|
l**********n 发帖数: 8443 | 20 silverlight和actionscript都可以和js接口,但是都不方便,通过eval的方式吧,
silverlight和as可以直接访问DOM,但是API比较原始,没有jquery方便。dart不可能
不和DOM交流的。如果隔了一层,就不如js的方便。现在js的各种framework已经比较成
熟了,template engine,two-way-binding,而且html和css这些东西已经比以前先进多
了。html5才是趋势。教主预见的。dart怎么能和html5比? |
|
i**i 发帖数: 1500 | 21 http://www.weiming.info/
未名观察改版公告
巨头们最近似乎很喜欢毁掉他们的平台。在5月底,微软展示了Windows 8下基于HTML5/
JavaScript,效果惊人的新应用程序,却只字不提Silverlight。当在论坛上被要求证
实他们仍将致力于这个平台时,他们的回答却是在9月的BUILD会议之前什么也不能说。
在那之前的两个星期,是Google I/O。Google在会议上宣布将让AppEngine(下面简称
GAE)从实验室中毕业,成为正式的产品(read: cash cow),同时全面更改GAE的定价
模式(read: 大幅涨价)。随着时间的推移,细节已经逐渐清晰了,预计GAE将会在年
内全线提价5-10倍以上。
Silverlight的命运与我无关,因为我隶属于HTML5/JS阵营。但是你们也许已经知道了
,本站从一年多以前开始运作起(包括上线前的数据采集阶段),就是基于GAE的,在
一定程度上甚至可以说本站是本人学习GAE的产物。很高兴这个努力已经被证明是有价
值的,但是很不幸,我白学了GAE。
一直以来,我对本站的规划就是成为一个不需要投入时间... 阅读全帖 |
|
p*****2 发帖数: 21240 | 22 【 以下文字转载自 JobHunting 讨论区 】
发信人: peking2 (ECMA), 信区: JobHunting
标 题: internal refer 几个新职位
发信站: BBS 未名空间站 (Wed Apr 16 22:40:04 2014, 美东)
在Seattle,我可以把简历直接给hiring manager。
一个SDE lead, 两个mid-senior SDE, 主要是full stack
如果backend engineer,背景强的也可以考虑
Software Development Engineer, Lead – Mobile Marketing
Take this unique opportunity to join one of the fastest-growing companies in
the world. We’re changing the way merchants and consumers connect with
each other worldwide, and the change has barely starte... 阅读全帖 |
|
g*****g 发帖数: 34805 | 23 Gmail is a single page RIA, and it beats anything SL ever offers, case
closed.
And I don't understand why you are so stupid, html5/js is successful, it
doesn't mean anything powered by html5/js need to be successful. Just like
Elop got rich, it didn't mean you are rich, though both of you are M$
50cents.
你丫成天无逻辑装文科女生有劲吗? |
|
z****e 发帖数: 54598 | 24 最早写web的那些程序员就是java程序员
当初java程序员需要掌握5种语言
html, js, java, sql和xml
但是因为当时的浏览器各种作死
ie非常麻烦,根本没有ide给你做debug
导致写js时候你需要用ie去测试
ie纠错性那叫一个烂,经常错了你都不知道为啥错
烦死你,最后一堆人躲之不急
然后后来因为对m$异常厌恶
所以firefox起来了,然后因为要垮平台
所以搞出了ajax,给了ie一巴掌
然后在ajax的基础之上,搞出了jquery这些东西
同期正好chrome也做出来了
debug什么容易了点,但是还是很苦逼
因为你还是需要用vi去写代码,用浏览器去测试
这种开发方式导致效率低下
而这些本身是可以避免的,但是因为大公司的政治博弈
导致下面代码农民跟着受罪,因为不同浏览器的脾气不一样
导致大多数人在垮平台问题上反反复复折腾
长期停滞不前,不象后端那样日新月异
实际上从html4->html5的升级到今天都还没完成
html4的标准97年就完工了
html5的标准到今年10月才算正式定稿
定稿之后等各个浏览器去impl那还有很长一段路要走
而这些离当初ria... 阅读全帖 |
|
Q**g 发帖数: 183 | 25 对这种大量依赖Web后端的app还好。不是普遍适用的。
前两年俺们公司跟风html 5,内部出了个平台然后要各个产品组转向html5。结果被
performance和兼容性搞死。得不偿失。发了一个版本就放弃了。web平台组解散。
Features用各平台native重写。
同期放弃html5的公司还有facebook, linkedin 等等 |
|
z****e 发帖数: 54598 | 26 什么时候html5能够把三国杀那种卡牌游戏客户端给轻松实现
差不多html5做游戏就有点曙光了
用dart不知道行不行,没试过
三国杀现在是flash做的,很烂 |
|
z****e 发帖数: 54598 | 27 有这个东西么?
js写动画?
你还真相信那些html5的人瞎忽悠
目前最靠谱的方式可能就是你把动画做成mp4
然后用html5的video tag酱紫
如果是简单的视觉效果,楼上说的css比较可以搞
如果是复杂的游戏,你用js自找苦吃 |
|
m***r 发帖数: 359 | 28 http://web.memect.com/weekly/2015-01-17/
标签:
全部 35
JavaScript10
HTML/CSS9
书籍6
架构3
Web3.0 3
后端语言 2
框架 2
搜索引擎 2
2015-01-17 星期六,完整版 32 条
* 《编写高质量代码---Web前端开发修炼之道》
* egghead.io,不错的Angular.js学习网站
* Zakas:我热爱互联网技术的种种异端(图灵访谈)
* Google搜索算法改进史
* CSSConf之Web Components中的CSS两个视频
2015-01-16 星期五,完整版 38 条
* 2015,一体化JavasScript框架的终结
* 打印样式表设计
* 谷歌允许个性化修改知识图谱
* 入门教程:HTML5存储
* Web App的零框架解决方案
2015-01-15 星期四,完整版 39 条
* 12306今年没崩,采用了哪些具体技术?
* 为什么开放数据对你的生活很重要?
* 用Promise组织程序
* Peter-Paul Koch质疑Angular
* 《面向Web的交互数据... 阅读全帖 |
|