Chuyển đến nội dung chính

20 Cool Photoshop Tutorials

20 Cool Photoshop Tutorials

Want to learn some Photoshop tutorial, Tips and Tricks. Ok so am Posting some of the best Tutorial Links Here from which you can learn so many Photoshop Tutorials. But Photoshop Lady is one of My Favourite site from where you can get so many Photoshop tutorials.

So here are the Some of the Best Tutorial Links:

1. How to make the Transformers movie text.

2. How to Turn a Image into a Beautiful Paint.

3. How to Add Fire Effect in Text

4. Give Your Photos a Retro Comic Book Effect

5. Creating A Cool 3D Web Design Effect

6. How to Make Photos More Suggestive

7. Adding Reflections To Sunglasses

8. How to Change Hair Color

9. Expressive lighting effects

10. Hair colored in just few minutes.

11. Turn your photo into movie-like effect

12. Dusky Lighting Effects

13. Transform a person into an alien

14. Photo Editing / Retouching

15. Create a Spectacular Grass Text Effect

16. Tutorial for soft cell shading

17. 3D Typographic Effects

18. ‘Bee Movie’ Text Effect

19. Giving a Mafia-Look to a Business Photo

20. Fantasy Art

©2009 TechnoBuzz.net

Bài đăng phổ biến từ blog này

Thay đổi thuộc tính file php.ini cho từng website trong Apache

Đối với 1 hệ thống máy chủ hỗ trợ PHP mà có nhiều website hoạt động trên đó, thì việc điều chỉnh thông số kỹ thuật của file cấu hình php.ini đôi khi trở nên rắc rối. Thông thường sử dụng cú pháp ini_set() hoặc .htaccess để can thiệp . Giả sử, có 1 website với thư mục lưu trữ gốc là /var/www/html/example/ , với domain www.example.com . Để kiểm tra, trước tiên tạo file /var/www/html/example/phpinfo.php : <?php phpinfo(); ?>

Linux IP Commands

Display Current Config for all NIC's: ifconfig Display Current Config for eth0: ifconfig eth0 Assign IP: ifconfig eth0 192.168.1.2 Ping: ping -c 3 192.168.1.1

DOS / Windows IP Commands

Display Connection Configuration: ipconfig /all Display DNS Cache Info: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release