background preloader

CleanCode.jpg (JPEG Image, 1652x1275 pixels) - Scaled (50%)

CleanCode.jpg (JPEG Image, 1652x1275 pixels) - Scaled (50%)

Circle Hover Effects with CSS Transitions From our sponsor: Get started on your Squarespace website with a free trial In today’s tutorial we’ll experiment with hover effects on circles. Since we have the border radius property, we can create circular shapes and they have been appearing more often as design elements in websites. One use that I especially enjoy seeing is the circular thumbnail which just looks so much more interesting than the usual rectangular. And because the circle is such a special shape, we are going to create some special hover effects for it! Please note: the result of this tutorial will only work as intended in browsers that support the respective CSS properties. We will omit vendor prefixes in this tutorial. So, let’s get started! The HTML For most of the examples, we’ll be using the following structure: Although we could use images here, we’ll give ourselves a bit more freedom by using background images instead. Now, let’s make some hover effects! The CSS Example 1 And now, the interesting hover action!

10 Rare HTML Tags You Really Should Know - Nettuts+ Web developers these days are often expected to know and work in multiple languages. As a result, it's tricky to learn everything a language has to offer and easy to find yourself not utilizing the full potential of some more specialized but very useful tags. Unfortunately we haven't been tapping into the full potential of these more obscure HTML tags as of late. But it's never too late to get back into the game and start writing code that taps into the power of some under-used tags. Here are ten of some of the most underused and misunderstood tags in HTML. 1. All of us will be familiar with the <blockquote> tag, but did you know about <blockquote>'s little brother <cite>? The <cite> tag is really useful for citing bibliographic and other site references. David Allen's breakthrough organization book Getting Things Done has taken the web by storm. 2. The <optgroup> tag is a great way to add a little definition between groups of options inside a select box. Live demo: 3. 4. 5. 6. 7. 8. Sgt.

960 Grid System 15 sites web developers and designers should know - CatsWhoCode.com - StumbleUpon Creating a good website isn't an easy task, but there's a few tools that can definitely make your developer or designer life easier. In this article, I have compiled 15 extremely useful website that any web developer or web designer should have bookmarked. ColorCombos When designing a website, one of the firsts (and most important) steps of the process is to choose a color scheme. LIpsum Who doesn’t know the extremely popular Lorem Ipsum text? What the font? You just saw a logo or website using a particular font and you enjoyed it. ConvertIcon Favicons are a must have for any website, mostly because on modern browsers as such as Firefox, it is displayed along with the site name in tabs. BgPatterns background Patterns is definitely one of the current webdesign trends. HTML Encoder Do you display code on your website? Test Everything Sprite Generator CSS Sprites is definitely a great technique to use, mainly because it reduces the number of HTTP requests. Load Impact IconFinder TypeTester CSS Tidy

35+ Useful jQuery Menu Plugins With the right jQuery menu plugin your website visitors may get the best and most dynamic navigation available. jQuery is a lightweight, cross-browser compliant, incredibly awesome and extremely powerful JavaScript framework (library) that emphasizes and simplifies interaction between JavaScript, CSS and HTML. With jQuery, you can change the look and feel of your website into something extraordinary, and it is easier than you think. Navigation is one of the most important elements in web design. This post will roundup some fresh and cool jQuery menu plugins that will make your menus look awesome. Advertisement Disclosure: Please note that some of the links below are affiliate links and I will earn a commission if you purchase through those links (at no extra cost to you). Mac Style Dock Menu in jQuery and CSS – MORE INFO / DEMO If you are a big Mac fan, you will love this CSS dock menu. MetroPanel – The New Navigator for Modern Sites – MORE INFO / DEMO Quick & Pro Menu – MORE INFO / DEMO

456 Berea Street: Articles and news on web standards, accessibil Javascript code prettifier Languages : CH Setup Download a distribution Include the script tag below in your document <script src=" See Getting Started to configure that URL with options you need. Look at the skin gallery and pick styles that suit you. Usage Put code snippets in <pre class="prettyprint">... For which languages does it work? The comments in prettify.js are authoritative but the lexer should work on a number of languages including C and friends, Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, Makefiles, and Rust. Other languages are supported via extensions: If you'd like to add an extension for your favorite language, please look at src/lang-lisp.js and file an issue including your language extension, and a testcase. How do I specify the language of my code? You don't need to specify the language since prettyprint() will guess. <pre class="prettyprint lang-html"> The lang-* class specifies the language file extensions.

Perfect Full Page Background Image Learn Development at Frontend Masters This post was originally published on August 21, 2009 and is now updated as it has been entirely revised. Both original methods are removed and now replaced by four new methods. The goal here is a background image on a website that covers the entire browser window at all times. Let’s put some specifics on it: Fills entire page with image, no white spaceScales image as neededRetains image proportions (aspect ratio)Image is centered on pageDoes not cause scrollbarsAs cross-browser compatible as possibleIsn’t some fancy shenanigans like Flash Image above credited to this site. Awesome, Easy, Progressive CSS3 Way We can do this purely through CSS thanks to the background-size property now in CSS3. Works in: Safari 3+Chrome Whatever+IE 9+Opera 10+ (Opera 9.5 supported background-size but not the keywords)Firefox 3.6+ (Firefox 4 supports non-vendor prefixed version) View Demo CSS-Only Technique #1 Big thanks, as usual, to Doug Neiner for this alternate version.

Top 12 Ruby on Rails Tutorials A former student asked me a few days ago how I learned Ruby on Rails. The answer was that I simply read alot of great tutorials. So in the spirit of sharing, here are the 12 tutorials that I found most useful: Rolling with Ruby on Rails – Curtis Hibbs of ONLamp.com offers his first excellent introduction to Ruby on Rails. Hey, Ruby on Rails Fans! UPDATE, JUNE 2009: Want more up-to-date tutorials on Ruby programming? Happy Rails developing and if you have any other tutorials that you’d like to share, please leave them in the comments! Tagged as: ruby on rails, tutorial

Related: