So how do we manipulate images in Photoshop? ...well hang on a second, what you need to be is be very careful, as any changes to the image are destructive to the base image. This video will introd...
Layer masks are the bread and butter of merging layers together. In this video we shall look at how to perfom a basic layer mask which will transform a late evening image into an early morning vist...
This instructional video will teach you how to create 3D text within Photoshop CS4. This is one of many videos which can be seen at PCTeach.me. Come join the gang!
One of the most common requirements nowadays is to "stich" images together. Simply put this allows you to overlay multiple images together to create a larger image.
So what do you do when you only want a selective part of the image? Well...you could use the marquee tools (which most people do), but what is better is to use the crop tool. This tool is pretty ...
When you get down to altering your images it is important to work out the differences between certain tools. In this video we shall tackle the differences between the "Clone Stamp" and the "Healin...
Using adjusments in photoshop will make either a markedly better or worse change to your image. As there are so many options available in PhotoShop we are going to just takle two of them in this v...
This video is a little bit out there with things you want to do with Photoshop. This video will explain part of the reasons (not all!) why you use "Paths".
Following the very successful "Layer Masks" video I upload late last year, I thought I should expand on this avenue further. So here we are layer masks with vectors. Using vectors give the user mor...
With any data that your going to import into a database there are problems with the way the data has been entered down to calculations displaying values to too many decimals.
One of the transitions from a beginner to an intermediate developer in SSIS is the ability to configure packages that you have created en mass. This can be done in a variety of ways but the best wa...
When either importing data or ETL (Extract, Transform & Load) for a data warehouse, you quite often need to assign key values to your data so you can use these values to join/link on. For example, ...
With the any kind of database import there are always going to be data problems. Why? Well, it generally down to human beings. A computer is logical, a human is not. A computer does what its told...
After you have your database the way you want it, the next thing on your list of priorities should be maintenance. You can perform most things manually, but what if you wanted the server to do it?...
A question was raised by one of our subscribers asking about variables and how they are used. So here we are! This video explains the basics of what variables are and how to configure and more im...
With the basics of variables discussed from our previous video we can now give you an example of how this all fits together. This video will show you how to use system and user variable to produce...
We are slowly getting there! Our packages are coming along quite nicely but then DISASTER! You are getting errors all of sudden. After you have ran around the office screaming for 5 minutes and g...
You will get to a point when uploading data to a database can get repetitive. The same structure of files needs to be imported over and over again. Instead of creating multiple data flow tasks yo...
So with the basics of cloning and the healing brush discussed in a previous video. Its time to raise the bar. This video deals with how you can control the many aspects of the clone tool. In the ...
Images can sometime not come out as expected. For example your in an underwater aquarium and take a few snaps of the fish but the image never looks good, either they are milky due to the camera lo...
If your like me, you sometimes have a great picture which from no fault of your own is a bit fuzzy. I have some great pictures but they never look as good as when you were there!
This video will discuss briefly how you would produce your own action scripts which you can apply to an image or series of images. Creating Actions is quite a vast area so please treat this as a s...
With all your hard work the last thing you want is someone coming along and stealing your work saying that it was thier own. Although your using Photoshop you can still get around copyright inform...
Following on from the other post regarding "Photomerge" one of the things I did not show you was how you would edit the images if they are not quite right. For example the photomerge did everythin...
I was asked the other day to get a photograph of my friends Tea Room for thier website. The problem was I needed to get going and it was still daylight. Why was this a problem? well, they wanted ...
Following a rather spectacular PC issue. I have had to build a new PC and reinstall all my software again. To this end I thought it was a good idea to record the installation of SQL Server 2008 R...
Following on from our previous video of how to display results from SQL by use of the select statement. We are now going to discuss the basics of filtering our information by use of the "where" cl...
The more data you start interrogating the more records you will return. Its always the same, you start off with basic criteria and before you know it you are referencing several tables to obtain th...
So if your here on this post you're after understanding the mysteries of Primary/Foreign key relationships. Well let me tell you they are an art form not an exacting science something at first you ...
If your learning the basics of SQL, there comes a point in everyone's experience of SQL where the learning curve suddenly jumps a notch. For me this topic made me reminise back to when I was a kid...
From time to time you will want to search within your database for specific information. Quite often this information would be a name or descriptor of some shape or form, but what if you want to se...
"Before you can run you must walk". Never a more a true word said! If your intention is to produce reports for small to large businesses you need to ensure you have configured the server properly...
So, you have your server configured and ready for "Report Consumers" (posh way of saying users!). Where do you start I hear you asking? Well, if your a novice your best place to start is by using...
As we now have a report created in "BIDS", it will probably be a good idea to get it onto the Report Server which we configured a few videos back (see "Reporting Services - Configuration"). So how...
We have configured, designed (albiet by wizrd) & deployed our first report. Ready to create a report from scratch? Well this video will cover the basics of creating a report without the aid of a ...
The dataset,datasource and table are present on your report but something is missing.....I know formatting! You cannot have a report that does not have borders,font stylings and shading on can you...
With your report well underway, the next hurdle is ensuring your report is able to change its results depending on the criteria the user wants. this is accomplished by putting report parameters on...
You have a shiny new report that your users can now interrogate with parameters (shown in last video), its interactive now, but there is something missing.....
Welcome to the start of a very exciting journey. You have chosen to discover how B.I. works from Microsoft viewpoint. The following video describes what SSAS prerequisite material you need to have ...
After building our first Cube it becomes clear that the wizard although useful in creating quite a lot of the mundane/repetitive configurations, is let face it a little too basic for our tastes. Fo...
So, let get this straight... we have gone to the trouble of defining our Dimension Hierarchies to ensure that they are nested correctly and display correctly but they still wont work correctly for ...
Now here is the rub when it comes to aggregated data. A cube stores aggregated data based on the hierarchies in our dimensions. So depending on how many dimensions and how many measures we have we ...
Okay, we have some rather fancy dimenions created but there is something other than hierarchies we can do with Dimensions espcially later when looking at Data Mining.
So we have already spoken about Dimension Hierarchies through this course so far but there is one special relationship that we havent talked about. This is the Parent Child Hierarchy.
We are full speed ahead with our development work but its time to slow down and talk a little theory. Don't worry it not too intrusive but has a critical aspect of any cube design. This is the Star...
This fundamental video will describe how to navigate around the Excel Spreadsheet. Most users of Excel are self taught and as a result they can do most of thier day to day work with no problem. H...
The most basic thing you would do with a spreadsheet is create a calculation to add some values together. Well, its a relativley simple affair to do but there is a BIG gotcha if your not careful.....
So where to start? Okay, we have discussed what formulas are (see previous video), these are calculations that you perform on an individual cell basis.
With the basics of formulas and functions covered, you are going to need to copy these calculations across your spreadsheet. All well and good until you notice that in some cases the formula isn't...
After a while of using spreadsheets you get to a point where you need better control on how data is being presented to the end user. Quite often this requires you to make "interpretations" of the d...