I must be really bored today and have no life to be posting all of these, but that's beside the point.
What is a 'favicon'?
A favicon is an icon located to the left of the website name; Usually, the favicon is the logo of the website.
I remember when I was setting up my website, and I was a complete HTML noob at the time, I didn't know wtf a favicon is.
It's really simple, and there are various ways of implementing one on your website. I have chosen the easiest way ( in my opinion ) to add a favicon to your website.
You will need to create the icon like you would for a normal image ( Make sure that it is a perfect square Ex; 100x100 px ). Don't make it a .ico file, or anything. Just a .jpg, .png, and I think .gif works too. Once you create the image upload it to an ico converter/generator. I use this website; http://favicon-generator.org/
Upload it to the website, make sure that maintain image dimensions are NOT checked. If it is, well you're screwed. Anyways, upload it to your website directory. Website directories vary between hosts, but they're all alike in one or two ways. Once the favicon.ico file is uploaded, grab the link and put this HTML code inside of the HTML editor.
Make sure to fill in the beef ( The X's ) with the url/location of the favicon. It must have a .ico at the end or it won't work.
What's a cursor, CyberGod?
A cursor is the " Mouse pointer " on the screen.
So the juicy sex of making a cursor is easy. All you have to do is sign up for this website; ( It's completely free, and cybergod approved. ) http://cursor.cc/ once you do register, click on create a cursor or import an image. If the image is too big it will resize it, but it looks great even when smaller. Publish it with an open license when you're done, or else you can't get the HTML for the cursor. D:. Now put the provided HTML in the HTML editor of your website and you're donel. No beef needs to be filled in with this website.
Ever bored? You can always make cursors! It's a great way to pass time, trust me. Here are some of my cursors if you're wondering what type I make;
http://www.cursor.cc/?action=icon&file_id=20113
http://www.cursor.cc/?action=icon&file_id=20101
http://www.cursor.cc/?action=icon&file_id=20121
Have a fun time coding! ~ CyberGod
What is a 'favicon'?
A favicon is an icon located to the left of the website name; Usually, the favicon is the logo of the website.
I remember when I was setting up my website, and I was a complete HTML noob at the time, I didn't know wtf a favicon is.
It's really simple, and there are various ways of implementing one on your website. I have chosen the easiest way ( in my opinion ) to add a favicon to your website.
You will need to create the icon like you would for a normal image ( Make sure that it is a perfect square Ex; 100x100 px ). Don't make it a .ico file, or anything. Just a .jpg, .png, and I think .gif works too. Once you create the image upload it to an ico converter/generator. I use this website; http://favicon-generator.org/
Upload it to the website, make sure that maintain image dimensions are NOT checked. If it is, well you're screwed. Anyways, upload it to your website directory. Website directories vary between hosts, but they're all alike in one or two ways. Once the favicon.ico file is uploaded, grab the link and put this HTML code inside of the HTML editor.
Code:
<link rel="shortcut icon" href="XXXXXXXX" type="image/x-icon"/>
<link rel="icon" href="XXXXXXXX" type="image/x-icon"/>
What's a cursor, CyberGod?
A cursor is the " Mouse pointer " on the screen.
So the juicy sex of making a cursor is easy. All you have to do is sign up for this website; ( It's completely free, and cybergod approved. ) http://cursor.cc/ once you do register, click on create a cursor or import an image. If the image is too big it will resize it, but it looks great even when smaller. Publish it with an open license when you're done, or else you can't get the HTML for the cursor. D:. Now put the provided HTML in the HTML editor of your website and you're donel. No beef needs to be filled in with this website.
Ever bored? You can always make cursors! It's a great way to pass time, trust me. Here are some of my cursors if you're wondering what type I make;
http://www.cursor.cc/?action=icon&file_id=20113
http://www.cursor.cc/?action=icon&file_id=20101
http://www.cursor.cc/?action=icon&file_id=20121
Have a fun time coding! ~ CyberGod