Posts from ‘Tutorials’
How to Make Depth of Field Typography
DOF Typography
DOF Typography, what the hell is that exactly? Well I needed one day to make the text from a header page someway different, sadly color, position, angle and all other stuff didn’t quite get the main idea of different. Then I thought to make it look like the letters were put there by hand and look like they were hanging, some sort of smooth 3D effect.
Well the idea is not new I’m sure of that, but the solution to do it in Photoshop is quite easy peasy and no super cool plugins or 1000 layers are necessary (feel free to search for other solutions over the net, but this is how I did it so stick around to see my version).
The Desired Effect – Magnified
So, the desired effect in the end should look like the one in the example above, you can see that some letters are in front of the others and the light casted drops a shadow just enough to make them look like they are hanging there without a pin (some sort of a 3D effect)
Ever wanted to add a bottom shadow effect to some elements, shapes or images in Photoshop in just a few easy steps? Well actually is quite easy to do something like this and you don’t have to be an expert.
The main design advantage that bottom shadow effects have is that it will give you the impression of deepness to your content and elements.
Here is the desired effect
Step 1 – Open your image / document
Open your document or image in Photoshop and create a new Layer right after your main Layer. In this layer we will add the bottom shadow effect and because the new layer is positioned right after our main one it will display in the back without overlapping the main layer…
Inspired by others ideas and code and also by the need to insert a Top Link like button on my own website I managed to write a script that not only works on all major browsers but it’s also neat and animated
The expected outcome
The general idea was to try and add a link on the right side of the page that will appear and stick there after a certain percentage of the page is scrolled down and when clicked will smoothly scroll the page back to the top. Also it’s mandatory that this should work on all major browsers (including IE).
Here is an example how this should look like (example working already on this page, just scroll down to see it)
The button and the placement problems
In order to add the button to the page we just need to add this code to our page just after the <body> tag:
<a href="#header-top"> <div id="back-top" style="display: block;"></div> </a>
The DIV tag will be used to show our top link using a background-image (but you can use a text just as well) and the anchor will be used to link us to the top of the page (in this case by the most outer div tag with the #header-top id) .
I needed one day to make a mirror effect (you know when you place two mirrors one in front of the other and look at them) for 50 photos and started to make them by hand in my PS. I soon give up because it was taking to long and tried to find a solution that will be more easy to use and more quicker. Lucky me that Adobe thought of this kind of problems and offers us two ways to solve this issue.
The Methods
The first one: ACTIONS are very easy to use directly from PS. No programming required, no nothing, just record what you want to do and then apply that steps to a bunch of photos.
Another way is to use SCRIPTING is PS to achieve our desired output. Basically PS let’s us use scripts to automate most of the processes that we make by hand.
A script is a series of commands that tells Photoshop to perform a set of specified actions, such as applying different filters to selections in an open document. These actions can be simple and affect only a single object, or they can be complex and affect many objects in a Photoshop document. The actions can call Photoshop alone or invoke other applications…
A few days ago I realized that Ubuntu doesn’t have “direct support” for ADSL modems so after long searching and internal tweaking I found a way to make this two work together without any problems.
I tried all these on the latest distribution of Ubuntu as of 17 Sep 2009 wich is 9.04.
Step 1: Download all these files libatm1, br2684ctl, speedtouch_ng – ZIP
Step 2: Install them in the following order:
All the files are in DEB format so there is no need for the terminal just yet (they work as setup exe files in Windows)
1. libatm1 – it should be a new version already in Ubuntu, if this is the case skip the installation
2. br2684ctl
3. speedtouch_ng – Here you will be presented to enter your credentials and some info about your connection. When prompted what connection type to use be very careful to chose PPPOE / ATM then enter your user name (for example 02141xxxxx@SIP1), your password and the values for VPI/VCI (for Romania are 0.35 – google or check your contract for other countries). Also don’t forget to check Connect at startup option here also.





