search
HomeWeb Front-endH5 Tutorial自己学习前端开发的,公司对 Dreamweaver 和 fl 要求高不高?

自己学习了PS,AI,学的不是很精,都是自己学的,没有培训什么的,怎么样再次提高自己的技术;还有就是html和css分别学的xhtml1.0和2.0,不知道毕业的时候找工作会不会要求是html5和3.0;还有就是js学的比较熟悉要多久,自己只学过vb,学校教的,还行,但是还没开始学习js和ajax,jquery库,感觉好多。。。。。前端开发看到很多公司要求会一门后台语言,好纠结啊,学的东西太多了。。。大哥大姐们给点建议,,,课余时间也不是很多。谢谢啦

回复内容:

我来说几点:

你有如此积极的学习态度甚好,但是从你描述的信息中,稍微觉得你学习的太乱也不精。
  • 你的大方向还不明确,或者是跟不上互联网公司的需要;前端确实需要接触很多东西,如你提到的PS、AI、DW等等,从设计到编程,但是就目前对前端这个职位的范畴来看,更偏重编程,设计往往交给设计师来做。所以PS、AI等了解即可。作为前端来讲,有html、css、javascript是三个基本功,从你对html和xhtml的描述来看,我觉得你对他们的了解比较少,其实xhtml是不会有3.0版本的,原因你可以自己去找;三个基本功一定要打牢。要成为一个前端这是必不可少的。其次,如你说的,熟悉一门后端语言,我觉得本质上是需要把知识面拓宽一些,比如HTTP、数据库、网络知识,一门后端语言,需要大概搞清楚互联网从前到后是怎么玩的就行;
  • 我觉得JavaScript相当的重要,不在于使用什么编辑器,而在于对JavaScript本身的理解,比如在JavaScript中this是什么?什么是原型?Ajax是什么东西?对相关类库的熟悉程度,jQuery等,这个是很重要的一环;
  • 基本功和知识面好了,如你所说,HTML5、CSS3等等很多前端需要了解的新技术,要多接触,多实践;JavaScript方面也有很多,比如一些新的应用场景Node.js,windows 8 app开发等等;还有很多可以编译为JavaScript的语言,CoffeeScript、TypeScript(刚刚出现)等等;还有模块化开发什么的(可以看看seajs.org/docs/);
  • 说了如此之多,不是一时半会能学会的;学也不仅限于找书籍看啊什么,更多的资讯和知识可以从网络上获得;多关注一些前沿或者著名的博客等等。

说实话,我最开始也学习了DW大半年,后来想想不对,不过慢慢来,只要好好学,总是能学好的。 算了。简单的来说,目前大部分公司都是在用xhtml1.0和2.0,但是目前在朝着HTML5和CSS3进行转变,但是这个转变面临着一个比较大的问题,那就是浏览器不支持。IE9对于HTML5和CSS3的支持都不够,更别奢谈IE6这个贱人了,即使有时候写CSS,对于IE还得单独添加滤镜效果,IE6就似乎一个奇葩。但是对于大型的互联网公司,学习HTML5和CSS3是很有必要的,因为这个目前比较红火的是移动端,在移动端来说,大部分的浏览器对于HTML5的支持都很不错。

对于JS来说,如果你只学习jqury的话,你只能说明你还在入门,如果你能够全面理解jqury的话,你算是一个比较不错的了,但是算不上一个好的前端,如果你能够继续学习DOM以及另外的框架,比如node.js,我相信你能够获得更大的成长。这个答案估计对你有帮助。zhihu.com/question/1965
但是对于JS,你最好抱着一种慢慢学的态度,这个比较难学。

至于你所说的后台语言,个人认为建议你去学习pythen,这个语言在公司比较火,相比较来说PHP大公司要求的比较多,但是pythen对于你学习前端很有帮助,但是国内没有视频,建议买书。学习好pythen的话,你将Ajax学好,你就算是一个不错的前端的。

希望你能够多加油,建议的方向是HTML5,目前这一块之所以发展的比较好在于移动端的扩张。有句话跟你说过,从提一下子,在任何一项技术出来的时候,它都是一个金字塔结构,接触它的人和掌握它的人都是少数,属于金字塔的顶端,如果一个人能够在这个时候掌握这种技术的话,那么在未来的发展当中将会出于先发优势,会拥有更大的主动权。
我不是学习前端的,但是对于前端很感兴趣,一起加油就是,斌斌~~~ 还有学校教vb这个东西?
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
H5: New Features and Capabilities for Web DevelopmentH5: New Features and Capabilities for Web DevelopmentApr 29, 2025 am 12:07 AM

H5 brings a number of new functions and capabilities, greatly improving the interactivity and development efficiency of web pages. 1. Semantic tags such as enhance SEO. 2. Multimedia support simplifies audio and video playback through and tags. 3. Canvas drawing provides dynamic graphics drawing tools. 4. Local storage simplifies data storage through localStorage and sessionStorage. 5. The geolocation API facilitates the development of location-based services.

H5: Key Improvements in HTML5H5: Key Improvements in HTML5Apr 28, 2025 am 12:26 AM

HTML5 brings five key improvements: 1. Semantic tags improve code clarity and SEO effects; 2. Multimedia support simplifies video and audio embedding; 3. Form enhancement simplifies verification; 4. Offline and local storage improves user experience; 5. Canvas and graphics functions enhance the visualization of web pages.

HTML5: The Standard and its Impact on Web DevelopmentHTML5: The Standard and its Impact on Web DevelopmentApr 27, 2025 am 12:12 AM

The core features of HTML5 include semantic tags, multimedia support, offline storage and local storage, and form enhancement. 1. Semantic tags such as, etc. to improve code readability and SEO effect. 2. Simplify multimedia embedding with labels. 3. Offline storage and local storage such as ApplicationCache and LocalStorage support network-free operation and data storage. 4. Form enhancement introduces new input types and verification properties to simplify processing and verification.

H5 Code Examples: Practical Applications and TutorialsH5 Code Examples: Practical Applications and TutorialsApr 25, 2025 am 12:10 AM

H5 provides a variety of new features and functions, greatly enhancing the capabilities of front-end development. 1. Multimedia support: embed media through and elements, no plug-ins are required. 2. Canvas: Use elements to dynamically render 2D graphics and animations. 3. Local storage: implement persistent data storage through localStorage and sessionStorage to improve user experience.

The Connection Between H5 and HTML5: Similarities and DifferencesThe Connection Between H5 and HTML5: Similarities and DifferencesApr 24, 2025 am 12:01 AM

H5 and HTML5 are different concepts: HTML5 is a version of HTML, containing new elements and APIs; H5 is a mobile application development framework based on HTML5. HTML5 parses and renders code through the browser, while H5 applications need to run containers and interact with native code through JavaScript.

The Building Blocks of H5 Code: Key Elements and Their PurposeThe Building Blocks of H5 Code: Key Elements and Their PurposeApr 23, 2025 am 12:09 AM

Key elements of HTML5 include,,,,,, etc., which are used to build modern web pages. 1. Define the head content, 2. Used to navigate the link, 3. Represent the content of independent articles, 4. Organize the page content, 5. Display the sidebar content, 6. Define the footer, these elements enhance the structure and functionality of the web page.

HTML5 and H5: Understanding the Common UsageHTML5 and H5: Understanding the Common UsageApr 22, 2025 am 12:01 AM

There is no difference between HTML5 and H5, which is the abbreviation of HTML5. 1.HTML5 is the fifth version of HTML, which enhances the multimedia and interactive functions of web pages. 2.H5 is often used to refer to HTML5-based mobile web pages or applications, and is suitable for various mobile devices.

HTML5: The Building Blocks of the Modern Web (H5)HTML5: The Building Blocks of the Modern Web (H5)Apr 21, 2025 am 12:05 AM

HTML5 is the latest version of the Hypertext Markup Language, standardized by W3C. HTML5 introduces new semantic tags, multimedia support and form enhancements, improving web structure, user experience and SEO effects. HTML5 introduces new semantic tags, such as, ,, etc., to make the web page structure clearer and the SEO effect better. HTML5 supports multimedia elements and no third-party plug-ins are required, improving user experience and loading speed. HTML5 enhances form functions and introduces new input types such as, etc., which improves user experience and form verification efficiency.

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

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

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.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor