home
Contact
RSS Feed
rss
illustrator Easy way to make gloss

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

Continue Reading »

programming Beginners Complete Guide to C++

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. Continue Reading »

wordpress Comments by admin Fix!

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.

wordpress Create Codeboxes/Warnings in Wordpress

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.

Continue Reading »

photoshop Vortex in Photoshop

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.

Continue Reading »

programming Fully code your site in CSS!

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

Continue Reading »

photoshop Tetris Revolution

Tetris image made in 3ds Max and Photoshop, didn’t come out as well as I wanted but I think I’m done messing with this image for a while. Rendered in 640×480 Resolution took about 30 minutes to render…3ds Max isn’t optimized for vista yet I suppose :cry:

tetris

general Photo’s

While waiting on my next tutorial, here are some photo’s I took in my yard earlier today.

pink flower More pink Dandylion
wordpress Icons by your post title

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. Continue Reading »

photoshop Create an Abstract Equalizer

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. Continue Reading »