Graphic Designer and graduate of the University of Lincoln Amy Barden is next on the Business Boom feature list. With a passion for typography, editorial design and branding, Amy is enthusiastic to build on her experience and continue with what she loves.
Month: September 2012
Sahara Desert 20 Amazing Photos
Our mind dazzles when we try to think about the stretches of the Sahara Desert in Africa. It has ever been a great mystery for travelers as it is known to be almost a death traveling to hitch-hike through this extremely hot desert with few means of survival.
HTML5 Editors That Can Come In Handy For Web Developers
The content user see on the World Wide Web is in the form of websites, web pages, blogs etc are developed in different languages. Moreover, there is a variety of languages that are used for website development and designing…
Fashion Responsive Slider Tutorial
In this tutorial, we’ll create a responsive slider with new feature of css3 (media queries) to alter the design and layout of a website slider to fit different screen sizes. We have design to change the layout from large screens to smaller screens support, making it responsive display
Create a User Note-Keeping Utility For Your Site With IndexedDB: Part 2
n this series we are using the IndexedDB API to create a basic note-keeping utility within a Web page. In the first part of the series we setup the HTML5 page elements and started IndexedDB processing by attempting to open the database. In this part we will be working on creating the object store, which is how we define the structure of the note database. In the final two parts of the series we will handle inserting, deleting and querying notes.