public inbox for [email protected]help / color / mirror / Atom feed
Want a 'favico.ico' to web site? :) 9+ messages / 5 participants [nested] [flat]
* Want a 'favico.ico' to web site? :) @ 2003-12-19 12:34 Devrim GUNDUZ <[email protected]> 0 siblings, 3 replies; 9+ messages in thread From: Devrim GUNDUZ @ 2003-12-19 12:34 UTC (permalink / raw) To: pgsql-www -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have a 16*16 favicon for *.PostgreSQL.org. I'm using it in www.TDMSoft.com: http://www.tdmsoft.com/images/slonik-ico.png What do you think? Would you like to put it on our website? :) Regards, - -- Devrim GUNDUZ PGP Key: http://www.gunduz.org/devrimgunduz.pgp.pub [email protected] [email protected] http://www.TDMSoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE/4vBNtl86P3SPfQ4RArVwAKDmK+XyevR++mBRoPdms3C5se9HBACgl0XM j96gR0tPA0k0fndPmNdAW5M= =o8ZR -----END PGP SIGNATURE----- ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 13:09 Jeroen Ruigrok/asmodai <[email protected]> parent: Devrim GUNDUZ <[email protected]> 2 siblings, 0 replies; 9+ messages in thread From: Jeroen Ruigrok/asmodai @ 2003-12-19 13:09 UTC (permalink / raw) To: Devrim GUNDUZ <[email protected]>; +Cc: pgsql-www -On [20031219 13:42], Devrim GUNDUZ ([email protected]) wrote: >What do you think? Would you like to put it on our website? :) The idea is good, wonder if it can be made any sharper. I'll see if I can whip something up with my graphics programs when I get home. But definately +1. -- Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono PGP fingerprint: 2D92 980E 45FE 2C28 9DB7 9D88 97E6 839B 2EAC 625B http://www.tendra.org/ | http://diary.in-nomine.org/ Sadness is the inner beauty of the untouched tear... ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 16:23 Marc G. Fournier <[email protected]> parent: Devrim GUNDUZ <[email protected]> 2 siblings, 1 reply; 9+ messages in thread From: Marc G. Fournier @ 2003-12-19 16:23 UTC (permalink / raw) To: Devrim GUNDUZ <[email protected]>; +Cc: pgsql-www coolness, but what exactly is a 'favico.ico'? Is that the little icon that gets put onto the locaiton line in the browser? If so, doesn't work on my browser :( I just put it into the www directory for the site, went to the page and still get the 'generic' icon ... is there something extra that has to be setup? On Fri, 19 Dec 2003, Devrim GUNDUZ wrote: > ------------------------------------------------------------------------------ > /usr/local/libexec/ppf_verify: pgp command failed > > gpg: WARNING: using insecure memory! > gpg: please see http://www.gnupg.org/faq.html for more information > gpg: Signature made Fri Dec 19 08:34:21 2003 AST using DSA key ID 748F7D0E > gpg: Can't check signature: public key not found > ------------------------------------------------------------------------------ > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi, > > I have a 16*16 favicon for *.PostgreSQL.org. I'm using it in > www.TDMSoft.com: > > http://www.tdmsoft.com/images/slonik-ico.png > > What do you think? Would you like to put it on our website? :) > > Regards, > - -- > Devrim GUNDUZ > PGP Key: http://www.gunduz.org/devrimgunduz.pgp.pub > [email protected] [email protected] > http://www.TDMSoft.com > http://www.gunduz.org > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (GNU/Linux) > > iD8DBQE/4vBNtl86P3SPfQ4RArVwAKDmK+XyevR++mBRoPdms3C5se9HBACgl0XM > j96gR0tPA0k0fndPmNdAW5M= > =o8ZR > -----END PGP SIGNATURE----- > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [email protected] Yahoo!: yscrappy ICQ: 7615664 ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 16:39 Devrim GUNDUZ <[email protected]> parent: Marc G. Fournier <[email protected]> 0 siblings, 0 replies; 9+ messages in thread From: Devrim GUNDUZ @ 2003-12-19 16:39 UTC (permalink / raw) To: Marc G. Fournier <[email protected]>; +Cc: pgsql-www -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Fri, 19 Dec 2003, Marc G. Fournier wrote: > coolness, but what exactly is a 'favico.ico'? Is that the little icon > that gets put onto the locaiton line in the browser? Yes, that's it. > If so, doesn't work > on my browser :( I just put it into the www directory for the site, went > to the page and still get the 'generic' icon ... is there something extra > that has to be setup? Yes. Between <HEAD> and </HEAD> put the following line: <link REL="icon" HREF="/images/slonik-ico.png" TYPE="image/png"> (Change /images/slonik-ico.png to fit your directory & image name). Regards, - -- Devrim GUNDUZ PGP Key: http://www.gunduz.org/devrimgunduz.pgp.pub [email protected] [email protected] http://www.TDMSoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE/4ymvtl86P3SPfQ4RAu0RAKCIaJFjS5T0dyz/rXOLWcBHl565dACg0GS8 fqmws5aOavhlGyXDZyrngs8= =uen6 -----END PGP SIGNATURE----- ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 16:49 David Fetter <[email protected]> parent: Devrim GUNDUZ <[email protected]> 2 siblings, 1 reply; 9+ messages in thread From: David Fetter @ 2003-12-19 16:49 UTC (permalink / raw) To: Devrim GUNDUZ <[email protected]>; +Cc: pgsql-www On Fri, Dec 19, 2003 at 02:34:19PM +0200, Devrim GUNDUZ wrote: > Hi, > > I have a 16*16 favicon for *.PostgreSQL.org. I'm using it in > www.TDMSoft.com: > > http://www.tdmsoft.com/images/slonik-ico.png > > What do you think? Would you like to put it on our website? :) She's great!!! Do you have the favicon.ico thing? Cheers, D -- David Fetter [email protected] http://fetter.org/ phone: +1 510 893 6100 cell: +1 415 235 3778 ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 16:58 Devrim GUNDUZ <[email protected]> parent: David Fetter <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Devrim GUNDUZ @ 2003-12-19 16:58 UTC (permalink / raw) To: David Fetter <[email protected]>; +Cc: pgsql-www -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Fri, 19 Dec 2003, David Fetter wrote: > She's great!!! Do you have the favicon.ico thing? http://www.tdmsoft.com/images/slonik-ico.png can be used as favicon.ico. We actually do not need an .ico extension. Regards, - -- Devrim GUNDUZ PGP Key: http://www.gunduz.org/devrimgunduz.pgp.pub [email protected] [email protected] http://www.TDMSoft.com http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE/4y4qtl86P3SPfQ4RArkNAJoCAbHjKP1QAqiVhLQ/bo9C8WPARACgxF6C vqCrYUDnJRnQiu7ds6QnqN8= =0fFW -----END PGP SIGNATURE----- ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 17:54 Gavin M. Roy <[email protected]> parent: Devrim GUNDUZ <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Gavin M. Roy @ 2003-12-19 17:54 UTC (permalink / raw) To: pgsql-www I've attached a .ico file that was made from the png below. The .ico format should be used to be compatible with all browsers that support favicon.ico, as not all will use a PNG in it's place. Gavin Devrim GUNDUZ wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > > >Hi, > >On Fri, 19 Dec 2003, David Fetter wrote: > > > >>She's great!!! Do you have the favicon.ico thing? >> >> > >http://www.tdmsoft.com/images/slonik-ico.png can be used as favicon.ico. >We actually do not need an .ico extension. > >Regards, > >- -- >Devrim GUNDUZ > PGP Key: http://www.gunduz.org/devrimgunduz.pgp.pub >[email protected] [email protected] > http://www.TDMSoft.com > http://www.gunduz.org >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.0.7 (GNU/Linux) > >iD8DBQE/4y4qtl86P3SPfQ4RArkNAJoCAbHjKP1QAqiVhLQ/bo9C8WPARACgxF6C >vqCrYUDnJRnQiu7ds6QnqN8= >=0fFW >-----END PGP SIGNATURE----- > > >---------------------------(end of broadcast)--------------------------- >TIP 8: explain analyze is your friend > > Attachments: [image/x-icon] favico.ico (1.4K, 2-favico.ico) download | view image ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 18:08 Gavin M. Roy <[email protected]> parent: Gavin M. Roy <[email protected]> 0 siblings, 1 reply; 9+ messages in thread From: Gavin M. Roy @ 2003-12-19 18:08 UTC (permalink / raw) To: pgsql-www Sorry for the resend, but I felt a little inspired and made a all-in-one .ico for multipe formats from the elephant .ai file. Gavin Gavin M. Roy wrote: > I've attached a .ico file that was made from the png below. The .ico > format should be used to be compatible with all browsers that support > favicon.ico, as not all will use a PNG in it's place. > > Gavin > > Devrim GUNDUZ wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> Hi, >> >> On Fri, 19 Dec 2003, David Fetter wrote: >> >> >> >>> She's great!!! Do you have the favicon.ico thing? >>> >> >> >> http://www.tdmsoft.com/images/slonik-ico.png can be used as >> favicon.ico. We actually do not need an .ico extension. >> >> Regards, >> >> - -- Devrim GUNDUZ PGP Key: >> http://www.gunduz.org/devrimgunduz.pgp.pub >> [email protected] [email protected] >> http://www.TDMSoft.com >> http://www.gunduz.org >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.0.7 (GNU/Linux) >> >> iD8DBQE/4y4qtl86P3SPfQ4RArkNAJoCAbHjKP1QAqiVhLQ/bo9C8WPARACgxF6C >> vqCrYUDnJRnQiu7ds6QnqN8= >> =0fFW >> -----END PGP SIGNATURE----- >> >> >> ---------------------------(end of broadcast)--------------------------- >> TIP 8: explain analyze is your friend >> >> > > > ------------------------------------------------------------------------ > >------------------------------------------------------------------------ > > >---------------------------(end of broadcast)--------------------------- >TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match > > Attachments: [image/x-icon] pgsql.ico (22.0K, 2-pgsql.ico) download | view image ^ permalink raw reply [nested|flat] 9+ messages in thread
* Re: Want a 'favico.ico' to web site? :) @ 2003-12-19 18:41 Marc G. Fournier <[email protected]> parent: Gavin M. Roy <[email protected]> 0 siblings, 0 replies; 9+ messages in thread From: Marc G. Fournier @ 2003-12-19 18:41 UTC (permalink / raw) To: Gavin M. Roy <[email protected]>; +Cc: pgsql-www new one put in place ... I'll leave the HEAD changes to Dave, since I'm not sure if they have a central file for modifying that :) On Fri, 19 Dec 2003, Gavin M. Roy wrote: > Sorry for the resend, but I felt a little inspired and made a all-in-one > .ico for multipe formats from the elephant .ai file. > > Gavin > > Gavin M. Roy wrote: > > > I've attached a .ico file that was made from the png below. The .ico > > format should be used to be compatible with all browsers that support > > favicon.ico, as not all will use a PNG in it's place. > > > > Gavin > > > > Devrim GUNDUZ wrote: > > > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> > >> Hi, > >> > >> On Fri, 19 Dec 2003, David Fetter wrote: > >> > >> > >> > >>> She's great!!! Do you have the favicon.ico thing? > >>> > >> > >> > >> http://www.tdmsoft.com/images/slonik-ico.png can be used as > >> favicon.ico. We actually do not need an .ico extension. > >> > >> Regards, > >> > >> - -- Devrim GUNDUZ PGP Key: > >> http://www.gunduz.org/devrimgunduz.pgp.pub > >> [email protected] [email protected] > >> http://www.TDMSoft.com > >> http://www.gunduz.org > >> -----BEGIN PGP SIGNATURE----- > >> Version: GnuPG v1.0.7 (GNU/Linux) > >> > >> iD8DBQE/4y4qtl86P3SPfQ4RArkNAJoCAbHjKP1QAqiVhLQ/bo9C8WPARACgxF6C > >> vqCrYUDnJRnQiu7ds6QnqN8= > >> =0fFW > >> -----END PGP SIGNATURE----- > >> > >> > >> ---------------------------(end of broadcast)--------------------------- > >> TIP 8: explain analyze is your friend > >> > >> > > > > > > ------------------------------------------------------------------------ > > > >------------------------------------------------------------------------ > > > > > >---------------------------(end of broadcast)--------------------------- > >TIP 9: the planner will ignore your desire to choose an index scan if your > > joining column's datatypes do not match > > > > > > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [email protected] Yahoo!: yscrappy ICQ: 7615664 ^ permalink raw reply [nested|flat] 9+ messages in thread
end of thread, other threads:[~2003-12-19 18:41 UTC | newest] Thread overview: 9+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2003-12-19 12:34 Want a 'favico.ico' to web site? :) Devrim GUNDUZ <[email protected]> 2003-12-19 13:09 ` Jeroen Ruigrok/asmodai <[email protected]> 2003-12-19 16:23 ` Marc G. Fournier <[email protected]> 2003-12-19 16:39 ` Devrim GUNDUZ <[email protected]> 2003-12-19 16:49 ` David Fetter <[email protected]> 2003-12-19 16:58 ` Devrim GUNDUZ <[email protected]> 2003-12-19 17:54 ` Gavin M. Roy <[email protected]> 2003-12-19 18:08 ` Gavin M. Roy <[email protected]> 2003-12-19 18:41 ` Marc G. Fournier <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox