PaulSpoerry.com

You found me… insights on technology, philosophy, Windows, hacking and more.
  • rss
  • Home
  • Archive
  • Links
  • Contact
  • Categories
  • Search
  • About

125 Code Snippets for web designers

PaulSpoerry | May 18, 2007

This article has gotten a lot of traffic from Stumbleupon. If you’re coming here from Stumbleupon, the URL to this article has changed (used to be paulspoerry.com/index.php/…. and now the index.php has been removed. If you could, please hit your “I like it!” button and give me a thumbs up.Thanx!

This is not my list… I snagged the list from tutorialblog.org, I’ve just compiled it all into a single resource. Below are 125 handy HTML, CSS, JavaScript, and AJAX snippets for your site or blog.

Part 1

Bubble Tool Tips – Bubble Tooltips are an easy way to add (via a bit of CSS and javascript) fancy tooltips with a balloon shape to any web page.

117 125 Code Snippets for web designers


Box Over – BoxOver uses javascript / DHTML to show tooltips on a website.212 125 Code Snippets for web designers


Ajax Star rating Bar – This is a rating bar script done with PHP and mySQL that allows users to rate things like can be done on Netflix or Amazon, all web 2.0-like with no page refresh.38 125 Code Snippets for web designers


CSS Star Rating Redux – Star rating with css tutorial

48 125 Code Snippets for web designers


Ajax Contact Form – An unobtrusive AJAX contact form (works even with JavaScript disabled)58 125 Code Snippets for web designers


Wufoo – Build online forms easily with this web app67 125 Code Snippets for web designers


Pretty Accessible Forms – It can be time consuming to make web forms both pretty and accessible. In particular, laying out forms where the form label and input are horizontally adjacent, as in the image below, can be a real problem.86 125 Code Snippets for web designers


Adam’s Radio & Checkbox Customisation Method – Customised check boxes using images102 125 Code Snippets for web designers


sIFR 3b1: The Mo’ Betta Beta – sIFR is meant to replace short passages of plain browser text with text rendered in your typeface of choice, regardless of whether or not your users have that font installed on their systems.92 125 Code Snippets for web designers


Revised Image Replacement – Plenty of new and interesting revisions to the original Fahrner Image Replacement technique sprouted up in late 2003. This was an attempt to consolidate them.118 125 Code Snippets for web designers


CSS Rounded Corners – Spiffy Corners is a simple way to generate the CSS and HTML you need to create anti-aliased corners without using images or javascript.121 125 Code Snippets for web designers


CSS Speech Bubbles13 125 Code Snippets for web designers


Even More Rounded Corners – Another article detailing a method of doing rounded corners with CSS. In this case, single-image, PNG-based, fluid rounded corner dialogs with support for borders, alpha transparency throughout, gradients, patterns and whatever else you (or your designer) could want.142 125 Code Snippets for web designers


Vertical Bar Graphs – Who wants to use Excel to make a new graph each week? Using CSS and PHP you can create attractive bar graphs (yes, even the stacked kind) that are always up to date.152 125 Code Snippets for web designers


CSS Vertical Bar Graphs – Here’s a fairly typical vertical bar graph showing a hypothetical set of quarterly data for, say, invoice and collection totals. The difference here is that the whole thing is a simple set of nested lists and CSS. Really.161 125 Code Snippets for web designers


Suckerfish HoverLightbox – A really creative way to show a collection of images in a gallery.171 125 Code Snippets for web designers


Lightbox JS – Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.181 125 Code Snippets for web designers


CSS Image Maps – Image map that’s built entirely using CSS and XHTML.191 125 Code Snippets for web designers


CSS Image Pop-up – This is an Pop-UP image effect that is similar to the ones you see using JavaScript on mouseover or on click but THIS ONE uses ONLY CSS!201 125 Code Snippets for web designers


Sliding Doors CSS Navigation – A rarely discussed advantage of CSS is the ability to layer background images, allowing them to slide over each other to create certain effects.21 125 Code Snippets for web designers


Taming Lists – I’ll demonstrate how to use CSS to bring unwieldy lists under control. It’s time for you to tell lists how to behave, instead of letting them run wild on your web page.222 125 Code Snippets for web designers


The Art of Navigation – The main purpose of this design experiment is to see how far we can push CSS. Is it possible to create the most complex navigation (in terms of graphic design) and have it marked-up as an unordered list?231 125 Code Snippets for web designers


Navigation Matrix Reloaded – This new experiment is, as the first one, based exclusively on graphics — therefore the same usability and accessiblity cautions apply.24 125 Code Snippets for web designers


Light Weight Low Tech CSS Tabs – An example of light weight tabs by combining the Sliding Doors method with the Mountaintop corners idea.241 125 Code Snippets for web designers


Accessible Image-Tab Rollovers – I wanted to continue to use a simple unordered list for the navigation in the markup. Much has already been said about using lists for navigation, here and elsewhere. They’re compact, lightweight and accessible to text browsers, screenreaders, PDAs, phones, etc.25 125 Code Snippets for web designers


Part 2


Tables with style – It might not seem like it but styling tabular data can be a lot of fun. From a semantic point of view, there are plenty of elements to tie some style into. You have cells, rows, row groups and, of course, the table element itself. Adding CSS to a paragraph just isn’t as exciting.203 125 Code Snippets for web designers


CSS Shadows – So for a couple of years now, folks have been trying to find ways to work around the fact that the box-shadow property from CSS3 seems to perpetually be just a few months away from actually appearing in Web browsers everywhere. Box shadows are a very common design element, and not being able to use them on the Web is a real pain in the ass.126 125 Code Snippets for web designers


Airtight Corners – Here’s a quick number on how to produce a box with rounded corners using only one image, and off-setting that image for each corner.218 125 Code Snippets for web designers


Collapsing Tables With DOM and CSS – Each of the tables below has a class called “footcollapse” which makes the script add the arrow images in the footer allowing the table to be collapsed and expanded.312 125 Code Snippets for web designers


3D Box Model Diagram – Here’s a thing. I’ve seen umpteen diagrams showing CSS beginners how padding, border and margin work together, but not the order in which elements such as background colour and image are stacked. To try and fill this hole, I’ve drawn a diagram.412 125 Code Snippets for web designers


Docking Boxes – Docking boxes (dbx) adds animated drag ‘n’ drop, snap-to-grid, and show/hide-contents functionality to any group of elements.512 125 Code Snippets for web designers


CSS Submit Button – For some time now we have all known about how you can treat a submit button as you would any tag when it comes to styling it with CSS, we can change its background colour, border and font styles using our trusty CSS.610 125 Code Snippets for web designers


PHP Style Switcher – For your style-sheet-switching pleasure, A List Apart offers the Switcher, a piece of JavaScript that dynamically changes page styles. Functional as it is, it quite unfortunately relies on the user to have both JavaScript and cookies enabled. There’s not much we can do about the cookies, but we can sidestep client-side processing with a little help from PHP.77 125 Code Snippets for web designers


Two Color sIFR – How to implement two color sIFR810 125 Code Snippets for web designers


Styled images with caption – The problem is a simple one. A client wants to add an image to their site via the content management system. They want it to look attractive, not appear too boxy (let us say they want a nice rounded corner, as this is all the rage) and have a nice caption underneath it. However, they do not know how to use an image editor (beyond basic resizing) or how to edit HTML.96 125 Code Snippets for web designers


Simple CSS Image Switcher – This is a pure CSS image switcher that is lightweight and standards-compliant. It could be used for a gallery or any similar function.105 125 Code Snippets for web designers


Dynamic Pie Chart with CSS – This is an example of creating a semi-dynamic pie chart without the use of server-side imaging libraries233 125 Code Snippets for web designers


Replicating a Tree Table – The aim is to replicate a graphic table tree using HTML1112 125 Code Snippets for web designers


Listamatic – Can you take a simple list and use CSS to create radically different list options? The Listamatic shows the power of CSS when applied to a simple list.127 125 Code Snippets for web designers


Simple accessible external links – How to identify external links134 125 Code Snippets for web designers


CSS Element Hover Effect – Using css and html only145 125 Code Snippets for web designers


CSS Going to Print – You’ve seen them before: links that say “click here for printer-friendly version” or words to that effect. Every time you follow one of those links, you load a separate document that presents exactly the same information with a different layout, and probably different markup.154 125 Code Snippets for web designers


Drop Caps with CSS – The code for the dropcap is simple, but we can fancy it up a bit. We use the inline CSS for fiddling with the look.163 125 Code Snippets for web designers


CSS: Unordered List Calendar - This is a list boxes calendar. It isn’t the most semantic method, but it does seem to be faily stable and it resizes perfectly. A monospace font like Courier New must be used to ensure proper proportions and two characters must be used. Prepared with dynamic generation in mind.173 125 Code Snippets for web designers


Visited Links – Everyone does visited links differently. Jakob Neilson flunkies use the old school blue-and-purple combo to help show visitors where they’ve been. People with actual design taste use more palatable colors, or perhaps a font-weight variation instead.183 125 Code Snippets for web designers


Smart Back to top link – Back to top link’s purpose is to quickly position the viewport back to a beginning of a web page. Sometimes you have a variable height of the content and this link is unnecessary if a particular page is shorter than viewport height193 125 Code Snippets for web designers


Displaying percentages with CSS – In turning this part of the design into something flexible on the website I saw two options; clever CSS, or ‘Lots of Images’. I decided that ‘Lots of Images’ was a bad idea219 125 Code Snippets for web designers


Unobtrusive Sidenotes - Unobtrusive Sidenotes is a simple mix of Javascript and CSS that makes it ridiculously easy to incorporate sidenotes into your web pages or blogs.224 125 Code Snippets for web designers


CSS Cheatsheet - The CSS cheat sheet is designed to act as a reminder and reference sheet, listing all selectors (as of CSS 2.1) and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for.243 125 Code Snippets for web designers


CSS Navigation Techniques – A roundup of 37 different nav bars252 125 Code Snippets for web designers


Part 353 CSS Techniques – Great roundup from our friends at Smashing Magazine193 125 Code Snippets for web designers


Accessible Map Rollovers – Create points on a map with roll-over boxes107 125 Code Snippets for web designers


Styling Horizontal Rules – Even though it’s sometimes recommended to replace the <hr> element with cascading stylesheets only using horizontal borders of other elements, I prefer <hr> as a section divider117 125 Code Snippets for web designers


Cross Browser Multi-Page Photograph Gallery - Hover over the tabs to display a page of images. Hover over each image to see a 2x image and finally, on the Portraits and Landscapes, click the image to open a new window showing the 640 x 480 pixel version118 125 Code Snippets for web designers


CSS Button – Create a button using only css217 125 Code Snippets for web designers


CSS + Javascript Fancy Menu – In this article I’ll go through the creation of a custom navigation bar with some cute Javascript effects that will certainly impress your friends36 125 Code Snippets for web designers


CSS Image Wrap – Image text wrap with sandbag divs46 125 Code Snippets for web designers


CSS Cross Fader – In this particular demo, I am going to show how to build a browser-agnostic crossfading effect using Script.aculo.us, a Javascript effects library56 125 Code Snippets for web designers


CSS Bar Graphs – Create complex Bar graphs using css only123 125 Code Snippets for web designers


Attach icons to anything using CSS – Thanks to CSS selectors it’s possible to attach icons to anything you want just by adding an attribute of your choosing to your HTML66 125 Code Snippets for web designers


HTML Visual Sitemap Tool – If you’ve ever had to produce a sitemap for a client using tools like Visio or OmniGraffle, you know that it can be tedious to visually organize a complex hierarchy of pages. Having experienced this myself, I developed a simple and efficient way to make a sitemap through the benefits of standards-based HTML and CSS218 125 Code Snippets for web designers


Digg comment style sliding divs – How to make sliding DIVs using Javascript and CSS from scratch without having the overhead of Effects libraries such as script.aculo.us76 125 Code Snippets for web designers


Ajax Auto Completion Demo87 125 Code Snippets for web designers


Thumbnail Images – Suppose you have a series of images in thumbnail and you would like the user to easily browse through them. In this script we will create three thumbnail images and a larger copy of the selected image will be displayed on the right of the screen. We will also highlight the currently selected thumbnail. 95 125 Code Snippets for web designers


Sliding Photograph Galleries – This gallery is my simplest yet. It is just an unordered list of images that are normally compressed vertically (reduction 8:1). When you hover over one of these compressed images it expands to full size133 125 Code Snippets for web designers


Free CSS Menus – Downloadable examples of css-based navigation menus143 125 Code Snippets for web designers


Image Fade – Fade an image in using only CSS154 125 Code Snippets for web designers


Time Sensitive Style Switcher – You Can Change Styles Based on Time of Day163 125 Code Snippets for web designers


Free Web 2.0 Templates – Download free xhtml / CSS templates173 125 Code Snippets for web designers


Turn lists into Trees – In this article, I will present a technique to display a multi-level unordered list in the form of a tree with lines connecting nodes183 125 Code Snippets for web designers


Custom Bullets – Use css to style list items with custom bullet points203 125 Code Snippets for web designers


HTML Text Drop Shadows – The drop shadow may not be a designer’s most important tool, but on occasion the need arises to add some punch to a headline. One example could be for branding text that is positioned on top of an image; Depending on the colors of the image, your text might get lost without a shadow to pop it out223 125 Code Snippets for web designers


CSS Dashboard effect – Ever want to alert your users to a really important message?233 125 Code Snippets for web designers


Create flickr-like Editing Fields Using AJAX & CSS - On one of my web projects I’ve been working on, we needed to allow the user to edit some information on their profile page. I could have written an HTML form page and then written the php database updater, but why use such outdated interfaces?243 125 Code Snippets for web designers


Form field hints with CSS and JavaScript – As you tab through each input field, some helper text appears in box out to the right253 125 Code Snippets for web designers


Part 4

 


Simple Accessible ‘More’ Links – “There is this information that we are hiding. But why not show that hidden information when the user is hovering the link?”153 125 Code Snippets for web designers

 


10 Tips for an easier CSS Life – As with most things, a logical and structured approach is the best way to go. Therefore I have put together 10 quick tips (in no special order) to help make your CSS coding as pain-free as possible163 125 Code Snippets for web designers

 


CSS Gallery Layout – Setting up a gallery layout is not exactly one of the jobs I am looking forward to doing. I assume you all are using lists by now to lay out thumbnail galleries, right?183 125 Code Snippets for web designers

 


CSS Alert Box – In various places around the net you may have seen alert boxes which, as far as I can tell, owe their origins to the K2 template for WordPress232 125 Code Snippets for web designers

 


CSS Tab Designer – CSS Tab Designer is a unique and easy to use software to help you design css-based lists and tabs visually and without any programming knowledge required 33 125 Code Snippets for web designersMini Slide Navigation – Sliding nav bar using javascript for the slide effect

 

43 125 Code Snippets for web designers


Centered Tabs with CSS – What if we need a bit more flexibility? What if we need to place our navigation in the center?133 125 Code Snippets for web designers

 


Multi Column Layout – We all know the problems that arise when we try to build multi-column layouts in which the columns are of equal height53 125 Code Snippets for web designers

 


CSS Shorthand Properties – One of the many great possibilities in CSS is the use of shorthand properties. It lets you specify several properties by using only one63 125 Code Snippets for web designers

 


10 CSS tricks you may not know – 10 Handy tips74 125 Code Snippets for web designers

 


Snook’s Resizable Underlines – The aim is to apply underlines to paragraph text that stretch the whole width of the column (without using justified text), regardless of the lengths of the paragraph text itself243 125 Code Snippets for web designers

 


Layout-O-Matic – Create layouts of your choosing with this online tool83 125 Code Snippets for web designers

 


List-O-Matic – Create navigation bars from lists using this online tool93 125 Code Snippets for web designers

 


CSS Vista – Edit CSS and see the results live in Firefox and Internet Explorer simultaneously103 125 Code Snippets for web designers

 


Image Floats with the text wrap – How many times do you have an image floated left in a block of content, but want to keep that content from wrapping around your image?116 125 Code Snippets for web designers

 


Web Standards Checklist – A list to run through before you launch a standards compliant website173 125 Code Snippets for web designers

 


Future Proof your CSS with conditional comments – Conditional comments in your style sheets193 125 Code Snippets for web designers

 


CSS Star Ratings – Another handy piece of css and html for rating stars115 125 Code Snippets for web designers

 


CSS Typography – You don’t often see “CSS” and “typography” used in the same sentence—and for good reason. Traditional typography is a very subtle and beautiful form of design, with thousands of variations and choices214 125 Code Snippets for web designers

 


Zoom Zoom Zoom – Let the user change the size of the text222 125 Code Snippets for web designers

 


Sliding Doors box with rounded corners – The goal of the exercise was to create rounded-corner boxes with visual flare and the absolute minimal amount of semantically correct markup202 125 Code Snippets for web designers

 


Changing Man Layout – A liquid three column layout which featured two flexible outer columns and a fixed width centre column123 125 Code Snippets for web designers

 


Switch McLayout – CSS-based liquid layout has proven successful during the reign of 800-pixel to 1024-pixel screens, but as we use a wider range of devices to access the web, we need more powerful and flexible ways of managing layout252 125 Code Snippets for web designers

 


Styling Form Controls – A question that is frequently asked in forums like the css-discuss mailing list is how to style form controls in a consistent way across platforms213 125 Code Snippets for web designers

 


Part 5


Web Project Framework – The ESWAT web project framework is a kit that contains a folder structure and some pre-written components that I use whenever I start off a new web project79 125 Code Snippets for web designers


SwfIR – Using the dark arts of JavaScript and Flash, swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website206 125 Code Snippets for web designers


Sexy Buttons with CSS – This tutorial will teach you how to create pretty looking textual buttons (with alternate pressed state) using CSS128 125 Code Snippets for web designers


Uni-Form – Uni-Form is an attempt to standardize form markup (xhtml) and css, “modularize” it, so even people with only basic knowledge of these technologies can get nice looking, well structured, highly customizable, semantic, accessible and usable forms225 125 Code Snippets for web designers


PNG Overlay – Basically, it involves creating a transparent PNG overlay which can be used as a mask / frame around regular JPEG or GIF. This way, a typical CMS installation can be configured so users can upload photos without having to worry about using any graphics program to apply filters2111 125 Code Snippets for web designers


CSS-Based Form Template – Provided here is a flexible, semantically correct, and dare I say, accessible form template312 125 Code Snippets for web designers


CSS Cheat Sheet – All the CSS properties at a glance48 125 Code Snippets for web designers


New Clearing Method for IE7 – The easy clearing method described at Position Is Everything uses that to create a very convenient way of clearing floats without having to add extra markup. Unless I’m wrong that method will not work in IE7, since the box model bug was fixed in the original IE7 Beta 2 Preview58 125 Code Snippets for web designers


10 Free CSS and Javascript Calendars – Calendars may be used on webpages for various reasons, such as allowing users to easily pick a date in a form, or just to provide monthly information. Here are a list of various css and javascript calendars for use on your site68 125 Code Snippets for web designers


10 Free CSS Graph Resources – Often in web-based applications, developers want to be able to display on the fly graphs. Here are 10 CSS Generators or Techniques that may help you in generating CSS graphs88 125 Code Snippets for web designers


Master Stylesheet – One of the most common mistakes I see beginners and intermediates fall victim to when it comes to CSS is not removing the default browser styling98 125 Code Snippets for web designers


Grid Calculator – Change the settings (by dragging the sliders, clicking on the bars, or editing the values) to calculate the overall width of your grid108 125 Code Snippets for web designers


Subtraction – It’s been about a year now since I first started thinking about creating some kind of definitive documentation about my approach to designing for the Web with the typographic grid as my primary layout tool1112 125 Code Snippets for web designers


101 CSS Resources – All the cool kids are using CSS to separate content from appearance on their sites. Here is 101 resources that will get your feet wet with CSS129 125 Code Snippets for web designers


CSS Boxes with Outside Frame (Rounded or Not) – The designer I work with wanted to have a site with information inside boxes. He also said that there would be a lot of boxes of variable height and width. More to that, the boxes needed to have a custom border all around and both the bottom side and the left one of the box would have a shadow that would be positioned above a random pattern137 125 Code Snippets for web designers


Ajaxian – JavaScript Round Corners with Drop Shadow146 125 Code Snippets for web designers


Heat Map – ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones157 125 Code Snippets for web designers


Ajax Poll Script – Download this Ajax script for creating a poll on your site167 125 Code Snippets for web designers


Ajax Load – Create your own animated gifs to indicate Ajax activity on your site177 125 Code Snippets for web designers


Ajaxian – Dynamic Right Click Context Menu187 125 Code Snippets for web designers


Plotr – I came across PlotKit, a well written piece of javascript that enables developers to use Canvas or SVG elements for rendering bar, line and pie charts. The only thing was that PlotKit needed the Mochikit library to work. So I took some parts of PlotKit and wrote some parts myself. The result is a lightweight charting framework (12kb!) named Plotr197 125 Code Snippets for web designers


Simple PHP randomizer – Display list items randomized226 125 Code Snippets for web designers


CSS Solid block menu – This is a lean, professional looking CSS menu that’s draped in a solid two color background image235 125 Code Snippets for web designers


8 Web Menus – I will show you some great examples in this posting which I hope you will enjoy and use on your websites. Some of them are built by me while other have credits but are free to use245 125 Code Snippets for web designers


CSS Link Backgrounds – Offering in-line external link backgrounds is challenging, especially getting them to work and look right with Internet Explorer 6. I decided to try it for myself to see what the fuss was all about255 125 Code Snippets for web designers


[Post to Twitter]  [Post to Delicious]  [Post to Digg]  [Post to Ping.fm]  [Post to Reddit]  [Post to StumbleUpon] 

Related posts:

  1. 4 New AJAX and JavaScript Tooltips
  2. 6 New AJAX and JavaScript Slideshows
  3. 6 New AJAX and JavaScript Calendars and Timelines
  4. 12 Useful Open Source Graphics Apps for Web Designers
  5. 3 New AJAX and JavaScript File Upload Examples

Categories
Code, Tech, Web Life, Wordpress
Tags
ajax, ajax star, amazon, balloon shape, bar script, blog, css tutorial, handy html, html css, netflix, radio, redux, snippets, star rating, that allows users, tool tips, tooltips, web forms, web page
Comments rss
Comments rss
Trackback
Trackback

« NoPE releases fully cracked Windows Vista The Top 5 GTD & Productivity Sites/Blogs »

62 responses

[...] this is not GTD related but I found a

125 Code Snippets for Web Designers at Did I Get Things Done? - Getting Things Done GTD with Personal Development and Motivation for Success | May 23, 2007

[...] this is not GTD related but I found a blog that had linked to DidIGetThingsDone.com and they had a cool blog entry that has 125 cool code snippets for web [...]

[...] this is not GTD related but I found a

125 Code Snippets for Web Designers at Did I Get Things Done? - Getting Things Done GTD with Personal Development and Motivation for Success | May 23, 2007

[...] this is not GTD related but I found a blog that had linked to DidIGetThingsDone.com and they had a cool blog entry that has 125 cool code snippets for web [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com [...]

125 Code Snippets for web designers | PaulSpoerry.com at Chris’ Notebook | May 24, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com [...]

[...] The title is pretty self explainitory (sp?). You can

Web Design & Culture » Blog Archive » 125 Code Snippets for web designers | June 25, 2007

[...] The title is pretty self explainitory (sp?). You can find the tips here [...]

[...] 125 Code Snippets for web designers 125 handy HTML,

[i:rrhoblog] » links for 2007-08-14 | August 14, 2007

[...] 125 Code Snippets for web designers 125 handy HTML, CSS, JavaScript, and AJAX snippets for your site or blog. (tags: code ajax php css javascript webdesign html) [...]

[...] 125 Code Snippets for web designers - Paul Spoerry

Drainedge Link Tank » Links | August 21, 2007

[...] 125 Code Snippets for web designers – Paul Spoerry [...]

[...] http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/ This is not my list… I snagged the

125 Web Designer Code Snippets | August 21, 2007

[...] http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/ This is not my list… I snagged the list from tutorialblog.org, I’ve just compiled it all into a single resource. Below are 125 handy HTML, CSS, JavaScript, and AJAX snippets for your site or blog. [...]

[...] Web programcılarının bir kenara not etmesi gereken 125 kod

Fatih HayrioÄŸlu’nun not defteri » 21 AÄŸustos 2007 Web’den Seçme Haberler | August 21, 2007

[...] Web programcılarının bir kenara not etmesi gereken 125 kod örneği. Link [...]

[...] 125 Code Snippets for web designers (tags: html reference

links for 2007-08-21 « linksnstuff | August 21, 2007

[...] 125 Code Snippets for web designers (tags: html reference websites) [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com (tags:

links for 2007-08-22 « Simply… A User | August 21, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com (tags: css webdesign code snippets design web webdev ajax development cool blogging blog **) [...]

[...] 125 Code Snippets for web designers via PaulSpoerry.com: a

links for 2007-08-22 at found_drama | August 21, 2007

[...] 125 Code Snippets for web designers via PaulSpoerry.com: a nice collection of CSS trickery (tags: CSS design webdev) [...]

[...] 125 Code Snippets for web designers title says it

links for 2007-08-22 : oz4.org | August 21, 2007

[...] 125 Code Snippets for web designers title says it all. (tags: development webdesign) [...]

[...] 125 codigos Ãºtiles Juan Pablo de JUQUE Y WEBLOG,

125 codigos útiles « Cosas sencillas | August 22, 2007

[...] 125 codigos Ãºtiles Juan Pablo de JUQUE Y WEBLOG, nos proporciona una gran lista que es una recopilación de códigos (HTML, CSS, Javascript, y snippets de AJAX) para simplemente inspirarse, copiar, aprender o incluirlos en tu blog. 125 Code Snippets for web designers. [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com [...]

Knowledge Base » Archive du blog » 125 Code Snippets for web designers | PaulSpoerry.com | August 22, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com [...]

[...] 125 Code Snippets for web designers (tags: code css

patrickjcarey » Blog Archive » links for 2007-08-22 | August 22, 2007

[...] 125 Code Snippets for web designers (tags: code css html design java web2.0 webdesign Development blog) [...]

[...] 125 code snippets that all web designers should take

Links | August 22, 2007

[...] 125 code snippets that all web designers should take a look at, if not just for inspiration. [...]

[...] 125 Code Snippets for web designers (tags: css web

links for 2007-08-23 « Las Vegas Real Estate News | August 22, 2007

[...] 125 Code Snippets for web designers (tags: css web design development snippets) [...]

[...] Eğer bir web tasarımcısı iseniz veya web programcısı iseniz,işinize

Web tasarımcılar için 125 yardımcı | FaikEmre - Yeni Nesil Blog! | August 23, 2007

[...] EÄŸer bir web tasarımcısı iseniz veya web programcısı iseniz,iÅŸinize yarayacak güzel bir site. css‘den xhtml‘e,javascript‘ten ajax‘a , php‘den web grafik tasarıma kadar bir çok konu üzerinde size yardım edebilecek bir site. [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com 125

kobak pont org » links for 2007-08-24 | August 23, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com 125 snippet (mi erre a magyar szo?) (tags: webdesign css code snippets design web ajax) [...]

[...] list of 125 handy HTML, CSS, JavaScript, and AJAX

Same same, but different » Blog Archive » 125 Code Snippets for Web Designers | August 27, 2007

[...] list of 125 handy HTML, CSS, JavaScript, and AJAX snippets for your site or [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com (tags:

links for 2007-08-22 en newdisco | August 30, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com (tags: code webdev web2.0 ajax php css) Archivado en: Links Diarios   |   Etiquetas: No Tags. [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com -

wurch.blog » Blog Archive » Links vom August 30th | August 30, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com – [...]

[...] 125 code snippets for web designers

Des snippets pour le design… « Louberee’s Weblog | September 1, 2007

[...] 125 code snippets for web designers Pas de commentaire jusqu’à présent Laissez un commentaire Flux RSS des commentaires pour cet article. URI de Trackback Laissez un commentaire Retour à la ligne et paragraphes automatiques, adresse courriel toujours cachée, code HTML permis: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> [...]

[...] Wirklich eine erstaunliche Auflistung welche Paul Spoerry in seinem

webtagebu.ch » Blog Archiv » 125 Code-Schnipsel für Webdesigner | September 3, 2007

[...] Wirklich eine erstaunliche Auflistung welche Paul Spoerry in seinem Blog präsentiert. 125 Code-Schnipsel für Webdesigner [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com (tags:

.:: ju ::. » links for 2007-09-04 | September 4, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com (tags: WebDesign) [...]

[...] 125 Code Snippets For Web Designers [...]

yojibee » Blog Archive » A few web development links that I can’t live without | September 4, 2007

[...] 125 Code Snippets For Web Designers [...]

[...] 125 bouts de codes utiles pour webdesigners : on

Petits liens entre amis - Barbablog - Webdesign et digressions | September 9, 2007

[...] 125 bouts de codes utiles pour webdesigners : on y trouve de tout, des javascripts, de la css… À trier [...]

[...] generator 6) 101 CSS Tips, Tutorials and Examples 7)

n EvilNayak’s Blog » Web development made easy | September 13, 2007

[...] generator 6) 101 CSS Tips, Tutorials and Examples 7) 100 Essential Resources for Web Developers 125 Code Snippets 9) CSS Tab [...]

125 fragmentos de código útiles para diseñadores web... Recopilación de técnicas,

www.webeame.net | September 14, 2007

125 fragmentos de código útiles para diseñadores web…

Recopilación de técnicas, herramientas y ayudas para el desarrollador de páginas web…

[...] 125 Code Snippets for web designersWay too many useful

Links for September 10th through September 14th | September 14, 2007

[...] 125 Code Snippets for web designersWay too many useful pieces of code here to mention, but certainly worth a look. You’ll find at least one thing that is useful. [...]

[...] Paul Spoerry zebrał listę 125 ciekawych skryptów, z której

125 skryptów dla web-designerów | photolog | September 16, 2007

[...] Paul Spoerry zebrał listę 125 ciekawych skryptów, z której każdy web designer może wybrać coś dla siebie. Lista dostępna jest tutaj [...]

[...] 125 Code Snippets for web designers CSS Properties Free

Länktips 16/9 | September 16, 2007

[...] 125 Code Snippets for web designers CSS Properties Free texture stock photography for your artwork and design Mac OS X Freeware WordPress Widgets 60 Advanced Adobe Photoshop Tutorials Pixelmator 11 Super Awesome Photoshop Movie Effects LogoPond 20 (Alternate) Ways to Focus on Users Publicerades: 2007-09-16  |  Kategori: Länktips  |  Respons: Inga kommentarer [...]

[...] 125 fragmentos de código elementales para diseñadores web Un

Compilado de Herramientas para Septiembre at Webnova - Recursos Webmaster | September 19, 2007

[...] 125 fragmentos de código elementales para diseñadores web Un increíble listado con recursos, códidos fuentes, aplicaciones prefabricadas y herramientas indispensables para todo diseñador web que se digne a trabajar a buen nivel. Como para empacharse con tantos recursos. [...]

[...] Paul Spoerry ha hecho una lista de 125 snippets

125 Snippets de Código Para Desarrolladores Web | September 20, 2007

[...] Paul Spoerry ha hecho una lista de 125 snippets de código muy útiles para los desarrolladores web. Aunque algunas se tratan de librerías conocidas, hay otros códigos que tal ves no conozcamos y que nos puedan servir el día de mañana. Así que nunca esta demás revisarlo [...]

[...] de webadictos publica de una interesante lista de snippets

125 Snippets para Desarrolladores Web | frogx.three | September 20, 2007

[...] de webadictos publica de una interesante lista de snippets (recortes de codigo) realizada por Paul Spoerry especial para desarrolladores [...]

[...] Paul Spoerry ha hecho una lista de 125 snippets

Actualidad, Entretenimiento y Humor » 125 Snippets de Código Para Desarrolladores Web | September 21, 2007

[...] Paul Spoerry ha hecho una lista de 125 snippets de código muy útiles para los desarrolladores web. Aunque algunas se tratan de librerías conocidas, hay otros códigos que tal ves no conozcamos y que nos puedan servir el día de mañana. Así que nunca esta demás revisarlo [...]

[...] Paul Spoerry ha hecho una lista de 125 snippets

Actualidad, Entretenimiento y Humor » 125 Snippets de Código Para Desarrolladores Web | September 22, 2007

[...] Paul Spoerry ha hecho una lista de 125 snippets de código muy útiles para los desarrolladores web. Aunque algunas se tratan de librerías conocidas, hay otros códigos que tal ves no conozcamos y que nos puedan servir el día de mañana. Así que nunca esta demás revisarlo Enlace: 125 Code Snippets for web designers [...]

[...] es lo que lo le llamo trabajo. Paul Spoerry

125 codigos para diseñadores web | September 27, 2007

[...] es lo que lo le llamo trabajo. Paul Spoerry ha hecho un recopilatorio de 125 códigos snippets. Entre los códigos podremos encontrar HTML, CSS, JavaScript y Ajax. La lista incluye, además del [...]

[...] 125 códigos útiles para tus desarrollos web, de esos

Itákora » Blog Archive » Lecturas recomendadas (5) | September 29, 2007

[...] 125 códigos útiles para tus desarrollos web, de esos que combinan css, ajax… (vía Juque ) [...]

[...] 125 fragmentos de código elementales para diseñadores web Un

Últimas Herramientas Webmaster at Webnova - Recursos Webmaster | October 6, 2007

[...] 125 fragmentos de código elementales para diseñadores web Un increíble listado con recursos, códidos fuentes, aplicaciones prefabricadas y herramientas indispensables para todo diseñador web que se digne a trabajar a buen nivel. Como para empacharse con tantos recursos. [...]

[...] 125 fragmentos de código elementales para diseñadores web [...]

» Herramientas para Webmasters | Solo Código | | October 7, 2007

[...] 125 fragmentos de código elementales para diseñadores web [...]

[...] 125 fragmentos de código elementales para diseñadores web. Un

Colección de herramientas para desarrollo web | October 8, 2007

[...] 125 fragmentos de código elementales para diseñadores web. Un increíble listado con recursos, códigos fuentes, aplicaciones prefabricadas y herramientas indispensables para todo diseñador web que se digne a trabajar a buen nivel. [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com DidIGetThingsDone.com

links for 2007-10-21 « Yet another blog | October 21, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com DidIGetThingsDone.com (tags: web2.0 script web) [...]

[...] http://www.paulspoerry.com/…/125-code-snippets-for-web-designers/ [...]

Toolbox web 2.0 : outils et ressources pour votre site ! | Le blog du Studio ALCD | October 23, 2007

[...] http://www.paulspoerry.com/…/125-code-snippets-for-web-designers/ [...]

[...] Eğer bir web tasarımcısı iseniz veya web programcısı iseniz,işinize

Tasarımcılara yardımcı CSS Kaynaklar - php & resources | November 8, 2007

[...] Eğer bir web tasarımcısı iseniz veya web programcısı iseniz,işinize yarayacak güzel bir site. css‘den xhtml‘e,javascript‘ten ajax‘a , php‘den web grafik tasarıma kadar bir çok konu üzerinde size yardım edebilecek bir site. [...]

[...] 125 инструментов для веб дизайнеров [...]

125 инструментов для веб дизайнеров » Wake Up! | November 10, 2007

[...] 125 инструментов для веб дизайнеров [...]

[...] 125 fragmentos de código elementales para diseñadores web [...]

gatetes ::.Herramientas para Webmasters » | November 11, 2007

[...] 125 fragmentos de código elementales para diseñadores web [...]

[...] 125 Code Snippets for web designers. Everything from rounded

Designer links — Princess Design | November 24, 2007

[...] 125 Code Snippets for web designers. Everything from rounded corners, Ajax star rating bar, tables with style, CSS shadows… [...]

[...] 125 Code Snippets for web designers | PaulSpoerry.com mostly

Designerd – links for 2007-12-09 | December 9, 2007

[...] 125 Code Snippets for web designers | PaulSpoerry.com mostly the usual suspects, but some nice ones in there i didn’t know (tags: css xhtml code snippets) [...]

[...] weiterer Linktipp nicht nur typo-bezogen: Code-Schnipsel für Webdesigner (eine

Templaterie Blog | December 27, 2007

[...] weiterer Linktipp nicht nur typo-bezogen: Code-Schnipsel für Webdesigner (eine wahrhaft beeindruckende Sammlung nützlicher [...]

[...] Link keseluruhannya (bila loading Anda cepat) : 125 Code

Ngapain Buang-Buang Waktu di Web Desain? | December 30, 2007

[...] Link keseluruhannya (bila loading Anda cepat) : 125 Code Snippets for Web Designers [...]

[...] is good. Paul Spoerry has made a 125 snippets

125 web designer codes | ARTEgami in English | January 9, 2008

[...] is good. Paul Spoerry has made a 125 snippets code compilation. Here you’ll be able to find HTML, CSS, JavaScript and Ajax. It’s super [...]

[...] Paul Spoerry: Paul - ik veronderstel toch dat dat

websnacks.be » Blog Archive » 20 CSS sites die je makkelijk maken | January 18, 2008

[...] Paul Spoerry: Paul – ik veronderstel toch dat dat zijn naam is – heeft een lijst samengesteld met 125 code snippets – gaande van tool tips, Contact formulieren, Image maps en navigatiebalken. [...]

[...] Eğer bir web tasarımcısı iseniz veya web programcısı iseniz,işinize

Zaay » Tasarımcılara yardımcı CSS Kaynaklar | February 15, 2008

[...] EÄŸer bir web tasarımcısı iseniz veya web programcısı iseniz,iÅŸinize yarayacak güzel bir site. css‘den xhtml‘e,javascript‘ten ajax‘a , php‘den web grafik tasarıma kadar bir çok konu üzerinde size yardım edebilecek bir site. [...]

Garage Door Parts... My computer is really getting so messed up,

Garage Door Parts | March 16, 2008

Garage Door Parts…

My computer is really getting so messed up, I can\’t even get my work done. Not a major deal unless your livelihood depends on it. I have backed up all my important data files in anticipation of a complete computer failure. Sometimes you wish Microso…

[...] { May 12, 2008 @ 10:03 am } ·

125 code snippets « Swadharsan’s Weblog | May 12, 2008

[...] { May 12, 2008 @ 10:03 am } · { Uncategorized } { } http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/ [...]

[...] http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/ [...]

Herramientas para Webmasters « Plastisound = Amor Latiendo con Sonido | May 28, 2008

[...] http://www.paulspoerry.com/index.php/2007/05/18/125-code-snippets-for-web-designers/ [...]

[...] Eğer bir web tasarımcısı iseniz veya web programcısı iseniz,işinize

Google Php Web Dizayn Programlama CSS XML Photoshop Seo MySQL Dhtml Ajax » Tasarımcılara yardımcı CSS Kaynaklar | July 9, 2008

[...] Eğer bir web tasarımcısı iseniz veya web programcısı iseniz,işinize yarayacak güzel bir site. css‘den xhtml‘e,javascript‘ten ajax‘a , php‘den web grafik tasarıma kadar bir çok konu üzerinde size yardım edebilecek bir site. [...]

From vBharat.com » 125 Code Snippets for web designers... List of

vBharat.com » 125 Code Snippets for web designers | October 18, 2008

From vBharat.com » 125 Code Snippets for web designers…

List of 125 handy HTML, CSS, JavaScript, and AJAX snippets for your site or blog….

[...] Ver listado en: http://www.paulspoerry.com/ [...]

125 “snippets” útiles para desarrollo web : michaelmuller.net | Diseño, iconos, web y actualidad desde Ecuador | April 3, 2009

[...] Ver listado en: http://www.paulspoerry.com/ [...]

[...] 125 Code Snippets for web designers An older post

Weekly Web Roundup: Geek Gang Edition #5 | Hi, I'm Grace Smith | June 22, 2009

[...] 125 Code Snippets for web designers An older post but it’s still a brilliant resource. With 125 handy HTML, CSS, JavaScript, and AJAX snippets for your site or blog. [...]

[...] 125 Code Snippets for web designers - [...]

Enlaces en mi del.icio.us, junio 2009 | Vectoralia | June 24, 2009

[...] 125 Code Snippets for web designers – [...]

Leave a comment

You must be logged in to post a comment

Recent Posts

  • FireFox 3.5 Release Confirmed for Tues
  • Pre-Order Windows 7 for $49.99
  • FireFox 3.5 Geolocation – scary accurate
  • Google Voice Adding 1 Million Phone Numbers
  • Your Credit Score vs each State in the US

Popular Posts

  • Google Chrome’s JavaScript Engine Is CRAZY FAST
  • Google Chrome’s JavaScript Engine Is CRAZY FAST
  • Google won’t search for Chuck Norris because it knows you don’t find Chuck Norris, he finds you.
  • How to get an invite to what.cd
  • µTorrent 1.8.3 Final (uTorrent 1.8.3)

Recommended Hosting

rss Comments rss