当前位置: 首页 > news >正文

移动web开发前准备知识了解(html5、jquery)笔记

1.经常使用 插件工具
 chrome插件:
    Mobile & Tablet Emulator(用于常见移动端适配):(重点)
Mobile Emulator is an useful online tool to check the screen resolution on different mobile and tablet devices.
Mobile Emulator is an useful online tool to check the screen resolution on different mobile and tablet devices.
Do your mobile screen resolution check for developed mobile website straight from your desktop.
Mobile devices supported:
 BlackBerry: 320x240
 iphone4s: 320x480
 iphone5: 320x568
 Galaxy S3: 360x640
 Lumia 900: 480x800
Tablet devices supported:
 Kindle Fire 7: 533x853
 Google Nexus: 603x966
 Apple iPad: 768x1024
Best way to check screen responsive design for mobile devices & tablet online


      Mobile/RWD Tester(移动web页面測试)
   
Test your web pages on common mobile and tablet devices/user agents. Excellent for testing responsive web design.
This extension allows web designers and developers to test their web pages against common mobile and tablet devices by emulating the user agent and screen resolution. Excellent for testing responsive web designs. Test multiple mobile devices at the same time!
Very helpful when your site is in development and testing on actual devices can be difficult. 
** New in version 1.4**
 - Larger device label and scroll arrows
 - Galaxy Note II added
 - Scrollbar removed quicker
**New in version 1.3**
 - Width and heights adjusted to account for Chrome borders.
 - Scroll bar removed and scrolling arrows added to the bottom of the window
 - A couple more devices added
 - New logo
 - Various bug fixes
 
   
 
   
 
   
Speed Tracer:
Speed Tracer是一款功能强大的Web性能分析扩展,能够对网页中的元素进行全方位的检測分析,找出你网页执行缓慢的罪魁祸首。以方便开发人员优化代码,功能非常强大。
Speed Tracer 是能帮助您发现并解决网络应用程序中的性能问题。借助Speed Tracer,您能够更好地了解在应用程序中的哪些地方消耗了时间。并能够解决JavaScript语法分析和运行、CSS式样以及更 多方面的问题。



firebug lite:firebug调试程序

measure it:測量图片大小插件

web developer:

COMMON

  • Add the features:
    • Auto Reload
    • Check Spelling
    • Clean Submit
    • Clear Application Cache
    • Disable CSS3 Styles
    • Disable Flash
    • Disable Frames
    • Disable HTML5 Form Validation
    • Disable Image Maps
    • Disable Redirects
    • Disable Sound
    • Disable Window Resize
    • Display Baseline Grid
    • Display Canonical URL
    • Display Event Information
    • Display Margin & Padding
    • Display Screen Size Overlay
    • Make Element Resizable
    • Outline Image Maps
    • Outline No Follow Links
    • Outline No Index Elements
    • Remove Inline Styles
    • Replace Images With Title Attributes
    • Validate Generated HTML
    • Validate Local Accessibility
    • Validate Tidied HTML
    • View Color Contrast Information
    • View Computed Style
    • View Font Information
    • View Formatting
  • 'Display Element Information' should display color information
  • 'Display Line Guides' should allow saving the line guide positions
  • 'Display Line Guides' should be able to be pinned
  • 'Display Style Information' should display inherited styles
  • 'Edit CSS' should have a color picker
  • 'Edit CSS' should notify when style sheets have invalid MIME types
  • 'Populate Form Fields' should be configurable
  • 'Validate Local CSS' and 'Validate Local HTML' validators should be configurable
  • 'View Link Information' should display the link text, title and target
  • 'View Link Information' should separate internal and external links
  • Add a warning when closing the dashboard after changes have been made
  • Add support for beautifying CSS
  • Add support for element position in 'Display Element Information'
  • Add support for gradients in 'View Color Information'
  • Add support for importing and exporting of the extension options
  • Add support for sorting 'View Color Information' by color instead of alphabetically
  • Add support for wrapping text output
  • Allow templates of activated features to be saved and loaded
  • Allow the Web Developer menus to be customized
  • Allow unlimited customizable bookmarklets as tools
  • Use %s and %d placeholders for the site URL and domain in a tool URL

CHROME

  • Add the features:
    • Display Page Magnifier
    • Display Style Information
    • View Generated Source
  • Add JavaScript status icon
  • Add quirks mode status icon
  • Add support for customizable keyboard shortcuts

FIREFOX

  • Add the features:
    • Enable Retina Mode
  • 'View Generated Source' should be able to be opened in a tab
  • 'View Source With' should be allowed to be the default for all view source features
  • Add support for automatically closing the message notifications after a few seconds
  • Add support for disabling the cache only for certain domains
  • Allow features to be pinned per tab
  • Context menu features should work only on the selected frame
  • Detect keyboard shortcut conflicts

2. firefox:
 firebug:web前端调试使用 (重点)
 yslow:web前端性能优化使用(重点)
 firejquery:调试jquer y
 firepicker:取色器
 webdeveloper(重点)
 
   
 3.几个常见的html5新标签
        <audio>
      <video>
1.经常使用 插件工具
 chrome插件:
    Mobile & Tablet Emulator(用于常见移动端适配):(重点)
Mobile Emulator is an useful online tool to check the screen resolution on different mobile and tablet devices.
Mobile Emulator is an useful online tool to check the screen resolution on different mobile and tablet devices.
Do your mobile screen resolution check for developed mobile website straight from your desktop.
Mobile devices supported:
 BlackBerry: 320x240
 iphone4s: 320x480
 iphone5: 320x568
 Galaxy S3: 360x640
 Lumia 900: 480x800
Tablet devices supported:
 Kindle Fire 7: 533x853
 Google Nexus: 603x966
 Apple iPad: 768x1024
Best way to check screen responsive design for mobile devices & tablet online


      Mobile/RWD Tester(移动web页面測试)
   
Test your web pages on common mobile and tablet devices/user agents. Excellent for testing responsive web design.
This extension allows web designers and developers to test their web pages against common mobile and tablet devices by emulating the user agent and screen resolution. Excellent for testing responsive web designs. Test multiple mobile devices at the same time!
Very helpful when your site is in development and testing on actual devices can be difficult. 
** New in version 1.4**
 - Larger device label and scroll arrows
 - Galaxy Note II added
 - Scrollbar removed quicker
**New in version 1.3**
 - Width and heights adjusted to account for Chrome borders.
 - Scroll bar removed and scrolling arrows added to the bottom of the window
 - A couple more devices added
 - New logo
 - Various bug fixes
 
    
 
    
 
    
Speed Tracer:
Speed Tracer是一款功能强大的Web性能分析扩展,能够对网页中的元素进行全方位的检測分析。找出你网页执行缓慢的罪魁祸首,以方便开发人员优化代码,功能非常强大。
Speed Tracer 是能帮助您发现并解决网络应用程序中的性能问题。借助Speed Tracer,您能够更好地了解在应用程序中的哪些地方消耗了时间。并能够解决JavaScript语法分析和运行、CSS式样以及更 多方面的问题。




firebug lite:firebug调试程序

measure it:測量图片大小插件

web developer:

COMMON

  • Add the features:
    • Auto Reload
    • Check Spelling
    • Clean Submit
    • Clear Application Cache
    • Disable CSS3 Styles
    • Disable Flash
    • Disable Frames
    • Disable HTML5 Form Validation
    • Disable Image Maps
    • Disable Redirects
    • Disable Sound
    • Disable Window Resize
    • Display Baseline Grid
    • Display Canonical URL
    • Display Event Information
    • Display Margin & Padding
    • Display Screen Size Overlay
    • Make Element Resizable
    • Outline Image Maps
    • Outline No Follow Links
    • Outline No Index Elements
    • Remove Inline Styles
    • Replace Images With Title Attributes
    • Validate Generated HTML
    • Validate Local Accessibility
    • Validate Tidied HTML
    • View Color Contrast Information
    • View Computed Style
    • View Font Information
    • View Formatting
  • 'Display Element Information' should display color information
  • 'Display Line Guides' should allow saving the line guide positions
  • 'Display Line Guides' should be able to be pinned
  • 'Display Style Information' should display inherited styles
  • 'Edit CSS' should have a color picker
  • 'Edit CSS' should notify when style sheets have invalid MIME types
  • 'Populate Form Fields' should be configurable
  • 'Validate Local CSS' and 'Validate Local HTML' validators should be configurable
  • 'View Link Information' should display the link text, title and target
  • 'View Link Information' should separate internal and external links
  • Add a warning when closing the dashboard after changes have been made
  • Add support for beautifying CSS
  • Add support for element position in 'Display Element Information'
  • Add support for gradients in 'View Color Information'
  • Add support for importing and exporting of the extension options
  • Add support for sorting 'View Color Information' by color instead of alphabetically
  • Add support for wrapping text output
  • Allow templates of activated features to be saved and loaded
  • Allow the Web Developer menus to be customized
  • Allow unlimited customizable bookmarklets as tools
  • Use %s and %d placeholders for the site URL and domain in a tool URL

CHROME

  • Add the features:
    • Display Page Magnifier
    • Display Style Information
    • View Generated Source
  • Add JavaScript status icon
  • Add quirks mode status icon
  • Add support for customizable keyboard shortcuts

FIREFOX

  • Add the features:
    • Enable Retina Mode
  • 'View Generated Source' should be able to be opened in a tab
  • 'View Source With' should be allowed to be the default for all view source features
  • Add support for automatically closing the message notifications after a few seconds
  • Add support for disabling the cache only for certain domains
  • Allow features to be pinned per tab
  • Context menu features should work only on the selected frame
  • Detect keyboard shortcut conflicts

2. firefox:
1.firebug:web前端调试使用 (重点)
2.yslow:web前端性能优化使用(重点)
3.firejquery:调试jquer y
4.firepicker:取色器
5.webdeveloper(重点)
 
    
 3.几个常见的html5新标签
        <audio>
      <video>
1.经常使用 插件工具
 chrome插件:
    Mobile & Tablet Emulator(用于常见移动端适配):(重点)
Mobile Emulator is an useful online tool to check the screen resolution on different mobile and tablet devices.
Mobile Emulator is an useful online tool to check the screen resolution on different mobile and tablet devices.
Do your mobile screen resolution check for developed mobile website straight from your desktop.
Mobile devices supported:
 BlackBerry: 320x240
 iphone4s: 320x480
 iphone5: 320x568
 Galaxy S3: 360x640
 Lumia 900: 480x800
Tablet devices supported:
 Kindle Fire 7: 533x853
 Google Nexus: 603x966
 Apple iPad: 768x1024
Best way to check screen responsive design for mobile devices & tablet online


      Mobile/RWD Tester(移动web页面測试)
   
Test your web pages on common mobile and tablet devices/user agents. Excellent for testing responsive web design.
This extension allows web designers and developers to test their web pages against common mobile and tablet devices by emulating the user agent and screen resolution. Excellent for testing responsive web designs. Test multiple mobile devices at the same time!
Very helpful when your site is in development and testing on actual devices can be difficult. 
** New in version 1.4**
 - Larger device label and scroll arrows
 - Galaxy Note II added
 - Scrollbar removed quicker
**New in version 1.3**
 - Width and heights adjusted to account for Chrome borders.
 - Scroll bar removed and scrolling arrows added to the bottom of the window
 - A couple more devices added
 - New logo
 - Various bug fixes
 
     
 
     
 
     
Speed Tracer:
Speed Tracer是一款功能强大的Web性能分析扩展,能够对网页中的元素进行全方位的检測分析,找出你网页执行缓慢的罪魁祸首。以方便开发人员优化代码,功能非常强大。
Speed Tracer 是能帮助您发现并解决网络应用程序中的性能问题。

借助Speed Tracer,您能够更好地了解在应用程序中的哪些地方消耗了时间,并能够解决JavaScript语法分析和运行、CSS式样以及更 多方面的问题。




firebug lite:firebug调试程序

measure it:測量图片大小插件

web developer:

COMMON

  • Add the features:
    • Auto Reload
    • Check Spelling
    • Clean Submit
    • Clear Application Cache
    • Disable CSS3 Styles
    • Disable Flash
    • Disable Frames
    • Disable HTML5 Form Validation
    • Disable Image Maps
    • Disable Redirects
    • Disable Sound
    • Disable Window Resize
    • Display Baseline Grid
    • Display Canonical URL
    • Display Event Information
    • Display Margin & Padding
    • Display Screen Size Overlay
    • Make Element Resizable
    • Outline Image Maps
    • Outline No Follow Links
    • Outline No Index Elements
    • Remove Inline Styles
    • Replace Images With Title Attributes
    • Validate Generated HTML
    • Validate Local Accessibility
    • Validate Tidied HTML
    • View Color Contrast Information
    • View Computed Style
    • View Font Information
    • View Formatting
  • 'Display Element Information' should display color information
  • 'Display Line Guides' should allow saving the line guide positions
  • 'Display Line Guides' should be able to be pinned
  • 'Display Style Information' should display inherited styles
  • 'Edit CSS' should have a color picker
  • 'Edit CSS' should notify when style sheets have invalid MIME types
  • 'Populate Form Fields' should be configurable
  • 'Validate Local CSS' and 'Validate Local HTML' validators should be configurable
  • 'View Link Information' should display the link text, title and target
  • 'View Link Information' should separate internal and external links
  • Add a warning when closing the dashboard after changes have been made
  • Add support for beautifying CSS
  • Add support for element position in 'Display Element Information'
  • Add support for gradients in 'View Color Information'
  • Add support for importing and exporting of the extension options
  • Add support for sorting 'View Color Information' by color instead of alphabetically
  • Add support for wrapping text output
  • Allow templates of activated features to be saved and loaded
  • Allow the Web Developer menus to be customized
  • Allow unlimited customizable bookmarklets as tools
  • Use %s and %d placeholders for the site URL and domain in a tool URL

CHROME

  • Add the features:
    • Display Page Magnifier
    • Display Style Information
    • View Generated Source
  • Add JavaScript status icon
  • Add quirks mode status icon
  • Add support for customizable keyboard shortcuts

FIREFOX

  • Add the features:
    • Enable Retina Mode
  • 'View Generated Source' should be able to be opened in a tab
  • 'View Source With' should be allowed to be the default for all view source features
  • Add support for automatically closing the message notifications after a few seconds
  • Add support for disabling the cache only for certain domains
  • Allow features to be pinned per tab
  • Context menu features should work only on the selected frame
  • Detect keyboard shortcut conflicts

2. firefox:
1.firebug:web前端调试使用 (重点)
2.yslow:web前端性能优化使用(重点)
3.firejquery:调试jquer y
4.firepicker:取色器
5.webdeveloper(重点)
 
     
 3.几个常见的html5新标签

        <audio>
      <video>


转载于:https://www.cnblogs.com/zfyouxi/p/5215280.html

相关文章:

  • tornado的入门教程
  • 使用jquey的css()方法改变样式,
  • 今天看到别人的面试算法题,求找出十包粉末中两包蓝色粉末的最短时间
  • 二分法的学习
  • 手机移动端WEB资源整合
  • 保温饭盒毕业设计程序
  • 诡异的尺寸
  • 修改PHP上传文件大小限制的方法
  • [转]xml文件中的转义字符
  • FFmpeg编译安装
  • CSS居中的方法总结
  • docker安装caffe
  • leveldb性能分析
  • postgresql利用pg_upgrade升级数据库(从8.4升级到9.5)
  • 吸血鬼数字
  • 【从零开始安装kubernetes-1.7.3】2.flannel、docker以及Harbor的配置以及作用
  • Android开源项目规范总结
  • Codepen 每日精选(2018-3-25)
  • express如何解决request entity too large问题
  • java第三方包学习之lombok
  • oschina
  • Python 反序列化安全问题(二)
  • vue+element后台管理系统,从后端获取路由表,并正常渲染
  • Webpack 4x 之路 ( 四 )
  • 搭建gitbook 和 访问权限认证
  • 坑!为什么View.startAnimation不起作用?
  • 全栈开发——Linux
  • 入手阿里云新服务器的部署NODE
  • 实现菜单下拉伸展折叠效果demo
  • 使用 QuickBI 搭建酷炫可视化分析
  • 我有几个粽子,和一个故事
  • 没有任何编程基础可以直接学习python语言吗?学会后能够做什么? ...
  • ​​​​​​​ubuntu16.04 fastreid训练过程
  • ​DB-Engines 11月数据库排名:PostgreSQL坐稳同期涨幅榜冠军宝座
  • ![CDATA[ ]] 是什么东东
  • #stm32驱动外设模块总结w5500模块
  • #中的引用型是什么意识_Java中四种引用有什么区别以及应用场景
  • ()、[]、{}、(())、[[]]命令替换
  • (3)选择元素——(14)接触DOM元素(Accessing DOM elements)
  • (ctrl.obj) : error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MDd_DynamicDebug”不匹配值“
  • (Redis使用系列) SpirngBoot中关于Redis的值的各种方式的存储与取出 三
  • (超详细)语音信号处理之特征提取
  • (非本人原创)我们工作到底是为了什么?​——HP大中华区总裁孙振耀退休感言(r4笔记第60天)...
  • (附源码)spring boot校园健康监测管理系统 毕业设计 151047
  • (附源码)ssm高校志愿者服务系统 毕业设计 011648
  • (力扣记录)1448. 统计二叉树中好节点的数目
  • (排序详解之 堆排序)
  • (转)创业的注意事项
  • .mysql secret在哪_MYSQL基本操作(上)
  • .NET CF命令行调试器MDbg入门(一)
  • .net core 依赖注入的基本用发
  • .net MVC中使用angularJs刷新页面数据列表
  • .Net(C#)自定义WinForm控件之小结篇
  • .net下的富文本编辑器FCKeditor的配置方法
  • /proc/stat文件详解(翻译)