This quick tutorial shows you how you can add more details to your surfaces in Blender 2.64 by adding bump maps to your objects.
Continue reading “Adding bumb maps to cycles renders in Blender 2.6”
How to add a uv texture inside cycles in Blender 2.64
This quick video tutorial shows you how uv textures can be added in cycles render.
How to quickly add jQuery to your web page
Too lazy to type? Copy my code below:
<!doctype html>
<html>
<head>
<title>jQuery</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="jquery-1.10.2.min.js" type="text/javascript"></script>
</head>
<body>
Click me to test
<script>
$('body').click(function(){
alert('jQuery is working');
});
</script>
</body>
</html>
Continue reading “How to quickly add jQuery to your web page”
How to create a image based blur in PS (similar to the AE effect stylize –> blur)
The video shows two different ways of blurring the highlights of an image similar to the way the Adobe After Effects blur effect works.
Continue reading “How to create a image based blur in PS (similar to the AE effect stylize –> blur)”
How to easily create polls on the internet and vote on any subjects
How to easily create polls on the internet and vote on any subjects at www.pollforum.org
Whattaclick finding the yellow smiley
How to find the yellow smiley at www.whattaclick.com
How to find the green smiley at whattaclick.com
Whattaclick has many hidden smileys and finding them might be quite a challenge. Here are the instructions on how to find the green “tooth smiley”
Export a flash file from Adobe Encore without the control bar
How to easily calculate the amount of minutes between two times
Create an RGB colorwheel in Photoshop (in one minute)
In this tutorial you will learn how to quickly create a standard RGB colorwheel in Photoshop.
Continue reading “Create an RGB colorwheel in Photoshop (in one minute)”