Html Search Results

How To: Use Stock.Xchng to access free stock images

In this Computers & Programming video tutorial you will learn how to use Stock.Xchng to access free stock images. The site is at SXC. Go to this site and you will find a large number of stock images that are free to use. And every day new photos are being added. You can search for an image by category by clicking on the search box and scrolling down to find your category. You can also type in the search box to find a photo of your liking. The image also tells you what is the screen size, prin...

How To: Create buttons with CSS

In this tutorial freetutorials teaches you how to create navigation style buttons using cascading style sheets, or CSS, in this the first in his series of "HTML Tips & Tricks". As you follow along, you will be shown how to setup and link your cascading style sheet to your HTML document, and where to place it in the document. Once you have done that, he will show you how to create a CSS, add a body and code the buttons in the CSS using notepad.

How To: Design visual elements in CSS

Have you seen extravagant graphics on web pages or in the GUI (Graphical User Interface) of a commercially published program? Do you wish you could create graphics comparable to published works? Now you can! This tutorial will take you step by step in creating visual elements in CSS. Cascading Style sheets are the present and future of web pages and this tutorial will make sure you are not left behind. The visual aspect of web pages are of utmost importance and the major determinant of a user...

How To: Use JOIN vs. UNION in SQL

So many newbies to Transact-SQL have difficulties determing when to use a UNION or a JOIN to satisy their query. This video teaches you some guidelines to help you quickly and easily identify whether your query will likely need to become a JOIN or UNION. Disclaimer: these are just guidelines and they will not work in every situation but they are applicable for most SQL developers most of the time.

How To: Use expressions in SSIS

Expressions are new in SSIS (meaning that they were not in DTS) but they allow you to create extremely flexible packages. Expressions can be used to assign values to variables, help you determine whether to execute a task, and to assign properties. If you ever found yourself writing ActiveX code (VBScript) in DTS to determine which task to execute based on a variable's value, then you probably can forego the scripting all together in favor of expressions! They are very powerful in SSIS and yo...

How To: Use the Lego Mindstorms NXT Editor

The Lego Mindstorms system may seem like a toy at first, but it is actually a very powerful robotics system used by universities, schools, hobbiests, and kids alike. Learn how to use the Lego Mindstorms NXT editing and programming software to program movements for your robot. Use the Lego Mindstorms NXT Editor.

How To: Program the light sensor on a Lego Mindstorms robot

The light sensor on a Lego Mindstorms NXT robot can be used to help the robot navigate obstacles or follow light sources. Learn how to program light sensors and the calibration program in the Lego Mindstorms NXT robotics system using movement blocks within the NXT programming environment. Program the light sensor on a Lego Mindstorms robot.

How To: View sensor data from a Lego Mindstorms NXT robot

If you want your Lego Mindstorms NXT robot to function as accurately as possible youneed to understand how to get data from the viewing sensors via the NXT brick. Learn how to use the NXT brick and the NXT programming environment to view and change light, sound, or touch sensor data on a Lego Mindstorms Robot. View sensor data from a Lego Mindstorms NXT robot.

How To: Use the Lego Mindstorms NXT Brick

The Lego Mindstorms system may seem like a toy at first, but it is actually a very powerful robotics system used by universities, schools, hobbiests, and kids alike. The NXT Brick is the basic component of the NXT system - learn how to use it to build robots and program or check functions. Use the Lego Mindstorms NXT Brick.

How To: Create blocks in the Lego Mindstorms NXT system

If you find yourself using the same functions over and over again in the Lego Mindstorms NXT robotics system it may be helpful to program your own subroutine or block to save time in making other programs. Learn how to use the my blocks function in the NXT programming environment to create subroutines. Create blocks in the Lego Mindstorms NXT system.