yusri
Apr 3 2005, 10:35 AM
| | It is easy to create your own icon, just pick a bitmap (.bmp) file and change its extension to .ico.
To do so, open the Windows Explorer, click on the View menu (or Tools in WinMe), click Folder Options, click View tab, remove the check on the "Hide file extensions for known files types" option, and then click OK.
Select a bitmap file, press F2 key, and then change its extension to .ico.
Have fun learning:) |
Comment/Reply (w/o sign-up)
snlildude87
Apr 3 2005, 03:28 PM
Dude! That's so awesome! I never knew you could do that.  This is gonna save me from installing unnecessary programs because I just formatted my computer. Good job!  Edit: I corrected a typo, "unnessary"  :
Comment/Reply (w/o sign-up)
mahesh2k
Apr 3 2005, 03:43 PM
Well i know that tip but i also figured out there is software called Folderstyle that can let you cahnge your folder icon.and best of all its free.anyway like the tip. Do you know any place where we can download cool icons?
Comment/Reply (w/o sign-up)
bureX
Apr 3 2005, 06:11 PM
WTF???? Dude... You just changed the FILE EXTENSION from BMP to ICO!!! That doesn't mean that you have converted a BMP file to an icon! It's still a BMP image file! You can try and open it in any icon editing program and it will display a message "Unknown Icon Format". Bitmaps and icons are very different! Icons have to contain information about the number of colors in the icon, alpha blending information (in case of Windows XP icons) and the size of the icon. If you want to convert image files to icons, you have to have the right software for that! If you follow this tutorial, your newly created "icons" will be unusable! Creating your own icon can be (and usually is) very difficult, because you have to define the transparent, inverted and semi-transparent areas of the icon...
Comment/Reply (w/o sign-up)
snlildude87
Apr 3 2005, 08:02 PM
QUOTE(bureX @ Apr 3 2005, 03:11 PM) If you follow this tutorial, your newly created "icons" will be unusable! Creating your own icon can be (and usually is) very difficult, because you have to define the transparent, inverted and semi-transparent areas of the icon... Well, that depends on your definition of "usable." You can open the icon file with Paint and still edit it (I tried). You can view the uploaded icon file in your browser by adding the code CODE <link rel="SHORTCUT ICON" href="favicon.ico"> between the <head> tags in your HTML files (I tried this, too). 
Comment/Reply (w/o sign-up)
bureX
Apr 3 2005, 10:38 PM
That's kind of weird... You can trick browsers with this  ! BTW: Paint? When you open a (real) icon in paint, the transparent areas are colored black! Anyway, the icon cannot be used in many icon editing programs such as "Icon Cool Editor" or Borlands Image Editor... It can't be even viewed in ACDSee! Therefore, it is NOT a valid icon file! See for yourself:
Comment/Reply (w/o sign-up)
snlildude87
Apr 3 2005, 11:59 PM
Hmm....well....*thinks of something to say*...everybody knows Paint is the best picture editing program anway!
Comment/Reply (w/o sign-up)
yusri
Apr 4 2005, 06:32 AM
Yeah, I also have try many experiment with the bitmap(doesn't work for me  ). Seems you need a software especially beginners. But if you clever enough you can use it  .
Comment/Reply (w/o sign-up)
clagnol
Apr 7 2005, 04:06 AM
I use a nifty little program called "Artcursors" that works with .ico, .gif, .cur, .jpg, .png, and .rc files. If you're looking to create or convert icons, I recommend this program.
Comment/Reply (w/o sign-up)
nonon
Apr 7 2005, 12:58 PM
Well i use Adobe Photoshop!! I've seen this tutorial - How to create a favoicon to web sites, quite a while and it's really cool!! The only thing you need is to install a very small plugin, donationware, without any spyware (at least i didn't detected anything),and you will be able to save any file into the icon format. The plugin ?  ya, right over hereHope it helps out, at least some of you, the lucky ones like me, that use Adobe Photoshop
Comment/Reply (w/o sign-up)
Jimmy
Apr 9 2007, 07:40 PM
QUOTE(Teragonto @ Sep 13 2006, 11:00 PM)  It's impossible to change a bmp file to an icon! You can only do that with the .gif extension with some kind of software(forgot name)! Wrong! I just tried this and it works absolutely fine. I made a 16x16px image in photoshop, saved it as a bitmap and renamed it .ico It worked perfectly just look at the favicon for http://projectjim.co.uk If the favicon is a blue blurred circular thing... then there you have it. (my favicon i know its rubbish! but still it proves the point.) I decided to dig this up now I know it works
Comment/Reply (w/o sign-up)
Sprnknwn
Sep 19 2006, 08:22 AM
When I saw that F2 thing I was like "that canīt be so easy".  Anyway itīs not so difficult, I did it but I donīt remember how right now. If Iīm not wrong there must be and old tutorial about using a favicon in your website here in these forums. Just use the forum search and you should find it. Of course you can do it with your Trap17 account.
Comment/Reply (w/o sign-up)
cangor
Sep 18 2006, 07:52 PM
I'd say just get a program to do it... there are lots of free ones out there... And also, I think icons have to be 256 colors...
Comment/Reply (w/o sign-up)
delivi
Sep 18 2006, 01:03 PM
thats a cool tip friends for sharing the different ways of creating an Icon. Thanx dudes for your inputs.
Comment/Reply (w/o sign-up)
Teragonto
Sep 13 2006, 10:00 PM
It's impossible to change a bmp file to an icon! You can only do that with the .gif extension with some kind of software(forgot name)!
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : creating, icon
- Creating Common Navigation For A Website: Part 2
Newbies guide to creating common navigation with PHP (0)
Create Dynamic Html/php Pages Using Simple Vb.net Code
Taking your application data, and creating a webpage for others to vie (1) This example will show you how use a string in VB to create PHP code. In order to do this, you need
a string to store your PHP page and a function that I will list at the bottom of the page for you to
put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
-------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
How To Start Your First Game Project
The first steps to creating your own game! (1) Ok, I see alot of questions around the game development forums of people wanting to make their first
game, but they don't know where to start. So, I decided to write this tutorial, having been in
the same situation before. NOTE: This Tutorial: -Is meant to help you get past that initial bout of
developer's block -Does not teach you how to make a game, just help you start -Cannot help you
if you cannot answer the questions asked So, let's get to it, shall we? How to start
your first game project: --So, the first thing you need to make sure yo....
Getting Started With Mysql
creating tables and insert data into them. (2) Hi in this tutorial you will learn how to create tables and insert items into them. First steps are
to create the database - go into your cpanel and mysql databases, from there make an account and a
database and then attach them together with all priviliges, call the database test and the account
admin, with the pw as pass - or any other password. We need to connect to the database so first in
your php file (probably named index.php) - this is how to do it. CODE
mysql_connect("localhost", "admin", "pass") or die(mysql_error()); mysql_select_db("test") or
die(mysql_....
Creating Navigation For Html Websites
Have a common navigation menu for the whole website! (12) Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
and organization. Designing a proper navigation system is a basic step in building your website. If
you are developing webpages in html you would have observed that as you go on creating pages it
becomes difficult to maintain the links to the pages. This article will guide you in developing a
common navigation menu for your website. It describes three ways, so if you don'....
Creating A Resume
10 Tips For Making A Resume (1) I've been working on my Resume for months now. Here is a summary of what I've learned: 1.
Avoid referring to yourself via 1st person or 3rd person terms. Rather than saying "I started this
job in" just say "Began job in"... Employers expect Resumes to be professional and avoid reference
to oneself; and instead speaking in an impersonal tone that presents
achievements/skills/experience/education without personalization. Avoid words like "I", "my", "he",
"she", etc. Leave out personal pronouns and only use the action words/verbs. This also includes
your Ob....
How To Change The Default Icon Of Hard Drive In My Computer
(7) Well i got to know about method of changing the hard drive icon, thought i should share it with you
guys. Well he goes. First what you have to do is find Icon files that you may want to put on your
hard drive. These files are basically of ".ico" extension so a simple search for "*.ico" (remove the
"" when searching) in you computer will generate results with various icons you can use. You
can also create new icons with an icon editor. I use the 'Easy Icon Maker' available from
this website http://www.icon-maker.com Well now assuming that you've got ....
Programming In Glut (lesson 4)
Creating 3D objects (0) Lesson 4 of 6. I hope you are enjoying them /laugh.gif" style="vertical-align:middle"
emoid=":lol:" border="0" alt="laugh.gif" /> . QUOTE Hello, in this tutorial we will be creating
a 3D pyramid. We are building this tutorial from Lesson 3, but I took out the 2D objects and placed
a 3D pyramid in there instead. The 3rd axis for drawing can be a litle confusing, but after you get
the hand of it you'll do fine. Now when you are setting a 3D vertex just remember that the
camera is on the positive end of the z axis. So things that have a more positive z axis va....
Programming In Glut (lesson 1)
Creating a windwo (0) This is the first of six lessons I am transferring from Astahost for programming in GLUT, and after
the six I hope to make more, I hope you enjoy. QUOTE Hello, I'm starting a series on how to
program in OpenGL using the OpenGL Utility Toolkit, a.k.a. GLUT. I chose GLUT because it is quick
and easy to write, and very easy to learn. In this tutorial I am going to teach you how to create a
basic window which we will build off of in later tutorials. Throughout the tutorial I will leave
notes to let you know what each command does, and how you can modify it to fit....
Tutorial: Creating Custom Icons For Devices
Give that device a great icon every time you plug it in! (0) Ok for this tutorial I will use the PSP as an example of the device, this should work for every
device. (THIS WILL NOT HARM ANYTHING AT ALL!) First off, open notepad and type in:
ICON=ICONE.ICO Save that as AUTORUN.inf Now, find a picture you like.. make sure its dimensions
are 16X16 pixels. Put it in the main folder of the device, for example, my psp is located at F:\, i
would type in F:\ to the adress bar and put the picture in that folder, as it is the folder your
computer automatically reads, anyways, put your picture in there and name it: ICONE.ICO Then a....
Creating A Timer Program
Using Visual Basic 2005 (8) This tutorial will explain how to create a basic timer using Visual Basic Express 2005. If you
don't have it, it's free and you can dowload it from Microsoft's website. All you need
is a few minutes to sit down and read this and a version of Visual Basic. OK, so what will this
timer actually do? Well, you are able to enter a number of minutes and a message, and then click a
button. Once the timer is up, your message pops up and you are reminded! So, basically it's a
little reminder system. I use it to remind me when TV programmes start, when I have to go ....
A Tutorial On How To Change Your Window's Screen Name's Icon
(0) Have you ever wondered why you hae a fruity duck next to your name when you sign on to windows
(at the windows welcome screen)? Have you ever wanted to get rid of that fruity duck? Well if
you have and dont know how, this tutorial is for you! 1) Go to Start 2) Go to Controll Panel
3) Find and Go To User Accounts or for others 4) Then down at the bottom look again for
User Accounts, below "Or Pick A Controll Panel Icon" and click on it 5) Somthing Like this
should have poped up 6) Click on Change My Picture 7) From there you can selec....
Creating A Simple Image Viewer
Using Visual Basic 2005 Express Edition (4) I downloaded Microsoft's Visual Studio Express suite a few months ago, but only recently got
around to installing it. I have been practising with Visual Basic and making some rather basic
programs and utilities, but they contain most of the basic concepts. This tutorial will explain how
to create a basic image viewer, and I will try to explain each step from beginning to end as clear
as I can. To start you will need: Microsoft Visual Studio About 10-20 minutes free time OK,
first open up the Visual Basic part of the Studio. I am using the 2005 Express version, so....
Getting Started With Amfphp And Rias
first steps in creating RIAs (2) AMFPHP in a short way is a library of php files that let u manage in JUST ONE FILE what u would do
in many files like for example queries to mysql. So u can have tons of queries to mysql and all of
them in just ONE FILE! so what is a RIA? a RIA is a Rich Internet Application commonly given to
flash applications, not the animations or presentations we see daily on the internet but very useful
and cool programs made in flash. the fisrt step u need to take is to download the AMFPHP library
directly from its site at www.amfphp.org, in some free hosted sites the latest ver....
Delete Files And Directories Using Php
following up from creating and writing (11) How To Delete Files and Directories follow up from creating them Hello all and
welcome to my second tutorial involving file management. In my previous tutorial , I explained how
to create, write and read files. In this tutorial I'll explain how to remove the files and
directories you took so long to create. I did not explain last time how to create directories as I
did not know, now I do, you can use the mkdir() function. Now with this tutorial.... Removing
Files Removing files can easily be done with the unlink() function: CODE unlink("....
Creating Rollovers With Buttons
Short & simple javascript tutorial that shows you how. (2) Javascript in action can render some very neat visual effects, which can make your website more
appealing, and sometimes even easier to navigate. Among the most common effects are the
'button' effect, and the mouseover effect. The buttons are very common, of course; if
nowhere else, most of us have seen them at the end of forms (Click the 'submit' button to
proceed...). The basic idea is to have a 'depressible' object, which can give you the
illusion that you're 'pressing' it when you click it. The rollover effect causes
something to h....
Creating Personal Alarm
To remind you something (2) Creating Personal Alarm This personal alarm is very useful to remind you something or anything you
would like it to do. Use Task Scheduler application to create your personal alarm. First, click on
Start -> Settings -> Control Panel -> Scheduled Tasks. Now click on the Add Scheduled Task wizard
in the Task Scheduler folder. Click Next, click the Browse button, and then select your favorite
sound files (WAV/MP3/MIDI). Set the file to open as the task daily. Set it at the top of the hour
every day, open up its advanced properties. On the Schedule tab press the Advance....
A Guide To Css And Creating A Stylesheet
(15) Table of Contents: I. Introduction II. Starting your stylesheet --A. Starting syntax with
font-family --B. Defining classes --C. Using classes III. The STYLE tag IV. Comments in CSS V. The
"a" tag VI. A quick list of common attributes VII. Notes --A. Universal classes --B. Grouping --C.
Multiple instances VIII. Finding other attributes IX. Closing I. Introduction Firstly, to begin
using a stylesheet, you must have one. Open up your text editor and save as (something).css. I know
NotePad doesn't need quotes for a stylesheet, but I'm not sure about other progr....
Creating Your Own Php News System
(23) Hello, heres a simple tutorial from a script that I made to power my news system. It is written
withthe PHP coding system and consists of 8 files using a flatfile based system, without MySQL
databases. This should be usefull for those who want a simple little news manager and like to have
simplcity without the fancy date strings and sutff. You can see a demo of it at my site @
http://www.xeek.trap17.com . Let's Start! First let's start with the easy stuff, making
the directory first, first create a main directory to hold everything, call this folder "news",....
Site Icon Tutorial
(5) You've probably all seen that Trap17 and many other sites have a small icon that gets displayed
in the address bar, or in your favourites/bookmarks. Well, here's how to get an icon on your own
site: 1. Choose either 1A or 1B 1A: You can either make an icon yourself with your favourite icon
making program 1B: Make a square picture, any size you want and save it. When you're done making
the picture, go to this site , upload the image and download the zip. Then unpack the zip to get
the icon. 2. Great! Now you have an icon. If it's not called favicon.ico,....
Looking for creating, icon
|
Searching Video's for creating, icon
See Also,
|
advertisement
|
|