Select Elements Search Results

How To: Use black & white to separate elements in Photoshop

Learn how to use black and white to separate elements of your designs in Photoshop CS3 in this image editing software tutorial. Using black and white to separate background images from more important foreground images is a great technique for creating dramatic designs. Learn how in this Photoshop tutorial. The tutorial assumes you know how to use Photoshop.

How To: Create a custom user control in ASP.Net

In this video tutorial, Chris Pels will demonstrate how to create a custom user control in ASP.NET that can be used throughout a web site or across many web sites. Start out by learning the basics of creating a user control that will be used in multiple pages including validation, controlling formatting using style elements, and loading/saving data for the user interface elements. Throughout the video considerations for building user controls that can be easily maintained and used across mult...

How To: Use a custom config section in an ASP.Net config file

In this video tutorial, Chris Pels will show how to extend the standard set of ASP.NET configuration settings with your own XML configuration elements. First, see how to create a configuration section handler which is required to interpret and process the information in custom XML configuration elements. During this learn how to use declarative model for defining the behavior of a configuration section handler. Next, see how to add a custom section handler and custom elements to an ASP.NET co...

How To: Make HTML elements accessible from server side code

In this video tutorial, Chris Pels will show how to make standard HTML elements in an .aspx page accessible from server side code so they can be used in page processing like a standard ASP.NET server control. First, see how the addition of a runat=”server” attribute to a standard HTML control like a div allows it to be referenced in server side code with full Intellisense. Next, see several examples of how you might manipulate HTML elements on a page with this technique. Lastly, see how this ...

How To: Paint a modern piece in oil

This video is a demonstration of painting a modern work with elements surrealism. The composition includes elements of cubism in the background, a simplified face, flat spacial depth, and a fantastical positioning of a candle. The work is done in oil paints.

How To: Do UVmapping with 3D Studio Max

In this tutorial, we learn how to do UVmapping with 3D Studio Max. Open up your image in the software, then go to "unwrap UV". Scroll down to edit and you will be able to see the basic scale. Grab the mass and scale it down, then use your element turn on to select the different pieces. The UV mapping will now turn a different color and show you where you have edited it. Continue to do this throughout the entire program. Make sure you have all other programs closed while you are doing this, an...

How To: Choose the right set for your web show

This video shows the method to select the right set for your web show. The video tells us what a set is and its importance in the show. A set is a place for shooting your own show. The set should be designed carefully and properly. A typical set should be bright with various colors. It should not look depressing like a blank wall. Make a set which will look fine on camera. There should be an element of fun in the set. The set should be made to grab the attention of the viewers. The design of ...

How To: Remove sensitive information from PDF's in Acrobat 9

This video shows how to use a special tool to redact or remove sensitive information from Adobe Acrobat 9. This includes hidden metadata, file attachments, comments, hidden text and layer elements within a PDF file. You can also set it up when you're emailing. The Examine Document function highlights information that you may want to remove. You can then select the different types of data and choose which things you want to remove.

Action Launcher 101: How to Use Quicktheme to Make Your Home Screen Match Your Wallpaper

If you're like me, you change your wallpaper often. After maybe a week of looking at the same picture, you just have to have something different. Depending on the new wallpaper, you may spend another hour changing the background color of folders, the app drawer, and even Quickpage to match your overall theme. But you probably don't want to spend that much time tweaking your layout every week, so let me show you a way that reduces the time from an hour to a few seconds.

How To: Make a real glass orb in Photoshop

This tutorial is an on-screen demonstration on how to create a circle that looks like a glass orb using PhotoShop. First make the background black. Then using the elipse took, draw a circle, filled with light grey. Right click on the shape layer and click "Rasterize layer". Select the eliptical marquee tool and make a circle in the grey shape, a little ways in from the edge. Select the area and choose "Layer via cut", click on Layer 2 and delete. Click on Shape 1 and create a contour by choos...

How To: Create e-mail icon in Photoshop

This video will walk you through the process of creating your very own icon to use for your email by using Adobe Photoshop. Photoshop is a great tool to use for a variety of purposes and in this instance can make the perfect icon in just minutes.

How To: Clean up a photo of a newborn in Adobe Photoshop Elements

Interested in using Photoshop Elements to touch up a digital photograph of a newborn baby? This clip will teach you what you need to know. Whether you're new to Adobe's popular raster graphics editing software or a seasoned professional just looking to better acquaint yourself with the program and its various features and filters, you're sure to be well served by this video tutorial. For more information, including detailed, step-by-step instructions, watch this free video guide.

How To: Fix a lighting problem in Adobe Photoshop Elements (PSE)

Want to know how to fix a lighting problem after the fact? With Adobe Photoshop Elements, it's easy! And this clip will teach you what you need to know. Whether you're new to Adobe's popular raster graphics editing software or a seasoned professional just looking to better acquaint yourself with the program and its various features and filters, you're sure to be well served by this video tutorial. For more information, including detailed, step-by-step instructions, watch this free video guide.

How To: Create layer masks in Adobe Photoshop Elements (PSE)

Wish there were a way to create layer masks in Photoshop Elements? There is! And this clip will teach you what you need to know. Whether you're new to Adobe's popular raster graphics editing software or a seasoned professional just looking to better acquaint yourself with the program and its various features and filters, you're sure to be well served by this video tutorial. For more information, including detailed, step-by-step instructions, watch this free video guide.

How To: Create a diptych in Adobe Photoshop or Photoshop Elements

Interested in creating a diptych? With Photoshop CS5 or Elements 8, it's easy! And this clip will teach you what you need to know. Whether you're new to Adobe's popular raster graphics editing software or a seasoned professional just looking to better acquaint yourself with the program and its various features and filters, you're sure to be well served by this video tutorial. For more information, including detailed, step-by-step instructions, watch this free video guide.

How To: Sum the elements of an array for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to how to sum all of the elements contained in a given array. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Balance chemical equations with MyTutorBuddy

Learn how to balance chemical equations with MyTutorBuddy. Learn about this in this video tutorial. There are four easy steps to do this. Step #1 – place 1 by the most complex compound. Step #2 – balance anything that is not an element. Step #3 – balance the elements. Step #4 – multiply by the lowest common multiple. The 4th step doesn’t always come in to play. The video demonstrates with an equation: C3H8 + O2 -> H2O + CO2. But, this equation is not balanced. Using the 1st three steps, the v...

How To: Declaratively and programmatically use master pages

In this video tutorial, Chris Pels will show several aspects of defining and using master pages in an ASP.NET web site. First, see how to create master pages declaratively using the ASP.NET master page model and learn what information is best suited to a master page compared to an individual content page. Next, see how to programmatically assign master pages on-the-fly in an individual content page. Also learn how to create a base page class which assigns a master page programmatically for al...

How To: Theme Marshmallow with Android's Hidden Theme Engine

Not too long ago, Sony was looking to create a method for theming the interface of their Xperia smartphones and came up with a framework called Runtime Resource Overlay (RRO). They then contributed this framework to Android's main code base, and Google has since taken over the development of RRO as a way for manufacturers to implement themes in their skinned versions of Android.

How To: Follow three rules to balance chemical equations

In this video, we learn how to follow three rules to balance chemical equations. The first rule is that you need to start by balancing elements that appear in only one reactant and one product. The second rule is that you need to multiply through by common factors. You must retain equal numbers of atoms of each element on both sides of the equation. The third rule is: if an atom appear in elemental form on one side of the equation, save it for last. Going over the rules of how the balance the...