Bài viết này cung cấp cho chúng ta một danh sách rất nhiều các tài nguyên, thư viện, ứng dụng và công cụ hỗ trợ việc phát triển web, lập trình web, thiết kế web.
jsB@nk đã nhóm danh sách này lại thành vài danh mục chính để bạn tiện theo dõi: các công cụ dò lỗi, công cụ CSS, các ứng dụng web, các IDE, tài nguyên hướng dẫn kĩ thuật, sách điện tử và tối ưu hóa web.
- Demo
- Phóng to
- Tải lại
- Cửa sổ mới
Miễn phí web hosting 1 năm đầu tại iPage
Nếu bạn vẫn còn đang tìm kiếm một nhà cung cấp hosting đáng tin cậy, tại sao không dành chút thời gian để thử với iPage, chỉ với không quá 40.000 VNĐ/tháng, nhưng bạn sẽ được khuyến mãi kèm với quà tặng trị giá trên 10.000.0000 VNĐ nếu thanh toán cho 24 tháng ~ 900.000 VNĐ?
Có trên 1 triệu khách hàng hiện tại của iPage đã & đang hài lòng với dịch vụ, tuyệt đối chắc chắn bạn cũng sẽ hài lòng giống họ! Quan trọng hơn, khi đăng ký sử dụng web hosting tại iPage thông qua sự giới thiệu của chúng tôi, bạn sẽ được hoàn trả lại toàn bộ số tiền bạn đã sử dụng để mua web hosting tại iPage. Wow, thật tuyệt vời! Bạn không phải tốn bất kì chi phí nào mà vẫn có thể sử dụng miễn phí web hosting chất lượng cao tại iPage trong 12 tháng đầu tiên. Chỉ cần nói chúng tôi biết tài khoản của bạn sau khi đăng ký.
Nếu muốn tìm hiểu thêm về ưu / nhược điểm của iPage, bạn hãy đọc đánh giá của ChọnHostViệt.com nhé!
I've been meaning to do a roll-up of top JavaScript, CSS & HTML development tools that I use or have been recommended to me and after having lunch with my bud Brian Wilpon today, I realized I just needed to do it. He asked me what some of the newer tools are and I think this is the best way to help him (and the community in general). It's definitely not an all-inclusive list so if you see some that you feel I should add or remove, let me know in the comments.
Here they are by category:
Debugging Tools | CSS Tools | JavaScript Tools |
Web Tools & IDEs | Browser Testing | Documentations |
Server-Side JavaScript | Books | Web Performance |
Debugging Tools That Make Life MUCH Easier:
Effectively debugging JavaScript applications is a royal pain in the derriere and to compile that, the available tools just don't stand up to those used by managed code developers. Luckily, we do have a decent set of tools that lessens the pain substantially. Firebug is definitely a must have since it incorporates so much DOM & XHR introspection as well as the Web Developer Toolbar. Both are simply awesome. I also love Charles for HTTP sniffing and it's saved my butt when Firebug couldn't handle it.
IE8 Developer Tools - Microsoft's browser debugger tools
Firebug - Mozilla's browser debugger add-on
WebKit Web Inspector - Webkit's browser debugger tools
Fiddler - HTTP Sniffer. Great for seeing Ajax requests.
Charles - HTTP Sniffer. Great for seeing Ajax requests. (my personal fav)
Service Capture - HTTP Sniffer. Great for seeing Ajax requests.
dynaTrace Ajax - HTTP performance analyzer
Web Developer's Toolbar - All purpose Firefox toolbar to inspect everything on a page
YSlow - Analyzes page performance based on accepted industry best practices.
PageSpeed - Analyzes page performance based on accepted industry best practices.
DebugBar - An IE plugin that brings advanced debugging features to IE including JS, DOM & HTTP inspection
I prefer to write my CSS code by hand. Call me old-school but many swear by the following CSS editors. CSSEdit by MacRabbit (Mac only) is especially loved by many designers.
TopStyle
Rapid CSS
Xyle
Stylizer
CSSEdit
CSS Frameworks:
These frameworks have really taken off. Like their JavaScript brethren, they help to abstract much of the complexity of building consistent layouts in cross-browser fashion. They're definitely something I need to look into more and from what I've read, 960 GS & Blueprint are the ones people are looking at.
960 Grid System
Blueprint CSS Framework
YAML
Yahoo YUI Grids CSS
Tripoli
Object-Oriented CSS
CSS Resets:
Want to minimize browser inconsistencies? Then use a CSS reset stylesheet to specify baseline CSS styles that make browser presentation defaults more consistent.
Meyer Reset by Eric Meyer
YUI2: Reset CSS
IECSS
I definitely recommend everyone to learn JavaScript as you'll need it to be a really effective client-side developer. With that said, a good JS library will go a long way to making your development faster and much more stable. These libraries are all very mature and dramatically help to abstract the complexities of cross-browser development. My personal favorite is jQuery, of which I'm a member of the project team.
jQuery
jQuery UI
Prototype
MooTools
Dojo
YUI
JavaScriptMVC
qooxdoo
Ext JS
Adobe Spry
Raphael.js - simplifies working with vector graphics on the web
LabJS Dynamic Script Loader - Allows execution and load management of JavaScript files
Lawnchair - A lightweight client-side JSON document store
Sessvars.js - Client-side session data management solution
Reactive Extensions For JS
PURE JS Templating Lib
Underscore.js - Utility lib for jQuery that provides a ton of extended functionality
JavaScript Minifiers
Every byte counts when you're sending files via HTTP and best practices dictate that on a production, you need to optimize all of your files to minimize page load times. Compressing JavaScript code is one of the easiest ways to do that and these tools will help. On the jQuery project, we've started using Google's Closure compiler because it's generated the best compression. Try all of them out to see which suits you best.
YUI compressor
Closure compiler
JSMIN
Dean Edward's Packer
Microsoft Ajax Minifer
Dojo Shrinksafe
JavaScript Shells
There are times when you just want to test a snippet of code without actually going through the trouble of creating a full page. That's where JavaScript shells shine. JSFiddle and JSBin both rock because apart from supporting plain ole JS, they also allow you to include a host of libraries including jQuery, MooTools, & Dojo.
jsfiddle.net
JSBin
mootools.net/shell (MooTools-specific)
As a programmer, I'm insanely color scheme challenged. I'm inclined to mix yellow with mauve causing a concerted moan to occur across the design community. Luckily, these tools help you choose web safe color schemes that are not only consistent but won't burn the eyeballs off your site visitors.
Editors and IDEs:
I work at Microsoft so you would expect me to be a Visual Studio whiz. Not so. Only recently starting at MS, I've only dipped my toe in the VS waters. What I've seen though has impressed me but I still have a long way to go before I understand it. If you're on a Mac, though, I do highly recommend both TextMate and Coda. Both are truly awesome. I've used Coda a little more because I liked the UI of it a little better than TextMate's but TM's bundle system and ecosystem is amazing. You can get code-complete for just about anything via bundles. For Windows, Notepad++ has been just awesome. I wish it had built-in FTP support like UltraEdit.
Visual Studio
Expression
TextMate
Coda
UltraEdit
Komodo IDE
Notepad++
Notepad2
BBEdit
Aptana
Espresso
Sublime Text
WebStorm
VIM
Eclipse
Netbeans
Geany
Wireframing:
I know some of you are cowboys (or cowgirls) and you just want to start hacking. Well, for the truly impatient, these tools at least let you wireframe your pages quickly and easily. I've used Balsamiq and FlairBuilder and both rock. It seems that FlairBuilder is really cranking it up with some nice features. Both are Adobe AIR apps which means they're cross-platform.
Omnigraffle
Balsamiq
FlairBuilder
Visio
Axure
I've been fortunate to have multiple OS versions over the years. My wife would definitely prefer for me to have a couple of less PCs sitting around but it's let me test out my web apps on a variety of platforms, browsers and OSes. Shoot, I even have a version of IE6! For those with less hardware, these services should definitely help. Note that services like BrowserCam & Gomez are subscription-based but worth the cash if you can afford it.
BrowserCam
Adobe BrowserLab
Microsoft Expression Web SuperPreview for IE
Gomez
TredoSoft MultipleIE
CrossBrowserTesting
Multi-Safari
Browserscope
Cuzillion
IETester
Testing (based on the list by John Resig):
This was a list I snagged from John Resig. Obviously, he's done a boatload of testing so I know this list rocks. JSLint is the old mainstay created by Douglas Crockford but other have really become increasingly essential to good testing. jQuery developers should definitely be looking at QUnit & jQuery-Lint. The most complete tool is Selenium but it does have a bit of a learning curve. If you're into determining JS performance, checkout SunSpider, Dromaeo, Google's V8 Benchmark and JSLitmus. These measure the performance of the JS engine, not your apps.
JSLint
jQuery Lint
JSUnit
Selenium Core
JSSpec (MooTools)
UnitTestJS (Prototype)
QUnit (jQuery)
DOH Unit Testing (Dojo)
YUITest 2
YUITest 3
Mochitest
ScrewUnit
JsUnitTest
jsUnity
JsTestDriver
Crosscheck
Env.js
FireUnit
W3C Markup Validation Service
W3C CSS Validation Service
SunSpider
V8 Benchmark
Dromaeo
JSLitmus
HTML Validator Firefox Add-on
Yahoo UI Docs
APIs - Most comprehensive list of APIs on the web
jQuery Docs
jQuery UI Docs
MooTools Docs
Prototype Docs
Dojo Docs
JSON Reference
JSONP
Server-Side JavaScript
Rhino
Node.js
Narwhal.js
CommonJS Standards Project
Persevere
Comet
Books
The books below are really a great selection. I have many in my own library and every so often re-read them I'm currently reading High Performance JavaScript by Nicholas Zakas. Another great book is Stoyan Stefanov's Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries. I also highly recommend Steve Souders performance book at the bottom of the list. They're basically the definitive sources for optimizing your web apps.
JavaScript/DOM:
- JavaScript: The Definitive Guide
- JavaScript: The Good Parts
- Professional JavaScript for Web Developers (Wrox Programmer to Programmer)
- DOM Scripting: Web Design with JavaScript and the Document Object Model
- AdvancED DOM Scripting: Dynamic Web Design Techniques
- Beginning JavaScript with DOM Scripting and Ajax: From Novice to Professional (Beginning: from Novice to Professional)
- Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries
- Pro JavaScript Techniques
- Secrets of the JavaScript Ninja
- Ajax Security
- ppk on JavaScript, 1/e
- Accelerated DOM Scripting with Ajax, APIs, and Libraries
- High Performance JavaScript (Build Faster Web Application Interfaces)
JavaScript Libraries:
- jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal Guide)
- Learning jQuery 1.3
- jQuery in Action, Second Edition
- jQuery UI 1.7: The User Interface Library for jQuery
- Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences (Pragmatic Programmers)
- Practical Dojo Projects (Practical Projects)
- Concise Guide to Dojo (Wrox Programmer to Programmer)
- Dojo: The Definitive Guide
- The Dojo Toolkit: Visual QuickStart Guide
- Getting StartED with Dojo
- MooTools 1.2 Beginner's Guide
- MooTools Essentials: The Official MooTools Reference for JavaScript� and Ajax Development (Firstpress)
- Practical Prototype and script.aculo.us (Expert's Voice in Web Development)
- Prototype and script.aculo.us: You Never Knew JavaScript Could Do This! (Pragmatic Programmers)
- Prototype and Scriptaculous in Action [Ajax]
- Learning the Yahoo! User Interface library: Develop your next generation web applications with the YUI JavaScript development library.
- Learning Ext JS
- Ext JS 3.0 Cookbook
- Ext JS in Action
- Professional JavaScript Frameworks: Prototype,YUI, ExtJS, Dojo and MooTools (Wrox Programmer to Programmer)
HTML & CSS:
- Pro CSS and HTML Design Patterns
- Web Standards Solutions: The Markup and Style Handbook, Special Edition
- Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition)
- The Art & Science Of CSS
HTML Utopia: Designing Without Tables Using CSS - Build Your Own Website The Right Way Using HTML & CSS, 2nd Edition
- Head First HTML with CSS & XHTML
- Web Programming Step by Step
- High Performance Web Sites: Essential Knowledge for Front-End Engineers
- Even Faster Web Sites: Performance Best Practices for Web Developers
- Lượt gửi (0)
- Mới
Tạo video doanh nghiệp của bạn bằng AI chỉ với giọng nói hoặc văn bản
chatGPTaz.com
Nói chuyện với ChatGPT bằng ngôn ngữ mẹ đẻ của bạn
Ứng dụng AI Video
Ứng dụng video AI MIỄN PHÍ đầu tiên của bạn
Deepfake Video
Deepfake AI Video Maker
Deepfake
Deepfake AI Video Maker
AI Deep Fake
Deepfake AI Video Maker
AIvidio
AI Video Mobile Solutions
AIvideos
AI Video Platform & Solutions
AIvedio
AI Video App Maker
Faceswap AI trực tuyến
Đổi mặt Video, Ảnh & GIF ngay lập tức với Công cụ AI mạnh mẽ - Faceswap AI Trực tuyến MIỄN PHÍ
Faceswap AI trực tuyến
Đổi mặt Video, Ảnh & GIF ngay lập tức với Công cụ AI mạnh mẽ - Faceswap AI Trực tuyến MIỄN PHÍ
Temu tặng $500 cho người dùng mới
Claim Free Temu $500 Credit via Affiliate & Influencer Program
Tín dụng quảng cáo TikTok miễn phí
Làm chủ quảng cáo TikTok cho hoạt động tiếp thị doanh nghiệp của bạn
Dall-E-OpenAI.com
Tự động tạo ra hình ảnh sáng tạo với AI
chatGPT4.win
Nói chuyện với ChatGPT bằng ngôn ngữ mẹ đẻ của bạn
Sản phẩm AI đầu tiên của Elon Musk - Grok/UN.com
Nói chuyện với Grok AI Chatbot bằng ngôn ngữ của bạn
Công cụ.win
Mở trung tâm công cụ miễn phí để mọi người sử dụng với hàng trăm công cụ
GateIO.gomymobi.com
Airdrop miễn phí để nhận, chia sẻ lên đến 150.000 đô la cho mỗi dự án
iPhoneKer.com
Tiết kiệm tới 630$ khi mua iPhone 16 mới
Mua Robot Tesla Optimus
Đặt mua Tesla Bot: Robot Optimus Gen 2 ngay hôm nay với giá dưới 20.000 đô la