Posts Tagged ‘howto’

How to Buy a Domain Name

Friday, March 12th, 2010

http://ronaldredito.org (Please subscribe and leave a comment)

This is part one of how to get a domain tutorial which is found in the best site on how to start a profitable website and make money online in complete autopilot. You just have to set up website, leave, and see how you earn in your chosen niche.

Visit site to see how it can benefit you.

Duration : 0:3:47

(more…)

The No B.S. Guide To Dropshipping. Part 2

Monday, February 22nd, 2010

Just heard about this dropshipping business?

Are you unsure of how it works and skeptical of both the cheerleaders and the critics?

Check out this slide show for a blow-by-blow account of what wholesale dropshipping is and how a wholesale dropship supplier can make your business blossom or die. So check out this video for the answer to the question “what is dropshipping”

The resources listed in this video are:

[ http://www.chinavasion.com/wholesale-dropship.php ]

[ http://www.scribd.com/doc/4880244/ ]

[ http://www.scribd.com/doc/3741336/ ]

Duration : 0:5:24

(more…)

How to make Magnetic Fluid (ferro fluid)

Friday, February 19th, 2010

Dylan’s Facebook: http://facebook.com/dylanhacker __

Scientific Tuesdays coming at you on a Wednesday! Sorry for the delay everyone! In this episode we will show you how to create your own ferro fluid using oil, toner and a magnet.

Shopping List:
1. MICR Toner (Office Supply Store)
2. Rare Earth Magnet (Hardware store)
3. Vegetable Oil (Grocery Store)

Make sure you are subscribed for more Scientific Tuesdays!

Music By: Dj 700Degrees
Link: http://www.youtube.com/dj700d

Duration : 0:4:12

(more…)

How to Make A Website (and get it up and running!) PART 1/3

Tuesday, February 16th, 2010

Hey guys, this is my first tutorial, teaching you how to make your own website as well as upload all the files and make the pages function correctly, etc. Hopefully you can learn a few things from it. (sorry for my voice, I had a really bad cold at time of recording.)

If you have any questions feel free to reply and ask, or message me and I will reply.

This tutorial is aimed more at beginners, so if you’re looking for more expert methods you might want to find a new tutorial, or perhaps skip through pieces of this one. I know I used some basic methods, not to say I don’t know the more advanced ones, but as I mentioned this is for beginners.

Before everyone starts asking, i’m using WindowsBlinds to theme my windows, the theme is OpusOS (customized to black), and to record i’m using “My Screen Recorder Pro 2.3″.

FOR SMARTFTP:

http://smartftp.com/

FOR DREAMWEAVER:

http://www.adobe.com/products/dreamweaver/

FOR PHOTOSHOP:

http://www.adobe.com/products/photoshop/family/

Thanks for watching, I hope you learned something. Don’t forget to keep checking my website, www.trportfolio.net for more tutorials in the future!

(By the way, in case you missed it… “Least but not last.”

Haha, i’m an idiot.)
——————————————-
ATTENTION EVERYONE:

Addressing a few FAQS:

Do I have to use 1and1?
–No, there are tons of other great hosts out there. Just make sure they have FTP, otherwise uploading your images will take forever.

What about Freewebs?
–I do not recommend freewebs. You cannot have any php (used for login systems, blogs, etc), no mysql (used to save information, like usernames and passwords), and no FTP (used to upload files quickly and explore your directory freely). You can use freewebs and sacrifice the features above instead of paying about $3.00 a month, but like I said, you will only be allowed to upload 1 file at a time.

Can I use any image for slicing?
–Anything that you can open in imageready (which is pretty much any image file) can be sliced.

Are there alternatives to these methods?
–Of course there are, this is just a great way to learn. If you dislike coming across all those table expansion problems and such in dreamweaver, you can always make each image one at a time and create the tables yourself.

Is there a simple way to avoid the stretching and distorting of my website in dreamweaver?
–Yes, but its a little painstaking and a bit tougher to do. If you have a long image that is a gradient or a solid color, rather than keeping that image there, you can…
a) For solid colors, just find the color. Then, delete the image and make the background color of that section the same color.
b) For gradients, if it is a vertical gradient, make an image that is (1px by ?px, ? being the height.) What you can now do is rather than having one giant image gradient, you can have 100 of these side by side to create the same effect. This is a useful method because if you need to expand the width of your page now, you can just keep adding the small 1px pieces.

Hopefully this giant post helped a few people.
——————————————–

Duration : 0:9:42

(more…)

How to Build & Design a Website : How to Make Your Own Website

Tuesday, February 2nd, 2010

Making our own website is easy with these tips, get expert advice on web development & design in this free video.

Expert: Rick Kennedy
Bio: Rick Kennedy has worked in the computer field for over 15 years.
Filmmaker: Richard Kennedy

Duration : 0:1:49

(more…)

How to Build & Design a Website : How to Add Video to Your Website

Saturday, January 30th, 2010

Adding video to your website is easy with these tips, get expert advice on web development & design in this free video.

Expert: Rick Kennedy
Bio: Rick Kennedy has worked in the computer field for over 15 years.
Filmmaker: Richard Kennedy

Duration : 0:1:20

(more…)

Basic HTML and CSS Tutorial. Howto make website from scratch

Wednesday, December 9th, 2009

You can put your site on the web using a free host

http://blog.jimmyr.com/List_of_Webhosting_Companies_17_2008.php

Yeah, it’s long. #1 requested tutorial on my page is how to make your own site though. I guess it beats those “learn html in 24 hours” books in any case. See the freehosts below on how to put your page online.

w3 html and css

http://www.w3schools.com/html/

http://www.w3schools.com/css/default.asp

Simple HTML/CSS Layout Examples

http://blog.html.it/layoutgala/

http://www.code-sucks.com/css%20layouts/faux-css-layouts/

http://www.mycelly.com/

http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html

Simple CSS Formatter

http://csstypeset.com/

HTML testing Sandbox

http://htmlsandbox.com/

CSS cheat sheet

http://www.google.com/search?hl=en&q=css+cheat+sheet&btnG=Search

HTML Cheat sheet

http://www.google.com/search?hl=en&q=html+cheat+sheet&btnG=Search

Group that standardizes html

http://www.w3.org/

MetaTags

http://www.google.com/search?hl=en&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=meta+tags&spell=1

doctype

http://www.google.com/search?hl=en&q=doctype&btnG=Search

Adding Images as backgrounds

http://www.w3schools.com/css/css_background.asp

RGB Color
You can indicate color by using RGB mode too. eg. #336699 is a nice blue google likes to use. It stands for 33 red, 66 green, and 99 blue in hexadecimal. Here’s a RGB color picker

http://www.siteprocentral.com/html_color_code.html

Domains cost money, like $10 a year usually or less. I’m not going to endorse any registrars.

CSS rounded corners

http://www.google.com/search?hl=en&q=css+rounded+corners&btnG=Search

Change the look when printing (media)

http://www.w3.org/TR/REC-CSS2/media.html

CSS Popular Pages

http://del.icio.us/search/?fr=del_icio_us&p=css&type=all

http://del.icio.us/search/?fr=del_icio_us&p=top+css&type=all

HTML Validator

http://validator.w3.org/

CSS Validator

http://jigsaw.w3.org/css-validator/

Some decent text editors

http://www.context.cx/

http://www.pspad.com/

http://notepad-plus.sourceforge.net/uk/site.htm

http://www.jedit.org/

http://www.scintilla.org/SciTE.html

http://www.notetab.com/

html forums

http://groups.google.com/group/alt.html/topics?lnk=gschg

CSS Forums

http://csscreator.com/?q=forum/

Info about “Lorem Ipsum” often seen on template pages

http://en.wikipedia.org/wiki/Lorem_ipsum

blah

http://www.bbc.co.uk/blogs/radiolabs/2009/01/how_we_make_websites.shtml

http://arbent.net/blog/css-tips-that-every-beginning-developer-should-know-about

CSS Transparency
IE
filter:alpha(opacity=50);
Firefox
-moz-opacity:0.5;
kde based browsers
-khtml-opacity: 0.5;
Safari
opacity: 0.5;

@@@{
“Group”: “Programming”,

“JumpPoints”: [
{ "Description": "Standardizations Rant", "time": "04:21" },
{ "Description": "List of Intervals and their note Distances", "time": "5:20" },
{ "Description": "Using TrainEar.com", "time": "5:32" }
],

“Subtitles”: [
{"locale": "EN", "long": "English", "url": "http://youtube.jimmyr.com/subs/K3kC_lYLAZw_en.srt" },
{"locale": "ES", "long": "Spanish", "url": "http://youtube.jimmyr.com/subs/K3kC_lYLAZw_es.srt" }
],

“Related”: [
{ "id": "afgyNp5HueQ", "description": PHP Tutorial" }
],
“Tags”: “HTML Tutorial, Learn HTML and CSS, CSS Tutorial, html video tutorial”
}

Duration : 0:39:19

(more…)

How to Buy a Domain Name

Wednesday, November 4th, 2009

http://live.pirillo.com/ – what are domain names? How do you register one?

GoDaddy.com Coupon Codes: CHRIS1, CHRIS2, CHRIS3, BLAUGH

Duration : 0:5:33

(more…)

What Is Dropshipping? The no BS Guide

Monday, October 19th, 2009

Just heard about this dropshipping business?

Are you unsure of how it works and skeptical of both the cheerleaders and the critics?

Check out this slide show for a blow-by-blow account of what wholesale dropshipping is and how a wholesale dropship supplier can make your business blossom or die.

The resources listed in this video are:

[ http://www.chinavasion.com/wholesale-dropship.php ]

[ http://www.scribd.com/doc/4880244/ ]

[ http://www.scribd.com/doc/3741336/ ]

[ http://www.squidoo.com/wholesale_drop_ship ]

And if you stilll want to learn more:
[ http://blog.chinavasion.com/index.php/category/dropship/ ]

[ http://support.chinavasion.com/index.php?_m=knowledgebase&_a=view&parentcategoryid=8&pcid=0&nav=0 ]

Duration : 0:7:52

(more…)

How to Build an Online Store from a Photoshop Design

Sunday, October 4th, 2009

http://psd2cssonline.com – In this tutorial we show you how to turn a Photoshop web page design into a functional web page including a button that your viewers can use to purchase goods and services from you. The conversion takes seconds and hooking up the PayPal button only a couple minutes.

Here is the page that was created in the video: http://psd2cssonline.com/tutorials/widgets/index.html

Here is the PSD file used in the video to create that page: http://psd2cssonline.com/tutorials/widgets/widgets_prep.psd

I’d like to mention, even though I keep saying ‘theme’ or ‘template’ throughout the video, it’s just a simple web page – index.html is the only page generated. No software other than your ISPs web server is required to run your online store.

Like what psd2css Online has done for you? Spread the word!
Please feel free to Digg us or write any good words on your favorite social networking sites:

http://digg.com/design/PSD_2_CSS_Online

http://twitter.com

http://delicious.com

http://facebook.com

http://www.stumbleupon.com

Duration : 0:8:5

(more…)