When I grow up, I wanna be a web designer.

TwitterFacebook
Get flash to fully experience Pearltrees
http://jstn.cc/post/3815589913 iPad 2 design template (16MB PSD) I was looking around earlier for an outline of the iPad that I could print out at exactly the same size as the actual device for making sketches. UI Stencils is kind enough to provide PDFs of the design they use to make their notepads, but they’re not exactly the right size and let’s face it the iPad 1 is so two days ago. I just put this together in Photoshop; the file has two layers with an outline-only version to go easy on your toner.

JSTN

Webmaster Guidelines - Webmaster Tools Help

Webspam content violations Webspam Content Violations Wysz explains Google's webmaster guidelines Following these guidelines will help Google find, index, and rank your site. Even if you choose not to implement any of these suggestions, we strongly encourage you to pay very close attention to the "Quality Guidelines," which outline some of the illicit practices that may lead to a site being removed entirely from the Google index or otherwise impacted by an algorithmic or manual spam action. If a site has been affected by a spam action, it may no longer show up in results on Google.com or on any of Google's partner sites. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35769

Mixing Fonts

http://www.typography.com/ask/recentTopic.php?rtID=92 Mixing Fonts Four Techniques for Combining Typefaces Is there a way to know what fonts will work together? Building a palette is an intuitive process, but expanding a typographic duet to three, four, or even five voices can be daunting. Here are four tips for navigating the typographic ocean, all built around H&FJ's Highly Scientific First Principle of Combining Fonts: keep one thing consistent, and let one thing vary.

Search Bookmarklets | A Bookmarklet Search Engine | Marklets.com

http://marklets.com/Results.aspx This Bookmarklet gives you a nice friendly message when clicked.Tested on speedup my computer (more) Get asin list from Amazon (more) Tube24h.com - Free watch video on Website(Tube24h.com) (more) This is a bookmarklet make for iPhone Safari. With this you can subscribe a webpage feed easier on iPhone. Modify from Google Reader's official goodies subscribe button. hope you like it.htt...
Javascript

Ignore this box please. Add to Browser Install Firefox add-on More ways to add DDG Feedback Report Bad Results Other Help / Feedback Add to Browser https://duckduckgo.com/?q=how%20to%20make%20a%20bookmarklet

how to make a bookmarklet at Duck Duck Go

web dev

This isn’t a reference guide , programming tutorial or detailed overview . It’s a Javascript refresher, assuming you know another programming language and puts all the information in one place (just ctrl+f to find!). Javascript has nothing to do with Java , is dynamically typed and has C-like syntax . Enabling Javascript Include javascript inside HTML: <script> x = 3; </script> Reference external file: <script src="http://example.com/script.js"></script> Redirect if javascript disabled: <noscript><meta http-equiv="refresh" content="0; URL=http://example.com/noscript.html"/></noscript> http://betterexplained.com/articles/the-single-page-javascript-overview/

A Simple, Comprehensive Overview of Javascript

Path // → → BASIC JAVASCRIPT JavaScript is a very easy way to add all sorts of dynamic elements to your site. Unless you've had some programming experience, JavaScript will be quite a new concept at the start — it's fairly different to HTML. In this tutorial we'll be laying some groundwork on the language, and writing our first script.

Basic JavaScript | Java Script programming tutorial

http://www.yourhtmlsource.com/javascript/basicjavascript.html
Monday, 19 March 2007 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. For example, here’s a simple bit of JavaScript that (1) gets the title of the current web page; (2) replaces all punctuation in that string with exclamation marks; 1 and (3) shows an alert dialog with the new string. http://daringfireball.net/2007/03/javascript_bookmarklet_builder

JavaScript Bookmarklet Builder