index
Best free html5 templates 2015 have amazing features to make your website outstanding. All these free responsive html5 website templates released in 2015. HTML5 has been around for a while now and we can see all developers have started to share free resources in HTML5, CSS3. The templates we are introducing today are totally free with amazing features like flat design, responsive layout, jquery sliders etc.
10 tools and platforms changing the web design landscape
It's that time again! Voting is now open in the 16th annual net awards and the leading lights of the web world are waiting to see whether they win one of the most sought-after prizes in the web design world. There are 20 categories this year, including Game Changer of the Year. Below is the shortlist based on nominations from the public and in no particular order.
stylishwebdesigner
A Brochure is a great way to advertise your product. It can convey your message to your potential clients very effectively. In this post I am going to showcase some of the free Brochure Templates for our readers. These templates will help you to create a nice and beautiful brochure without the help of any designer. If you are a designer then these templates will surely save a lot of your time. If you know any other free Brochure Template then do share it with us in the comments section.
Fresh Education For Creative Professionals
Inspirational Videos For Designers – The Big Collection The biggest collection of inspirational videos for designers is here. TED videos for designers The Best of Creative Mornings You see, as much as I love full-length features, sometimes what you really want is just something quick to watch and get inspired by. I love seeing how amazing speakers are spreading their great thoughts, ideas and projects on TED.
5 Things Your e-Learning Content is Probably Missing
We get it: You finally put the finishing touches on your eLearning module and you think it looks picture perfect; you’re excited to show off all of your hard work. But good-looking graphics and engaging content are two entirely different things. Even if you think your module is good to go, your learners might have a different opinion.
950+ Photoshop Tutorials To Keep Your Skillset Updated
I know how much everyone loves tutorials, I know I love writing them too. Well in this post I have taken my time to roundup some Photoshop Tutorials and some Photoshop Roundups that I think is valid to be featured in this post. I know quite a few people are going to love me for this, but let’s keep it professional.
tympanus
How it works A normal image is replaced with layers of semi-transparent divisions of the same image. Every layer moves according to the configuration, creating a subtle motion effect. Hover over the grid images to see how the effect works: Options
18 rules for using text
We visited The Visual Communication Guy and found this – one of the best infographics we've seen that provides designers with 18 rules for using text – so we had to share it with you. The use of typography can be confusing – which font do you choose, and what size? If you follow these 18 rules you won't go wrong and quickly start to see a world of difference in your designs. Subscription offer
Python Lists - Google for Education
Python has a great built-in list type named "list". List literals are written within square brackets [ ]. Lists work similarly to strings -- use the len() function and square brackets [ ] to access data, with the first element at index 0. (See the official python.org list docs.) Assignment with an = on lists does not make a copy. Instead, assignment makes the two variables point to the one list in memory.
7 Skill-Building Photography Exercises That Really Work
Despite how easy it looks, photography is hard. Deceptively hard. In reality, there are three separate learning curves to conquer: the technical aspects of the camera, the theory of light and shadows, and the actual composition of a photo (sometimes called “seeing the shot”). 3 Steps To Learning The Basics Of Photography With A Virtual DSLR 3 Steps To Learning The Basics Of Photography With A Virtual DSLR Rather than learning your photography from books and tutorials, this web application from Canon Canada is the most fun yet.
perfect-3-column
Download this layout (25kb zip file). Percentage dimensions of the holy grail layout All the dimensions are in percentage widths so the layout adjusts to any screen resolution. Vertical dimensions are not set so they stretch to the height of the content. Maximum column content widths
The ultimate guide to flat design
It is easy to say that 2013 has so far been the year of flat design. Even Apple, the driver of the skeuomorphic design trend for many years, is trying some level of flat design when it releases iOS 7 later this year. So are you ready to try it out as well? Not sure how to get started? WebdesignerDepot is here to help with a guide of flat design resources.
Python Lists
The most basic data structure in Python is the sequence. Each element of a sequence is assigned a number - its position or index. The first index is zero, the second index is one, and so forth. Python has six built-in types of sequences, but the most common ones are lists and tuples, which we would see in this tutorial. There are certain things you can do with all sequence types.