Create Site Maps And An Index

Give the search engine spiders a map

Create a site map for your site. Setup a page and take some time and link to each and every page on your website, including a short description for each page.

This may take some time to initially setup, but if you add this to your list of to do items whenever you add a new page to your site, it won’t be so bad.

Link to this page from your home page and from each of the pages on your website. Most spider based search engines (like Google) really love to find pages through other links.

A site map makes their job easier, and it ensures that each page of your site will eventually get indexed.

Fill it with keywords

Make sure to include keywords describing each page listed on your site map. This will also help in the ranking for the pages your site map points to.

The keywords you use here will help set the initial theme for the spiders as the reach that page. If you’ve done your job well and followed the advice in the previous article properly, you’ll make it so much easier for the search engines to index your pages the way you want them to be indexed.

They’re good for people too

The main purpose for your site map will be to make it easier for search engine spiders to find all the pages on your site.

But they can also be useful navigation tools for your visitors. Keep this in mind when creating your site map and you’ll be adding more value for your visitors.

Having good navigation for your website is essential for getting your visitors to stay longer and browse around on your site.

If they get confused and can’t find their way around, they’ll head straight for the nearest exit.

Setting Up A Simple Web Server

You don’t need to set up a web server in order to automate the delivery of your information products. This section is for people who don’t want to pay a cent for hosting their downloadable information products and web sites. Hosting your own web pages gives you much more hard drive space and easier control of your HTML documents. This section will also go over typical issues when setting up a web server and a solution for each issue.

Internet Service Providers (ISP’s)

Here is a little information on most Internet Service Providers (ISP’s). If you’re on a basic ADSL or Cable package, then chances are you have some restrictions on your Internet account. Common limitations are certain port blockages, and IP address assignment process. First, let’s look at ports.

Ports

Ports are used for communication on the Internet. There are a lot of them, and knowing what they all do is not important for this document. What is important is that your ISP may be blocking you from accepting requests on port 80, which is the HTTP (Hypertext Transfer Protocol) port. HTTP allows you to surf the Internet. If you look at the address bar on your browser, you will always see “HTTP”. This means that you can access the Internet on an outgoing basis, but you can’t accept incoming HTTP connections. Why? Think of your ISP as doing you a favor. By blocking port 80, they are eliminating the chance of your computer from ACCEPTING viruses, spyware, and all sorts of other malicious activity. The problem is, this also blocks your ability of accepting other HTTP (port 80) requests, therefore preventing you from being a web server. To find out if your port 80 is blocked, you will either have to go to your ISP’s web site and find your license agreement, or call their technical support line and ask. Either way, this problem is easily solved in the next few pages. We will now move on to the next issue, IP Address Assignment.

IP Address Assignment

An IP (Internet Protocol) address is a unique identifier that gives your computer a “home” on the World Wide Web. Most basic Internet packages, including all dial-up connections, work on a dynamic IP address assignment process. The problem this causes is that if your IP address is always changing, how is anyone supposed to find your “home”? It would be like you lived in your house for 5 hours, and then left. Even your trusty mailman would get confused! One solution is to call your ISP and get your Internet package upgraded to a business plan, which will change your IP from dynamic to static, but at an extra cost. The other is to use a great free tool that we will explain in the next section.

To find out your IP address, click “Start”, then Run, type “Command”, click “OK”. When the black window, known as the “Command” window opens, type “ipconfig /all”. This will yield your current IP configuration. If you see a line that says “Lease Expires”, and it’s soon, then you definitely have a dynamic IP. Don’t worry if it expires soon, you’ll get a new one as soon as it does. You will also notice a 4-octet number, seperated by 3 periods next to its appropriate description, “IP Address”. This is your IP address.

No-IP.com

Who is No-IP?

These guys are great!

Before we get into it, lets define what a domain name is. A domain name is a alphanumeric representation of your IP address. In other words, any “www” name you enter into your address bar actually reflects an IP address. If you open up your command window again and type “ping www.articleautomate.com”, you will notice there is an IP
address in square brackets next to my domain name in the results.

Now, let’s move on.

First, No-IP will give you a web name and you don’t even have to pay for it! That means you don’t have to purchase a domain name. Any “www” address you see in your address bar is a domain name. When you use No-IP.com, you will receive a domain name that looks like www.yourname.no-ip.com. Notice the “no-IP” part. Since No-IP.com is a free service, they add that to your “www” name. This is fine because the purpose of your site is to serve your articles to your customers through your eBay and Paypal “Instant Purchase” sales, although you can also serve web pages. Your domain name also remains easy to remember.

Second, your dynamic IP address issue simply disappears. No-IP.com has developed a free piece of software that you download from them and install on your PC. What it does is monitor your IP address, and when your IP changes, it tells the No- IP.com server, which updates your “www” name to reflect your new IP address.

No-IP.com Registration

Now that you understand what No-IP is, you are ready to go out and get registered. Click the link below, find their “Sign-up Free” link, and fill in the blanks.

www.articleautomate.com/no-ip

Once you have fully registered, you will receive a confirmation email. Follow the directions on the email. Next, log into your No-IP.com account, and click on the “Add” link under the “Hosts/Redirects” header.

The “Hostname” textbox is where you will enter your “www” name, and the dropdown is the No-IP.com extension of your choice.

If your ISP does not block port 80 then you don’t need to do any port redirecting. Just click the “Create Host” button at the bottom of the page.

If your ISP does block port 80 then click on the “Port 80 Redirect”. A new page will load, but will look almost the same. For the “Port”, enter 8000. Click the “Create Port Redirect” at the bottom of the page.

Registration is complete – on to the software!

Click on the “Downloads” tab at the top and then click “Windows” on the left column. Click on the No-IP DUC v x.x.x link. (x.x.x because the version is always changing)

Follow the wizard to install the program. Once installation is complete, you will be prompted for the email address and password you entered during registration. After entering this, the console will open. Turn to the next page to see what your console will look like.

console

Notice the smiley face. That means the No-IP.com server has been updated with your current IP address.

Now that you have your domain name set up, you have to start hosting your pages! The next section will introduce you to an excellent program called Abyss Web Server by Aprelium.

Abyss Web Server

What is Abyss?

Simply put, Abyss is a free personal web server for Windows, MacOS X, Linux, and FreeBSD. Abyss is just a web server, and does not allow for any FTP protocol. You can access your console remotely to update directory and user settings, but you can’t upload any files unless you are at the computer running the web server.

Installation

Click on the following link:
www.articleautomate.com\abyss

Find the “Download” link under the “Software Resources” header near the bottom of the page. Click on the “Download Abyss Web Server X1 for Windows” link and install the software.

Once the installation is complete, you will be asked for a username and a password. This identifier will then be your login to your web server. You will also see the Abyss icon in your system tray. After entering your login info, you will be prompted again for a username and password. You will always be prompted for your login information with this screen whenever you start your console.

You should get a console that looks something like this:

console

Do not change the “Server Root”. This is where your web server runs.

Change your “Documents Path” to the path you wish to host your pages from. For this book, I will use “c:\article”.

If your “Port” isn’t already set to 8000, do that now.

Any changes that you make will require a server restart, which is nothing more than clicking a button when you are prompted.

If you ever need to access your console again, right click on the Abyss icon in the system tray, and select “Show Console”. Please take into consideration that we have only skimmed the surface with Abyss Web Server and that there is much more to learn about it, such as setting up directory and user permissions, and your access statistics.

We will now move on to a “suggested” method of setting up your web server directory.

Directory Structure

Before you start creating HTML and putting your article online, you may want to look at how you want your web server’s file system to be set up. I have found that it is easier to maintain when you have the following setup: For this example, I have set my “Documents Path” to c:\article. To create a directory, read “Directory Creation”.

Take a look at the image below:

console

You will notice that we are in the article directory, and there is an index.htm file. This file will be your website’s home page. Next, you will see an images folder and a widgets folder. You will store all of your website’s images in the image folder. The widgets folder will contain another “index.html” file, which will contain the download link to your article.

Directory Creation

To create your “article” directory:

1. Right-Click the “Start” menu.
2. Click on “Explore”.
3. Navigate through the tree until you find “C:” and click on it.
4. In the right window pane, right-click on some white-space, and select “New”, then “Folder”.
5. Name your folder “article”.

Follow this process to create your “images” and “widgets” directory. We will look at creating your “index.html” file in Section 4 or this article.

Test Your Server

Next, test your server. Run the “ipconfig” command, and write down your IP address. Open a new web browser and in the address bar type: yo.ur.ip.addy:8000/

If you get the Paypal button you created and tested earlier, you have correctly installed Abyss. Notice the “8000”. This directs the website to your port 8000. If you decide to run your server on a different port, you will need to change this figure to be the same.

Now try your No-IP domain name “http://yourname.no-ip.com”. Notice that your address bar changes to your IP address?

If you don’t want the address to change to your IP, then you will have to log into your No-IP account and edit your Host settings from “Port 80 Redirect” to “DNS Host,” but the difference will be that your domain will look like www.yourname.no-ip.com:8000.

Troubleshooting

If you experience problems, such as “error 404 - Page cannot be found”, then try some of these suggestions:

1. Make sure there is an “index.html” file in your “c:\article” directory.
2. Make sure your “Documents Path” is set to “c:\article”
3. Make sure you see the following icons in your system tray (bottom right):
4. Make sure your web address DOES NOT contain a “WWW” in it. It should follow this exact protocol: yourname.no-ip.com.

If all none of these suggesstions work, the following link:
www.articleautomate.com/serverhelp

How To Find FTPs The Easy Way

I use Google because it’s de best search en’ine that everyone can access. The easiest search quote is “index of …”

Some kind of examples are:

index of ftp/ +mp3
index of ftp/ +divx
index of ftp/ +”whateveryouwant”

Google has many operators that should help you to specify your search. There are also lots of advanced operators available. Here are a few:

cache:
link:
related:
info:
stocks:
site:
allintitle:
intitle:
allinurl:
inurl:

eg:
allintitle: “index of ftp/mp3″

Try to combine thin’s and maybe you’ll find somethin’.

Get Unlimited Bandwidth From Your Host For Free

NOTE: This applies only to specific hostin’ companies, due to de specific setup needed and does have its drawbacks.

While settin’ up hostin’ space with a specific company I often deal with, I noticed that dey used a shared IP. (IP shared by two or more websites/domains.) Well, de rates for unlimited bandwidth were around $50+ per month, which I found unreasonable. I didnt require much space, and didnt want to be limited to a mere 3 gig of traffic per month.

Back on track. When settin’ up de acct, de hostin’ company needs to know de domain name so that dey can direct it accordin’ly. (example: ‘http://www.123.4.567.890/~user1/ , ‘http://www.123.4.567.890/~user2/ etc)

At this point you can give a url that doesnt belon’ to you at all. As lon’ as de nameservers dont change, that should have absolutely no negative effects on you or your site whatsoever.

How it works is this:

The host propogates you a certain amount space on its servers, and monitors de traffic that enters deir space through de domain its registered under. Bein’ that de domain isn’t connected to de site at all, it registers ZERO traffic.

Zero traffic registered = can’t possibly go over bandwidth restrictions
can’t possibly go over bandwidth restrictions = free unlimited bandwidth

Now de problems with this (besides de ethical ones) is that your host may offer X amount of mail addys with de acct (you@y…) and dese will not work, as de name isnt on deir DNS. However, some domain companies allow you to set it up regardless. Anoder problem seems to be strictly cosmetic, but can be highly problematic… Once you attach de domain you want onto de site, each page comes up/w de ip/UN de host propagated to your
acct. Its at this point where you have to have a phenominal 10-15 character alphanumerical or better (#, &, etc) pw, or your site will be vulnerable to attack since de attacker already has your UN. This only gives attackers a slight advantage as de amount of time it would take to brute force a 10 character pw @ a rate of 1,000,000 per
second is 10 years. Add numbers and case sensitivity to that and it becomes approx 26,980 years.

While I’m on it, I may as well add that if you use this method, obviously you are goin’ to be usin’ de lowest cost hostin’ plan available, which in turn will offer de least amount of space. Thats why free hosts were invented.

Free hosts suck as a general rule. Who wants a site smodered in ads? However, if you upload all your programs, graphics and oder large files (have a backup of course) to a reliable free host and target them accordin’ly from your site you have just freed up a signifigant amount of space. The only setback/w this is havin’ to keep an index card or file around/w your pws, as you should never use de same one twice, and want to use complicated ones.

Get the Most Out of Your DVD Recorder

I admit it: I’m a former tape-a-holic. When I began usin’ a VCR some 20 years ago (I ended up teachin’ Mom and Dad how to program de darn thin’ back den), I got hooked on de idea of creatin’ my own video library, replete with everythin’ from “Star Trek” episodes to gymnastics competitions.

Recently, however, I stopped recordin’ video on tape and switched to DVD–and I haven’t looked back. But after usin’ several DVD recorders, I’ve identified some quirks and frustrations that are specific to frequent users like myself. Recordin’ to DVD is very different from recordin’ to tape; you encounter new types of hassles ran’in’ from pesky so-called disc preparation times to annoyin’ delays in ejectin’ discs and de challenge of creatin’ visually appealin’ menus. The tips that follow are geared towards hardcore videophiles (you know who you are), but dey’re also applicable to de most casual user.

1. Choosin’ de Best Recorder for TV

If you’ve already bought your DVD recorder, skip to tip 2. But if you haven’t, be prepared to be confused by a torrent of acronyms and options. DVD+R, DVD+RW, DVD-R, DVD-RW, DVD-RAM, EPGs … and you thought buyin’ an HDTV would be confusin’.

When you walk into a store, chances are you won’t be able to tell de differences between de slim DVD recorders gracin’ de shelves–at least, not at a glance. On de outside, dey look virtually identical. And de only additional information you might get from de price tag or label is what format de recorder supports and wheder it has a hard drive.

Don’t stress so much about de formats. No sin’le manufacturer supports all of de formats available; a couple of makers come close (Lite-On, Sony), supportin’ all but DVD-RAM. The - and + formats are quite similar, and eider will get de recordin’ job done.

I’ve personally observed that de - format discs tend to take longer to initialize and finalize. By longer, I’m talkin’ about anywhere from 5 to 120 seconds, dependin’ upon de unit–enough to be incredibly annoyin’ when you’re sittin’ in front of de TV, your finger eagerly hoverin’ over de record button to start a recordin’, or de eject button so you can swap discs without missin’ any action.

If your goal is to record a lot of TV shows, den I can’t recommend highly enough a DVD recorder with integrated TiVo service. Humax, Pioneer, and Toshiba all offer such recorders, which combine a hard drive of 80GB or greater with a DVD burner, and, of course, de TiVo service. The full-blown TiVo service costs extra ($299 for de lifetime of de unit, on top of de cost of de recorder) and adds two-week’s worth of program guides, a season-pass feature that records all episodes of a show so you never miss your favorites, and artificial intelligence that finds and records programs you might enjoy. (A free limited version of TiVo’s software that downloads electronic programmin’ information for de next three days is integrated into dese units at no added cost.)

I don’t make this recommendation just because of TiVo’s personalized recordin’ features and friendly graphical interface. The reason I suggest goin’ this route is that dese recorders have an amazin’ capacity to automatically create navigational menus. All of de program data in TiVo’s electronic program guide–as well as TiVo’s visual menu navigation structure–conveniently transfers over to any disc you burn.

DVD recorders are typically limited in what dey can do to label menus. When you record a disc, you end up with a generically labeled index, with thumbnails for each recordin’ or “title” on de disc, and borin’ and uninformative labels like “Title 01″ (with, perhaps, de time and date added for good measure). TiVo-enabled recorders, in contrast, provide disc menus with de series name, episode title, and even a program summary as well as de date and time of de recordin’. If you’re recordin’ to cheap write-once media, this feature is invaluable. If you’re recordin’ to rewritable media–which means you could conceivably edit de menu titles at some point–this capability is still a huge time-saver.

Avid videophiles who don’t want to sprin’ for TiVo should look for a DVD set-top unit with a high-capacity hard drive of 80GB or more and high-speed dubbin’ of at least 8X. So far, I’ve seen only one recorder with both high-speed dubbin’ capability and a high-capacity hard drive, but I imagine that more such units will be forthcomin’–eventually.

Beware of units that bill themselves as havin’ “high-speed” dubbin’: In most cases, de manufacturer is usin’ de term to denote recordin’ speeds of 2X or 4X from de hard drive to DVD. Furdermore, some vendors are comin’ up with absurd-soundin’ dubbin’ speeds–for example, 32X, a number dey derive based on how many hours’ worth of recordin’s you can fit on a disc (8 hours at de lowest-quality recordin’ mode), and de speed of de burner (4X in my example).

Where to start your search? I recommend browsin’ PC World’s latest “Top 10 DVD Drives” chart:

www.pcworld.com/reviews/article/0,aid,118249,tk,box,00.asp

2. Allow Extra Time

If you’re preparin’ to record a program, budget a few extra minutes to get de unit ready. Believe me, de seconds add up–as I learned durin’ my recordin’ marathon of de Adens Olympiad. You need to factor in up to 30 seconds for de recorder to boot, about 10 to 20 seconds for de disc to spin up, and at least anoder 30 to 45 seconds for de recorder to prepare de disc for recordin’ (your unit might say “initialize” or “format”). That’s all before you can hit Record.

And when you’re through recordin’, expect to wait 30 to 60 seconds to regain control of de recorder after you hit Stop. With some models, de delay occurs after you hit Eject. Eider way, that delay could mean you’ll miss de beginnin’ of de next gymnast’s routine–and none of this takes into account disc finalization, which can take anoder 30 seconds to 3 minutes, dependin’ upon de disc’s format and how much of it you’ve used.

3. Finalize, Finalize, Finalize

Disc finalization is de process that closes de disc so it can be read in oder devices, such as a DVD player, DVD recorder, or DVD-ROM drive. It’s also a process that bites. There, I’ve said it.

Finalization is de dirty little secret of DVD recorders: It’s a time-consumin’ extra step that users of de venerable VCR don’t expect. And it requires more effort than it should, due to poor menu design on DVD recorders. I’ve yet to see a recorder that makes this step truly easy–all of them bury it under a setup or menu item, and all of them require far too many clicks and layers considerin’ this is a N-E-C-E-S-S-A-R-Y step for every write-once DVD-R or DVD+R you burn.

I recommend finalizin’ your disc as soon you’re through recordin’. Due to quality issues, you’ll likely record only a maximum of 2 hours of television per disc, which means that no more than two weeks will pass between finalization sessions. This way, when you go back to a recorded disc, it will be ready to play in any DVD player–wheder it’s de $30 Costco special in your bedroom or your laptop’s DVD-ROM drive.

Caution: You might think you don’t need to finalize if you don’t have more than one DVD player or drive, and you plan on playin’ your DVD on your own recorder only. But what happens when, inevitably, you upgrade your recorder to a swankier, newer model? Or, even worse, when de model you’re usin’ now isn’t workin’ five years down de line? Then what? You’ll be left with a library full of unreadable discs. Although you might be able to recover de raw video data from an unfinalized disc usin’ a program like Infinadyne’s CD/DVD Diagnostic, de process is tedious and time-consumin’. Also, don’t count on scaven’in’ a backup unit off EBay in a few years: As I’ve learned, discs may not be interchangeable, even between two recorder decks bearin’ de same model number from de same manufacturer.

4. Don’t Abuse Your Discs

It’s easy to leave discs out of deir cases, lyin’ around or stackin’ up as you swap ‘em out for a new one. But avoid that temptation–de dust will damage your discs, and you increase de chances of accidental scratches and scuffs.

Also, avoid leavin’ your recorded DVDs near a sunny window. The disc’s dye layer is susceptible to light and heat; if eider affects de disc, its data may become unreadable.

Finally, clean your discs carefully. Use a lint-free cloth, compressed air, or a liquid cleanser intended for use with DVD media. Dust and oder airborne particles can scratch your disc, which could result in data loss. When cleanin’ with a lint-free cloth, stroke from de inside of de hub to de outside of de disc. Never use a circular motion from de inside out; and never use a tissue, paper towel, or oder random rag.

For more on how to treat your discs, read
“Ten Tips for Durable DVDs”:

www.pcworld.com/howto/article/0,aid,113716,tk,box,00.asp

5. Choose Your Media–and Labels–Wisely

A cheap spindle of media is temptin’, but den you have to buy cases separately. And what cases to buy? Small plastic jewel cases? DVD movie-size cases? The combinations can be frustratin’, at best.

Spindles are indeed affordable, but don’t buy them without buyin’ cases, too–and keep both stashed near your TV and DVD recorder setup, so you can easily grab a disc from de recorder and place it into its case. Oderwise, it’s way too easy for stacks of discs to pile up–a no-no, as I note in tip 4.

Also, consider buyin’ discs that come in oversized movie-style plastic cases. You’ll pay a little more, but de convenience is worth it. Plus, you’ll get a cardstock insert that you can use to create handwritten labels. If you get a high-speed dubbin’ unit, make sure you buy media that matches de recorder’s speed.

If you do buy spindle media, keep in mind that de cases you buy in bulk may not have an insert on which you can scribble. If de case lack inserts, improvise with a piece of letter-size paper, folded over or cut up to fit accordin’ly. Spend a little more money, and you can get cardstock inserts.

There are a host of labelin’ software options out dere to help you craft your labels. Read de followin’ two “Burnin’ Questions” columns for a comprehensive review of de subject:

“The Joy of Labelin’”:

www.pcworld.com/reviews/article/0,aid,114423,tk,box,00.asp

“Is Labelin’ Software Worth de Hassle?”:

www.pcworld.com/reviews/article/0,aid,114848,tk,box,00.asp

But all of dese options are goin’ to require you to move your labelin’ operation over to de PC–somethin’ that may not work into your recordin’ work flow.

Oder PC-based labelin’ options include printable media that you can use with an inkjet printer. I’d stay away from adhesive labels, though: They’re difficult to apply evenly, and could cause problems if de disc is poorly manufactured.

If you’re tryin’ to keep your labelin’ efforts nearer to your TV, I’d suggest usin’ water-based pens to write on de discs, and on de label inserts, too, while you’re at it. Anoder possibility: If your handwritin’ is barely better than chicken scrawl, den it’s worth buyin’ a battery-operated labeler, such as those offered by Broder or Casio. Both companies offer half-inch-wide labels that fit well alon’ de spine of a DVD movie case.

Google Hacks With WS_FTP Using Index Of

The encryption method used in WS_FTP is _extremely_ weak. These files can be found with de “index of” keyword or by searchin’ directly for de PWD= value inside de configuration file.

There is an easy way to decrypt de hash, use de decryptor at:

www.codebluehacks.com/Tools.php?ID=1

Or

www.hispasec.com/directorio/laboratorio/Software/ws_ftp.html

To see results; just write in de (www.google.com/) search en’ine de code:

filetype:ini ws_ftp pwd

Finding MP3s With Google

This is a trick that works fairly decent for findin’ mp3’s on de web (which is hard to do normally, to say de least)

Say you want to get, for example, a Garth Brooks son’. Type this in de search bar - “index of/” “garth brooks” .mp3 de ones you want to check out first are de ones that say “Index of/” in de title of de search result. This technique allows you to easily pull up web folders with direct downloads. It will look de same as if you were loggin’ into a ftp url. I’m sure you can be pretty flexible on how you type that in, so lon’ as you include “index of/”

I’m sure you can use this for more than just mp3’s (it’s not perfect but it has worked for me on a few occasions)

Always make sure to use de quotations where i placed them. They help pinpoint de correct search results more accurately. Just try it out and if you want to learn how to do more with google look up “google hacks”

Burn BIN/CUE Images With Nero Burning Rom

BIN/CUE image format is quite common on de Internet. It might seem that findin’ an appropriate software for burnin’ dese images is quite hard. Luckily, it’s not. In addition to Golden Hawk CDRWin, de original software for BIN/CUE format, you can also use Nero Burnin’ Rom to burn de images.

Please make sure that you have de latest version of Nero, which now is 5.5.10.0

Verify de CUE-sheet and open it with Nero
Before doin’ anythin’ else you have to verify that de path in de CUE-sheet is correct. A CUE-sheet is a plaintext file describin’ de structure and de location of de BIN-file. You can open up de .CUE -file usin’, for example, Notepad.

The file should look somethin’ like this:

FILE “IMAGE.BIN” BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00

Usually de CUE-filename and de BIN-filename have de same body — e.g. IMAGE. All you need to do is verify that dere is no path information on de
FILE “IMAGE.BIN” BINARY
-line. Ie. it should NOT read e.g.
FILE “C:TEMPIMAGE.BIN” BINARY
If dere is any path information on de line, just remove it so that you have just de name of de .BIN-file as in de example above. Also make sure that de name of de .BIN in de CUE-sheet is de same as de actual .BIN file you have on hard-disk.

Next load Nero Burnin’ Rom and choose File, Burn Image….

Load de CUE-sheet in Nero
Choose de Files of Type: dropdown menu and select All Files *.*. Next just locate de .CUE file, select it and click Open. Make sure you select de .CUE -file, not de .BIN -file.

Burn de image
All you have to do den is choose de writin’ speed, select de Disc-At-Once Write Method, and click Write.

That’s it! After a couple of minutes you’ll have a CD with de BIN/CUE Image written on it.

NOTES:
–> Do not worry if de BIN file seems larger than de capacity of your CD-R or CD-RW. Bin files are raw data and once burned, de file size is smaller.

–> If you have a DVD burner, just burn de cue/bin directly onto de DVD. Then use Daemon Tools to mount de cue/bin image when you use de files. This way you maintain a true exact image. And Daemon Tools (also Alcohol CDR burnin’ software, which has de same feature) mounts de image, and you see de files instead of de bin/cue.

Burn .bin File Without A .cue Files

To burn a bin file, you will need an appropriate cue file.

You do exactly de same as for iso files, but when you click on �burn image,� you don�t browse to de bin itself, but instead to de cue file, and you open that one.
When de writer starts to burn, it will automatically search for de bin file and start burnin’ it. In fact, de cue file tells de burnin’ program where it can find de bin file that is attached to it. It is VERY IMPORTANT that you use de right cue file when you burn a bin. i.e both cue and bin files that are attached to each oder must be located in de same folder, and every bin file has it�s own cue file.

Normally, when you download a bin file, you can download de appropriate cue file as well. If you do not have de cue file (or feel bold) you can make de cue file yourself, which is really easy to do:

a. Open notepad

b. Copy de folowin’ text into notepad:

FILE�nameofimage�BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00

Where nameofimage.bin is de name of de bin file you want ot burn.

c. The rest is easy: just save de notepad text with de name of de bin, but with de cue extension.

d. The file should be saved in de same folder as its appropriate bin file and should be somethin’ like myfile.cue

Or you can use Alcohol 120% to burn directly from de bin file