
Inspiration A good way to be more creative is interacting with other people who share the same interests. Anyone can easily make full use of the communities which are available today to boost creativity. Also, interaction with others in the community, collaborating and getting feedback can become a motivating factor. Author: Rony John I am a 21 yr. old web developer and student living in Baltimore. Feel free to visit anytime and subscribe to keep in touch. Once you are in one of these communities, you will be both criticized and supported which will improve your skills at the end. Let's look at 10 great creative communities available which will help you to show-off your talent in design and art. DeviantArt deviantART is amongst the largest internet art community. This is a perfect site for both professional and amateur artists since anyone can browse through countless works of other artists or sign-up and post their creations. Behance Network Read the rest of this entry »
How To: Resizeable Background Image Published by Chris Coyier If you are looking for how to do FULL SCREEN BACKGROUND IMAGE, go here. My friend Richard recently came to me with a simple CSS question: Is there a way to make a background image resizeable? As in, fill the background of a web page edge-to-edge with an image, no matter the size of the browser window. Also, have it resize larger or smaller as the browser window changes. Wow, that's a tall order. Finished Project: What's The Weather? Go ahead and resize your browser window around and notice how the image will resize to fit. First Attempt Well my first thought was that this really needs to be a CSS background-image. You guessed it, jQuery. Second Attempt (better) While the first attempt did a decent job, it failed at the most fundamental level: it wasn't "resizeable". We can, again, use jQuery and the dimensions plugin to get our browser window's width. Third Attempt (best) Forget this javascript business! See a demo of this in action. More about WhatsTheWeather.net
How Nesting 3D Transformed Elements Works Ana Tudor is one of those people whose CodePen profiles you check out and go "holy shit." She's that good. She creates incredible visual effects with CSS, on of my favorites being this infinitely unpacked prism. Below she shares her expertise detailing how to create beautiful, nested 3D transforms! CSS 3D transforms do not work at all in IE9 and older or in Opera 12 and older (Presto). CSS animations are incredibly popular right now, and I don't just mean animating a simple color or dimension property, I mean 3D transformations as well; CSS flips and rotating cubes being prime examples. Let's say we have a door in a frame: The HTML is simply: In order to open this door, we add a class of door--open: Now we apply a 3D transform on it (with transform-origin anywhere on its left side): The only prefix you probably need for 3D transforms is the -webkit- prefix. This results in: It doesn't look very realistic. So we're going to add a frame--realistic class to our door frame: Result:
Float basics What is a float? When you float an element it becomes a block box. This box can then be shifted to the left or right on the current line. The markup options are "float: left", "float: right" or "float: none". A floated box is laid out according to the normal flow, then taken out of the flow and shifted to the left or right as far as possible. Content can flow down the right side of a left-floated box and down the left side of a right-floated box. You can also put several floats beside each other. Where will a floated element move to? Floated boxes will move to the left or right until their outer edge touches the containing block edge or the outer edge of another float. If there isn't enough horizontal room on the current line for the floated box, it will move downward, line by line, until a line has room for it. Example: "float: left" element shifted down Do floated items need a width? "A floated box must have an explicit width..." If no width is set, the results can be unpredictable.
Is Responsive Design the Right Choice for Enterprise E-Commerce Retailers? Many enterprise website owners are currently evaluating responsive web design as a way to consolidate their multi-screen web strategy. For these businesses, going responsive makes a lot of sense. By reducing the complexity of the site into a single code base, companies can lower the total cost of ownership of web initiatives and future-proof the site for new devices. However, many e-commerce companies are still skeptical of responsive design as a solution to the multi-screen problem. They are concerned with how responsive design will affect the customer experience and overall website metrics. To help answer the question of whether responsive design is a good choice for enterprise e-commerce companies, this post includes a high-level overview of: 1. The promise of responsive design is that it dynamically adapts websites to different screen sizes (across desktop, tablet, phablet and smartphones), using one set of code. For many companies, this is an immensely valuable benefit. 2. 3.
Résolution, pixels, points, dpi : un casse-tête insoluble? Ce billet fait suite à une question que je me posais sur la résolution dpi des écrans (notamment la valeur erronée détectée par défaut sous Gnome), qui m’avait amené à effectuer un rapport de bug, tout en pointant du doigt certains problèmes qui surviendraient si Gnome détectait correctement le dpi. Ce bug est maintenant corrigé dans la nougelle version de Gnome, celle embarquée dans la future Ubuntu 9.04 Jaunty Jackalope. C’est l’occasion de faire le point. Définitions Afin de comprendre les problèmes, il est important de définir chacun des concepts (je limite ici leur définition au cas d’une image numérique affichée sur un écran). pixel Le pixel, abrégé px, est une unité de surface permettant de définir la base d’une image numérique. point résolution La résolution permet de donner une taille réelle à un pixel. définition La définition d’une image ou d’un écran est le nombre de pixels qui composent l’image ou que peut afficher un écran. Résolution dpi de l’écran Intérêt du dpi À la main
13 Essential Tools to Check Cross-Browser Compatibility With an endless combination of modern and legacy browsers for users to choose from (depending on their system capabilities), it's our responsibility as designers and developers to ensure the websites we build perform adequately. Testing multiple browsers on multiple platforms isn't just difficult — it can be virtually impossible without the correct resources. However there are tools that let you comprehensively test your website, and check if it successfully displays across various browsers, platforms and resolutions. That way, your users will receive a positive, user-friendly experience no matter what their setups are. Below is a curated list of both free and premium cross-browser testing tools, ranging from cloud platforms to desktop applications. Show As Gallery Have something to add to this story?
Getting started with "Getting Things Done" This article was originally posted during the first week of 43 Folders' existence, and, pound for pound, it remains our most popular page on the site. Please be sure to also visit related pages, browse our GTD topic area, plus, of course you can search on GTD across our family of sites. I’ll be talking a lot here in coming weeks about Getting Things Done, a book by David Allen whose apt subtitle is “The Art of Stress-Free Productivity.” Like I did the other day with Quicksilver, I wanted to provide a gentle, geek-centric introduction to Getting Things Done, so that you can think about whether it might be right for you. The Problem with “stuff” Getting Things Done succeeds because it first addresses a critical barrier to completing the atomic tasks that we want to accomplish in a given day. Stuff is bouncing around in our heads and causing untold stress and anxiety. So how does GTD work? This is a really summarized version, but here it is, PowerPoint-style: GTD is geek-friendly So what next?
All Tuts+ Courses Reactive programming is a way of coding with asynchronous data streams that makes a lot of problems easier to solve. RxJS is a popular library for reactive...Once in a while, it's important for us as developers to go back to what made us excited about computers in the first place. For Derek Jensen, that is gaming....React is a flexible framework that makes it easy to build single-page web applications. One of its tools is a set of lifecycle methods which you can add to...The PixelSquid plugin for Photoshop is an exciting new technology that provides the benefits of 3D elements without having to understand a 3D program or the...How your app looks is as important as how it works, and animation is an important part of modern user interfaces. Whether by changing the color of an element...jQuery UI is an extension of jQuery that makes it easy to create clean user interface elements for your websites.