CFmenu submenu icons

2007-10-29 Thread Brian McCairn
Does anyone know how/if you can change the icon indicating a cfmenu has a 
submenu. The default seems to be a small grey arrow. Even being able to change 
the colour/size of the arrow would be useful.

Cheers 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292221
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFmenu submenu icons

2007-10-29 Thread gary gilbert
Brian,

Use firebug to inspect the element which should let you know what the style
class for that element is.  Then all you have to do is override the element
in your page or include your own style sheet.

The class is located in the
inetpub\wwwroot\CFIDE\scripts\ajax\resources\yui\yui.css.  The class is
called submenuindicator and uses an image called map.gif to provide the
icon.

Cheers,

-- 
Gary Gilbert
http://www.garyrgilbert.com/blog


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFmenu submenu icons

2007-10-29 Thread Brian McCairn
Thanks Gary - that's done it for me 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Showing ICONS is a SELECT list

2007-06-22 Thread Charles Love
Does anyone know if it is possible to include ICONS in a select list as the 
display value along with or in place of text?  If so, can you give me an 
example or point me to an example.

Thanks, Monty

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281938
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Showing ICONS is a SELECT list

2007-06-22 Thread Robertson-Ravo, Neil (RX)
Only via Divs I think. So it would be smoke and mirrors.


This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Charles Love
To: CF-Talk
Sent: Fri Jun 22 21:23:06 2007
Subject: Showing ICONS is a SELECT list

Does anyone know if it is possible to include ICONS in a select list as the
display value along with or in place of text?  If so, can you give me an
example or point me to an example.

Thanks, Monty



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281939
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Showing ICONS is a SELECT list

2007-06-22 Thread Claude Schneegans
 Does anyone know if it is possible to include ICONS in a select list

AFAIK no.
All you can do is use different colors for options, but anything that 
could potentially change the height of a line is not possible.

You will have to emulate the select with divs and some javascript in the 
onsubmit event.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281941
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Showing ICONS is a SELECT list

2007-06-22 Thread Brad Wood
I've seen a number of DHTML drop down replacements that let you use
stuff like that.  Check out Milonic (www.milonic.com).  I think they may
have some stuff like that.  We use their API for the menus in our site
and they have been pretty accommodating.

~Brad

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 22, 2007 3:55 PM
To: CF-Talk
Subject: Re: Showing ICONS is a SELECT list

 Does anyone know if it is possible to include ICONS in a select list

AFAIK no.
All you can do is use different colors for options, but anything that 
could potentially change the height of a line is not possible.

You will have to emulate the select with divs and some javascript in the

onsubmit event.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281942
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Showing ICONS is a SELECT list

2007-06-22 Thread Bobby Hartsfield
Not with a normal form, no.
You could use some CSS and JS like this though...
http://www.bigelowtea.com/entertaining/recipes/

(Click the fake 'Choose a Recipe from Section:' drop down) 

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Charles Love [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 22, 2007 4:23 PM
To: CF-Talk
Subject: Showing ICONS is a SELECT list

Does anyone know if it is possible to include ICONS in a select list as the
display value along with or in place of text?  If so, can you give me an
example or point me to an example.

Thanks, Monty



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281945
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Flow Chart Icons

2007-03-09 Thread Robert Rawlins - Think Blue
Hello Guys,

 

A little off topic this one, But I'm currently placing together a
presentation for a client meeting scheduled for the back end of next week
and I'm looking for some decent icons to use in my flow diagrams and things
like that, on my apps I tend to use the famfamfam.com icons, which are
excellent, but unfortunately they're a little small for this the
presentation medium.

 

I'm looking for something along the art style of this
http://www.sonoma.edu/ctpd/images/dropby.png, I don't mind paying a few $$$
if I can find some that I like, just wondered if you guys had spotted any on
your travels.

 

Thanks,

 

Rob



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272157
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flow Chart Icons

2007-03-09 Thread Mike Chabot
http://www.iconexperience.com/

Just a suggestion, not a recommendation.

Good luck,
Mike Chabot

On 3/9/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED] wrote:
 Hello Guys,



 A little off topic this one, But I'm currently placing together a
 presentation for a client meeting scheduled for the back end of next week
 and I'm looking for some decent icons to use in my flow diagrams and things
 like that, on my apps I tend to use the famfamfam.com icons, which are
 excellent, but unfortunately they're a little small for this the
 presentation medium.



 I'm looking for something along the art style of this
 http://www.sonoma.edu/ctpd/images/dropby.png, I don't mind paying a few $$$
 if I can find some that I like, just wondered if you guys had spotted any on
 your travels.



 Thanks,



 Rob



 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272211
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Icons?

2007-01-17 Thread Christopher Jordan
famfamfam.com has beautiful icons, but can have a tendency to look 
washed out depending on the background they're shown against.

Chris

Rey Bango wrote:
 Try famfamfam.com. They have a ton of icons although not sure if they'll 
 have specifically what you're looking for.

 Rey


   
 On 1/16/07, Coldfusion [EMAIL PROTECTED] wrote:
 
 Anyone know where I can find some icons for a Construction site?
 Examples: hammer, trowel, etc

 I did a Google search for construction tools website icons
 but did not really find much of anything that was useful.

 The icons will be used on an website (public) as well as an intranet
 (internal) site for the client.
   

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266741
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Icons?

2007-01-16 Thread Coldfusion
Anyone know where I can find some icons for a Construction site?
Examples: hammer, trowel, etc
 
I did a Google search for construction tools website icons
but did not really find much of anything that was useful.
 
The icons will be used on an website (public) as well as an intranet
(internal) site for the client.
 
TIA!



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266720
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Icons?

2007-01-16 Thread John Cox
On 1/16/07, Coldfusion [EMAIL PROTECTED] wrote:

 Anyone know where I can find some icons for a Construction site?
 Examples: hammer, trowel, etc

 I did a Google search for construction tools website icons
 but did not really find much of anything that was useful.

 The icons will be used on an website (public) as well as an intranet
 (internal) site for the client.



Do a search on del.icio.us for icons or check out the tag.  There are
plenty of collections that folks bookmark that don't seem to make their way
in the top portion of the google results...


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266722
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Icons?

2007-01-16 Thread Rey Bango
Try famfamfam.com. They have a ton of icons although not sure if they'll 
have specifically what you're looking for.

Rey


 On 1/16/07, Coldfusion [EMAIL PROTECTED] wrote:
 Anyone know where I can find some icons for a Construction site?
 Examples: hammer, trowel, etc

 I did a Google search for construction tools website icons
 but did not really find much of anything that was useful.

 The icons will be used on an website (public) as well as an intranet
 (internal) site for the client.
 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266724
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


good file/folder icons?

2006-09-28 Thread Ray Champagne
Anybody got any good icons (for web, gifs preferable) for files and folders?


 

Ray



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254645
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: good file/folder icons?

2006-09-28 Thread Che Vilnonis
Try... http://www.famfamfam.com/lab/icons/silk/preview.php

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 28, 2006 12:28 PM
To: CF-Talk
Subject: good file/folder icons?


Anybody got any good icons (for web, gifs preferable) for files and folders?


 

Ray





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254648
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: good file/folder icons?

2006-09-28 Thread Jim Wright
Ray Champagne wrote:
 Anybody got any good icons (for web, gifs preferable) for files and folders?
 

http://www.famfamfam.com/lab/icons/


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254653
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: good file/folder icons?

2006-09-28 Thread Snake
I have sent u some off list

Snake 

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: 28 September 2006 17:28
To: CF-Talk
Subject: good file/folder icons?

Anybody got any good icons (for web, gifs preferable) for files and folders?


 

Ray





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254655
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: good file/folder icons?

2006-09-28 Thread Ray Champagne
Thanks guys.

 -Original Message-
 From: Jim Wright [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 28, 2006 12:39 PM
 To: CF-Talk
 Subject: Re: good file/folder icons?
 Importance: High
 
 Ray Champagne wrote:
  Anybody got any good icons (for web, gifs preferable) for files and
folders?
 
 
 http://www.famfamfam.com/lab/icons/
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254663
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: good file/folder icons?

2006-09-28 Thread Pete Ruckelshaus
I like the Glyfx icons http://www.glyfx.com/

On 9/28/06, Che Vilnonis [EMAIL PROTECTED] wrote:
 Try... http://www.famfamfam.com/lab/icons/silk/preview.php

 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 28, 2006 12:28 PM
 To: CF-Talk
 Subject: good file/folder icons?


 Anybody got any good icons (for web, gifs preferable) for files and folders?




 Ray





 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254696
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Missing Icons

2006-06-27 Thread Steve LaBadie
All HTML documents do not show the IE flag in the wwwroot.  When I check
properties the IE flag is assigned, but will not reflect.

 

Steve LaBadie, Web Manager
East Stroudsburg University
200 Prospect St.
East Stroudsburg, Pa 18301
570-422-3999
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
http://www.esu.edu http://www3.esu.edu 

 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244863
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: List of MIME types and icons?

2004-11-01 Thread Hugo Ahlenius
We have a little set here, based on extensions (not mime-types). The
icons are 32x32 gif's, let me know if you are interested.



--
Hugo Ahlenius

-
Hugo Ahlenius  E-Mail: [EMAIL PROTECTED]
Project OfficerPhone:+46 8 230460
UNEP GRID-Arendal  Fax:  +46 8 230441
Stockholm Office   Mobile: +46 733 467111
   WWW:   http://www.grida.no
- 



|-Original Message-
|From: Matthew Walker [mailto:[EMAIL PROTECTED]
|Sent: Monday, November 01, 2004 05:36
|To: CF-Talk
|Subject: RE: List of MIME types and icons?
|
|A few: http://www.eswsoftware.com/library/resources.cfm
|
| -Original Message-
| From: Jon Austin [mailto:[EMAIL PROTECTED]
| Sent: Monday, 1 November 2004 5:12 p.m.
| To: CF-Talk
| Subject: List of MIME types and icons?
|
| Hi all,
|
| Does anyone know of a list of MIME types and has a
|corresponding icon
| for (as many as possible) types?
|
| i.e. A little MS Word icon, Excel icon etc etc.
|
| Regards,
|
| Jon
|
|
|
|

~|
The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in 
the Washington DC Area. 
http://www.houseoffusion.com/banners/view.cfm?bannerid=44

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183048
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


List of MIME types and icons?

2004-10-31 Thread Jon Austin
Hi all,

Does anyone know of a list of MIME types and has a corresponding icon
for (as many as possible) types?

i.e. A little MS Word icon, Excel icon etc etc.

Regards,

Jon

~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.houseoffusion.com/banners/view.cfm?bannerid=11

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183046
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: List of MIME types and icons?

2004-10-31 Thread Matthew Walker
A few: http://www.eswsoftware.com/library/resources.cfm 

 -Original Message-
 From: Jon Austin [mailto:[EMAIL PROTECTED] 
 Sent: Monday, 1 November 2004 5:12 p.m.
 To: CF-Talk
 Subject: List of MIME types and icons?
 
 Hi all,
 
 Does anyone know of a list of MIME types and has a 
 corresponding icon for (as many as possible) types?
 
 i.e. A little MS Word icon, Excel icon etc etc.
 
 Regards,
 
 Jon
 
 

~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183047
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Icons for Applications...

2004-10-17 Thread Kay Smoljak
On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 If you guys use icons in your apps, where do you get them from? 

Just catching up on some messages I missed last week. For icons, check
out http://www.glyfx.com - we have a free set of common toolbar icons
in xp style, or more specialised sets for sale.

Cheers,
K.

-- 
Kay Smoljak
http://kay.smoljak.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Icons for Applications...

2004-10-06 Thread Blaine Korte
Hey everyone,

If you guys use icons in your apps, where do you get them from?I've been
hand-creating or borrowing all of mine from other apps, but there are some
that I need some ideas for.

Thanks!

Blaine Korte

Web Developer

St Solo Computer Graphics Inc.

+email: [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Adrocknaphobia
Steal and improvise from windows XP.

-Adam

On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 Hey everyone,
 
 If you guys use icons in your apps, where do you get them from?I've been
 hand-creating or borrowing all of mine from other apps, but there are some
 that I need some ideas for.
 
 Thanks!
 
 Blaine Korte
 
 Web Developer
 
 St Solo Computer Graphics Inc.
 
 +email: [EMAIL PROTECTED]

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Michael Beveridge
Steal and improvise from windows XP.

-Adam


On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:


hahaha
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Icons for Applications...

2004-10-06 Thread Michael Beveridge
Try google image search with subject and the word icon.

 
Work like you don't need the money, love like you've never been hurt,
and dance like no one is watching. -- Bono (U2)
-Original Message-
From: Michael Beveridge [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 06, 2004 2:40 PM
To: CF-Talk
Subject: Re: Icons for Applications...

 
Steal and improvise from windows XP.

-Adam


On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED]
wrote:


hahaha
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Massimo, Tiziana e Federica
 If you guys use icons in your apps, where do you get them from?I've been
 hand-creating or borrowing all of mine from other apps, but there are some
 that I need some ideas for.

There are many free repositories on the web (my fellow designers has plenty
of bookmarks and usually takes care of the job). I managed to find this url
but, again, there are much more:

http://kde-look.org/content/show.php?content=1822


Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:http://www.olimpo.ch/tmt/

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Tony Weeg
always.

xp and mac icons (if you have one you can get a screen cap from) are
the bestest...and then just modify for your own good :)

tw

On Wed, 06 Oct 2004 14:39:41 -0400, Michael Beveridge
[EMAIL PROTECTED] wrote:
 Steal and improvise from windows XP.
 
 -Adam
 
 
 On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 
 
 hahaha
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread dave
if u search the archives on here i uploaded a friggin ton of them but i forgot where
or this guy usually has cool stuff

http://www.foood.net/index.htm

-- Original Message --
From: Tony Weeg [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 6 Oct 2004 14:44:22 -0400

always.

xp and mac icons (if you have one you can get a screen cap from) are
the bestest...and then just modify for your own good :)

tw


On Wed, 06 Oct 2004 14:39:41 -0400, Michael Beveridge
[EMAIL PROTECTED] wrote:
 Steal and improvise from windows XP.
 
 -Adam
 
 
 On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
 
 
 hahaha
 
 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Icons for Applications...

2004-10-06 Thread Mark Drew
I tend to create them as I need them following a style

MD

On Wed,6 Oct 2004 15:16:29 -0400, dave [EMAIL PROTECTED] wrote:
 if u search the archives on here i uploaded a friggin ton of them but i forgot where
 or this guy usually has cool stuff
 
 http://www.foood.net/index.htm
 
 
 -- Original Message --
 From: Tony Weeg [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date:Wed, 6 Oct 2004 14:44:22 -0400
 
 always.
 
 xp and mac icons (if you have one you can get a screen cap from) are
 the bestest...and then just modify for your own good :)
 
 tw
 
 
 On Wed, 06 Oct 2004 14:39:41 -0400, Michael Beveridge
 [EMAIL PROTECTED] wrote:
  Steal and improvise from windows XP.
  
  -Adam
  
  
  On Wed, 06 Oct 2004 11:21:39 -0600, Blaine Korte [EMAIL PROTECTED] wrote:
  
 
  hahaha
 
 
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-18 Thread Hugo Ahlenius
Perhaps jumping into this a little too late, but here is my set:
http://ftp.grida.no/hugo/hugo_icons.zip
32x32 gifs, with transp (I think)

They are a little less windows-centric than some of the other sets.

--
Hugo Ahlenius

-
Hugo AhleniusE-Mail: [EMAIL PROTECTED]
Project Officer Phone:+46 8 230460
UNEP GRID-ArendalFax:+46 8 230441
Stockholm OfficeMobile:+46 733 467111
 WWW: http://www.grida.no
- 



| -Original Message-
| From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
| Sent: Saturday, August 14, 2004 17:22
| To: CF-Talk
| Subject: RE: Document Icons
|
| Go get WinRar from rarlabs.
|
| It's a compression format... like zip.
|
| Mike
|
|  Thanks, got it, but what's a rar?Lesse,tar=tape
| archive, jar=java
|  archive, rar= ?what will open it?I've got a Mac.
| 
|  Thanks!
|
|
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Document Icons

2004-08-14 Thread Dave Lyons
rar'd to 25 mb
www.jamwerx.com/open/icons.rar

sorry bout the mess that they are but the crap otherwiseknownas winxp keeps crashing when i try to open any folders.

*note to myself: get rid of that xp crap  use linux for anything valuable*



sounds great...thanx



From: Kris Baca [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 13, 2004 3:24 PM
To: CF-Talk
Subject: Re: Document Icons


I'll take em!

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Thu, 12 Aug 2004 18:09:55 -0400
Subject: RE: Document Icons
To: CF-Talk [EMAIL PROTECTED]

i have crap loads of these things, if ppl want i will siz them and
upload them but its about a 70 mb dl

-- Original Message --
From: Pascal Peters [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Thu, 12 Aug 2004 21:58:33 +0200

app
are
list.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Document Icons

2004-08-14 Thread Kris Baca
Thanks, got it, but what's a rar?Lesse,tar=tape archive, jar=java
archive, rar= ?what will open it?I've got a Mac.

Thanks!

- Original Message -
From: Dave Lyons [EMAIL PROTECTED]
Date: Sat, 14 Aug 2004 02:17:53 -0400
Subject: Re: Document Icons
To: CF-Talk [EMAIL PROTECTED]

rar'd to 25 mb
 www.jamwerx.com/open/icons.rar

 sorry bout the mess that they are but the crap otherwiseknownas winxp
keeps crashing when i try to open any folders.

 *note to myself: get rid of that xp crap  use linux for anything valuable*

sounds great...thanx
 
 
 
 From: Kris Baca [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 13, 2004 3:24 PM
 To: CF-Talk
 Subject: Re: Document Icons
 
 
 I'll take em!
 
 - Original Message -
 From: dave [EMAIL PROTECTED]
 Date: Thu, 12 Aug 2004 18:09:55 -0400
 Subject: RE: Document Icons
 To: CF-Talk [EMAIL PROTECTED]
 
 i have crap loads of these things, if ppl want i will siz them and
 upload them but its about a 70 mb dl
 
 -- Original Message --
 From: Pascal Peters [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date:Thu, 12 Aug 2004 21:58:33 +0200
 
 app
 are
 list.
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Document Icons

2004-08-14 Thread Jochem van Dieten
Kris Baca wrote:

 Thanks, got it, but what's a rar?Lesse,tar=tape archive, jar=java
 archive, rar= ?what will open it?I've got a Mac.

http://www.google.com/search?q=rar+mac

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-14 Thread Michael T. Tangorre
Go get WinRar from rarlabs.

It's a compression format... like zip.

Mike

 Thanks, got it, but what's a rar?Lesse,tar=tape archive, 
 jar=java archive, rar= ?what will open it?I've got a Mac.
 
 Thanks!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Document Icons

2004-08-13 Thread Kris Baca
I'll take em!

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Thu, 12 Aug 2004 18:09:55 -0400
Subject: RE: Document Icons
To: CF-Talk [EMAIL PROTECTED]

i have crap loads of these things, if ppl want i will siz them and
upload them but its about a 70 mb dl

 -- Original Message --
 From: Pascal Peters [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date:Thu, 12 Aug 2004 21:58:33 +0200

 Find them here http://users.pandora.be/pascal.peters/download/
 
 Pascal
 
  -Original Message-
  From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
  Sent: 12 August 2004 21:58
  To: CF-Talk
  Subject: RE: Document Icons
  
  Pascal gave me a zip file that covers just about anything your web app
  might deal with... They are all the same size, transparency, etc...
 They
  work great!
  
  
  
  Michael T. Tangorre
  
   -Original Message-
   From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
   Sent: Thursday, August 12, 2004 3:49 PM
   To: CF-Talk
   Subject: RE: Document Icons
  
   Thanks Tony, nice set for some of the common file types...
   looks like the zip.gif might need a transparent background
   applied to it, and I'm not sure about using a computer for
   default or the Internet Explorer logo for html documents,
   but it's a good start. :)
  
  
I have a set. I don't remember where I came upon them but they are
fairly consistent and in .GIF format. Would this help?
  
If so - http://www.tonygruen.com/doc_icons.zip
  
Wow, I am finally able to contribute something to this great list.
Most of the topics are a little above my development level :-)
  
Tony
  
  
  
-Original Message-
From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 12, 2004 11:22 AM
To: CF-Talk
Subject: RE: Document Icons
  
  
Well for common file types, you can always take screen
   captures of the
icons from your desktop assuming you're using Windows. I use
 SnagIt
for this.
  
I was looking for the exact same thing.Care to share?
  
Emmet
  
   _
  
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 11, 2004 1:21 PM
To: CF-Talk
Subject: OT: Document Icons
  
Anyone have a set of icons for various document types:
  
.zip
.doc
.xls
.ppt
.txt
.pdf
.htm | .html
  
I have a couple but they are all shapes and sizes and nothing is
consistant.
  
Thanks,
  
-Mike
  
s. isaac dealey954.927.5117
  
new epoch : isn't it time for a change?
  
add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1
   _
  
  
  
   
  
  
  
  
 
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-13 Thread Frank Dewey
sounds great...thanx



From: Kris Baca [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 13, 2004 3:24 PM
To: CF-Talk
Subject: Re: Document Icons

I'll take em!

- Original Message -
From: dave [EMAIL PROTECTED]
Date: Thu, 12 Aug 2004 18:09:55 -0400
Subject: RE: Document Icons
To: CF-Talk [EMAIL PROTECTED]

i have crap loads of these things, if ppl want i will siz them and
upload them but its about a 70 mb dl

-- Original Message --
From: Pascal Peters [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Thu, 12 Aug 2004 21:58:33 +0200

Find them here http://users.pandora.be/pascal.peters/download/

Pascal

 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: 12 August 2004 21:58
 To: CF-Talk
 Subject: RE: Document Icons
 
 Pascal gave me a zip file that covers just about anything your web
app
 might deal with... They are all the same size, transparency, etc...
They
 work great!
 
 
 
 Michael T. Tangorre
 
  -Original Message-
  From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
  Sent: Thursday, August 12, 2004 3:49 PM
  To: CF-Talk
  Subject: RE: Document Icons
 
  Thanks Tony, nice set for some of the common file types...
  looks like the zip.gif might need a transparent background
  applied to it, and I'm not sure about using a computer for
  default or the Internet Explorer logo for html documents,
  but it's a good start. :)
 
 
   I have a set. I don't remember where I came upon them but they
are
   fairly consistent and in .GIF format. Would this help?
 
   If so - http://www.tonygruen.com/doc_icons.zip
 
   Wow, I am finally able to contribute something to this great
list.
   Most of the topics are a little above my development level :-)
 
   Tony
 
 
 
   -Original Message-
   From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
   Sent: Thursday, August 12, 2004 11:22 AM
   To: CF-Talk
   Subject: RE: Document Icons
 
 
   Well for common file types, you can always take screen
  captures of the
   icons from your desktop assuming you're using Windows. I use
SnagIt
   for this.
 
   I was looking for the exact same thing.Care to share?
 
   Emmet
 
  _
 
   From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, August 11, 2004 1:21 PM
   To: CF-Talk
   Subject: OT: Document Icons
 
   Anyone have a set of icons for various document types:
 
   .zip
   .doc
   .xls
   .ppt
   .txt
   .pdf
   .htm | .html
 
   I have a couple but they are all shapes and sizes and nothing is
   consistant.
 
   Thanks,
 
   -Mike
 
   s. isaac dealey954.927.5117
 
   new epoch : isn't it time for a change?
 
   add features without fixtures with
   the onTap open source framework
   http://www.sys-con.com/story/?storyid=44477DE=1
  _
 
 
 
  
 
 
 
 

 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread Emmet McGovern
I was looking for the exact same thing.Care to share?

Emmet

_

From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 11, 2004 1:21 PM
To: CF-Talk
Subject: OT: Document Icons

Anyone have a set of icons for various document types:

.zip
.doc
.xls
.ppt
.txt
.pdf
.htm | .html

I have a couple but they are all shapes and sizes and nothing is
consistant.

Thanks,

-Mike

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Document Icons

2004-08-12 Thread JT
ME TOO
- Original Message - 
From: Emmet McGovern 
To: CF-Talk 
Sent: Thursday, August 12, 2004 10:48 AM
Subject: RE: Document Icons

I was looking for the exact same thing.Care to share?

Emmet

 _

From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 11, 2004 1:21 PM
To: CF-Talk
Subject: OT: Document Icons

Anyone have a set of icons for various document types:

.zip
.doc
.xls
.ppt
.txt
.pdf
.htm | .html

I have a couple but they are all shapes and sizes and nothing is
consistant.

Thanks,

-Mike

 _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread S . Isaac Dealey
Well for common file types, you can always take screen captures of the
icons from your desktop assuming you're using Windows. I use SnagIt
for this.

 I was looking for the exact same thing.Care to share?

 Emmet

_

 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 11, 2004 1:21 PM
 To: CF-Talk
 Subject: OT: Document Icons

 Anyone have a set of icons for various document types:

 .zip
 .doc
 .xls
 .ppt
 .txt
 .pdf
 .htm | .html

 I have a couple but they are all shapes and sizes and
 nothing is
 consistant.

 Thanks,

 -Mike

s. isaac dealey954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread Adkins, Randy
look at:

 
http://demo.mindkeeper.net/filemanager
http://demo.mindkeeper.net/filemanager 

 
there are many of those there that you can click 
on and save

_

From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 12, 2004 2:22 PM
To: CF-Talk
Subject: RE: Document Icons

Well for common file types, you can always take screen captures of the
icons from your desktop assuming you're using Windows. I use SnagIt
for this.

 I was looking for the exact same thing.Care to share?

 Emmet

_

 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 11, 2004 1:21 PM
 To: CF-Talk
 Subject: OT: Document Icons

 Anyone have a set of icons for various document types:

 .zip
 .doc
 .xls
 .ppt
 .txt
 .pdf
 .htm | .html

 I have a couple but they are all shapes and sizes and
 nothing is
 consistant.

 Thanks,

 -Mike

s. isaac dealey954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread Tony Gruen
I have a set. I don't remember where I came upon them but they are
fairly consistent and in .GIF format. Would this help?

 
If so - http://www.tonygruen.com/doc_icons.zip

 
Wow, I am finally able to contribute something to this great list. Most
of the topics are a little above my development level :-)

 
Tony

-Original Message-
From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 12, 2004 11:22 AM
To: CF-Talk
Subject: RE: Document Icons

Well for common file types, you can always take screen captures of the
icons from your desktop assuming you're using Windows. I use SnagIt
for this.

 I was looking for the exact same thing.Care to share?

 Emmet

_

 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 11, 2004 1:21 PM
 To: CF-Talk
 Subject: OT: Document Icons

 Anyone have a set of icons for various document types:

 .zip
 .doc
 .xls
 .ppt
 .txt
 .pdf
 .htm | .html

 I have a couple but they are all shapes and sizes and
 nothing is
 consistant.

 Thanks,

 -Mike

s. isaac dealey954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread S . Isaac Dealey
Thanks Tony, nice set for some of the common file types... looks like
the zip.gif might need a transparent background applied to it, and I'm
not sure about using a computer for default or the Internet Explorer
logo for html documents, but it's a good start. :)

 I have a set. I don't remember where I came upon them but
 they are
 fairly consistent and in .GIF format. Would this help?

 If so - http://www.tonygruen.com/doc_icons.zip

 Wow, I am finally able to contribute something to this
 great list. Most
 of the topics are a little above my development level :-)

 Tony

 -Original Message-
 From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 12, 2004 11:22 AM
 To: CF-Talk
 Subject: RE: Document Icons

 Well for common file types, you can always take screen
 captures of the
 icons from your desktop assuming you're using Windows. I
 use SnagIt
 for this.

 I was looking for the exact same thing.Care to share?

 Emmet

_

 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 11, 2004 1:21 PM
 To: CF-Talk
 Subject: OT: Document Icons

 Anyone have a set of icons for various document types:

 .zip
 .doc
 .xls
 .ppt
 .txt
 .pdf
 .htm | .html

 I have a couple but they are all shapes and sizes and
 nothing is
 consistant.

 Thanks,

 -Mike

 s. isaac dealey954.927.5117

 new epoch : isn't it time for a change?

 add features without fixtures with
 the onTap open source framework
 http://www.sys-con.com/story/?storyid=44477DE=1
_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread Tangorre, Michael
Pascal gave me a zip file that covers just about anything your web app
might deal with... They are all the same size, transparency, etc... They
work great!

Michael T. Tangorre

 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 12, 2004 3:49 PM
 To: CF-Talk
 Subject: RE: Document Icons
 
 Thanks Tony, nice set for some of the common file types... 
 looks like the zip.gif might need a transparent background 
 applied to it, and I'm not sure about using a computer for 
 default or the Internet Explorer logo for html documents, 
 but it's a good start. :)
 
 
  I have a set. I don't remember where I came upon them but they are 
  fairly consistent and in .GIF format. Would this help?
 
  If so - http://www.tonygruen.com/doc_icons.zip
 
  Wow, I am finally able to contribute something to this great list. 
  Most of the topics are a little above my development level :-)
 
  Tony
 
 
 
  -Original Message-
  From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
  Sent: Thursday, August 12, 2004 11:22 AM
  To: CF-Talk
  Subject: RE: Document Icons
 
 
  Well for common file types, you can always take screen 
 captures of the 
  icons from your desktop assuming you're using Windows. I use SnagIt 
  for this.
 
  I was looking for the exact same thing.Care to share?
 
  Emmet
 
 _
 
  From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, August 11, 2004 1:21 PM
  To: CF-Talk
  Subject: OT: Document Icons
 
  Anyone have a set of icons for various document types:
 
  .zip
  .doc
  .xls
  .ppt
  .txt
  .pdf
  .htm | .html
 
  I have a couple but they are all shapes and sizes and nothing is 
  consistant.
 
  Thanks,
 
  -Mike
 
  s. isaac dealey954.927.5117
 
  new epoch : isn't it time for a change?
 
  add features without fixtures with
  the onTap open source framework
  http://www.sys-con.com/story/?storyid=44477DE=1
 _
 
 
 
  
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread S . Isaac Dealey
Peters?

 Pascal gave me a zip file that covers just about anything
 your web app
 might deal with... They are all the same size,
 transparency, etc... They
 work great!

s. isaac dealey954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread Pascal Peters
Find them here http://users.pandora.be/pascal.peters/download/

Pascal

 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: 12 August 2004 21:58
 To: CF-Talk
 Subject: RE: Document Icons
 
 Pascal gave me a zip file that covers just about anything your web app
 might deal with... They are all the same size, transparency, etc...
They
 work great!
 
 
 
 Michael T. Tangorre
 
  -Original Message-
  From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
  Sent: Thursday, August 12, 2004 3:49 PM
  To: CF-Talk
  Subject: RE: Document Icons
 
  Thanks Tony, nice set for some of the common file types...
  looks like the zip.gif might need a transparent background
  applied to it, and I'm not sure about using a computer for
  default or the Internet Explorer logo for html documents,
  but it's a good start. :)
 
 
   I have a set. I don't remember where I came upon them but they are
   fairly consistent and in .GIF format. Would this help?
 
   If so - http://www.tonygruen.com/doc_icons.zip
 
   Wow, I am finally able to contribute something to this great list.
   Most of the topics are a little above my development level :-)
 
   Tony
 
 
 
   -Original Message-
   From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
   Sent: Thursday, August 12, 2004 11:22 AM
   To: CF-Talk
   Subject: RE: Document Icons
 
 
   Well for common file types, you can always take screen
  captures of the
   icons from your desktop assuming you're using Windows. I use
SnagIt
   for this.
 
   I was looking for the exact same thing.Care to share?
 
   Emmet
 
  _
 
   From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, August 11, 2004 1:21 PM
   To: CF-Talk
   Subject: OT: Document Icons
 
   Anyone have a set of icons for various document types:
 
   .zip
   .doc
   .xls
   .ppt
   .txt
   .pdf
   .htm | .html
 
   I have a couple but they are all shapes and sizes and nothing is
   consistant.
 
   Thanks,
 
   -Mike
 
   s. isaac dealey954.927.5117
 
   new epoch : isn't it time for a change?
 
   add features without fixtures with
   the onTap open source framework
   http://www.sys-con.com/story/?storyid=44477DE=1
  _
 
 
 
  
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-12 Thread dave
i have crap loads of these things, if ppl want i will siz them and upload them but its about a 70 mb dl

-- Original Message --
From: Pascal Peters [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Thu, 12 Aug 2004 21:58:33 +0200

Find them here http://users.pandora.be/pascal.peters/download/

Pascal

 -Original Message-
 From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
 Sent: 12 August 2004 21:58
 To: CF-Talk
 Subject: RE: Document Icons
 
 Pascal gave me a zip file that covers just about anything your web app
 might deal with... They are all the same size, transparency, etc...
They
 work great!
 
 
 
 Michael T. Tangorre
 
  -Original Message-
  From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
  Sent: Thursday, August 12, 2004 3:49 PM
  To: CF-Talk
  Subject: RE: Document Icons
 
  Thanks Tony, nice set for some of the common file types...
  looks like the zip.gif might need a transparent background
  applied to it, and I'm not sure about using a computer for
  default or the Internet Explorer logo for html documents,
  but it's a good start. :)
 
 
   I have a set. I don't remember where I came upon them but they are
   fairly consistent and in .GIF format. Would this help?
 
   If so - http://www.tonygruen.com/doc_icons.zip
 
   Wow, I am finally able to contribute something to this great list.
   Most of the topics are a little above my development level :-)
 
   Tony
 
 
 
   -Original Message-
   From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
   Sent: Thursday, August 12, 2004 11:22 AM
   To: CF-Talk
   Subject: RE: Document Icons
 
 
   Well for common file types, you can always take screen
  captures of the
   icons from your desktop assuming you're using Windows. I use
SnagIt
   for this.
 
   I was looking for the exact same thing.Care to share?
 
   Emmet
 
  _
 
   From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, August 11, 2004 1:21 PM
   To: CF-Talk
   Subject: OT: Document Icons
 
   Anyone have a set of icons for various document types:
 
   .zip
   .doc
   .xls
   .ppt
   .txt
   .pdf
   .htm | .html
 
   I have a couple but they are all shapes and sizes and nothing is
   consistant.
 
   Thanks,
 
   -Mike
 
   s. isaac dealey954.927.5117
 
   new epoch : isn't it time for a change?
 
   add features without fixtures with
   the onTap open source framework
   http://www.sys-con.com/story/?storyid=44477DE=1
  _
 
 
 
  
 
 
 
 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: Document Icons

2004-08-11 Thread Tangorre, Michael
Anyone have a set of icons for various document types:

.zip
.doc
.xls
.ppt
.txt
.pdf
.htm | .html

I have a couple but they are all shapes and sizes and nothing is
consistant.

Thanks,

-Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT: Document Icons

2004-08-11 Thread Matt Robertson
I've got some folder-based ones I made.Here you see the extent of my
genius in artistry :-).They're kinda big but you can shrink them
down.They're a folder with the extension in Arial Black Bold, in
various colors.

http://mysecretbase.com/ul/doc.gif
http://mysecretbase.com/ul/pdf.gif
http://mysecretbase.com/ul/zip.gif

The layered psd source is actually sitting in my images directory, so
you can make however many more you like with it.

http://secretbase.com/ul/folders.psd

-- 
--Matt Robertson--
MSB Designs, Inc.
mysecretbase.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: OT: Document Icons

2004-08-11 Thread Matt Robertson
oops.It would help if spell my domain name correctly

http://mysecretbase.com/ul/folders.psd

-- 
--Matt Robertson--
MSB Designs, Inc.
mysecretbase.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Document Icons

2004-08-11 Thread Tangorre, Michael
Pascal sent them to me, thanks everyone... And thanks again Pascal!!!

Michael T. Tangorre

 Anyone have a set of icons for various document types:
 
 .zip
 .doc
 .xls
 .ppt
 .txt
 .pdf
 .htm | .html
 
 I have a couple but they are all shapes and sizes and nothing 
 is consistant.
 
 Thanks,
 
 -Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




WOT: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Ciliotta, Mario
HI,

 
I know this is way off the CF topic, but does anyone know where I can find
some very small icons (19X19) to replace the icons used in a tree menu.I
would like to replace the folders and the document icon with icons that are
computer related.Basically I am going to use the tree menu to show the
relationship between a UPS, what circuits the UPS protects, then what hardware
is on the circuits and so on.

 
I have been looking for small computer icon or electrical icon but nothing.I
made my own but they look like quite bad.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Mosh Teitelbaum
Ciliotta, Mario [mailto:[EMAIL PROTECTED] wrote:
 I know this is way off the CF topic, but does anyone know where I can find
 some very small icons (19X19) to replace the icons used in a tree menu.I
 would like to replace the folders and the document icon with icons that
are
 computer related.Basically I am going to use the tree menu to show the
 relationship between a UPS, what circuits the UPS protects, then what
hardware
 is on the circuits and so on.

Mario:

Check out the iDev Icon Collection (
http://www.idev.ch/index.php?option=contenttask=viewid=86Itemid=63 ).It
has about 15,000 icons in it.Hopefully, some of them would work for you.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: WOT: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Pete Ruckelshaus
My favorite source of spiffy, clean icons is those fine chaps at
http://www.glyfx.com/I believe they have sets of 16x16, 24x24, and
32x32 icons.

Pete

- Original Message -
From: Ciliotta, Mario [EMAIL PROTECTED]
Date: Wed, 7 Jul 2004 17:25:49 +0100
Subject: WOT: Looking for small images(icons) to replace folders in a tree menu
To: CF-Talk [EMAIL PROTECTED]

HI,

I know this is way off the CF topic, but does anyone know where I can find
some very small icons (19X19) to replace the icons used in a tree menu.I
would like to replace the folders and the document icon with icons that are
computer related.Basically I am going to use the tree menu to show the
relationship between a UPS, what circuits the UPS protects, then what hardware
is on the circuits and so on.

I have been looking for small computer icon or electrical icon but nothing.I
made my own but they look like quite bad.

Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: WOT: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Tony Weeg
i always use http://www.iconfactory.com/

On Wed, 7 Jul 2004 13:59:11 -0400, Pete Ruckelshaus
[EMAIL PROTECTED] wrote:
 My favorite source of spiffy, clean icons is those fine chaps at
 http://www.glyfx.com/I believe they have sets of 16x16, 24x24, and
 32x32 icons.
 
 Pete
 
 
 - Original Message -
 From: Ciliotta, Mario [EMAIL PROTECTED]
 Date: Wed, 7 Jul 2004 17:25:49 +0100
 Subject: WOT: Looking for small images(icons) to replace folders in a tree menu
 To: CF-Talk [EMAIL PROTECTED]
 
 HI,
 
 I know this is way off the CF topic, but does anyone know where I can find
 some very small icons (19X19) to replace the icons used in a tree menu.I
 would like to replace the folders and the document icon with icons that are
 computer related.Basically I am going to use the tree menu to show the
 relationship between a UPS, what circuits the UPS protects, then what hardware
 is on the circuits and so on.
 
 I have been looking for small computer icon or electrical icon but nothing.I
 made my own but they look like quite bad.
 
 Thanks
 Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Kay Smoljak
 Ciliotta, Mario [mailto:[EMAIL PROTECTED] wrote:
 I know this is way off the CF topic, but does anyone know where I can find
 some very small icons (19X19) to replace the icons used in a tree menu.I
 would like to replace the folders and the document icon with icons that are
 computer related.Basically I am going to use the tree menu to show the
 relationship between a UPS, what circuits the UPS protects, then what
 hardware
 is on the circuits and so on.

The glyFX free common toolbar set might have what you're looking for:
http://www.glyfx.com/products/free.html

-- 
Kay Smoljak
http://kay.smoljak.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Homesite (remove icons)

2003-10-20 Thread Tony Weeg
In homesite+ is there anyway, to remove those 
icons so that I get a bland general icon and my
directory doesn't take 10 years to load?

I did it in wsftp to make the directory load quicker, but
I can remember how in homesite+ (if its possible.)

thanks.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: Icons?

2003-01-09 Thread Kris Pilles
Does anyone know of a good source to get some high quality icons for one
of our applications

Thanks

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Icons?

2003-01-09 Thread Andrea Galmacci - awd*
Try this

http://www.idev.ch/ic/


Andrea

- Original Message -
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 4:07 PM
Subject: OT: Icons?


 Does anyone know of a good source to get some high quality icons for one
 of our applications

 Thanks

 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Icons?

2003-01-09 Thread Pete Ruckelshaus
http://www.glyfx.com/

Nice stuff.

- Original Message -
From: Kris Pilles [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 10:07 AM
Subject: OT: Icons?


 Does anyone know of a good source to get some high quality icons for one
 of our applications

 Thanks

 Kris Pilles
 Website Manager
 Western Suffolk BOCES
 507 Deer Park Rd., Building C
 Phone: 631-549-4900 x 267
 E-mail: [EMAIL PROTECTED]


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Anyone have file type icons?

2002-11-13 Thread David Notik
Hi all:
 
In my (CF-driven) document management system, when I show a list of
files, I want to use icons to denote the file types (e.g. for TXT show a
notepad icon, for DOC, show Word icon, etc.).  I can't seem to find my
store of file type icons and I don't want to create them again. anyone
have those handy (with code would rock)?
 
Thanks in advance.
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Anyone have file type icons?

2002-11-13 Thread Randell B Adkins
go to www.mindkeeper.net/products/filemanager/demo/index.cfm 
and look at those images and use those


 [EMAIL PROTECTED] 11/13/02 05:06PM 
Hi all:
 
In my (CF-driven) document management system, when I show a list of
files, I want to use icons to denote the file types (e.g. for TXT show
a
notepad icon, for DOC, show Word icon, etc.).  I can't seem to find my
store of file type icons and I don't want to create them again. anyone
have those handy (with code would rock)?
 
Thanks in advance.
 
--D
 
###
David Notik
Digital202, LLC
Imagination gone digital.
Web:  http://www.digital202.com/ www.digital202.com 
E-mail:  mailto:dave;digital202.com [EMAIL PROTECTED] 
Office: (206) 575-1717
Mobile: (206) 351-3948
###
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



OT: Admin Icons

2002-06-26 Thread Brad Roberts

Does anyone know where I can get some decent looking (WinXP maybe) icons for
admin pages.  I'm looking for icons for edit, delete, print, email,
etc.

-Brad

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Admin Icons

2002-06-26 Thread Mike Townend

have a look here..

http://www.glyfx.com/

they sell icons but they have a free download of touched up XP Icons 
from the MSDN website

HTH



Brad Roberts wrote:
 Does anyone know where I can get some decent looking (WinXP maybe) icons for
 admin pages.  I'm looking for icons for edit, delete, print, email,
 etc.
 
 -Brad
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Admin Icons

2002-06-26 Thread Ben Johnson

 Does anyone know where I can get some decent looking (WinXP maybe) icons
for
 admin pages.  I'm looking for icons for edit, delete, print,
email,
 etc.

Brad,
You just hit Print Screen, copy the screen into Photoshop and cut them
out.  Although, I'm sure there's probably some copyright thing-a-ma-jig that
you'll have to watch out for.


Ben Johnson
Hostworks, Inc.

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Admin Icons

2002-06-26 Thread James Maltby

We can design you some! :)

J
(email me off list if you want some...)

-Original Message-
From: Brad Roberts [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 26, 2002 17:11
To: CF-Talk
Subject: OT: Admin Icons


Does anyone know where I can get some decent looking (WinXP maybe) icons for
admin pages.  I'm looking for icons for edit, delete, print, email,
etc.

-Brad


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Weather Icons: I need some

2001-05-20 Thread Eric Dawson

I need some weather icons, does anyone know of a place to grab them?

Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Re: Weather Icons: I need some

2001-05-20 Thread Zac

Eric Dawson wrote:

 I need some weather icons, does anyone know of a place to grab them?

Or perhaps a more appropriate place to post questions about them? This
doesn't appear to be even remotely CF related at all.



-- 

It is not enough to succeed. Others must fail.

   
Gore Vidal 



email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Laszlo Nadai

This doesn't appear to be even remotely CF related at all.
Unless, of course, someone is doing CF development, and needs weather icons... :-)

Anyway, do you need 'icons', or bmp's or ...?
There are plenty of places to find them. (Got to get out an look for them)
If you need  *.ico files, I have some (sun.ico, cloud.ico, ..[did you do a search on 
your hard drives?]) drop me a
private e-mail and I'll send them to you.

laszlo




Zac wrote:

 Eric Dawson wrote:

  I need some weather icons, does anyone know of a place to grab them?

 Or perhaps a more appropriate place to post questions about them? This
 doesn't appear to be even remotely CF related at all.

 --

 It is not enough to succeed. Others must fail.


 Gore Vidal

 email: [EMAIL PROTECTED]
 web: http://www.pixelgeek.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Kevin Mansel

if you are looking for like gif or jpgs to put up on websites, nbci.com has
some good ones.

kev
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Zac

Laszlo Nadai wrote:

 This doesn't appear to be even remotely CF related at all.
 Unless, of course, someone is doing CF development, and needs weather icons...
 :-)

If people need icons then I think the best thing to do is do a google search
for weather icon instead of posting a message to the list.

Especially since the question has nothing whatsoever to do with CF or CF
development.

There is already enough traffic on the list that I think its better to
occasionally make comments like this to ensure that the static stays off
list instead of clogging the it with queries that could be answered in about
a 10 seconds with, as I mentioned, a google search.





--

   I've just always been afraid that if we get too strict with this
   'eye for an eye' business, it won't be very long before we're
   all pretty much blind.

   Will Durst


   email: [EMAIL PROTECTED]
   WWW: http://www.director-online.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Eric Dawson

really. the posting police are out ...

Even if I am going to use Cold Fusion to dynamically generate a branded 
image with updated weather information?

Or I am using cfhttp to grab the weather info and create a wddx stru for 
redistribution? I am interested in creating several weather icon sets for 
different sites to use. ie a weather icon set, based on a Softball theme... 
etc.

I'll give you the OT, but I only use Cold Fusion, and this is the only list 
I belong to (lie - but only developer list related to this question), and 
this is the peer group I want to ask the question to...

Eric

From: Zac [EMAIL PROTECTED]
Subject: OT: Re: Weather Icons: I need some
Date: Sun, 20 May 2001 13:40:53 -0700

Eric Dawson wrote:

  I need some weather icons, does anyone know of a place to grab them?

Or perhaps a more appropriate place to post questions about them? This
doesn't appear to be even remotely CF related at all.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weather Icons: I need some

2001-05-20 Thread Peter Tilbrook

http://www.f2.com.au have some.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: Re: Weather Icons: I need some

2001-05-20 Thread Arden Weiss

Try this site -- whole bunch of good ones -- found it by asking Jeeves

http://209.47.223.2/help/icons/index.htm

Meanwhile... Play nice guys  :-)) or go to your room...

 ^
/ \__
   (@\___
  /  O
 /(_/
/_/
Whoof...
410-757-3487

-Original Message-
From:   Zac [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, May 20, 2001 6:38 PM
To: CF-Talk
Subject:Re: OT: Re: Weather Icons: I need some

Laszlo Nadai wrote:

 This doesn't appear to be even remotely CF related at all.
 Unless, of course, someone is doing CF development, and needs weather icons...
 :-)

If people need icons then I think the best thing to do is do a google search
for weather icon instead of posting a message to the list.

Especially since the question has nothing whatsoever to do with CF or CF
development.

There is already enough traffic on the list that I think its better to
occasionally make comments like this to ensure that the static stays off
list instead of clogging the it with queries that could be answered in about
a 10 seconds with, as I mentioned, a google search.





--

   I've just always been afraid that if we get too strict with this
   'eye for an eye' business, it won't be very long before we're
   all pretty much blind.

   Will Durst


   email: [EMAIL PROTECTED]
   WWW: http://www.director-online.com/
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Zac

Eric Dawson wrote:

 really. the posting police are out ...

Easily avoided by thinking before you post.

 Even if I am going to use Cold Fusion to dynamically generate a branded
 image with updated weather information?
 
 Or I am using cfhttp to grab the weather info and create a wddx stru for
 redistribution? I am interested in creating several weather icon sets for
 different sites to use. ie a weather icon set, based on a Softball theme...
 etc.

But you didn't post those questions did you?

You posted a question that is not related to CF...not unless you create some
artificial context.

So is it then okay to talk about government loan programs since you could
use one to buy a copy of Cold Fusion? Or perhaps we can talk about the
political situation in Greece since that would influence the ability of
Greek programmers to code in CF?

This is hardly a complex issue. If you want to just shoot the sh*t or get
general comments about unrelated matters then perhaps you should seek out
another list or subscribe to CF-Community instead.

 I'll give you the OT, but I only use Cold Fusion, and this is the only list
 I belong to (lie - but only developer list related to this question), and
 this is the peer group I want to ask the question to...

Well I don't just belong to one list and I fail to see why the other members
of this list should have to deal with questions that can, as I pointed out,
be answered by simply opening a browser window and doing a web search.

Or do you want some peer input to determine how to do a search?


-- 

Official Project Stages:

1. Uncritical Acceptance
2. Wild Enthusiasm 
3. Dejected Disillusionment
4. Total Confusion 
5. Search for the Guilty
6. Punishment of the Innocent
7. Promotion of the Non-participants

email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



blacked-out icons in studio

2001-02-22 Thread Dylan Bromby

i just installed cfstu 4.5 on my laptop (win2k) and a large number of the
icons are blacked-out. anyone seen this before?

--dylan


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: blacked-out icons in studio

2001-02-22 Thread Craig Dudley

Sometimes that's a video driver problem, do you have blacked out icons in
any other applications?

Either way, try downloading the latest drivers for the video card.

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: 22 February 2001 16:15
To: CF-Talk
Subject: blacked-out icons in studio


i just installed cfstu 4.5 on my laptop (win2k) and a large number of the
icons are blacked-out. anyone seen this before?

--dylan
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: blacked-out icons in studio

2001-02-22 Thread Christian N. Abad

I've had this happen before (not in CF Studio, though) - mostly with MS
Office programs...

This is a _great_ time to reboot the machine.

Cheers,

Christian

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 11:15 AM
To: CF-Talk
Subject: blacked-out icons in studio


i just installed cfstu 4.5 on my laptop (win2k) and a large number of the
icons are blacked-out. anyone seen this before?

--dylan
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: blacked-out icons in studio

2001-02-22 Thread Clint Tredway

I've had this problem when my pc runs low on memory or studio errors or hangs. 

--
Clint Tredway
www.factorxsoftware.com
--

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: blacked-out icons in studio

2001-02-22 Thread Dylan Bromby

Sometimes that's a video driver problem, do you have blacked out icons in
any other applications?

 No.

Either way, try downloading the latest drivers for the video card.

 Already did that before I installed studio.

-Original Message-
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: 22 February 2001 16:15
To: CF-Talk
Subject: blacked-out icons in studio


i just installed cfstu 4.5 on my laptop (win2k) and a large number of the
icons are blacked-out. anyone seen this before?

--dylan
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: blacked-out icons in studio

2001-02-22 Thread David Adams

This problem has been experienced on IBM Think Pads.

- Original Message -
From: Craig Dudley [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, February 22, 2001 1:24 PM
Subject: RE: blacked-out icons in studio


 Sometimes that's a video driver problem, do you have blacked out icons in
 any other applications?

 Either way, try downloading the latest drivers for the video card.

 -Original Message-
 From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
 Sent: 22 February 2001 16:15
 To: CF-Talk
 Subject: blacked-out icons in studio


 i just installed cfstu 4.5 on my laptop (win2k) and a large number of the
 icons are blacked-out. anyone seen this before?

 --dylan

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: IE and bookmark icons?

2000-04-26 Thread Reuben King

Some sites, like www.google.com, when you add them to your favorites, 
the icon for the bookmark file is a custom icon.  I have looked at the 
HTML source and found nothing out of the ordinary.. I'm guessing there 
is a .gif or .ico file at the host site that IE looks for?  Anybody know 
the particulars?

TIA,
-R
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: IE and bookmark icons?

2000-04-26 Thread Eric Hoffman

It looks for a file called favicon.ico in the root of the site at minimumget any 
sort of free/shareware icon editing utility to create it and upload it.  

I believe there is more info at www.favicon.com. 



Eric J Hoffman, MAIP
Director of Internet Development
Meagher  Geer, PLLP


 Reuben King [EMAIL PROTECTED] 04/26/00 02:04PM 
Some sites, like www.google.com, when you add them to your favorites, 
the icon for the bookmark file is a custom icon.  I have looked at the 
HTML source and found nothing out of the ordinary.. I'm guessing there 
is a .gif or .ico file at the host site that IE looks for?  Anybody know 
the particulars?

TIA,
-R
--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.


To review our disclaimer please visit Http://www.meagher.com/disclaimer
This email and any attachments have been scanned for known viruses through a service 
provided by Mailzone.net.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: IE and bookmark icons?

2000-04-26 Thread Howie Hamlin

Internet Exploder automatically requests an icon file from the site when you
add the site to your favorites list.  The icon file is called "favicon.ico".
You can see an example from:

http://www.yahoo.com/favicon.ico

HTH,

--
Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
===
Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
===
Check out inFusion Mail Server - the world's most configurable email server
*** inFusion Authenticator for IIS is now released! (download from
CoolFusion.com) ***
http://www.teletrends.com and http://www.coolfusion.com
Software and utilities for ColdFusion, iHTML, Website, NTMail
Latest versions available from our web site (inFusion Authenticator version
2.0 for WebSite and NTMail is now released)

Reuben King [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Some sites, like www.google.com, when you add them to your favorites,
 the icon for the bookmark file is a custom icon.  I have looked at the
 HTML source and found nothing out of the ordinary.. I'm guessing there
 is a .gif or .ico file at the host site that IE looks for?  Anybody know
 the particulars?

 TIA,
 -R
 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: IE and bookmark icons?

2000-04-26 Thread mherbene

http://www.favicon.com/

-Original Message-
From: Reuben King [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 3:05 PM
To: [EMAIL PROTECTED]
Subject: OT: IE and bookmark icons?


Some sites, like www.google.com, when you add them to your favorites, 
the icon for the bookmark file is a custom icon.  I have looked at the 
HTML source and found nothing out of the ordinary.. I'm guessing there 
is a .gif or .ico file at the host site that IE looks for?  Anybody know 
the particulars?

TIA,
-R

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: IE and bookmark icons?

2000-04-26 Thread Bill Killillay

LINK REL="SHORTCUT ICON" href="images/favicon.ico"

Also check out www.favicon.com for everything you ever wanted to know about
it.  It is only supported in IE 5 right now though.

HTH!

Bill

 -Original Message-
 From: Reuben King [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 26, 2000 3:05 PM
 To: [EMAIL PROTECTED]
 Subject: OT: IE and bookmark icons?


 Some sites, like www.google.com, when you add them to your favorites,
 the icon for the bookmark file is a custom icon.  I have looked at the
 HTML source and found nothing out of the ordinary.. I'm guessing there
 is a .gif or .ico file at the host site that IE looks for?  Anybody know
 the particulars?

 TIA,
 -R
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT:IE and bookmark icons?

2000-04-26 Thread Daniel Wm Brick III

I have always wanted to know how to do this since I saw it done for the
first time.
Only now that you mention it, I figured out a way to find out how it's done:
I have at my disposal a proxy that I can watch to see what web requests are
made when pulling up a web site...
When I created the URL shortcut for a few sites that I know that have custom
icons, I noticed the file 'favicon.ico' being pulled.  :)
I tried it on my own site and it works.  I put a custom icon in the web root
by the name of 'favicon.ico'.  Any web page that I pull up in the root or
any subdirectories gets this icon.

Enjoy!
dBIII+

-Original Message-
From: Reuben King [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 3:05 PM
To: [EMAIL PROTECTED]
Subject: OT: IE and bookmark icons?


Some sites, like www.google.com, when you add them to your favorites,
the icon for the bookmark file is a custom icon.  I have looked at the
HTML source and found nothing out of the ordinary.. I'm guessing there
is a .gif or .ico file at the host site that IE looks for?  Anybody know
the particulars?

TIA,
-R

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread Childress, Emily

FAVICON. www.favicon.com

-Original Message-
From: John N Westerlund [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 30, 2000 11:45 AM
To: [EMAIL PROTECTED]
Subject: Navbar icons


OK, I know this isnt a CF question but since there is so much talent here,
I'll through this out. Several sites (yahoo excite hotmail geocities etc)
are adding icons next the the URL on the explorer navigation bar. Does
anyone know how they do that? I've pored over source code and I cant see
anything across the different sites that does that. I do know if you look in
the favorites directory, the shortcuts have the images right there so... Im
mindboggled. Someone end it!!!
:)

John


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread Aaron Johnson

John,

Check out this article in WDVL about favicon.ico which is the image you are
talking about.

http://www.wdvl.com/Authoring/Design/Images/Favicon/index.html

Aaron

-Original Message-
From: John N Westerlund [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 30, 2000 8:45 AM
To: [EMAIL PROTECTED]
Subject: Navbar icons


OK, I know this isnt a CF question but since there is so much talent here,
I'll through this out. Several sites (yahoo excite hotmail geocities etc)
are adding icons next the the URL on the explorer navigation bar. Does
anyone know how they do that? I've pored over source code and I cant see
anything across the different sites that does that. I do know if you look in
the favorites directory, the shortcuts have the images right there so... Im
mindboggled. Someone end it!!!
:)

John


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread Sean Daniels

 OK, I know this isnt a CF question but since there is so much talent here,
 I'll through this out. Several sites (yahoo excite hotmail geocities etc)
 are adding icons next the the URL on the explorer navigation bar. Does
 anyone know how they do that? I've pored over source code and I cant see
 anything across the different sites that does that. I do know if
 you look in
 the favorites directory, the shortcuts have the images right
 there so... Im
 mindboggled. Someone end it!!!
 :)

This is a feature exclusive to IE 5, to my knowledge. All you need to do is
put the icon you want to use in the root of your web site directory and name
it "favicon.ico".

IE 5 takes care of the rest.

- Sean

~
Sean Daniels
Manager of Engineering
DealStream, Inc.
[EMAIL PROTECTED]
~
tel: 207.439.6030
cel: 978.764.0799
Fax: 240.269.6319



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Navbar icons

2000-03-30 Thread Dave Hannum

IE 5.0 has the ability to use an icon in your web directory called "favicon.ico".   IE 
5.0 looks for this when it visits and if you
mark any page on the site as a favorite, it puts in on your machine.  It must be in 
the top level directory you want to use the Icon
for.

Dave




=
"Technology" is stuff that was invented after
you were born.

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: John N Westerlund [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 30, 2000 10:45 AM
Subject: Navbar icons


OK, I know this isnt a CF question but since there is so much talent here,
I'll through this out. Several sites (yahoo excite hotmail geocities etc)
are adding icons next the the URL on the explorer navigation bar. Does
anyone know how they do that? I've pored over source code and I cant see
anything across the different sites that does that. I do know if you look in
the favorites directory, the shortcuts have the images right there so... Im
mindboggled. Someone end it!!!
:)

John

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread Bill Killillay

Or you can put in this tag in your document head tag and then put that ICON
where ever you want.

LINK REL="SHORTCUT ICON" href="images/favicon.ico"

 -Original Message-
 From: Dave Hannum [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 30, 2000 12:56 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Navbar icons


 IE 5.0 has the ability to use an icon in your web directory
 called "favicon.ico".   IE 5.0 looks for this when it visits and if you
 mark any page on the site as a favorite, it puts in on your
 machine.  It must be in the top level directory you want to use the Icon
 for.

 Dave




 =
 "Technology" is stuff that was invented after
 you were born.

 David Hannum
 Web Analyst/Programmer
 Ohio University
 [EMAIL PROTECTED]
 (740) 597-2524



 - Original Message -
 From: John N Westerlund [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, March 30, 2000 10:45 AM
 Subject: Navbar icons


 OK, I know this isnt a CF question but since there is so much talent here,
 I'll through this out. Several sites (yahoo excite hotmail geocities etc)
 are adding icons next the the URL on the explorer navigation bar. Does
 anyone know how they do that? I've pored over source code and I cant see
 anything across the different sites that does that. I do know if
 you look in
 the favorites directory, the shortcuts have the images right
 there so... Im
 mindboggled. Someone end it!!!
 :)

 John

 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread CGaddy

Create an icon file (*.ico) and upload it to the root directory of the Web
server. Name the file favicon.ico, and IE will handle it from there. Doesn't
work for NN.

-Original Message-
From: John N Westerlund [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 30, 2000 11:45 AM
To: [EMAIL PROTECTED]
Subject: Navbar icons


OK, I know this isnt a CF question but since there is so much talent here,
I'll through this out. Several sites (yahoo excite hotmail geocities etc)
are adding icons next the the URL on the explorer navigation bar. Does
anyone know how they do that? I've pored over source code and I cant see
anything across the different sites that does that. I do know if you look in
the favorites directory, the shortcuts have the images right there so... Im
mindboggled. Someone end it!!!
:)

John


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread Peter Tilbrook



-Original Message-
From: Childress, Emily [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 March 2000 2:45 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Navbar icons


FAVICON. www.favicon.com

-Original Message-
From: John N Westerlund [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 30, 2000 11:45 AM
To: [EMAIL PROTECTED]
Subject: Navbar icons


OK, I know this isnt a CF question but since there is so much talent here,
I'll through this out. Several sites (yahoo excite hotmail geocities etc)
are adding icons next the the URL on the explorer navigation bar. Does
anyone know how they do that? I've pored over source code and I cant see
anything across the different sites that does that. I do know if you look in
the favorites directory, the shortcuts have the images right there so... Im
mindboggled. Someone end it!!!
:)

John


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Navbar icons

2000-03-30 Thread Peter Tilbrook

link rel="SHORTCUT ICON" HREF="http://gst.accc.gov.au/acccgst.ico"

-Original Message-
From: John N Westerlund [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 March 2000 2:45 AM
To: [EMAIL PROTECTED]
Subject: Navbar icons


OK, I know this isnt a CF question but since there is so much talent here,
I'll through this out. Several sites (yahoo excite hotmail geocities etc)
are adding icons next the the URL on the explorer navigation bar. Does
anyone know how they do that? I've pored over source code and I cant see
anything across the different sites that does that. I do know if you look in
the favorites directory, the shortcuts have the images right there so... Im
mindboggled. Someone end it!!!
:)

John


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.