用html和css写雷达图_本周我们的雷达:JavaScript和匀称CSS的起源

用html和css写雷达图

Welcome to On Our Radar, a weekly round-up of news, trends and other cool stuff from the world of web development.

欢迎来到On Our Ra​​dar,每周综述来自Web开发领域的新闻,趋势和其他有趣的内容。

This week Twitter opened its analytics dashboard to everyone, allowing normal users to obsess about gauge the performance of each and every tweet sent. The dashboard includes some useful metrics, such as impressions and engagement rates, as well as revealing the gender-split of your followers (which is calculated by means of an algorithm).

本周, Twitter向所有人开放了其分析仪表板 ,允许普通用户沉迷于评估所发送的每条推文的性能。 信息中心包含一些有用的指标,例如展示次数和参与度,以及揭示关注者的性别划分 (通过算法计算)。

Apple was in the news for the wrong reasons, as nude photos of several actresses were obtained from its iCloud service. Apple responded by denying any breach in security and claimed to “outraged” by the theft. The comparative speed of Apple’s response was presumably an attempt to deflect any negative press from its September 9 event.

由于错误的原因苹果成为新闻焦点 ,因为从其iCloud服务中获得了几位女演员的裸照。 苹果对此做出回应,否认存在任何安全漏洞,并声称被盗窃“激怒了”。 苹果做出React的相对速度大概是为了抵消9月9日事件以来的任何负面新闻。

And in happier news, the Verge went fully responsive, nuking their native apps and embracing the mobile web. Yay, RWD!

而且更高兴的消息是, Verge做出了充分的响应 ,选择了其本机应用程序并拥抱了移动网络。 是的,RWD!

关于JavaScript的起源 (On the Origin of JavaScript)

This week saw an epic discussion between Brendan Eich (the creator of JavaScript) and the JavaScript Jabber panelists on the origins and development of the language. Although it weighs in at a hefty 1 hour 44 minutes, this one comes highly recommended.

本周,Brendan Eich(JavaScript的创建者)与JavaScript Jabber小组成员之间就该语言的起源和发展进行了史诗般的讨论 。 尽管它耗时1小时44分钟,但是强烈建议您这样做。

So who knows what this regular expression matches?

那么谁知道这个正则表达式匹配什么呢?

[ -~]

[ -~]

If you didn’t answer “all ASCII characters from the space to the tilde” then the next article is for you: What you should know about JavaScript regular expressions.

如果您没有回答“从空格到波浪号的所有ASCII字符”,那么下一篇文章适合您: 您应该了解JavaScript正则表达式

Elsewhere we learned how to test asynchronous code with QUnit, which is a testing framework developed and maintained by the jQuery team. If you need a Qunit refresher, we’ve got that, too.

在其他地方,我们学习了如何使用QUnit测试异步代码,QUnit是由jQuery团队开发和维护的测试框架。 如果您需要Qunit刷新器 ,我们也有。

Ever need to determine if a particular tab is active in a browser? Well, with the help of the HTML 5 visibility API, you now can.

是否曾经需要确定某个选项卡在浏览器中是否处于活动状态? 好了,借助HTML 5可见性API ,您现在可以了。

匀称CSS (Shapely CSS)

I’ve enjoyed the recent spate of articles taking an in-depth look at the CSS of some of the larger sites out there, so was pleased to see medium.com following suit (note: the url is NSFW).

我喜欢最近发表的大量文章,对其中一些较大的站点CSS进行了深入研究,因此很高兴看到media.com紧随其后 (注意:URL为NSFW)。

A Single Div is a pretty impressive CSS drawing project by Lynn Fisher.

Single Div是Lynn Fisher撰写CSS绘图项目,令人印象深刻。

If you’re into your CSS animations then check out this CSS only fruit machine (unfortunately, you can’t win anything, though). This demo is hosted on CodePen. Here are nine reasons that you should be using it, too.

如果您喜欢CSS动画,请查看此仅CSS水果机 (不过,您什么也赢不了)。 该演示在CodePen上托管。 您也应该使用它的九个理由

Another really cool thing that popped up this week was a CSS shapes editor for Chrome, complete with a a tutorial on how to use it. If you’re not sure what CSS shapes are, here’s the 101.

本周出现的另一件非常酷的事情是用于ChromeCSS形状编辑器 ,并附有关于如何使用它的教程 。 如果您不确定CSS形状是什么, 这里是101

Finally, here are some little-known CSS tricks.

最后,这是一些鲜为人知CSS技巧

本周流行语– Node.js (Buzzword of the Week – Node.js)

Node.js is a framework, which enables you to run JavaScript on the server (as opposed to on the client-side in your browser). Its asynchronous and event-driven nature makes it a great choice for building high performance and scalable network applications.

Node.js是一个框架,使您可以在服务器上运行JavaScript(而不是在浏览器的客户端)。 它具有异步和事件驱动的特性,因此使其成为构建高性能和可扩展网络应用程序的理想选择。

If you’re looking to get started with Node, then you might be interested in these six free Node.js ebooks.

如果您希望开始使用Node,那么您可能对这六本免费的Node.js电子书感兴趣。

Are you developing a Node app, or do you have one in production? Here are ten tips to make it faster.

您正在开发Node应用程序,还是在生产中? 这里有十个技巧,以使其更快

Fancy expanding your Node skills? This tutorial explains how to create a contact form with a captcha in Node.js.

想扩展您的Node技能吗? 本教程介绍了如何在Node.js中使用验证码创建联系人表单

Skeptical of all the hype? Well, this article explains why the JavaScript world is still waiting for Node.js 1.0.

怀疑所有炒作? 好吧,本文说明了JavaScript世界为何仍在等待Node.js 1.0的原因

Finally, here’s a nifty site that offers Node.js hosting for web developers. It’s a paid service, so if you prefer something less costly, try Heroku who have a free option.

最后,这是一个漂亮的网站, 为Web开发人员提供Node.js托管 。 这是一项付费服务​​,因此,如果您更喜欢便宜的东西,请尝试有免费选择的Heroku

丰富的资源 (An Abundance of Resources)

In addition to being the go-to place for open source software, GitHub has a great many of resources for developers. Here are some rather extensive lists I’ve spotted recently for Ruby, Python and Node.js.

除了成为开源软件的首选之地,GitHub还为开发人员提供了大量资源。 这是我最近为RubyPythonNode.js发现的一些相当广泛的列表。

Here are 11 CSS learning tools and resources, as well as a complete reading list for CSS and some free design resources that every designer should know.

这里有11种CSS学习工具和资源 ,以及CSS的完整阅读列表和每个设计师都应该知道的一些免费设计资源

Have trouble remembering which WordPress functions do what? Then maybe this WordPress cheat sheet is for you.

难以记住哪些WordPress功能会做什么? 然后,也许这个WordPress备忘单适合您。

And by way of inspiration for your next project, I present a collection of tab styles, as well as a list of free jQuery navigation menus.

为了启发您的下一个项目,我介绍了一系列的标签样式以及免费的jQuery导航菜单列表

So that’s everything for this week. Thanks for joining us.

这就是本周的一切。 感谢您加入我们。

I’ll leave you with a couple of random things I came across in the course of my travels: a proof-of-concept rewrite of the jQuery UI widgets to use web components, 20 weird and wonderful uses for tomato ketchup and a list of 33 things to eat, drink, see, and do before climate change ruins everything (which is NSFW, by the way).

在旅途中,我将带给您一些随机的事情: jQuery UI小部件的概念验证重写,以使用Web组件; 番茄酱的20种怪异而奇妙的用法;以及在气候变化破坏一切之前,要吃,喝,看和做的33件事 (顺便说一下,这就是NSFW)。

Which links caught your attention? How do you test your JavaScript? Are you using Node.js? Or, do you have any resources to share? We would love to hear your thoughts.

哪些链接引起了您的注意? 您如何测试JavaScript? 您正在使用Node.js吗? 或者,您有什么资源要分享? 我们很想听听您的想法。

Also, if you have any problems implementing anything covered here, or just want to discuss it some more, SitePoint’s forums are a great place to visit.

此外,如果您在执行此处介绍的内容时遇到任何问题,或者只是想进一步讨论, SitePoint的论坛都是一个不错的选择。

翻译自: https://www.sitepoint.com/radar-week-origin-javascript-shapely-css/

用html和css写雷达图

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值