All posts by Dee

My name is Dee, I'm a Web Design. I've been into digital design since I was about 14, and I'm mostly self taught, my passion was started with creating Fan Art and Elucidation Art has been my Fan Art home since 2000 and has had many changes in that time, and will forever be changing, so I hope you stick around to find out whats next in store for Elucidation Art...

24 days left to go!

Oooo… we are getting so close to Christmas!! I can’t wait!!! but I already got what I wanted… SNOW!!! Okay there were quite a few exclamation marks there I’ll calm down lol. Once again this month has gone by so quickly, I haven’t done much artwork, been really busy at work and getting back has been taken longer so had less time to work on my own stuff but I have got a few updates, such as new affiliates, and a seek peek at a new layout I’ve been working on.

  • waking dream
  • fated to pretend
  • knighted in power
  • Hiccup of Reality
  • Satellite Hearts

December 2010 Apple CinnamonSo that’s the Affiliates, and now onto the SOTM! I’ve been addicted to this site for the past month, each layout change has been better than the last but the latest layout is completely amazing!

Reason: I have recently affiliated with Apple Cinnamon [dot] net and I have to say I am very impressed with her artwork, and her design skills. Not only does Kiera produce fantastic artwork but she has real skills when it comes… [read more]

Like I said above I’ve been working on a new layout I think its going to take a while to get it up, becuase I want to work out all the kinks that are in this layout, and I want to blend the gallery in a bit better than it is right now. So coming soon … I also want to mention this design is subject to change so although its only a sneek peek it may look different in the end 😉

Sneek peek at new layout

PHP Includes

The poll on the footer of my site keeps rising for HTML/CSS tutorials… and although this isn’t a HTML or CSS tutorial it should help a lot of people out who are still only using HTML and CSS. I speak to you all about the heavenly PHP includes. You don’t really need to know anything about PHP to use these they are VERY VERY simple!

Description: “The include() statement includes and evaluates the specified file.” PHP Manual

This basically means putting one file into another; it’s sort of like using iframes but without the horrible scrollbar.

The most common use for PHP includes are layouts. In almost all layouts you have a basic design that doesn’t change when you go between pages (it is always best have consistency within a site it helps the user navigate, and also provides a branding for your website).

So say you have a website with 10 pages in it… well that’s 10 page you need to write the (copy and paste) the layout onto! That’s 10 pages way to much! It’s much easier to write it out once and then within the pages use this PHP script to call the one layout.

All you need to know is this tiny piece of code:

<?php include_once ("includes/FILENAME.php")?>

Not much is it! Lol there are two ways of using the PHP includes

  • Include_once : this basically means no matter how many times the snippet is written out on the page it will only display the content once and any other reference to it will be ignored (this is mainly used for loops as a failsafe but it is good practice to get into and it saves any mistakes in case you accidentally write it again.
  • Include : well it’s the opposite of include_once this allows you to include the file in as many times as you like, I can’t think of a reason anyone would want to, unless you’re calling equations etc and you need to input the same data in more than once but for layouts and minor PHP I would always use include_once

Below is an image that will help you to cut up your page into includes, and remember to never nest any of your tags that is a sure way to break your site.

Document before includes
Side note: it is always a good idea not to include the body tags or HTML tags within the include just in case something happens to the include say someone stops your page from loading properly or PHP on your sever crashes you will not end up with an blank page your unique content will still be visible for users to see and search engines to scan.

Document After includes have been applied

If you need any help with this please comment below and I will try my best to help you out.

SOTM Nov – Daydreaming

A new month already, time is just going by so quickly, although I am happy I got quite a few posts out last month probably my most productive month so far. xD I have already updated you guys on my new affiliates in my update yesterday but please check them out, and don’t forget to pick up the Halloween gift in yesterdays post. I would also like to thank Monica, Lauren and Jenn for the holiday gifts that are now up in my awards section I have also updated all my gifts stating which is for what season and from whom.

November 2010 Daydreaming

Reason: I have been a HUGE fan of Jenni over at Daydreaming for a very long time now, I remember her site when she first started it up, it was amazing then and it has bloomed into this GIGANTIC media/art/goodies centre, I use Daydreaming for a lot of my images, and I also… [read more]

Happy Halloween

Hey Everyone, Happy Halloween, I hope you all had a great night and got lots of sweeties, I just wanted to  post a quick update, with a gift for everyone just downloaded it and save it to your site if you want it :), I got some wonderful awards from my affiliates: Carmen, FioNat and Ingrid and you can see the gifts here on my awards page,and to tell you all about the wonderful new affiliates I have:

  • Starlight Graphics
  • shiny nickel
  • apple and cinnamon
  • icy afterlife
  • Shotgun Opera

also a few new pieces of artwork, all three created for a challenge at Buffy Forums.net a challenge called Heatwave, which basically asked for shipping wallpapers, that showed a romantic connection.

Big Icon Post

Hey everyone, its been kind of a busy month for me I’ve posted three time already and its not even November!!! w00t I feel like I’m on a roll, I’m finally getting that buzz back that I used to get when I did art work, its been too long, I just wish I had more time to do the work! but that is me being lazy but its coming along. quite a bit update this weekend, I went through my old Live Journal and downloaded all my old icons, and there was quite a lot of the. well I’ve uploaded them here for you, I have also added new affiliates and new wallpapers. I also have plans for some more HTML/CSS tutorials, I want to do a CSS structure post, and show people a basic PHP include.

Affiliates first:

  • linkloveincognito
  • nyxthea
  • brinneydee
  • confessions
  • staring at the sun
  • witty comeback
  • blurred-mind
  • layout-whore
  • reflection

Icons: Not only have a got loads of the old ones up, but I have also made some new Legend of the Seeker icons from the very first episode. Well lets see, a list of all the old ones

  • 06-02-01-04
  • roswell47
  • maxnlogan2
  • constintine01
  • doc05
  • lost06
  • sailormoon09
  • smallville03
  • lots-ep1-10

Fanart: I have two new pieces of fanart, from a challenge at Buffy Forums, and this challenge is really cool basically to create a wallpaper to do with either fate of connect a character with a star sign, well I’ve done the latter, and I wanna do one for each star sign, I doubt I’ll submit them all, probably wont finish them before the end of the challenge but I want to create all the star signs and here are the two I’ve done so far.

  • Taurus Angel
  • Kahlan Virgo

HTML/CSS Structure

The people have voted! and 31% of you would like to see some HTML and CSS tutorials, Okay, well to be honest I don’t know where to start teaching you things, I started when I was but 14 years of age, and I learned VERY slowly simply becuase I was learning from the internet which I only had a little bit of access to at the time and in my spare time. I had no idea where to start or what was right or wrong and that long ago there weren’t the big websites that help you out like there are today and there wasn’t any right or wrong way of doing.

I’m not saying I’m an expert but these are a few things I learned along the way.

probably the most basic and helpful tip I can give anyone is STRUCTURE if your code and your files are tidy it is so much easier to write it, rewrite it and learn from it. In my job I have had to rewrite other people’s work or look at other people’s code to decipher if the website needs recoding, and lets face it most of the work we get in from clients their current websites need a total rewrite at the very least so I can read the code properly so I can make the changes the client wants.

Okay so the easiest thing to teach you would be file structure, if you mix all your files up it can be quite difficult to find things and move things about but if you keep things in order then its easy peasy, all the images should be kept together, (and maybe in folders within an image folder if you have LOTS of images) css, scripts and anything else should have its own folder. Below is a diagram of a basic website filing structure which I use every day.

file structureAs you can see I use Dreamweaver, which in the past I have hated with a fiery passion, and I still thing it promotes laziness but if you are in the web design business you will know what time is very precious and you will need a programmes that will help you out, and I think Dreamweaver is one of the best in the market. Anyhow this is the file structure I use in all my websites, the ‘includes’ folder is used when using PHP which I will write a tutorial about later on but basically it contains small snippets of code that needs to be included on every page. (this is also very useful and I will write a tutorial on it later).

The ‘assets’ folder is where you keep all your CSS, images and javascript, I would also create a folder for pdfs, or word documents, or any other kind of file you upload to your server. I used to just shove everything in the main folder and it took ages to find what I wanted.

HTML Structure.

What with the HTML 5 coming into play, structuring websites could get a lot easier and a lot more straight forward but thanks to the evil of Internet Explorer that has infected the internet with its F*** You’s to anything that you try to write that is semantic or anything that validates, and all those people who are forced to use Internet Explorer or people who are too lazy, or don’t know enough to update their browsers anything better, HTML 5 will have to wait around for a bit or you as a website designer will have to learn all the tricks to back date all your websites.

below is my basic HTML structure which I would recommend if you want to make it easy to update. (please note there may be easier ways out there to layout your work but this is what I have found to work best for me)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SITE NAME</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="YOUR NAME AND WEBSITE ADDRESS" />
<meta name="language" content="en-gb"/>
<meta name="robots" content="index,follow"/>

<!--STYLE SHEETS-->
<link rel="stylesheet" type="text/css" media="all" charset="utf-8" href="assets/css/main.css" />

<!--JAVASCRIPT-->
<script type="text/javascript" src="assets/js/jquery-1.4.2.min.js"></script>

</head>
<body>

<div id="wrapper">
   <div id="header"></div >
   <div id="content"></div>
   <div id="footer"></div>
</div>

</body>
</html>

Head:

This is the basic format I use, and I’m just going to break it down for you now.

DOCTYPE: This little piece of code that tells the browser what version of code has been written in. There are several types of these Doctype

  • HTML Strict : contains all HTML elements but doesn’t include deprecated elements like font.
  • HTML Traditional : contains all HTML elements including deprecated tags.
  • HTML Frameset : the two above don’t include frame sets so if you want to use them use the frame set version. (I wouldn’t recommend framesets they are old and horrible 😉 )
  • XHTML Strict : this is the most strict version it doesn’t allow for any deprecated tags, or framesets and the mark up must be written as well-formed XML.
  • XHTML Traditional : this is what I use, becuase it allows for a few errors, and I am not saying I make a lot of errors but simply becuase if you want your site to work for ie6 and old browsers sometimes you have to use deprecated tags and little hacks to get the site working across the board. but the mark up must be written in well-formed XML.
  • XHTML Frameset: I think you are getting the flow of things right?

for more information about DOCTYPES visit W3School

I would hope you all not what the <html> tag does, there is a little extra code in there that basically sends information to the browser to say what type of html has been written and in what language etc.

META TAGS: The next block of information is the meta tags. These are hidden bits of information that tells the browser things about your website, in the past these have been the main source of information that search engines have used to determine what your site is about, however lately search engines are must more advanced and they are able to read all the content of your site and determine what your site is about from what your write about, so meta tags are no longer the be all and end all of SEO (Search Engine Optimisation)  you now have to write the content of your site very carefully, and search engines also determine the value of your site by the type of code you write. ( I know very little about SEO, it is very in-depth and long winded and if you ask me very boring. you can find out a lot more about SEO here at SEO Moz one of the best SEO blogs on the net)

  • <title></title> this is pretty self explanatory put the title of your site here … duh lol.
  • “description” : here you should put a detailed description of what is on the page, if you have 10 page you need 10 different descriptions becuase different things are written on different pages.
  • “keywords” : these are the keywords that describe your site, these can be the same on every page to make it easier or if you want to be complex you can create new ones but keywords are hard to choose especially if you think about it, there may 1000’s of sites with the same keywords as you
  • “author” : this is basically to say you wrote it, its a good thing to put your name and website address, this is if you are writing it for someone else so if anyone wants to know who coded it they can find you.
  • “language” : pretty self explanatory
  • “robots” : this defines rules for robots (web crawlers for search engines)

There are more than this but you only really need to use title, description, keywords. the others are just filler.

JavaScript and CSS: after the meta tags I always put the assets, CSS first and then the JavaScript if need be, many people like to put the JavaScript at the bottom of the site as it can take a while to load and most people want their site to load before waiting for the JavaScript, but many sites these days rely heavily on JavaScript as it is a common language and most people have browsers that enable JavaScript.

As all the code above is written within the head tag it is hidden from the viewer now we get onto the actual content the body of the the HTML file.

Body:

I like to keep this a simple as can be, I always cut my sites into three second HEADER, CONTENT and FOOTER, almost all sites run on this structure, even if the author doesn’t realise it, you may notice that I haven’t put menu in there, well I put that anywhere I want, as long as it fits into one of these three sections. (cutting your site up this way helps when it comes to using PHP includes tutorial soon)

Wrapper: this is probably the most important thing in the site, the wrapper keeps everything within a certain space. even if your site is a liquid layout (a layout that changes width with the size of the browser window) I tend to do all my sites as a fixed width as it make it easier to code and to be sure what it looks like across different resolutions. but adding a wrapper around things means you can control the shape of everything inside the wrapper.

Header: this has everything that appears on every page at the top of the site your website title, main image, and possibly a menu. you can put as many <div> or content in the header as you want, but the main thing is that everything you want on every page should be contained in the header.

Content: this area should contain all your unique copy, from the title of the page down to the last full stop, these shouldn’t be anything that is going to appear on more than one page (unless you have included a sidebar but if you have included a side bar the best way to do it is to divide your content div into two section, the less confusion between the DIV’s the better. (and I implore you DIV’s not tables!)

TABLES ARE EVIL: just a quick note, I learnt tables first, and I used tables for years!! they are easy to use and make it really easy to divide up your page but they are not supposed to be used for content, or layouts or anything like that, the true use for tables has always been data. I remember when my friend Kitty first told me to use DIV’s I was so against them tables were safe and worked so well but they didn’t they were difficult to move and although they layout the site into blocks which is what I am asking you to do with DIV’s using DIV’s you can move things around the page so much more easily and use the CSS to do so much more with them. Tables are great for any kind of data like a size guide, or a pricing table, or anything like that, but keep it data only please.

Content and Sidebars: as I said above try to keep your content separate from the static content of your site, it will help you when you want to edit your site later on and will cut down the amount of time that it takes to redesign your site when you get bored of your layout and if you are anything like me, I always get bored of my layouts almost as soon as I’ve finished the redesign.

Footer: well all your footer information goes here, most websites have contact details in here, or important information that isn’t very pretty, this could be accreditation, or outbound links, for example my site (at the moment) has a poll, a bit of information about me and all the links to my social networking places, these are important bits of information but they are thing I wanted to show people. I also use this section for a quirky little thing that promotes my commenter, so the more you comment on my site the higher up your name and your website link will appear on the site. However the important thing to remember about the footer is this is for things that appear on every page at the foot of your website.

current footer 2010

Okay well I think that’s it, you may think that is a really in-depth way to describe the structure of  web site, and most of you probably already know about everything here, but just hope there was maybe something you didn’t know about or something you are going to try out and if you learnt nothing oh well your doing great and didn’t need to read the post 😉 but like I said there are other ways to do thing this is just what works for me.

Organisation is the key to speed and understanding

Bye Bye Summer Hello October

Its been a busy couple of weeks for me, work has really been taking its tole but I haven’t forgotten Elucidation Art, in fact I have even won an award over at Buffy Forums in the past month for my Tears wallpaper I plan on entering a few more challenges, but I am finding some of the subjects really challenging, they really make you work for it over at Buffy Forums lol, but I guess that’s why they have some of the best Fanartist on the web.

Okay so its October so another Site of the Month, and this month it goes to Brinneydee Designs!

October 2010 Brinneydee DesignsReason: I have recently found Brinneydee Designs and I have fallen In love with the designs and wallpapers she has created, I really enjoy the fresh and creative ways she presents her work, she is able to focus on the character essence in her artwork, and inject it with amazing colour and vibrancy to each piece of artwork. [read more]

So like I said I have dome some art work which is below and I have also made a collection of icons for Legend of the Seeker season two that you can check out

and here are the latest wallpapers I have created.

  • Richard Cyhper
  • Angelus Coin
  • Tears