Web开发者必须收藏的十大网站

作者: nick 分类: web 发布时间: 2010-06-18 12:35 ė 6没有评论

Over the millions of websites available, some are true tools for us web developers. In this article, I have compiled 10 extremely useful sites for web developers, that should definitely be added to your bookmarks.

对我们这些Web开发者来说,不计其数的网站,其中有些对我们来说是相当有用的工具。在本文 中,我汇编了10个顶有用的网站,可以说每个开发者都应当将这些网站存为自己的书签。

Mysql Format Date

Mysql Format Date

MySQL Format Date helps you to format your dates using the MySQL DATE_FORMAT function. Just select a common date format and then change it to your suit your needs. The MySQL DATE_FORMAT code will be generated at the bottom of the page which you can then copy into your query.

MySQL Format Date允许你利用MySQL DATE_FORMA函数规范化你的日期数值。只须挑选一个通用的日期格式,然后修改以满足自己的需求。页底将生成MySQL DATE_FORMAT代码会,你只须复制到你的代码中就行了。

Visit site: http://www.mysqlformatdate.com

访问该网站:http://www.mysqlformatdate.com

Script Src

Script Src

Are you tired of hunting the Internet in order to find the script tag for the latest version of the Javascript library of your choice? ScriptSrc.net has compiled all the latest versions of jQuery, Mootools, Prototype and more in a single page which lets you copy it in your browser clipboard with a single click.

你是否厌倦了在互联网上一遍遍地奔波、搜索,只是为了找到你需要的Javascript 代码库的最新版脚本标签?ScriptSrc.net已经把jQuery, Mootools, Prototype等都汇集在了一个单页面上,都是最新版本,你只须轻轻点击一下鼠标就复制到浏览器剪贴板上了。

Visit site: http://scriptsrc.net

访问该网站:http://scriptsrc.net

Em Chart

Em Chart

I never been a fan of ems in CSS files, but sometimes you have to deal with it. In that case, Em chart will translate ems to pixels so you’ll save time and hassle.

我 对CSS文件中的ems一点也不喜欢,但有时你却不得不处理它。Em chart能将ems转换成像素值,会为你节省不少时间和工作量。

Visit site: http://aloestudios.com/tools/emchart

访问该网站:http://aloestudios.com/tools/emchart

Twitter API Explorer

Twitter API Explorer

If you’re using the Twitter API in the site you build, you’ll for sure enjoy this very handy website which allow you to search through the Twitter API. Even better, the website can generate ready-to-use code snippets. A real time gain for you and your clients!

假如你 在自己的网站上使用了Twitter API,那么这个网站无疑对你而言十分有用,它能让你搜索整个Twitter API。该网站还能生产现成的代码段,对你和你的客户来说都是一笔即时的收获。

Visit site: http://twitapi.com/explore

访问该网站:http://twitapi.com/explore

Browser Sandbox

Browser Sandbox

Cross browser compatibility is definitely one of the biggest problems a web developer has to face in his daily job. The browser sandbox lets you run any Windows browser from the web. The only bad thing is that you must run a Windows machine: The app does not work on Macs and GNU/Linux.

在Web开发者的日常工作中,跨浏览器(cross browser)的 兼容性绝对是最大的一个问题。Browser Sandbox允许你在互联网上运行任何Windows浏览器,但唯一美中不足的是,你一定要有一台Windows电脑才可以,因为这款应用在Mac和 GNU/Linux上是无法运行的。

Visit site: http://spoon.net/browsers

访问该网站:http://spoon.net/browsers

PHP Forms

PHP Forms

Web forms are one of the most important part of a website, but creating them is also very time-consuming. So, what about using a website that can speed up your form development for free?

表单是网站的一个重要部分,但制作表单很耗时间,那么,既然有 个免费的网站能加快你的表单开发进度,何乐而不为?

PHP forms allows you to create advanced forms that can fit the needs of most websites.

利用PHP forms,你可以制作出适合大部分网站需求的高级表单。

Visit site: http://www.phpform.org

访问该网站:http://www.phpform.org

.htaccess editor

.htaccess editor

A .htaccess file is a must have for any website. Don’t know how to write one? No problem, just visit this site to create your .htaccess file using a wizard. It doesn’t allow very advanced stuff, but the results are great for 95% of the websites you’ll make.

任何网站都得有一个.htaccess文 件。不知道怎么编写吗?没关系,只要访问这个网站就行了,在向导的提示下你能很容易制作出一个.htaccess文件。虽然它不支持十分高级的处理工作, 但对于你创建的95%网站来说,它是完全可以胜任的。

Visit site: http://www.htaccesseditor.com/en.shtml

访问该网站:http://www.htaccesseditor.com/en.shtml

Smush it!

Smush it!

Images may be worth a thousand words, they’re also well known to use a lot of bandwidth. Images can be optimized for the web using programs like Photoshop; but if you don’t own a copy of this software or simply don’t have a clue how to do it, smush.it is what you need.

一张图片兴许胜过千言万语,但众所周知 图片会消耗许多带宽。可以使用Photoshop之类的软件优化一下图片,不过假如你没有这款软件或是压根不知道怎么操作,那么smush.it就正是你 需要的。

Brought to you by Yahoo developers network, Smush.it is an online tool that will reduce your image size without reducing their quality. For WordPress users, a very handy plugin for your favorite blogging engine is available here.

Smush.it是一款在线工具,由Yahoo开发者社群开发而成,允许你在质量无损的前提下减小图片的体积。对于WordPress用户来说,这 儿有一个非常方便的插件可以使用。

Visit site: http://developer.yahoo.com/yslow/smushit/

访问该网站:http://developer.yahoo.com/yslow/smushit/

CSS Compressor

CSS Compressor

Especially on site with many different page layouts, CSS files can become huge and use a lot of server bandwidth. This tool, named CSS Compressor, can consequently reduce the size of any CSS file by removing comments, indentation and more.

CSS文件有时很庞大,并消耗过多带宽,尤其是在一个拥有众多页面布局的 网站上。这个号称CSS压缩机(CSS Compressor)的 小工具,能移除任何CSS文件中的注释,缩减,等等,从而缩减CSS文件的体积。

Even better, compression level can be configured to fit your needs.

尤 值一提的是,你还能够根据你的需要配置CSS文件的压缩率。

Visit site: http://www.csscompressor.com

访问该网站:http://www.csscompressor.com

Test everything

Test everything

This site is a definitive must-have for your bookmarks: As the name says, Test everything allows you to test lot of things such as XHTML and CSS markup, PageRank, back-links, and a lot more.

这个网站一定要收藏! 正如其名称所言,Test everything能够测试XHTML,CSS标记,PageRank和回链,等等。

Visit site: http://tester.jonasjohn.de

访问该网站:http://tester.jonasjohn.de

本文译者mealdy,转载请注明译者和出处,谢谢。

本文出自 传播、沟通、分享,转载时请注明出处及相应链接。

本文永久链接: https://www.nickdd.cn/?p=780

发表评论

您的电子邮箱地址不会被公开。

Ɣ回顶部