Bioavailable Forms Search Results

How To: Fold a frog using origami

Kevin demonstrates how to make a paper frog. Take a regular sheet of construction paper. Fold the outer ends towards the center forming a triangle. Fold a crease at the base of the triangle and cut it out. Open the folds and you can observe two creases. Create two X-shaped creases by bending the opposite corners. Hold the triangles on the side of the X and squash it down such that the other two triangles meet. Repeat the process on the other side. This forms a square with a diagonal cut conta...

How To: Make a MySQL database for CoffeeCup Form Builder

This CoffeeCup Web Form Builder software tutorial shows how to create a MySQL database to be used in CoffeeCup Form Builder to build web forms. Mike Lively shows you how to do this using cPanel and the Site Ground server for hosting since it allows an unlimited number of MySQL databases. Start by creating your database in cPanel and then upload the results to CoffeeCup Form Builder.

How To: Create a login form using MS Access 2007

If you want to password restrict some of your data, or just want to know who is doing what in Microsoft Access 2007, you will want to set up a login form for MS Access 2007. This is an easy procedure, and you can create one yourself with just a basic understanding of the structure for MS Access. Watch this video, and Uncle Gizmo will show you how to do a login form and several other forms for MS Access.

How To: Simplify PDF form creation in Acrobat Pro 9

In this Adobe CS4 software tutorial you will learn how to work in Acrobat Pro 9 in a way that will simplify form creation. You will learn how to create fillable PDF forms, add interactive elements and distribute forms in Acrobat 9. The Acrobat 9 Pro tutorial also covers how to review, filter, and export form responses.

How To: Convert a Word doc to a form template on InfoPath

Many businesses rely on standardized forms for gathering information, and often those forms are created in Microsoft Office Word. But Word isn't really intended for creating, maintaining, and filling out forms — that's what Microsoft Office InfoPath is for! Take a look at this instructional video and learn how to convert a Word coument to a form template.

How To: Use intermediate movable chord forms on ukulele

If you're a beginning or intermediate ukulele player and you're looking for a way of taking your playing to the next level, you'll probably want to use some movable chord forms. These are particularly helpful if you already know the open chord forms or if you're having trouble learning a song you've heard on the radio or are at a ukulele jam session where people are playing in an unfamiliar key. For more details, and to get started learning intermediate movable chord forms on the ukulele, jus...

How To: Create navigation forms in Microsoft Access 2010

David Rivers shows us how to create navigation forms in Microsoft Office 2010 without writing codes or using logic. A navigation form is kind of like a homepage that will give you a list of reports. There are pre-designed layouts you can choose from to make your navigation form. You will just need to customize your form by adding reports to the navigation pane. What this means for business owners is that you can see customer orders and store reports just by looking at one page. Simple to make...

How To: Duplicate diorama pieces with plaster casts

Watch this instructional video to make cheap molds for casting miniatures. You can then duplicate pieces for building your diorama or game terrain. Sculpt original forms using polymer clay, and layer on latex to make a cheap rubber mold. Or, you can use pre-made forms to press shapes into a soft mold. This video provides several modes of creating plaster forms and duplicates for miniature sculptures.

How To: Calculate sums in standard form

When a number is expressed in the form of x multiplied by 10^y such that, x < 10 and y is an integer, the number is said to be in standard form. Standard form of expressing numbers finds its use in scientific and statistical fields. This video demostrates how to express, as well as perform basic mathematical operations namely, addition/subtraction, multiplication and division of numbers in the standard form using four examples/mathematical problems. The first two examples demostrate multiplic...

How To: Fold a simple origami heart

This video shows us how to fold a simple origami heart. Firstly a piece of paper is taken and is cut in the form of a square and then it is folded into half to form a rectangle. Then it is properly creased and then using a knife it is cut into two halves. Then one of the pieces which are in the form of a square is taken and is folded vertically to form a thinner rectangle. It is creased and then unfolded and then the paper is folded horizontally to form a square and it is creased and then unf...

How To: Build & stain concrete countertops

Paul Ryan of the DIY Network shows how to make concrete countertops for the kitchen. Concrete is now available in a wide range of colors and textures. First build forms out of 3/4-inch melamine (a waterproof smooth material for easy casting), according to the blueprints. Use caulk to fill the seams and create a rounded corner to the concrete. Clean the form with rubbing alcohol. Mix the concrete according to the instructions, then fill the form with the concrete. Rub a power sander on the edg...

How To: Make a duct tape dress form

This how-to video covers the steps for making an exact double of your body out of duct tape to use as a dress form. Many commercial dress forms don't adjust to body types, and nothing will ever be as accurate as your own precise dimensions. All you need is duct tape, poly fill, and a friend with scissors to liberate you. Watch this video fashion design tutorial and learn how to build a cheap duct tape dress form.

How To: Use parent forms in Microsoft Visual Studio

When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time consuming. This tutorial discusses the deadly and dangerous task of using a form as a parent for the development of other forms in Visual Studio, using C# in this particular example. For more information on designating a form as a parent, take a look.

How To: View the logic in a form template with InfoPath

You don't have to check the settings for every control individually — you can use the Logic Inspector to see a form's business logic displayed in a single window, grouped by features such as data validation, calculated data values, rules, and programming. Take a look at this instructional video and learn how to view the logic in a form template with Microsoft InfoPath.

How To: Deploy a form template in SharePoint 2007

Now you can enable users to fill out Microsoft Office InfoPath 2007 forms by using a Web browser, which makes your forms more accessible to a wider audience. This instructional video shows you how to go through the process an IT Administrator can use to verify, upload, and activate an administrator-approved form template on a Microsoft Office SharePoint Server 2007 site.

How To: Build a web form in Dreamweaver

Learn how to build a web-based form using HTML. This tutorial covers using Labels, Text Fields, Text Boxes, Radio Button Groups, Checkboxes, The Clear and Submit buttons, Drop down Menus, as well as many of the properties you can edit while building the form. The form will be ready to be linked with a PHP file for use when you are finished.

How To: Make a human form Midna costume from The Legend of Zelda: Twilight Princess

If you're a Zelda fan and are looking to do something different for your cosplay, or Halloween outfit, then there's a chance that you haven't tried being Midna in her human form after you complete the game Twilight Princess after reassembling the mirror. In this video you will get a full tutorial on how to create the costume from scratch including making the headpiece and trinkets yourself!

How To: Create your own podcast and publish it

Podcasting is a great way of doing your own form of radio broadcasting, among other forms of other recorded media from the comfort of your own home! But, you don't need to have an iPod to do it or listen to it (a common myth). In this video you will learn what a podcast is, how to create one, publish it and then get subscribers!

How To: Process & validate forms in PHP

In these PHP basics video the tutor shows how to do form processing. Handling forms in PHP is basically the main functionality of PHP. The forms in HTML take the values of a from and send them to the PHP in real time to do the form processing. In this video the tutor shows how to make a HTML form from the scratch inserting a form into it with some fields and buttons. Now he makes the form post a method to a PHP page when you submit it. Now he shows how to make a PHP file from the scratch by w...

How To: Create fillable forms with Acrobat 7 Professional

In this Podcast you’ll see how to make a form using Adobe InDesign CS2 and then export it as a PDF file. After your form is in PDF form, you can open it in Acrobat 7 Professional and create fields on top of the PDF. This enables users to fill out the form right inside their web browsers with the Free Adobe Reader. Check out this video and learn how to do it now!

Prev Page