Showing posts with label W3C. Show all posts
Showing posts with label W3C. Show all posts

Tuesday, September 17, 2013

White Space in Design (and why it matters.)



White space is the blank space, the empty space, between your content. Many people think this empty space is just a opportunity waiting to be exploited, eagerly awaiting the chance to cram as much content as possible into what’s left.

This is not a land to be conquered.


If that is your thought process STOP, back away from the keyboard slowly. White space or "negative space" is actually a tool in the fundamentals of both print and web design and is as easily as important as the content it surrounds.  It’s the space we leave between all of your elements to give a layout elegance and clean form.


Wednesday, September 4, 2013

Web Safe Fonts


Whenever building a site especially your first site its very tempting to head over to your favorite font library and just go nuts. This is a exercise in futility though as almost 99% of those font cant display on the world wide web. Fear not intrepid young developer here is a list of the current fonts (many of them actually aesthetically pleasing) that are completely web safe.


Thursday, August 22, 2013

Building a Lean, Mean, Quick, Web Machine!


Building a website can be a time consuming process. If you use the wrong kind of assets in building your site, it will become a exercise in patience and anger management. Here is a few simple tips to keep that site light on its feet, easy to build, troubleshoot, and maintain.


Small pages = Fast pages

The art of building a site that loads quickly and is quick to transition is a tricky one. no matter a persons connection speed there is always content to download. How frustrating is it when you go to a page you want to view only to have to wait sometimes, what seems like forever, for content to load. We have all been there. (modem era anyone?) Do your viewers a favor, keep those pages small no more than a couple hundred kb. (yes you can still have images and content and keep it that small)

Tuesday, August 13, 2013

Codecademy and Learning how to build websites.

In the last couple of years a wealth of web building software has arrived on the market that allows even the most technically challenged to build a pretty sophisticated website. Software like WordPress is even used by professionals to achieve pretty remarkable and sophisticated websites, sometimes though, a person will want more control they will want to start to lean how to actually code.

Years ago, short of going back to school this was a option that was not realistic to the average novice. These days however the game has changed. http://www.codecademy.com/ is a internet learning tool that will guide you step by step through the process of learning how to code almost every major web based language currently in use. I myself have used it to enhance and build upon the skills I already have.  The lessons are easy to follow, dynamic, and well constructed. Best of all they are free!

If you are a up-and-coming web developer and are looking to expand your skills so you can lean how to build your own sites from scratch I recommend this tool wholeheartedly.


Tuesday, March 12, 2013

Stuck and Need Help? Google is Your Friend.


We all get stuck when it comes to creating webpages, whether it’s related to programming, or something isn’t working quite right. That’s when you turn to Google. There is an abundant supply of resources online just waiting for you to find them.

The W3C has an extensive website with resources on every programming language out there (web-based anyway). Whether you need help understanding HTML, CSS, JavaScript, PHP or ASP, their website can help you out. They break down every element of the code, tell you what it does and gives you examples of how to use it. Some of the pages even have a section where you can test it for yourself in real time. It’s a great resource if you’re just learning or don’t understand a certain component of any type of code.