background preloader

Tutorials

Facebook Twitter

PHP Fundamentals. CSS Swag: Multi-Column Lists. One of the minor holy grails of XHTML and CSS is to produce a single, semantically logical ordered list that wraps into vertical columns.

CSS Swag: Multi-Column Lists

The ideal situation, in my view, would be a single XHTML list whose wrapping is controlled entirely by CSS. Further, the wrapped list should tolerate text resizing (easily accomplished by styling everything in ems). CSS and the browsers that support it don’t yet provide us with “vertical wrap,” so we have to augment basic list markup with additional attributes and styling rules to achieve the effect.

I’ll take you there—or as close as we can get using today’s browsers—but along the way let’s look at a variety of ways to accomplish a similar effect. Media-Specific CSS Tutorial - Screen and Print Stylesheets. 3D Thumbnail Hover Effects. A tutorial about how to create 3D thumbnail hover effects with CSS 3D transforms and jQuery.

3D Thumbnail Hover Effects

View demo Download source Today we want to show you how to create some exciting 3D hover effects using CSS3 and jQuery. This idea is inspired by the cool hover effect that you can find on the page of the Google SketchUp Showcase. In our examples, we’ll use thumbails that will reveal some more information on hover. We will create a structure with jQuery that will allow making the image appear as folded or bended when we hover over it. Please note: the result of this tutorial will only work as intended in browsers that support the respective CSS properties. The images used in the demos are by Angelo González and they are licensed under the Creative Commons Attribution 2.0 Generic (CC BY 2.0) License. We will omit vendor prefixes in this tutorial. The Markup The markup for the thumbnail structure will be as follows: Each thumbnail goes into a division with another division for the details (view-back).

Web Developer Tutorials. CSS - Designs Tutorial. Web developers often have a hard time searching through the myriad of tutorials and articles available on the topic of website development ie.

CSS - Designs Tutorial

HTML5. CSS3, jQuery. Being a developer means that you need to constantly look for new things regarding your field of work and to learn... Tutslist - Web Design Inspiration - Tutorials & Web Design Resources. Actionscript, flash, convert, as3, HTML5, slideshow, css3. Tutorials. 15 Detailed Responsive Web Design Tutorials. In the past few years the rise of mobile devices such as iPads, iPhones and other smart phones was extremely huge and that was the reason why responsive web design started to play more and more important role in the design industry.

15 Detailed Responsive Web Design Tutorials

But what is the responsive design you will ask. The idea of responsive web design, started by Ethan Marcotte, is that our websites should respond to the device that our page is shown on by adapting their layout and design to fit any device resolution. Sass - Syntactically Awesome Stylesheets. Before you can use Sass, you need to set it up on your project.

Sass - Syntactically Awesome Stylesheets

If you want to just browse here, go ahead, but we recommend you go install Sass first. Go here if you want to learn how to get everything setup. Pixel Acres » Blog Archive » Build a parallax scrolling website interface with jQuery and CSS. Parallax scrolling website interfaces have been popping up all over the place recently.

Pixel Acres » Blog Archive » Build a parallax scrolling website interface with jQuery and CSS

I didn’t want to miss out on the fun, so I have put together a parallax scrolling demo built using jQuery and CSS. Parallax what? Even if you’re not familiar with the term “parallax scrolling” you will certainly be familiar with the technique. HTML5 Boilerplate - A rock-solid default template for HTML5 awesome. 15 Best CSS Framework for Responsive Web Design. The development of technology, especially devices like Smartphones and Tablets and bigger and bigger monitors introduced a new concept in web design: Responsive Web Design.

15 Best CSS Framework for Responsive Web Design

Taking the next step of our responsive layout coverage. I recently published responsive WordPress themes and responsive web design sites to help with responsive layouts, so today I am taking a look at best responsive CSS frameworks that we feel are worth your consideration. I hope you will like this responsive frameworks collection. 1.

The Goldilocks Approach. Passing Parameters. Introduction.

Passing Parameters

You have already seen how functions can be used to run the same group of statements from multiple places within your program. This works fine where the statements that you want to run and the variables that you want to access are the same in each case but often you will find that the code you want to run for different variables is exactly the same except for the variable (or variables) that we want the code to use.

We can solve this problem by defining special variables in our function called arguments that will stand in for the real variables when we define the function. Hide and Show a Div Using Javascript. This tutorial will show you how to create a hidden Div and display it with the click of a link.

Hide and Show a Div Using Javascript

There are a few reasons you may want to hide a Div in a website design. You may want to create a drop down type menu or a box that will show more information when you click a link. Another reason would be for SEO purposes. 760+ Photoshop Tutorials For Web & Graphic Designers. I have compiled together the ultimate Photoshop tutorial list for web and graphic designers.

760+ Photoshop Tutorials For Web & Graphic Designers

Mixed in here are a large array of over 760 tutorials from PSD slicing to fantasy art, logo design techniques to text effects, and so many more. Some tutorials are for beginners and some much more advanced. Many thanks to all the websites who have had the time to compile and showcase these lists. Enjoy!

30 Useful Photoshop Tutorials for Vintage and Retro Style Web design Ledger have compiled an awesome list of 30 photoshop vintage and retro tutorials. 50 Imaginative Fantasy Art Tutorials Specky Boy Design Magazine has a brilliant showcase of Photoshop tutorials aimed at imaginative and fantasy art. 18 Web Header Tutorials There are 18 fantastic tutorials showcased over at The Roxor about creative professional looking website header designs using Adobe Photoshop. 12 Fresh Tutorials 30+ Tutorials for Creating Stunning 3D Text Effects 30 Advanced Photoshop Illustration Tutorials * * * * *l By the way…

Codrops. Basic Tips for Getting Started with jQuery Development. The jQuery programming library has dramatically changed the way we work online. Web developers are able to prototype animations and backend effects much quicker with fewer lines of code. This brings to the table a profound collection of functions which you can read about here. It doesn’t take long to figure out jQuery syntax, especially if you are fairly well versed using JavaScript.

But if you are new to the language it shouldn’t take long to get started. I’ve added a collection of great tips below for newbie programmers. Setting Up your Documents The first thing you’ll want to do is include the most recent version of jQuery. If you include an external document from Google this saves you time on each pageload. $(document).ready(function() { //do stuff }); The above block is using the jQuery $() selector syntax. Creating Functionality. Create a Responsive Web Design Template.