tag coding

標籤
貢獻348
336
08:02 AM · Nov 05 ,2025

@coding / 博客 RSS 訂閱

Steven Levithan - Regexes Got Good: The History And Future Of Regular Expressions In JavaScript

Modern JavaScript regular expressions have come a long way compared to what you might be familiar with. Regexes can be an amazing tool for searching and replacing text, but they have a longstanding

Techniques , coding , Javascript

收藏 評論

Vitaly Friedman - Microformats: What They Are and How To Use Them

Web 2.0 has its positive and its negative sides. Apart from tremendous technological improvements, provided by Ajax, semantically organized content and the growing popularity of RSS-Feeds, the term

Semantics , coding

收藏 評論

Dustan Kasten - Browser Input Events: Can We Do Better Than The Click?

Responding to user input is arguably the core of what we do as interface developers. In order to build responsive web products, understanding how touch, mouse, pointer and keyboard actions and the b

Interaction Design , Responsive Design , Devices , coding

收藏 評論

Sam Deering - Useful jQuery Function Demos For Your Projects

Every aspiring Web developer should know about the power of JavaScript and how it can be used to enhance the ways in which people see and interact with Web pages. Fortunately, to help us be more pro

coding , Css , jquery , HTML

收藏 評論

Cameron Chapman - Review Of Cross-Browser Testing Tools

At some point in the future, the way that all major browsers render Web code will likely be standardized, which will make testing across multiple browsers no longer necessary as long as the website

Tools , testing , coding , Reviews

收藏 評論

Phillip Whisenhunt - Backbone.js Tips And Patterns

Backbone.js is a popular open-source JavaScript “MV*” framework that has gained significant traction since its first release a little over three years ago. Although Backbone.js provides structure to

Frameworks , coding , Javascript

收藏 評論

Atila Fassina - What’s New In Next.js 13?

October has come and gone, and with it, Next.js has released a new major version packed (pun intended) with tons of new features — some of which can be seamlessly adopted from your Next.js 12 app, w

API , next.js , coding , Javascript

收藏 評論

Jhey Tompkins - The Path To Awesome CSS Easing With The linear() Function

To paraphrase a saying that has always stuck with me: “The best animation is that which goes unnoticed.” One of the most important concepts of motion design on the web is making motion “feel right.”

animation , coding , Css

收藏 評論

Alex Bachuk - Redux · An Introduction

Redux is one of the hottest libraries in front-end development these days. However, many people are confused about what it is and what its benefits are. As the documentation states, Redux is a pred

react , Techniques , Tools , redux , coding , Javascript

收藏 評論

Philip Tellis - Analyzing Network Characteristics Using JavaScript And The DOM, Part 1

In this article, we’ll look at some methods of manipulating JavaScript to determine various network characteristics from within the browser — characteristics that were previously available only to a

performance , coding , Javascript

收藏 評論

Louis Lazaris - !important CSS Declarations: How and When to Use Them

When the CSS1 specification was drafted in the mid-to-late 90s, it introduced !important declarations that would help developers and users easily override normal specificity when making changes to t

coding , Css , Essentials

收藏 評論

Adrian James & Matt Shull - Using WebP Image Format Today

They say a picture is worth a thousand words. But online, a picture can be worth a thousand kilobytes or more! HTTP Archive shows that images make up 64% of a web page’s total size on average. Given

performance , webp , coding , Responsive Images , Case Studies

收藏 評論

Mattan Griffel - Tips For Mastering A Programming Language Using Spaced Repetition

Since first hearing of spaced repetition a few years back, I’ve used it for a wide range of things, from learning people’s names to memorizing poetry to increasing my retention of books. Today, I’l

Techniques , Programming , Tools , coding

收藏 評論

Zack Grossbart - 12 Commandments Of Software Localization

You’ve presented the new website and everyone loves it. The design is crisp, the code is bug-free, and you’re ready to release. Then someone asks, “Does it work in Japanese?” You break out in a col

Localization , coding

收藏 評論

Alex Holt - jQuery and JavaScript Coding: Examples and Best Practices

When used correctly, jQuery can help you make your website more interactive, interesting and exciting. This article will share some best practices and examples for using the popular Javascript fra

coding , jquery , Javascript

收藏 評論

Pearl Akpan - Document Object Model (DOM) Geometry: A Beginner’s Introduction And Guide

If you’ve been working with JavaScript for a while, you may be fairly familiar with DOM (Document Object Model) and CSSOM (CSS Object Model) scripting. Beyond the interfaces defined by the DOM and C

Guides , API , coding , Javascript

收藏 評論

Vitaly Friedman - Useful HTML, CSS And JavaScript Tools That Do Pretty Much Everything

Front-end development is a tricky beast. It’s not difficult to learn, but it’s quite difficult to master. There are just too many things that need to be considered; too many tweaks that might be nec

Tools , coding , Css , Resources , HTML , Javascript

收藏 評論

Glen Stansberry - Ultimate Round-Up For Version Control With Subversion

While other version control systems, like Git, have become quite popular among developers, Subversion (SVN) is still considered the standard for version control systems and is used for the majority

Tools , coding , Resources , Git

收藏 評論

Paul Tero - What To Do When Your Website Goes Down

Have you ever heard a colleague answer the phone like this: “Good afterno… Yes… What? Completely?… When did it go down?… Really, that long?… We’ll look into it right away… Yes, I understand… Of cour

backend , php , Linux , coding

收藏 評論

Georgy Marchuk - Testing The CLI The Way People Use It

Thousands of tools for the command-line interface (CLI) are out there, without exaggeration. They serve all kinds of purposes. Yarn is one of the most used CLIs in the world, bringing ease to the pa

Tools , Apps , testing , coding

收藏 評論

Zack Grossbart - Searchable Dynamic Content With AJAX Crawling

Google Search likes simple, easy-to-crawl websites. You like dynamic websites that show off your work and that really pop. But search engines can’t run your JavaScript. That cool AJAX routine that l

Techniques , seo , Ajax , coding , Javascript

收藏 評論

Paul Boag - 10 Things To Consider When Choosing The Perfect CMS

I have written about content management systems before. I have highlighted the their hidden costs, explained the differentiators behind the feature list and even provided advice for CMS users. Howev

cms , coding

收藏 評論

ZURB - Spicing Up Your Website With jQuery Goodness

There comes a point in every website design when you simply want to give the website a little spice to impress the visitor and make it memorable. You want that sexy interaction to capture the user’s

coding , jquery

收藏 評論

David Khourshid - Extending In Sass Without Creating A Mess

The @extend directive in Sass is a powerful directive that facilitates the sharing of rules and relationships between selectors. However, it can produce undesirable side effects if it is not careful

workflow , optimization , Preprocessors , coding

收藏 評論