CSS3 - Nestdev.com | Nestdev.com

You are here: Posts Tagged ‘CSS3’

Interactive CSS3 Generator

0 Comments

Interactive CSS3 GeneratorThe CSS3 Generator is a simple, interactive,and free web application tool to generates CSS3.

Scrumblr – Collaborative Online Scrum Tool Using Websockets Node.js

0 Comments

Scrumblr – Collaborative Online Scrum Tool Using Websockets   Node.jsScrumblr is a web-based simulation of a physical agile sprint board that supports real-time collaboration created by aliasaria. it is built using node.js, websockets (using socket.io), CSS3, and jquery.

CSS Drop-Shadows without Images

0 Comments

CSS Drop-Shadows without ImagesDrop-shadows are easy enough to create using pseudo-elements. It’s a nice and robust way to progressively enhance a design.

CSS3 Buttons – GitHub Style Button Framework

0 Comments

CSS3 Buttons – GitHub Style Button FrameworkCSS3 buttons is a simple framework to create good-looking GitHub style button links.

Pure CSS GUI icons

0 Comments

Pure CSS GUI iconsPure CSS GUI icons – an experiment that uses pseudo-elements to create 84 simple GUI icons using CSS and semantic HTML only.

How to Make a View Source Button Using CSS3 and jQuery for Demo Pages

0 Comments

How to Make a View Source Button Using CSS3 and jQuery for Demo PagesChris Coyier show us from his tutorial ‘How to Make a View Source Button Using CSS3 and jQuery for Demo Pages’. Click it, and you see the entire source code for the page you are looking at. It’s not a popup or a new tab, it just shows the source right there on the page

Bulletproof CSS3 media queries

0 Comments

Bulletproof CSS3 media queriesIf you are part of the CSS community you probably know that CSS3 media queries will change the way how we write CSS.Why is that?CSS3 media queries are very handy to target various devices with various monitor (screen) size. With the help of the CSS3 media queries we can have site optimized for iPhone and other mobile devices, with the same solution we can have site optimized for iPad and all other tablets . This CSS solution will be much more cheaper than building new mobile web site...

Create Animated Price Grid Using CSS3

0 Comments

Create Animated Price Grid Using CSS3So here today we will create a animated Price grid using css3 only. No Jquery No Images No flash at all.What we will learn today CSS3 Linear Gradient CSS3 Radial Gradient CSS3 Transition CSS3 Animation

Related Posts Slide Out Boxes with jQuery and CSS3

0 Comments

Related Posts Slide Out Boxes with jQuery and CSS3The other day we were wondering how we could show our visitors more of our works. It’s normal that in a blog older posts get forgotten and even if something might still be very interesting and relevant, it get’s lost under the pile of new stuff. So we decided to create something like a little widget that can be used to show related posts in any page. The main idea is to show a fixed list at the right side of the screen with some thumbnails sticking out. When the user hovers over the items,...

How To Use CSS3 Media Queries To Create a Mobile Version of Your Website

0 Comments

How To Use CSS3 Media Queries To Create a Mobile Version of Your WebsiteIn this article I’ll explain how, with a few CSS rules, you can create an iPhone version of your site using CSS3, that will work now. We’ll have a look at a very simple example and I’ll also discuss the process of adding a small screen device stylesheet to my own site to show how easily we can add stylesheets for mobile devices to existing websites.

PIE – CSS3-enable Internet Explorer

0 Comments

PIE – CSS3-enable Internet ExplorerPIE stands for Progressive Internet Explorer. It is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties. PIE currently has full or partial support for the following CSS3 features: * border-radius * box-shadow * border-image * multiple background images * linear-gradient as background image

Creating a Neon Blink Effect for your Forms using CSS3 and jQuery

0 Comments

Creating a Neon Blink Effect for your Forms using CSS3 and jQueryIn this tutorial, we have made use of @-webkit-keyframes which works only in browsers using the Webkit layout engine like Chrome and Safari. For browsers like Firefox and Opera, where there is no alternative, we will have to gracefully degrade the effect, which in this case will be just a box-shadow on focus. Internet Explorer (till version 8) cannot render most of what we will learn here, but IE 9 does seem to be very promising from what I’ve seen in the recent platform preview.

Interactive Photo Desk with jQuery and CSS3

0 Comments

Interactive Photo Desk with jQuery and CSS3In this little experiment we created an interactive photo desk that provides some “realistic” interaction possibilities for the user. The idea is to have some photos on a surface that can be dragged and dropped, stacked and deleted, each action resembling the real world act.

Beautiful Photo Stack Gallery with jQuery and CSS3

0 Comments

Beautiful Photo Stack Gallery with jQuery and CSS3In this tutorial we are going to create a nice and fresh image gallery. The idea is to show the albums as a slider, and when an album is chosen, we show the images of that album as a beautiful photo stack. In the photo stack view, we can browse through the images by putting the top most image behind all the stack with a slick animation.

64 CSS3 Tutorials & Techniques

0 Comments

64 CSS3 Tutorials & TechniquesCSS3 is very new to me, but I already have try out some of the tutorials that can find in the web now. But some of the browser not really support CSS3 yet and it is not possible to do some animation with it. So what’s the point I writing CSS3 post here? CSS3 still have some cool and awesome techniques that we should use because I think it makes my work just look better. So why not you start using CSS3 now and create rich, interactive, beautiful designs for those who are already using a modern...