View NewsSubmit News

December 2, 2007

JavaScript Bookmarklet Builder

Daring Fireball has a guide to making your own bookmarklets:

“So a bookmarklet is a little JavaScript script that’s intended to be run from a web browser’s bookmarks bar or menu. The reason they work as “bookmarks” is that the JavaScript source code is crammed into the form of a URL using the “javascript:” scheme.

Developing or modifying bookmarklets can be irritating, to say the least, because of this requirement that the JavaScript code be in the form of a URL.”

November 30, 2007

What’s New in Firefox 2.0.0.11

Right on the heals of 2.0.0.10 we have:

Stability Update: This release corrects a compatibility issue with some websites and extensions discovered in Firefox 2.0.0.10.

November 28, 2007

How in the World Do I Choose a Font Format?

Creative Curio answers the hard question of which font format really is best”

“When it comes to choosing a font for a project, it’s difficult to find the right style, not to mention worrying about whether or not it will print properly!

You’ve probably heard terms like PostScript Type 1, TrueType and Open Type, but what do they all mean for you?

If you don’t want to read why, I’ll just tell you up front: OpenType is your very best friend. There really is no reason to use any other kind of font.

Wanna know why?

November 26, 2007

What’s New in Firefox 2.0.0.10

Security Update: The following security issues were fixed.

November 20, 2007

How to Size Text in CSS

 A List Apart writes about the current solutions for controlling type in CSS:

In this article, we will reconcile the designer’s requirement for accuracy with the user’s need to resize text on demand, arriving at a best practice that satisfies designers and users and works across browsers and platforms.”

November 14, 2007

Ten New Things in WebKit 3

 The Webkit dev team spills the beans on the new features you’ll see in Safari.

“Lately we’ve been talking about a lot of great new features in the latest development trunk of WebKit - features like web fonts, client-side database storage, CSS transforms and CSS animation. These features will likely make it to an official release someday. But I’d like to take a step back and talk about some older features, namely all the great stuff in our recent stable release.”

November 2, 2007

The XSL Cache Extension

The XSL Cache extension is a modification of PHP’s standard XSL extension that caches the parsed XSL stylesheet representation between sessions for 2.5x boost in performance for sites that repeatedly apply the same transform. Although there is still some further work that could be done on the extension, this code is already proving beneficial in production use for a few applications on the New York Times‘ website.

October 22, 2007

20 tools for web application development

The team over at One Month App, show off the tools they are using, which is very similar to what I use:

“One of the main reasons we started the One Month App is because people always seem to be interested in our development process. One of the aspects of our development process is naturally the software and tools we use. The following is a list of the tools that we have used on this project and others, covering our full technology stack that includes desktop, hosted and server applications. We would be very interested to hear about any tools that you use in your development process as well.”

October 11, 2007

jQuery Crash Course

A create article showing just how easy and powerful jQuery can be:

“As developers, we have more and more JavaScript libraries to choose from and, of course, the option not to use any at all. Over time, we each tend to favor one method of coding over another. For those who’d like to learn more about jQuery, one of the more popular libraries, here’s a crash course written with code-savvy web designers in mind.”

October 8, 2007

How To Create a Web App

In the second part of the series of running your own startup, Read/WriteWeb says:

This is the second post in our series on how to run a startup and develop a product. In part one, How To Bootstrap Your Startup, we outlined the process of bootstrapping your company into existence. In this post, we show you how to go from idea to specified product. By the end of it, you’ll know how to build a mock-up of your business idea and write the most important document you’ll write for the company: your functional specification.

For a simple system the process outlined in this post should take you a month. For a complex build, there will be a lot more research and your mock-up and functional specification will be big - so budget 3 months of full-time work.”

Page 3 of 41«12345»...Last »