-
A Perl script for posting del.icio.us links to your wordpress blog on a regular basis. I'll look at the code later to see if it is any better than the service Delicious provides.
-
This Wordpress plugin goes the other way, making it easy for readers to submit your site to various social bookmarking services. I think there are many others like this too. Have search for yourself.
-
Apple has released the beta for Safari 3. The shocker: now there is a Windows version. But why? More on this later.
-
Finally a dashboard widget I might actually use! Browse the jQuery API documentation via a fast-access Dashboard widget - even if you are offline. Nice.
Recently in Links Category
As a webmaster, especially if you are a solo webmaster, it's hard to keep all the moving parts of the web in your head at once, let alone the detailed syntax of every HTML attribute and configuration option. It's vital to have the right references at your fingertips to get those details fast. These are eight references every webmaster should have on their quick bookmarks list.
- HTML 4.01 Specification - Because the XHTML spec says "just like HTML 4 except..."
- XHTML 1.0 (Second Edition) - Describes the differences between HTML 4 and XHTML.
- Cascading Style Sheets, level 2 revision 1 - The CSS Specification.
- HTTP/1.1 (RFC2616) - The HTTP spec, useful as a quick reference to HTTP status codes and official headers.
- JavaScript - Mozilla Development Center - Probably the best one-stop for Javascript references, including the DOM and a collection of articles on AJAX and DHTML.
- MySQL 5.0 Reference Manual - If you are building server-side applications, chances are very good you are using MySQL, in which case you will refer to this often.
- Internet Explorer Developer Center - If you build web front-ends, you probably spend a huge chunk of your time tweaking around the differences in various browsers. Hopefully Microsoft's docs on IE can help smooth things out.
- Apache HTTP Server Documentaton - Because you need it.
If Google's free search product is not customizable enough for your needs, perhaps what you want is your own private search engine. SOLR, a Java-based search app, might be for you. SOLR has a RESTful services API, scales way up, and allows "faceted" searching and custom data schema. Definitely worth a look if you are in the market for a custom search engine.
After you have walked through the SOLR tutorial, you may want to check out these deeper articles:
- Search smarter with Apache Solr, Part 1: Essential features and the Solr schema
- Search smarter with Apache Solr, Part 2: Solr for the enterprise Part two of the article on SOLR gives the dirty details of using SOLR in the real world.
- Web Professionals portfolio and profile - Professional On The Web A portfolio directory for web agencies and freelancers. Build your showcase of projects, add tags for searchability. Users can tag and rate them, too. Potential clients can find your profile with a simple search. (tags: webdesign Design portfolio community)
- Improving Your Process: Web Branding Style Guide This brief article is possibly one of the most brilliant I have read recently. Describes exactly why you want a style guide and what it should encompass. I can instantly see how this could have been useful in past projects. Quick read, highly recommended. (tags: webdev webdesign branding)
- Blog Law » 12 Important U.S. Laws Every Blogger Needs to Know The title says all you need to know. (tags: blogging law legal copyright)
- Keeping Jargon Where It Belongs Another useful tip on writing for the web: watch that jargon! (tags: writing usability)
- Magnetic Blogging: How to Use Metaphors to Create Irresistible Content | Copyblogger Brian Clark has written another inspirational article to help you (and me) get better at that putting-words-together thing we do. (tags: writing blogging)
- Higher-Order JavaScript by Sean M. Burke. A JavaScriptish companion to Mark-Jason Dominus's Higher-Order Perl (tags: javascript perl webdev programming)
-
Some honest, no-hype talk about web application frameworks. A loose comparison of Django, Rails, and J2EE, but contains no detail, this is a high-level discussion. Fascinating read, esp. for me as a non-Java guy.

