background preloader

Design

Facebook Twitter

Home | Testing made easier in Internet Explorer | modern.IE. CSS3 Media Queries. CSS2 allows you to specify stylesheet for specific media type such as screen or print. Now CSS3 makes it even more efficient by adding media queries. You can add expressions to media type to check for certain conditions and apply different stylesheets. For example, you can have one stylesheet for large displays and a different stylesheet specifically for mobile devices. It is quite powerful because it allows you to tailor to different resolutions and devices without changing the content. Continue on this post to read the tutorial and see some websites that make good use of media queries.

CSS3 Media Queries (demo) Check my demo and resize your browser window to see it in action. Max Width The following CSS will apply if the viewing area is smaller than 600px. If you want to link to a separate stylesheet, put the following line of code in between the <head> tag. Min Width The following CSS will apply if the viewing area is greater than 900px. Multiple Media Queries Device Width For iPhone 4 Colly. CSS3 Generator. Ultimate CSS Gradient Generator - ColorZilla.com.

Pure CSS Image Hover | Kyle Schaeffer - Web Design and SharePoint Branding. Many site designs will feature varying types of image “hover” states, where an image or background image changes when you move your mouse cursor into that area of the page. Traditionally, this change in image is handled via JavaScript. It’s fairly easy to write a small script that swaps out images on mouseover, but there are a number of disadvantages to this approach that have pushed many web developers toward using a CSS-only method of achieving this exact same effect.

This tutorial describes exactly how to implement a pure CSS image hover effect. The Image The biggest difference between a traditional JavaScript image hover and a pure CSS image hover is the image, itself. Let’s look at an image that could be used as a CSS hover image. Simplistic Markup As you can see, both static and hover images are contained within the same file. <a class="myButtonLink" href="#LinkURL">Leaf</a> The CSS As you can see, the HTML is extremely simple. The Result. Pinboard Documentation. Documentation » Installing The Theme To install themes with the WordPress theme uploader: Download the theme.zip from the member areaLogin to wp-adminGo to Appearance > ThemesClick on the "Install Themes" tab, then click on the "Upload" linkUpload the theme.zip (note: it is the theme.zip, not theme-psd.zip) that you just downloaded from the member areaActivate the theme You can also install the theme with a FTP software, read this tutorial for more details.

Sample Content If you are starting a new site and would like to import the sample content as seen on the demo site, here are the steps: Go to Tools > Import (yoursite.com/wp-admin/import.php). NOTE: The images shown on the demo site are not part of the theme package, nor are they included in the sample content. To set up the social media links: Go to Themify > Settings > Social Links tabThe theme comes with some pre-filled social links. Displaying The Social Media Links Exclude Search Form To create a custom navigation menu: Site Logo.

How to Convert a PSD Web Design to HTML and CSS. Not long after our newest Tuts+ site, Webdesigntuts+, launched, they posted an excellent tutorial that details the process of designing a warm and cheerful home page in Photoshop. After high demand, we'll take that completed design and convert it into a standards-compliant HTML and CSS web page. Along the way, we'll review a variety of nifty techniques that will help you to improve your own workflow. Even better, when we hit 80,000 RSS subscribers, we'll take things even further and convert the finished product into a custom WordPress theme. Rather than overload you with a massive 4-5 part series all at once, I'll post a new episode in this miniseries every day. It's my hope that, if you're at the point in your career where you can benefit from a series like this, you'll work along with me each lesson. The Full Series Chapter 2: Create the Markup Chapter 3: Slice the PSD Chapter 4: Integrate the 960 Grid System Chapter 5a: Build the Header Section Chapter 5b: Build the Banner Section.

Responsive Design

10 common UX mistakes startups make ... and how to avoid them! The 30 CSS Selectors you Must Memorize.