background preloader

Webdesign 1

Facebook Twitter

Color

Articles/css/funwithforms/ By Søren Madsen Ever wanted to match the look of your HTML forms with the rest of your website? This article demonstrates how to apply customized backgrounds to HTML forms, while preserving stucturally clean markup and accesibility. PageRank Checker - Google PageRank, Yahoo. Nifty Corners Cube - freedom to round. More than one year has passed from the first version of Nifty Corners.

Nifty Corners Cube - freedom to round

While it was more of a proof of concept, and the second version presented some big improvements, there was still something missing. So here I present Nifty Corners Cube, that are simpler and more flexible than the previous versions. Let's start. New features If you're new to Nifty Corners, I suggest to look in particular at the article on the first version to understand the concept behind them. Newt Edge. Movable Type Random Styler. Moo.fx - size does matter. MoMB. Mollio. Opacity.html. Amp; Blog Archive & Using Few. (This post was originally published in 2006. I’ve just moved it from my old Wordpress blog to Tumblr.) Image rollovers are usually composed of two individual images; one for the default state and one for when the mouse is hovered over the image or link.

However, it bears some advantages to use a single image by taking advantage of CSS background image offsets. I’ll start by describing how a rollover for an anchor is typically done. The HTML code could look like something like this: <a href="#" id="yaprak">&nbsp;</a> The associated CSS would then have items like: Two individual images for the two states would have to be uploaded to the server and they would look like this: Finally, the end result would be: The default image that is visible to the user is the black & white yaprak_bw.png and when you hover over the image, it’s replaced by yaprak_color.png with its full-color glory. Lorem Ipsum - All the facts - Lipsum gener.

Labs.shiftcreate.com. Khtml2png - Make screenshots from webpage. Creating Thumbnail. One of the biggest uses ImageMagick is put to is the creation of thumbnails for family photo albums, sports and hobby pages, catalogs, and so on.

Creating Thumbnail

Typically for use on the world wide web or in photo CDs. This page provides examples and techniques used to generate thumbnails. Thumbnail Storage I would like to first start with one very important point. The original image from video cameras and photo scanning should be kept in a safe place in the original format, preferably a non-lossy format (not the JPEG image format), without any modification resizing or other change, except possibly a file name change. The other methods will require you to either, first make a copy of the original image, before running "mogrify", create a special script to process the images, or some other DIY method. Selection of the Thumbnail format The format in which you save a thumbnail can make a big difference to its final size on disk and download speed for web pages. One final word about formats... Html Validator for Firefox and Mozilla. HTML VALIDATOR (based on Tidy and OpenSP) HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla.

Html Validator for Firefox and Mozilla

The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The details of the errors are seen when looking the HTML source of the page. Free Web Design Lessons - Home. Form input slider. FireBug Documentation - JoeHewitt.com. Console Logging Functions FireBug makes a console object available to all web pages.

FireBug Documentation - JoeHewitt.com

This object has the following functions: Basic Logging console.log("message" [,objects]) - Logs a string to the console. The string may contain any of the patterns described below in the "String Formatting" section. Logging Levels It is often useful to separate messages according to different levels of severity. Console.debug("message" [,objects]) - Logs a debug message. console.info("message" [,objects]) - Logs an informative message. How to create a favic. Dzone.com - fresh links for developer. Buttonator.

Background Image Maker. Alex King. AddThis.com. 32-bit PNG degradability in IE. 13 Great Firefox Extensions for Web Profe. How to Ruin a Web De. 5 HTML elements you p. JonDesigns Smooth SlideShow Li. Home. Web Exploration. Translation Browser Button. Programmer Meet Designer - where web devel. .htaccess tricks and tips.. part one: tip. Corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!

.htaccess tricks and tips.. part one: tip

<ifModule> clever stuff here </ifModule> Introduction to .htaccess.. This work in constant progress is some collected wisdom, stuff I've learned on the topic of .htaccess hacking, commands I've used successfully in the past, on a variety of server setups, and in most cases still do. You may have to tweak the examples some to get the desired result, though, and a reliable test server is a powerful ally, preferably one with a similar setup to your "live" server. Okay, to begin.. Web Design Library &amp; One-stop resource for. Elements of Effective Web Design: Trunk Te. Canvas (HTML element) - Wikipedia, the fre. History[edit] Usage[edit] Canvas consists of a drawable region defined in HTML code with height and width attributes.

Canvas (HTML element) - Wikipedia, the fre

JavaScript code may access the area through a full set of drawing functions similar to those of other common 2D APIs, thus allowing for dynamically generated graphics. Some anticipated uses of canvas include building graphs, animations, games, and image composition. Example[edit] The following code creates a Canvas element in an HTML page: <canvas id="example" width="200" height="200"> This text is displayed if your browser does not support HTML5 Canvas.

Using JavaScript, you can draw on the canvas: var example = document.getElementById('example');var context = example.getContext('2d'); context.fillStyle = 'red'; context.fillRect(30, 30, 50, 50); Blog Archive » Online Generators. Optimizing Page Load Time - die.net. However, for many sites that reference dozens of external objects, the majority of the page load time is spent in separate HTTP requests for images, javascript, and stylesheets.

Optimizing Page Load Time - die.net

AJAX probably could help, but speeding up or eliminating these separate HTTP requests might help more, yet there isn't a common body of knowledge about how to do so. While working on optimizing page load times for a high-profile AJAX application, I had a chance to investigate how much I could reduce latency due to external objects. Specifically, I looked into how the HTTP client implementation in common browsers and characteristics of common Internet connections affect page load time for pages with many small objects.

Open Source Web Design - Download and upload free web designs.