search
HomeWeb Front-endHTML Tutorial2015年终小结_html/css_WEB-ITnose

随着凌晨12点的钟声,2015就这样过去了,这一年是我从一个学生状态转变为工作状态的一年,对于我来说是人生十分重要的一年。

《该是做做计划的时候了!》 这边文章是今年年初写的,当时大致列了一下几点:

  • ES6
  • HTML5和CSS3
  • backbone,ng等MVC框架
  • 属于自己的前端框架
  • 算法
  • 设计
  • 读书
  • 毕业设计
  • 锻炼
  • 独立能力&自理能力

前6个是涉及技术的。

ES6算是零零碎碎学了一些,也在简单的作品里练习了一把。es6在今年改名为es2015,可能也是希望在2015年公司也开始把这个用起来,可惜浏览器支持不够,本来以为并不能现在马上就运用。所幸有大杀器babel,可以将es6代码转化为es5代码,据说编译后的代码甚至优于源代码,今年也是超乎想想的在各个公司线上项目实践起来了。可惜编译后文件过于庞大,目前之适用于pc端,移动端如果对速度有特殊要求的业务并不适用,比如神马搜索主搜业务。但动效平台这种基于Node.js的项目或者其他垂搜感觉可以尝试一下。D2上李成银分享了《使用 ES6/7 特性开发 Node.js 项目》,回来也给部门小伙伴分享了一下,实现了年初的计划。 完成

HTML5和CSS3在移动端可谓是玩的风生水起,这也是我们部门的一个优势:专注移动端开发。在移动端上不用考虑IE6/7/8等不支持css3特性的浏览器,所以平时写sc时几乎天天和h5,css3打交道,又加上今年神马重点项目是蓝光项目,里面使用了大量的创新交互,加上h5,css3助力,这一块更加稳固了。 完成

年初的时候大家讨论的最多的就是angular,当时计划也学学backbone, angular等基于mvc的框架,因为自己也有java的功底,所以感觉这些学起来应该不难,但是万万没想到今年是react.js唱戏,衍生出了react-native、relay、flux等基于react.js的生态圈,可谓今年是racet.js的胜利年,各个分享会分享主题多一半也是react.js。最近微博真阿当和各路大侠引发的关于前端框架的争论也颇有看点,总之前端轮子层出不群,最终哪一个能活下来,哪一个才是真正能提高前端的开发效率,还有待观察。但我感觉mvvm确实非常适用于一些业务复杂的场景。神马这边有小康在明星垂直上实践的 vue.js ,也是今年的一个颇具闪光点的mvvm框架。 未完成

年初本来想的是有一个自己的前端框架,类似于jq等,每一个项目都能用起来,目的是快速构建一个web项目吧,谁知道最后写了一个博客生成器(类似于hex),已经在npm上发布 wooden ,也算是实现了计划吧。 完成

算法、设计这两块并无任何建树,感觉应该是火候还未到,或者还没有接触到算法相关的业务吧。。

书倒读了几本Node.js相关的书,但是当时想看一点非技术的书的。。今年很庆幸的是以后的方向定了,想以后就往Node.js方向走走,正好在阿里的大环境下学学Node.js。阿里应该是国内Node.js沉淀最多的公司吧。。 未完成

非常开心的是毕业设计业顺利过了,之前5月份回学校还有点担心呢。。后来都段时间调设备调到了2点钟。。最后感谢老师的照顾,拿了个校优^_^。 完成

7月份去公司坚持跑了一段时间的步,当时去公司旁边的学校:北京语言大学和北京地质大学的操场上跑5圈,下雨也是在公司跑步机上坚持,结果没坚持下来。。。 未完成

十月一号来杭州,二号就把被子什么全买好已经入住了,一个人在杭州生活了100天乐,总体感觉还行,希望在新的一年里,家里收拾更整洁一点,穿的也不求时髦,只求干净。 完成

2016年将会是正式工作的第一年,希望心中所想能顺顺利利的完成。

最后,跨年夜和大学同学们分享了很多以前的回忆,希望大家能在以后的日子里健康快乐,事业有成。

文章来自 http://www.hacke2.cn

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the purpose of HTML attributes?What is the purpose of HTML attributes?May 07, 2025 am 12:01 AM

HTMLattributesareessentialforenhancingwebelements'functionalityandappearance.Theyaddinformationtodefinebehavior,appearance,andinteraction,makingwebsitesinteractive,responsive,andvisuallyappealing.Attributeslikesrc,href,class,type,anddisabledtransform

How do you create a list in HTML?How do you create a list in HTML?May 06, 2025 am 12:01 AM

TocreatealistinHTML,useforunorderedlistsandfororderedlists:1)Forunorderedlists,wrapitemsinanduseforeachitem,renderingasabulletedlist.2)Fororderedlists,useandfornumberedlists,customizablewiththetypeattributefordifferentnumberingstyles.

HTML in Action: Examples of Website StructureHTML in Action: Examples of Website StructureMay 05, 2025 am 12:03 AM

HTML is used to build websites with clear structure. 1) Use tags such as, and define the website structure. 2) Examples show the structure of blogs and e-commerce websites. 3) Avoid common mistakes such as incorrect label nesting. 4) Optimize performance by reducing HTTP requests and using semantic tags.

How do you insert an image into an HTML page?How do you insert an image into an HTML page?May 04, 2025 am 12:02 AM

ToinsertanimageintoanHTMLpage,usethetagwithsrcandaltattributes.1)UsealttextforaccessibilityandSEO.2)Implementsrcsetforresponsiveimages.3)Applylazyloadingwithloading="lazy"tooptimizeperformance.4)OptimizeimagesusingtoolslikeImageOptimtoreduc

HTML's Purpose: Enabling Web Browsers to Display ContentHTML's Purpose: Enabling Web Browsers to Display ContentMay 03, 2025 am 12:03 AM

The core purpose of HTML is to enable the browser to understand and display web content. 1. HTML defines the web page structure and content through tags, such as, to, etc. 2. HTML5 enhances multimedia support and introduces and tags. 3.HTML provides form elements to support user interaction. 4. Optimizing HTML code can improve web page performance, such as reducing HTTP requests and compressing HTML.

Why are HTML tags important for web development?Why are HTML tags important for web development?May 02, 2025 am 12:03 AM

HTMLtagsareessentialforwebdevelopmentastheystructureandenhancewebpages.1)Theydefinelayout,semantics,andinteractivity.2)SemantictagsimproveaccessibilityandSEO.3)Properuseoftagscanoptimizeperformanceandensurecross-browsercompatibility.

Explain the importance of using consistent coding style for HTML tags and attributes.Explain the importance of using consistent coding style for HTML tags and attributes.May 01, 2025 am 12:01 AM

A consistent HTML encoding style is important because it improves the readability, maintainability and efficiency of the code. 1) Use lowercase tags and attributes, 2) Keep consistent indentation, 3) Select and stick to single or double quotes, 4) Avoid mixing different styles in projects, 5) Use automation tools such as Prettier or ESLint to ensure consistency in styles.

How to implement multi-project carousel in Bootstrap 4?How to implement multi-project carousel in Bootstrap 4?Apr 30, 2025 pm 03:24 PM

Solution to implement multi-project carousel in Bootstrap4 Implementing multi-project carousel in Bootstrap4 is not an easy task. Although Bootstrap...

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)