Pages

Subscribe:

About

How To Join Files


Very Easy To Join Files ,Again say very easy
First, you'll Have to Download HJSplit... You Can Download It Here : Click Here

HJSplit doesn't need to be installed. you can run it directly by clicking on Hjsplit.ext. Before you start, Remember that all the parts (.001, .002, .003, .004, etc ) have to be in the same folder, and they have to have the same name but has different extension (.001, .002, .003) or else it won't work.Make sure you have all the files to join. If one is missing, you will not be able to complete the process...




To join all the parts, open HJSplit and click on 'Join'. Click on Input File and choose the .001 file











I have a list of files with extensions avi.001, avi.002, avi.003 and that goes on to avi.008





The second wizard screen in the joining .001, .002, ... files is where you will point the input file for joining the file parts.
Note that, you will only select the file with extension .001 and the HJ-Split will automatically find the other parts (like .002, .003, .004) if they are in the same folder with .001 file.
After the input file is selected, HJSplit will display the output file, the joined file outcome of the software in the screen in output text area.
By clicking on the Output area, you can change the location of the output file if you want.







Click on the Start button to start joining process.















When the joining splitted files with extensions 001,002,003,....,008,etc finished the HJSplit software will inform you.












Click on the Close button to end the task of joinning spitted files 001,002,003 with HJSplit file splitting program.


I hope you liked HJSplit manual demonstrating how to join files HJSplit divived into parts in smaller sizes.

It is very easy and fast to use HJSplit to join files with 001 extension. 

HTML Paragraphs

EXAMPLE:

Now we show diffrent type of paragraph:

HTMLResult
<p>Avoid losing floppy disks with important school/work projects on them. Use the web to keep your content so you can access it from anywhere in the world. It's also a quick way to write reminders or notes to yourself. With</p>
<p>For instance, let's say you had a HUGE school or work project to complete. Off hand, the easiest way to transfer the documents from your house could be a 3.5" floppy disk. However, there is an </p>
Avoid losing floppy disks with important school/work projects on them. Use the web to keep your content so you can access it from anywhere in the world. It's also a quick way to write reminders or notes to yourself. With simple html skills, (the ones you have gained so far) it is easy.
For instance, let's say you had a HUGE school or work project to complete. Off hand, the easiest way to transfer the documents from your house could be a 3.5" floppy disk. However, there is an alternative. Place your documents, photos, essays, or videos onto your web server and access them from anywhere in the world.

In the previous code example:
<p > means start tag and </ p> end tag.
The <p> tag defines a paragraph


Left Text Paragraph:
Example:
HTML:
<html>
<body>

<p align="left">This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>
This is a paragraph
This is a paragraph
This is a paragraph



Right Text Paragraph:
Example:
HTML:
<html>
<body>

<p align="right">This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>
This is a paragraph
This is a paragraph
This is a paragraph

Right Text Paragraph:
Example:
HTML:
<html>
<body>

<p align="center">This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>
This is a paragraph
This is a paragraph
This is a paragraph

HTML Pragraph with space:

<html>
<body>

<p>
This paragraph
contains a lot of lines
in the source code,
but the browser 
ignores it.
</p>

<p>
This paragraph
contains      a lot of spaces
in the source     code,
but the    browser 
ignores it.
</p>

<p>
The number of lines in a paragraph depends on the size of your browser window. If you resize the browser window, the number of lines in this paragraph will change.
</p>

</body>
</html>

This paragraph contains a lot of lines in the source code, but the browser ignores it.

This paragraph contains a lot of spaces in the source code, but the browser ignores it.

The number of lines in a paragraph depends on the size of your browser window. If you resize the browser window, the number of lines in this paragraph will change.

HTML Pragraph using line brake:


<html>
<body>

<p>This is<br>a para<br>graph with line breaks</p>

</body>
</html>



This is
a para
graph with line breaks

HTML Pragraph with  Right an Image:

<P><IMG SRC="http://sphotos-f.ak.fbcdn.net/hphotos-ak-prn1/69264_470536069695150_203478043_n.jpg" height=62 width=87 ALIGN=RIGHT>This is how to put the image on the right side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the right side of the text.This is how to put the image on the right side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the right side of the text.</P>
This is how to put the image on the right side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the right side of the text.RepeatThis is how to put the image on the right side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the right side of the text.

In the previous code example:
  • < p> means start pragraph tag and </p > pragraph end tag.
  • The text between <IMG SRC="http://sphotos-f.ak.fbcdn.net/hphotos-ak-prn1/69264_470536069695150_203478043_n.jpg" height=62 width=87 ALIGN=RIGHT> define image within this text.
  • The text between ALIGN=RIGHT define image position.
HTML Pragraph with  Right an Image:
<IMG SRC="http://sphotos-f.ak.fbcdn.net/hphotos-ak-prn1/69264_470536069695150_203478043_n.jpg" height=62 width=87 ALIGN=LEFT>This is how to put the image on the right side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the right side of the text.This is how to put the image on the right side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the right side of the text.

undefined<P><IMG SRC=""help2.gif" height=62 width=87 ALIGN=LEFT>This is how to put the image on the left side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the left side of the text..Repeat This is how to put the image on the left side of the text. Just put the image code and the text without any brake tags or paragraph between them the tag of the image will put things the way you want it on the left side of the text..</P>
n the previous code example:
  • < p> means start pragraph tag and </p > pragraph end tag.
  • The text between <IMG SRC=""help2.gif" height=62 width=87 ALIGN=LEFT>define image within this text.
  • The text between ALIGN=LEFT define image position.

HTML Header Tag Or Headling

HTML Header Tag Or Headling:

There are six header tags:

  • H1
  • H2
  • H3
  • H4
  • H5
  • H6


FirstnameLastname

<html>
<body>

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>

</body>
</html>
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5

In the previous code example:
  • < > means start tag and </ > end tag.
  • The text between <h1> and </h1> Fort Bold and size 24.
  • The text between <h2> and </h2> Fort Bold and size 18.
  • The text between <h3> and </h3> Fort Bold and size 13.5
  • The text between <h4> and </h4> Fort Bold and size 13.5
  • The text between <h5> and </h5> Fort Bold and size 10
  • The text between <h6> and </h6> Fort Bold and size 7.


HTML INTRODUCTION

HTML INTRODUCTION:

HTMl RESULT
<html>
<body>
<h1>My Frist Head line</h1>
<p>My frist paragraph<p>
</body>
</html>

My Frist Head line

My frist paragraph
In the previous code example:
  • < > means start tag and </ > end tag.
  • The text between <html> and </html> descrides the Web page.
  • The text between <body> and </body> is the visible page count.
  • The text between <h1> and </h1> is displayed as aheading.
  • The text between <p> and </p> is displayed as a pragraph.