What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Trees are one of the most commonly used data structures in web development. This statement holds true for both developers and users. Every web developer who has written HTML and loaded it into a web browser has created a tree, which is referred… Continue reading Data Structures With JavaScript: Tree
Tag: order
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
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
Work Smarter, Not Harder: How to Create Compelling Content on a Small Budget
As your competitors are angling for the best possible spot on Google search results, you can’t sit idly by and hope that your current and prospective customers will cut through the thicket in search of your website and social-media channels. At times, you’ll be fighting in the ring with bigger and stronger opponents. A cunning… Continue reading Work Smarter, Not Harder: How to Create Compelling Content on a Small Budget
Frustrating Points for Web Developers
Web developing is one of the most important steps while developing a website. This particular activity is very tough as there are huge numbers of technologies that are used for the same. The web developer needs to find out the exact type of developing tools that will help to develop some of the best compatible… Continue reading Frustrating Points for Web Developers
Designer Toolbox: 10 Fresh Fonts For Your Collection
On a recent design project I was on the search for some new fonts to use, I usually bookmark or download my favourite fonts I come across in order to keep my font collection fresh and increase my choices. Today I wanted to share some of the lovely fonts I recently came across, hopefully you… Continue reading Designer Toolbox: 10 Fresh Fonts For Your Collection
20 Photoshop Poster Tutorials
These 20 inspiring Photoshop poster tutorials in this post will teach you the basics of Photoshop, and also some advanced manipulations techniques for creating amazing designs. These tutorial are ideal for print designers or any other designers who want to improve their Photoshop skills. Which one is your favorite? Let us know in the comments… Continue reading 20 Photoshop Poster Tutorials
How To Create an Ornate Compass Rose in Illustrator
I recently shared some tips with a subscriber about how to create a nautical star design in Illustrator, which then prompted me to research traditional nautical star and compass rose layouts and construct an ornate design of my own. The process makes use of lots of simple but really useful techniques in Illustrator to build… Continue reading How To Create an Ornate Compass Rose in Illustrator
Sliding Horizontal Layout
Today we’d like to share an interesting layout with you. You might have seen it already on Skybox or on the website of Lotta Nieminen. It’s a layout where we see the main section in the middle and part of the previous and next section on the sides. The navigation reflects this view by showing… Continue reading Sliding Horizontal Layout
Anatomy of a Perfect Sidebar – The Nuances of a Good Design
In the previous part of the series, we’ve gone through the definition and the importance of the “sidebar” element on WordPress blogs and checked out layouts with one, two, three and four sidebars (and no sidebars). In this second part, we’re going to see how to design a sidebar and order the elements – specifically,… Continue reading Anatomy of a Perfect Sidebar – The Nuances of a Good Design
Detect Browser CSS Support With @supports Rule
Since browsers have their own decision of what features to include, we web developers frequently have to identify if the browser supports particular features, then we fill in the gap using Polyfills (if required). The popular way of handling this kind of situation is by using Modernizr but do you know that we can also… Continue reading Detect Browser CSS Support With @supports Rule
Build Bootstrap in Minutes Using Emmet
Bootstrap (currently at version 3) is all about rapidly building websites, whether they be prototypes or finished products. In today’s videos we’re going to build ourselves a Bootstrap layout, in record time, usingEmmet‘s powerful time-saving markup syntax. Using Emmet Before we dive into Bootstrap, it’s worth taking a minute to become familiar with what Emmet is… Continue reading Build Bootstrap in Minutes Using Emmet