Friday, 24 January 2014

Html coding lesson #3

This lesson will be a lot longer then the average lessons ive been posting but thats because i havent posted a new lesson in 3 days.

The first thing I'll be showing you is how to make a table, it is very simple but first u need to make a start and a end for it as the contents of the table will go in between to do this type e following and end it with what the line under says:

<table border="1">
</table>

Note: the 1 after border can vary depending on how you want your table.

Now under the first table to make the first row going horizontal start with <tr> and end it with </tr> hen inbetween you will put what you want it to say in each box in the table by starting with <td> and ending with </td> and the thing you want in the first will go inbetween here is an example of what the code will look li now (the numbers are where u can put what you want it toys in the table)

<table border="1">
<tr>
  <td>100</td>
  <td>200</td>
  <td>300</td>
</tr>
<tr>
</table>

And once this is put in a html it will look like this:

100 200 300

Now if you want to start more columns under simply start another <tr> and end it the same after the other <tr/> ends.

Now if u want to make a list with dot points simply start it with <ul> And once you fill in what will be in the list end it with </ul> but before you think its that easy before you type each thing in the list you need to add a dot point his can be done by simply typing <li> Followed by the item in the list repeatedly heres an example:

<ul>
<li>bulldoghacks
<li>hacking
</ul>

And once this is put into a html it should look like this:
  • bulldoghacks
  • hacking
Some people although dont want just dot points on there list the want letters, numbers, Roman numerals etc. this is simple to do, all you need to do it change the <ol> at the start to 
<ol type="I">
Except replace the I with anything u want instead of a dot point the I is for roman numberals, an A is for letters and a lowercase i is for the different version of numerals. There are much more things you can also use instead though.

Now im going to show you how to make an email hyperlink, this is like the regular hyperlink coding i showed in the last lesson with some minor variations, just after the href part you need to say MAILTO:youremailhere@hotmail.com 
If it wasn't obvious u input your email or the email you want it to mail in the spot after the MAILTO  part, so it should look like this:

<a href="MAILTO:youremailhere@hotmail.com"<a>

Now to end his lesson i will show you how to make a text area, simply type the following changing the rows and cols part to suit the size you want

<textarea rows="10" cols="30">

Here is what it will look like in html:

Monday, 20 January 2014

Html coding lesson #2

The first thing i am going to show you in this lesson is how to make a suggestion part or email subscription part for your website, to do that you need to know how to make this suggestion or subscription be sent to your email, how to make a textbox for this, how to start and end the action of doing these and how to make a button.

Now to start off the suggestion part or email subscription bar you need to put this
<form action="MAILTO:someone@example.com" method="post" enctype="text/plain">

Except exchange the someone@example.com to your email and also you need to end it with a <form> after you put in the text boxes and buttons.

Now for what will go under this,say you want them to put there name and email since its an email subscription well, you just need to say what will appear above the text box first and follow it with a break or <br> then under input the type as text and the name as whatever the textbox is called then the value what will appear inside it before they type. Here is an example:

Name:<br>
<input type="text" name="name" value="your name"><br>
E-mail:<br>
<input type="text" name="mail" value="your email"><br>

Also since blogger allows you to edit the html in a post i will show you what this will actually look like in the html so you can see how it will appear on your screen

Name:

E-mail:


But now you need a button which is simple to add all you need to do it input the type as the button name (submit or reset) then the value as what the button will be called heres an example of a send button to put after the subscription part:

<input type="submit" value="Send">



Now if you put all those things together it will look like this (dont fill out the form i didnt out in my real email i left it as the example look on the right sidebar if you want to message me)

Name:

E-mail:


Now i will show you how to make a hyperlink, just simply type the following except replace the URL with the URL you want to link to and the bulldoghacks part following that with what you want the hyperlink to say:
<a href="http://bulldoghacks.blogspot.com.au">Bulldoghacks</a> 

This is all for this lesson ill link the next lesson here when its posted in a day or two and it will most likely be a much longer lesson since i will go into more detailed html coding information.

Sunday, 19 January 2014

Html coding lesson #1

Most people know that basically all websites use html coding which is why it is so important to learn,  throughout these lessons i will show you he basics of html coding until you have enough knowledge to make a basic website.

The first thing you need to know is every html need to begin with this tag <html> and end with this </html> and inbetween some tags is where all of your coding goes. The next thing you need to know is how to make you sites title which will appear on the top bar when someone is in your site and what it will be called if someone searches your site and sees it on a search engine, to do this type he following except replace title here with your websites title.

<head>
<title>
title here
</title>
</head>

Now you need to make the body of your site which is everything that will appear on your websites page, this will all go between these 2 tags starting with <body> and ending with </body>
Also if you want a certain color for your background to be in the first body tag edit in this except change blue to any background color you want

<body bgcolor="blue">

Now in your site you will need a heading to do a heading type the following except change any heading here to your sites heading.

<h1>any heading here<h1>

Also note that this heading will appear on the left site of your webpage if you want it centred or to the right type the following but change the centre part to any position you want it to be in (this applies to all headings, subtitles, paragraphs ect.)

<h1 align="centre"> heading here<h1>

Now also in the body you may want to include paragraphs and subtitles to do these type <p>paragraph here<p>
For a paragraph and
<h2>subtitle here<h2>
For a subtitle.

This is the end of the first lesson check out the second html lesson.

How to get free apps (no jailbreak) 2014 (any ios)

When the new ios 7 came out awhile ago it patched most programs without jailbreak from being able to get free apps, but a new program that worked on previous ios versions has been updated with a button that actually fixes the errors of the paid apps u get for free in this from click
In gout or asking for your apple info when opened. This program can be downloaded from http://adf.ly/cLtFD and don't worry about it being in Chinese u search any paid apps you want in English. Now run through the setup progress and once that has finished open it and look on the left sidebar, now the third column down with a picture of the hand holding an apple symbol open it. Now on the top right corner search any paid apps u want to download and then scroll your mouse over them and click the download button. These will then download and once they have finished click the column in the second section with the 4 squares, now plug in your device. Then near he apps u download a button with more symbols on it will come up near them click it and it will install the app onto your device but you are not finished yet. If you look now when you open it, it will just close instantly or ask for your apple information. To fix this error go back to the part of the program where you download apps and look under the search bar for a button with more symbols on it click it and wait till its done. Now you are finished you can get any app you want and download more whenever.

Note: on the site it will be in Chinese so just click the big download symbol when you get to it.

Tuesday, 14 January 2014

How to write html for a site on your pc

Many of you may be thinking writing out html coding takes a program that will cost a ton of money, well your wrong actually you can write html coding in notepad then save it as anything.htm. You can try it yourself just go to notepad and type <h1>anything<h1> then save it as anything.htm and open it and you will see a webpage with the title anything, you can do much more with notepad and html coding so if you want me to make more html coding lessons then +1 this post and ill start making them if a large enough amount of you want me to. The lessons will show you many ings you can do with html coding and also enough information to make your own website.

Wednesday, 8 January 2014

How to do a free ping service on your site and get it posted on thousands of other relevant sites

How would you like your site to be posted on thousands of different forums and site ranking sites and the click of a button well now you can below are listed 2 sites that do this just simply enter your sites URL and click ping and it will submit it to thousands of different sites in minutes.

http://adf.ly/bpuJx and http://adf.ly/bpuEv

Subscribe to the bulldoghacks free weekly "hackers newsletter"

E-mail:



Bulldoghacks will now to releasing a weekly "hackers newsletter" which will include bonus content that isnt released on the site like instagram likes hacks, pharming tutorials plus even more bonus content so what are you waiting for? Subscribe now and get the newsletter every week on Mondays