20 Beautiful Photoshop Brushes

Photoshop brushes are used frequently by designers and that is the reason why more and more appear each day! The great thing is that most of these high quality brushes are given for free! You can use them in post-processing photos or in other various projects. There are so many Photoshop brushes on the web,… Continue reading 20 Beautiful Photoshop Brushes

Super Cool Smooth Scrolling Parallax Websites

Few years ago, what you will get for a single page website is usually all content are cramped into a single page and grouped into section. So, as you scroll down, you would able to see all of it, section by section. Nowadays, with powerful browsers plus web technologies, we’re no longer restricted to just… Continue reading Super Cool Smooth Scrolling Parallax Websites

Visual Composer – Build WordPress Websites in Minutes

It is a real challenge for WordPress beginners to figure out how to build an attractive and functional website without having coding knowledge and experience. Often business owners end up hiring someone to do the advanced page setups for them as trying to get it done on their own would take too much time and… Continue reading Visual Composer – Build WordPress Websites in Minutes

Why Mouse Users Should Ditch Photoshop and Draw in Illustrator

Creating digitally gives amazing possibilities. You get so many colors, so many materials, every mistake can be fixed easily and it’s all in a friendly, clean environment – you just need to turn off your computer afterwards. All these advantages are the reason why so many artists try their hands at Adobe Photoshop. This software,… Continue reading Why Mouse Users Should Ditch Photoshop and Draw in Illustrator

30 Tutorials for Developing HTML5 Web Browser Games

Modern HTML5 specifications allow for a wide breadth of creativity. Web developers have always been toying around with JavaScript games. But nowadays it is so much easier to jump into the process and create something truly magnificent. This gallery is devoted to 30 tutorials you might use to learn about in-browser game development. These techniques… Continue reading 30 Tutorials for Developing HTML5 Web Browser Games

20 + Free PSD Flat/Minimal Device Mockups

Showcasing your web or graphic designs or even your applications beautifuly can impress your audience in a positive way.You can either use realistic device mockups or you can use minimal mockups which are really trendy nowadays.In the past we have gathered realistic device mockups and today we bring together free flat and minimal mockups to… Continue reading 20 + Free PSD Flat/Minimal Device Mockups

10 jQuery snippets every designer should know

jQuery is used on thousands upon thousands of web pages. It’s one of the most common libraries to insert into pages, and it makes DOM manipulation a snap.   Of course, part of jQuery’s popularity is its simplicity. It seems we can do almost anything we like with this powerful library. For all the options… Continue reading 10 jQuery snippets every designer should know

How They Did It: Typekit’s New Homepage

Typekit recently redesigned their homepage with some new services in mind. When Typekit joined Adobe, they set out to bring us a new way to handle fonts on the web. Not only did they create a fairly simple way to embed fonts on the web, but they have now officially launched a desktop sync option,… Continue reading How They Did It: Typekit’s New Homepage

Create Colourful Fiery Portrait in Photoshop

In this tutorial, I will show you the steps I took to create this awesome fiery portrait in Photoshop.This is a beginner-intermediate level tutorial aiming to give some practices on layer blending, selection and coloring techniques in Photoshop. Some steps can be a little tricky, but why not have a try! Note: The Photoshop tutorial… Continue reading Create Colourful Fiery Portrait in Photoshop

13 Inspiring Examples of Textures and Patterns in Web Design

A lot of trends come and go in web design, but textures and patterns are always around. A good use of textures and patterns can add personality, depth and interest to a website. This is probably the reason why these are still popular among designers. Today, to prove that textures are still around, we’ve got… Continue reading 13 Inspiring Examples of Textures and Patterns in Web Design

40+ Most Creative Websites With Artistic Designs that will shock you

We live in an world of information immersion, and that interprets to web plan. In such a focused planet, it gets to be more critical to emerge by breaking meetings. In some cases its about layout, now and then about the representation and cool outlines or else other possibilities that might be not the same… Continue reading 40+ Most Creative Websites With Artistic Designs that will shock you

Get a Closer Look at 10 Outstanding Examples Of Website Navigation

Navigation is also known as button bar, which is an essential component of a website. The success of a website is directly related to its navigation. Website navigation is like a gateway into the different sections of content. Some general rules are mentioned below to design it effectively: Navigation should be easy and simple It… Continue reading Get a Closer Look at 10 Outstanding Examples Of Website Navigation

Browser Testing in the Cloud Redux

I’ve written quite a bit about browser testing solutions trying to help identify techniques and tools that make cross-browser development easier. My last article on the subject covered how to use BrowserStack to test any number of browsers all from one central tool; your own browser. I was on a Windows PC back then so… Continue reading Browser Testing in the Cloud Redux

Android SDK: Virtual & Physical Devices

Android OS is used on a large number of devices with different screen sizes, processing power, memory, sensors, etc. There is also a high possibility that your intended user base will have different versions of Android installed on their devices. This means that you will have to be very careful when developing Android apps and… Continue reading Android SDK: Virtual & Physical Devices

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know

HTTP: The Protocol Every Web Developer Must Know – Part 1

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Learning the fundamentals of the World Wide Web is crucial, especially if you are planning to build web apps. And, HTTP is at the heart of any web application you could build. HTTP stands for Hypertext Transfer Protocol. It’s a stateless, application-layer protocol for communicating between distributed… Continue reading HTTP: The Protocol Every Web Developer Must Know – Part 1

A Beginner’s Guide to HTTP and REST

Hypertext Transfer Protocol (HTTP) is the life of the web. It’s used every time you transfer a document, or make an AJAX request. But HTTP is surprisingly a relative unknown among some web developers. This introduction will demonstrate how the set of design principles, known as REST, underpin HTTP, and allow you to embrace its… Continue reading A Beginner’s Guide to HTTP and REST

The Best Way to Learn Python

Wondering how to learn Python on your own? There are plenty of Python tutorials and resources on Envato Tuts+! What Is Python? Python is more popular than ever, and it’s being used everywhere from back-end web servers to front-end game development and everything in between. Python is a true general-purpose language and is quickly becoming… Continue reading The Best Way to Learn Python

How to Create Diagonal Lines with CSS

A few days ago, I received my invite to Google Music. While browsing the app, I noticed a tiny, but neat trick they use to create tabs and diagonal borders with plain-old CSS. I’ll show you how to do the same in your projects today! Prefer a Video Tutorial? Step 1: The Markup We begin… Continue reading How to Create Diagonal Lines with CSS

25 Ridiculously Impressive HTML5 Canvas Experiments

HTML5 is the thing to talk about these days. Today, we have a collection of ridiculously impressive HTML5 canvas-based experiments that will make you say, “Wow!” Let’s take a peek at some of the latest, cutting-edge examples out there. Warning: The animations in some of these canvas experiments may potentially trigger seizures for people with… Continue reading 25 Ridiculously Impressive HTML5 Canvas Experiments

20+ HTML Forms Best Practices for Beginners

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Working with HTML forms can be somewhat daunting. They not only use some niche HTML elements, but also blur the line between static content and user interaction. Let’s review some things to remember when creating your next form. Good HTML forms require attention on at least four… Continue reading 20+ HTML Forms Best Practices for Beginners

30+ PHP Best Practices for Beginners

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} PHP is the most widely used language for server-side programming on the web. Here are 30+ best practices for beginners wanting to gain a firmer grasp of the fundamentals. We have also written posts like these for HTML, CSS, and JavaScript. HTML & CSS 30 HTML Best… Continue reading 30+ PHP Best Practices for Beginners