background preloader

Web

Facebook Twitter

Best Web Gallery. Social Media Image Dimensions. Gridpak - The Responsive grid generator. Responsive Web Design: 50 Examples and Best Practices. Responsive web design term is related to the concept of developing a website design in a manner that helps the lay out to get changed according to the user’s computer screen resolution. More precisely, the concept allows for an advanced 4 column layout 1292 pixels wide, on a 1025 pixel width screen, that auto-simplifies into 2 columns. Also, it suitably fixes on the smartphone and computer tablet screen. This particular designing technique we call “responsive design”.

Now you can test your website using the Responsive Design Tool. Responsive web designing is an entirely different designing version than traditional web designing, and developers (especially fresher) must know about the pros and cons of responsive web designing. Pages that include data tables pose a special challenge to the responsive web designer. Images in responsive web designs are called context-aware. Designmodo Designmodo has a very clean and clear design with a perfect responsive design interface. Simon Collison. Free textures for your next web project. Nothing like a field of beautiful flowers. Download Download These lovely water-colorful dots will make your designs pop. Download. JavaScript, jQuery, AJAX, Frameworks - Fresh Articles. In this post we have collected some articles written by web designers and developers in the last three months.

JavaScript, jQuery, AJAX, Frameworks - Fresh Articles

These articles and posts are selected according to the two criteria: 1) they are interesting; 2) they are related to such topics as JavaScript, jQuery, AJAX or CSS preprocessors / frameworks. Here is the result. Hope you’ll enjoy this collection. Basics and Principles 1). 2). 10 things you didn’t know JavaScript could Sebastian Golasch: “You can do all kinds of crazy stuff with JavaScript. 3). 4). JavaScript Libraries and Plugins 1). 45 New jQuery Plugins for Web AndrewG 2). 10 aggressively used jQuery Infinite Scroll Plugins for endless Arun Shekar: “Here are the top 10 jQuery plug-ins to enable infinite scrolling on your website page.” 3). 11 Multi-touch and Touch events Javascript Kevin Liew 4). jQuery++ is a Collection of Power Tools for Martin Angelov: “…tools like cookie handling, detecting selection, events for file dragging and swiping and much more.” 5). 7). 8). 9).

Creating a Full Screen Background for Websites. Sometimes the simplest web design tasks can be the most aggravating!

Creating a Full Screen Background for Websites

When you need a background image that looks consistent across browsers, there are about 100 ways to do it wrong and a very simple technique for getting it right. Most tutorials focus on complex CSS or using the <body background="some-image.jpg"> attribute. In practice, a very simple CSS solution exists without the use of any webkits or other complex code. One mistake that most make is that the background image is not large enough to cover the screens of desktop browsers. Screen sizes are growing, so I like to start with a large image size. The simple technique below has been tested to work on IE7+, Opera (all), Chrome (all), Firefox 3.6+.

The Background Image Code Demo The following is a very simple CSS solution that you can test. [html] [/html] Breaking Down the Code Let’s take a look at the core of our CSS that we need to examine: First of all, we are assigning this CSS to the <body> tag. [sourcecode language="HTML"] body {