search
HomeWeb Front-endHTML Tutorial精灵般灵动 黑洞般深邃_html/css_WEB-ITnose

关于我

在南方一所985高校的四年,把大二上学期上了三遍,然而直到《高等数学》弄丢了也没能拿到毕业证。2015年3月15日开始学习html和css,6月30日开始做没有工资的前端实习,7月12日离开了住了近四年的宿舍(这些日期我可能永远不会忘记)。半年内换了三份工作,过年回家前辞了职。现在在家啃JS,学习使用grunt,重拾Git,有时间的话。。再看看sass和html5。

接触前端快一年了,不敢妄称自己是前端工程师,请称呼我为准前端工程师。

It's my way

初二的时候第一次接触电脑 —— 网吧打游戏,后来高中三年没再碰过电脑。大学专业是计算机偏硬件方向,然而一门c语言重修了两次才勉强及格,c++直到离开学校也还是挂科。

四年里不断的反省,了解。在学校里的最后一个学期,我打开拉钩网,一个一个职业的去了解,最终选择了前端。我知道,这是我想要的。

接下来的一个星期,把w3school里的html和css过了一遍。之后加入一个网上的学习小组,学习使用GitHub提交作业。仿写页面,用自适应、用purecss、用bootstrap。从图书馆抱回十多本书,学css3、学jQuery,看js高程、看html5。

三个月,没日没夜,困了睡,饿了吃,剩下的时间就学习。周围的人忙论文、忙工作、忙保研、忙出国,我却前所未有的没有焦虑。我很满足 —— 泰山压顶前心无旁骛,做着自己喜欢的事情。

跟计算机领域的大牛比起来,没有从小天赋异禀,没有大学期间就做了多少项目,更没有扎实的基础,很高的起点。这条路我才刚刚起步,路很长,但我知道这条路我会走下去。因为我喜欢,喜欢它精灵般灵动、黑洞般深邃。

选择了一条适合自己、自己也喜欢的路,是多大的幸运。

喜欢的软硬件

软件:

  • hoststool:自动更新hosts,翻墙Google用。

  • webfreer:翻墙浏览器。

  • Advanced SystemCare:360我惹不起,但我能躲得起。系统优化,垃圾清除。

  • Daum Potplayer:不要跟我提国产的视频播放器。

  • 网易云音乐:良心。

  • Git Bsah:光是它的图标和界面,看着就舒服。

硬件:

  • Astrotec GX50 耳机,像我这样的木耳,这件就够了。

  • Sansa Clip+ MP3

  • 能放一个T小电影的固态硬盘,还没买。

  • 能敲出音符的机械键盘,还没买。

  • 高逼格双肩背包,还没买。

  • MacBook Pro,还没买。

  • 听说iPhone 7 九月份出?

工欲善其事必先利其器

  • imooc,慕课网,对于初、中级工程师还是不错的。

  • 稀土掘金,应该很多人都知道吧。

  • codewars,刷题。

  • typing,锻炼指关节,飚代码。

  • code-guide,看看大神们的代码习惯。

  • codelf,变量太多,不知道怎么命名了?

  • iconfont,阿里巴巴图标库。一个敲代码的,还能上天了?你想要的图标,都有。

黑科技

之前做了一个页面,想加一个效果,就是进入这个网页就是全屏(F11的效果)。网上找方法,有什么使用Activex控件的,有使用ECMAScript新出的一个方法,但一定要绑定一个点击之类的事件。总之,说什么网页不能与浏览器交互,想要一进来就全屏,没门。也在这里请教各位大神,有什么方法可以做到吗?

书籍推荐

先推荐一本正在看的书:

  • 《JavaScript高级程序设计(第三版)》

一本以后一定会看的书:

  • 《JavaScript语言精髓与编程实践(第二版)》

不够是吧?下面还有一堆,我是一本没看过,先推荐给你吧:

  • 《编译原理:原理、技术与工具》

  • 《算法导论》

  • 《数据结构》

  • 《计算机网络:第5版》

  • 《离散数学》

码农的好习惯

  • 晨跑

  • 追求完美

追妹子 or 泡汉子?

面向对象,微笑。

本文参与了 SegmentFault「我的编程之路」计划,欢迎正在阅读的你也加入,一起分享。

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
The Future of HTML: Evolution and TrendsThe Future of HTML: Evolution and TrendsMay 13, 2025 am 12:01 AM

The future of HTML will develop in a more semantic, functional and modular direction. 1) Semanticization will make the tag describe the content more clearly, improving SEO and barrier-free access. 2) Functionalization will introduce new elements and attributes to meet user needs. 3) Modularity will support component development and improve code reusability.

Why are HTML attributes important for web development?Why are HTML attributes important for web development?May 12, 2025 am 12:01 AM

HTMLattributesarecrucialinwebdevelopmentforcontrollingbehavior,appearance,andfunctionality.Theyenhanceinteractivity,accessibility,andSEO.Forexample,thesrcattributeintagsimpactsSEO,whileonclickintagsaddsinteractivity.Touseattributeseffectively:1)Usese

What is the purpose of the alt attribute? Why is it important?What is the purpose of the alt attribute? Why is it important?May 11, 2025 am 12:01 AM

The alt attribute is an important part of the tag in HTML and is used to provide alternative text for images. 1. When the image cannot be loaded, the text in the alt attribute will be displayed to improve the user experience. 2. Screen readers use the alt attribute to help visually impaired users understand the content of the picture. 3. Search engines index text in the alt attribute to improve the SEO ranking of web pages.

HTML, CSS, and JavaScript: Examples and Practical ApplicationsHTML, CSS, and JavaScript: Examples and Practical ApplicationsMay 09, 2025 am 12:01 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML is used to build web page structure; 2. CSS is used to beautify the appearance of web pages; 3. JavaScript is used to achieve dynamic interaction. Through tags, styles and scripts, these three together build the core functions of modern web pages.

How do you set the lang attribute on the  tag? Why is this important?How do you set the lang attribute on the tag? Why is this important?May 08, 2025 am 12:03 AM

Setting the lang attributes of a tag is a key step in optimizing web accessibility and SEO. 1) Set the lang attribute in the tag, such as. 2) In multilingual content, set lang attributes for different language parts, such as. 3) Use language codes that comply with ISO639-1 standards, such as "en", "fr", "zh", etc. Correctly setting the lang attribute can improve the accessibility of web pages and search engine rankings.

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.

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 Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool