home
Contact
RSS Feed
rss

Archive for the ‘Tutorials’ Category

Easy way to make gloss

Thursday, December 13th, 2007

In this tutorial I will show how to make things shiny in illustrator, this is the easiest way I know of.

(more…)

Beginners Complete Guide to C++

Thursday, December 13th, 2007

Here you will learn the basics of the C++ Programming language.

To start off you must know that we are using the C++ that uses the Win32 Console, not graphical interface. (more…)

Comments by admin Fix!

Tuesday, December 11th, 2007

There are various ways to fix the problem with someone choosing the same ‘displayname’ as the admin, The way I did so is change it so the comment author e-mail matches the admins e-mail. So instead of

if($comment->comment_author ==$userdata->display_name) ?>

You would put

if($comment->comment_author_email == "admin@email.com") { ?>

And thats it :) Just choose an e-mail that other users cannot guess, like a personal e-mail that you do not use on your website, and you should be safe.

Create Codeboxes/Warnings in Wordpress

Tuesday, December 11th, 2007

In this tutorial I will teach you how to create code boxes similar to the ones you see in my post, which are quite similar to code boxes you see on forums and message boards.

These are quite simple actually all you need to do is create a class for each one.

(more…)

Vortex in Photoshop

Friday, December 7th, 2007

Med

About time for another tutorial! This tutorial will teach you how to make a nice vortex type image in Photoshop. For this tutorial you may want a stylus unless you are good at drawing almost full circles with the mouse.

(more…)

Fully code your site in CSS!

Wednesday, November 28th, 2007

My long and promised tutorial has arrived. Fully code your website in Valid CSS and XHTML!

(more…)

Icons by your post title

Saturday, November 24th, 2007

It was suggested to me to have icons next to my title that represented what the post was about, ex. a post for illustrator would have the illustrator logo next to the title. And so I have done so.

Now in this tutorial I will show you have to make it so your post automatically puts the icon next to each title and with the correct icon for that category. This is a really simple technique. (more…)

Create an Abstract Equalizer

Saturday, November 24th, 2007

medium

This tutorial we will learn to make an abstract/glassy equalizer in Photoshop. Begin with a canvas size 700×360 and black background.
I assume you know the interface to Photoshop in this tutorial and most of the basic functions. (more…)

Looping your program and basic Functions(C++)

Wednesday, November 21st, 2007

Functions and Making your Program loop C++
So this seems to be a problem with some newer programs, how do you get your program to loop back to the main menu when it is complete? I will also be showing basic function usage in this tutorial. I assume you know how to read in to variables and print strings etc… (more…)

Make Glossy text with Reflection

Tuesday, November 20th, 2007

Easy

In this tutorial I will teach you how to make glossy text with a reflection. I assume you know the basic interface of photoshop.

Although this has been done many times, I believe I do mine in a different way than most others. And it could possibly be easier than most of the others.

(more…)