3D EFFECT IN PHOTOSHOP

Written by Maricon Williams


You can use your Adobe Photoshop in creating 3D images. Since 2Ds are obsolete and 3Ds are in, you might want to start enhancing your skill in computer graphics.

You can start making a cube. Your aim is to create an image of cube that is viewed in such a way thatrepparttar three sides, left, right and top, are shown. Then, learn how to put different effects on it, like shadow, to make it more realistic.

Adobe Photoshop is an ideal program for making two dimensional (2D) images. But it does not limit you to this type of image. You can also create your three dimensional image, orrepparttar 107264 so-called 3D image, by usingrepparttar 107265 3D Transform. This will allow you to create simple 3 dimensional shapes or wrap an image in a 3D shape.

To access 3D transform, go to Filter, select Render and choose 3-D Transform. The editing box will appear. This is where you can findrepparttar 107266 primitive tools. These tools are used to editrepparttar 107267 three kinds of primitives, which includes sphere, cube and cylinder. Also, these tools will allow you to create basic images and editing tools, such as Select and Direct Select. The Select tool enables you to move objects, whilerepparttar 107268 Direct Select tool lets you to make adjustments by draggingrepparttar 107269 anchor points.

Introduction to ASP.NET with C#

Written by Exforsys Inc


Introduction: In this tutorial we will introducerepparttar new technology for building websites. This new technology is known as Asp.net. Asp.net allowsrepparttar 107263 developer to build applications faster. This is achieved due torepparttar 107264 fast that Asp.net makes use ofrepparttar 107265 rich class libraries provided by Microsoft. net framework.

Classic Asp:

Asp, which is now more commonly known as Classic Asp was used extensively in 1990's. The idea of creating dynamic pages and linking them with database wasrepparttar 107266 main purpose of classic Asp. Asp used html controls for user interaction. Apart fromrepparttar 107267 good features available in Asp programming, it also lacks in some ofrepparttar 107268 major areas. These areas include clean coding as asp pages were incline pages and allrepparttar 107269 business logic as well asrepparttar 107270 interface was coded in a single page. This produces many problem whenrepparttar 107271 code had to be updated or modified. Asp pages also lacked performance and scalability which were fixed in Asp.net. Lets see what Asp.net technology has to offer a developer to build dynamic pages much faster.

Asp.net Web Applications:

Asp.net is based onrepparttar 107272 .NET framework for building web applications. Since Asp.net is a part ofrepparttar 107273 Microsoft. NET Framework it hasrepparttar 107274 ability to take advantage of rich class libraries provided by Microsoft. The question is that why should one use Asp.net and not use classic asp or any other web programming technology. Here are some ofrepparttar 107275 features of Asp.net that makes itrepparttar 107276 best web application technology.

Use of Controls:

Asp.net providesrepparttar 107277 developer with several controls to perform basic as well as advanced operations. Controls provided in Asp.net falls under HTML Controls, HTML Server Controls and Web Server Controls.

HTML Controls:

Html controls arerepparttar 107278 basic controls that are executed onrepparttar 107279 client machine. These controls include textbox, label , image etc. A simple example of html control can be given byrepparttar 107280 following code which renders an image.

As you see HTML controls are very easy to use but they don't provide much features. Microsoft decided to introduce HTML Server controls which extendsrepparttar 107281 functionality of simple HTML Controls.

HTML Server Controls:

HTML Server Controls looks exactly likerepparttar 107282 HTML Controls with one difference that they are executed onrepparttar 107283 server rather thanrepparttar 107284 client. A simple example of HTML Server controls is given below:

just add a runat server attribute withrepparttar 107285 image tag.

As you can see thatrepparttar 107286 image tag or control looks exactly likerepparttar 107287 one that we have previously discussed. But it has an additional attribute which is runat. The runat attribute denotes that this is a HTML Server Control and will be executed onrepparttar 107288 Server rather thanrepparttar 107289 client.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use