Saturday, March 3, 2012

The Beginners Guide To Woodworking - Woodwork Crafts
How To Get Started Building Woodworking Crafts
Woodworking Crafts For Dummies - Guide To Woodworking

Woodworking is great since it can be a hobby as well as a profession. You can make plenty of money on woodworking projects if you're talented. You can build armchairs, tables, beds and many other things and if you build really nice things you will be able to sell them.

The great thing with the woodworking craft is that it can give families with low income the possibility to have some really nice furniture as well as other things in their homes since they will be able to create these items with their own hands. It takes time to become really skillful of course but everyone has to start somewhere in order to become successful. It's never too late to start working with woodworking projects and it's a fun hobby to practice as well.

Get some help online



TedsWoodworking Plans and Projects


If you're interested in learning  more about the woodworking craft you should definitely perform some research on the net. You will be able to find plenty of useful tips there and you will soon be able to start practice what you've learned. You can also get much help if you become member of a forum on the net where woodworking craft is discussed.

When you've read a few guidance articles online you will know that you need some basic woodworking tools when you want to start working on your woodworking plans. A saw is a tool that you can't live without if you want to become a woodworking talent. You will need more than one saw, at least two saws, perhaps more. You also need to buy at least one jig and a knife is always good to have as well. These tools are the basic things you need to have to get started but you might have to buy a few other tools as well when you proceed to more advanced woodworking projects.

Get yourself a hobby that can satisfy you

The woodworking craft is a hobby that can be very satisfying. It feels great to know that you've built the nice things that you have in your home and your family will most likely be very happy about it as well. This is a great hobby to have and it can become your profession one day if you spend enough time on it.

It's a great feeling to be able to build something from wood with your own hands. You can come up with new woodworking plans every month and finish them as soon as you have some time off from work.


TedsWoodworking Plans and Projects

Teds Woodworking application has many woodworking diagrams which show you how to build a particular project and has clear easy to follow instructions. His web site is well designed to help you find the project you are looking to build and then to get plans needed to accomplish your woodworking goal.

Working on our little farm. I have many future projects which I need to add to make our farm more productive. However currently I have to wait for the weather to get warm. I hate waiting for winter to leave. Spring is almost here and soon I can start working the yard and getting my garden ready and enjoying a nice warm day.

With Teds Woodworking Projects I can build my projects with more confidence that everything will work as planned and less change of screwing something up because I didn't plan ahead fully. Teds Projects are well designed and I can see in advance the tools I will need for the project and the steps needed to build my Yard / Garden / Farm Projects.

See Also:

Saturday, April 9, 2011

Microbiology

I have developed a new interest - Microbiology.

My father has a PHD in Microbiology.  I wanted to visit with him on the subject because of his expertise and because this is something I really want to learn.  I don't know if I will ever be able to get a PHD in the field or not.  But I can still learn all about Microbiology.

In the early history of microbiology many individuals did research in this field while they worked at other trades.  Though I am not able to currently work in the microbiology field I can still take the time to learn and develop my skills in doing microbiology research.

My father is an excellent resource, being that he was a microbiology professor at BYU.  He has shown to me his ability to teach microbiology in a way that is easy to understand.  He has demonstrated the methods of staining microorganisms.

I have seen bacteria that eats explosives and have seen the gram-positive and gram-negative bacteria through his very expensive microscope in his lab.  Looking at the bacteria and explosives under a oil immersion len.

Friday, March 26, 2010

CzJazyk.com - Categories

I am currently working on creating a Czech Language Learning website using JavaScript and Arrays to sort my categories.

I was having a problem with the [ .split("||"); ] function in JavaScript where it was throwing an error.  I later discovered that this was a problem due to the fact that I had a variable which I set as follows:

var CategoryCount=Category.length;
var half=CategoryCount/2;

When CategoryCount divided by 2 returned an non integer number it would through an exception error.  I resolved this issue by adding a command

half=half.toFixed();

I created two columns and needed to display the first half of my array in the first column before switching over to column 2.  The above code made this possible since prior to applying  the [ toFixed(); ] to my JavaScript variable, the script would crash when it came to the 2nd column and would not display the contents for the 2nd column.

After adding the toFixed() function this resolved the issue and now my columns display correctly.

( I took down my Czech Page) .   Now learning Microbiology.  I will still work / learn more about web development.  But my main interest is now in Microbiology

CZJazyk.com is a website designed with mostly HTML, JavaScript, CSS and some PHP.  The main purpose of this site is to help me learn Czech.  I am more interested in learning to read and write than to speak Czech however it does greatly help to retain the understanding if I can also speak the language.

I have been looking at WordPress and a few other options to display my content.  But find things work best if I simply design the site myself.   I have created my own WordPress Themes as well, although I still think that a more robust website consisting of mostly HTML, JavaScript and CSS enables the website to load more quickly and leaves less possibility of getting hacked.

I think I will uninstall the WordPress and then create a link to blogger, as this is a safer way to blog where the blog it self does not rely on my web page.