Decided to prune these accounts: NightRaven1974, guyfuenteshz, smithdyer & Naomi32Conner.
These account have not been used for anything that cannot be done without an account and are therefore pointless.
I once again want to make it clear, only apply for an account if you want to comment on my posts and/or pages.
It is also possible to email me at ThyLord@TheJAG.eu if you don't want to go through the whole registration process. After all, accounts need to be manually activated by me. I'll also manually send an activation confirmation email from now on to any new account. They'll contain a random string that you need to email back to me within a couple of days or I'll delete the account.
I was idling on ED2K awhile back and thought I'd search for some of my old Anime releases and see if they were still around, well the only one I found was a trailer for the Anime Please! Teacher. Anyhow, I managed to salvage the file and have now put it up on the downloads site.
Some pages (books) are currently down for rewriting and reformatting. They may also be renamed or moved accordingly. Any downloads are still available at http://downloads.thejag.eu. Sorry for any inconvenience this may or may not cause. They'll pop up one at a time once they're done.
Have Fun.
Swapped the colours from black and read to white and light blue for a more pleasant viewing experience, and because I got tired of the old combination. Also removed the right-side bar, it's now merged whit the left side bar. Polls should show up in the content view now, might change that and add them to the bottom of the left-bar. Not that I use the poll system...
Oh, before I forget, also added an AddThis share button to the left-bar below the Hack This Site link. Now you can share your favourite articles with all your friends without any hassle.
Anyway, have fun.
Forgot to mention this before, but while I was working on the Downloads page I finally made a CSS Reset of my own. I always just put it together from memory before but now I have a reset.css file with the code ready to be imported anywhere. It's very similar to Erik Meyer's CSS Reset, after all it's based on it. Well, without further ado, here it is:
@charset "UTF-8";
/**
* TheJAG Productions presents:
* CSS Reset Version 1.0
**/
*
{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body
{
line-height:1;
}
ol,
ul
{
list-style:none;
}
blockquote,
q
{
quotes:none;
}
blockquote:after,
blockquote:before,
q:after,
q:before
{
content:'';
content:none;
}
/* Don't forget to define :focus if you're going to use it. */
:focus
{
outline:0;
}
/* Don't forget to highlight ins if you're going to use it. */
ins
{
text-decoration:none;
}
del
{
text-decoration:line-through;
}
/* Don't forget to add cellspacing='0' in the markup */
table
{
border-collapse:collapse;
border-spacing: 0;
}
/* Copyright © 2010 TheJAG Productions, All Rights Reserved. */