Typography is one of the most essential part of design and can be really fun. These cool typography tutorials will teach you how to create visually exciting Type.
Tag: Tutorial
Using HTML5 to Determine User Location
Using some relatively simple JavaScript code, you can create Web applications that determine various aspects of the user location, including longitude, latitude and altitude plus more. Some Web applications can even provide navigation functionality by monitoring the user position over time, integrating with map systems such as Google Maps API.
Developing a Responsive Website: The Homepage Portfolio Slider
We are going to continue on with our designing a responsive website tutorial where we have already learned about the background images, the site’s navigation and the content.This week we’re going to work on adding a little more content to our homepage.
Responsive Widgets
Responsive design is a hot topic of web development these days, and with a simple (and now well supported) way of handling the ‘one site for all clients’ model (and I mean clients as in browsers/platforms/devices, not the people that give you money in return for a web site) it should well be.
Developing a Responsive Website Part 2: Navigation and Content
Now that we’ve got our background images squared away and set to break themselves down nicely across various devices and screen resolutions we can look in to populating our home page with some content. Let’s begin with our header. I always like using a separate file for all the things that will stay uniform throughout my site, header, logo, navigation, etc.