Displaying 20 results from an estimated 259 matches for "ico".
Did you mean:
co
2006 Mar 17
2
Favicon.ico doesn''t show in IE 6
Hello All,
I put favicon.ico under "public" folder. Also, I put a copy into
"public/images". And I put these 2 lines in my layout file:
<link rel="icon" href="images/favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="images/f...
2005 Mar 03
5
Whats ''favicon.ico''
I''m seeing the following in the WEBbrick console output after every GET
192.168.0.108 - - [03/Mar/2005:15:35:19 AUS Eastern Daylight Time] "GET
/favicon.ico HTTP/1.1" 200 60
- -> /favicon.ico
What does /favicon.ico (which doesnt seem to exist in my source) do for
Rails?
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/li...
2006 Mar 04
6
Favicon?
I''m sure I''m missing something rudimentary here...
I seem to be having difficulty getting my favicon to appear. I have my
favicon.ico in the public folder. I''ve configured my route.rb to route
the intro page to my "home" controller. I''m using application.rb in my
views to template the headers and footers.
Here is the tag in my <head> in the application.rb:
<...
2018 Mar 10
0
[ANNOUNCE] ico 1.0.5
..._MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Combine usage message array into single string
Print which option was in error along with usage message
Add -version option to print program version
Make polygon info const - moves 22k from .data to .rodata
Convert icoFatal() to be a varargs function
Add -version to synopsis in man page
Fix more sign-compare warnings
ico 1.0.5
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec...
2009 Aug 28
4
favicon.ico and robots.txt
Hello,
I'm running an apache 2.2 webserver on centos 5.3. I'm seeing
frequent requests for robots.txt and favicon.ico from the logs those files
should be in the document root area. What are these files, is this something
the rpm installs, or do i have to retrieve or generate them?
Thanks.
Dave.
2007 Jan 17
8
can i force a favicon.ico ?
lo there all,
i am running two websites on one server. Both use the same code and both
domains point to the same public folder. I use different logos by using
a session variable called session[:domain] that i find with
env_table[''HTTP_HOST'']
so anyway, both need a different icon to go in the bookmarks and url, i
know this is done with a favicon.ico, but can i force the server to use
one for one domain and a different one for the other domain ?
if so, how ?
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You recei...
2006 Dec 01
2
favicon
im trying to figure out how to serve a favicon.ico for my app, does anyone have a line for Mongrel::Configurator? all i can see is that everyone seems to use the 404 handler...how boring..
uri "/favico", :handler => Mongrel::DirHandler.new(File.dirname(__FILE__)+"/favicon.ico") is sort of close, but it says The image ?...
2009 Dec 23
3
Help with Navigation
...have
jquery at my disposal. The basic structure is like this:
<div id="nav">
<div class="inner-container">
<div id="wrap">
<div class="inner">
<h2>
<span class="h-ico
ico-active"><span>Active Menu Item</span></span>
</h2>
<ul>
<li><a class="h-ico ico-users" href="/contacts"><span>Menu
Item</span></a></li>
<l...
2006 Jan 23
1
favicon.ico placement
<link rel="shortcut icon" href="/public/favicon.ico" >
This causes a routing error, and the icon doesn''t load. Should I add
something to my routes.rb file, or should I change the href in the above
link?
--
Posted via http://www.ruby-forum.com/.
2010 Dec 19
0
favicon.ico (shortcut icon) & Internet Explorer 8 & rails
For all the poor programmers out there who have been scratching their
heads ...
If you do something like
<link href=''/images/UltraDedup-icon-003---16x16.ico''
rel=''shortcut icon'' type=''image/x-icon'' />
and place it immediately after the in the <head> section of a webpage
then you may experience the following bizarre behavior:
Firefox, Safari, Chrome will all display the webpage co...
2006 Jun 20
1
An application's icon raise "Invalid ico file format" during setup
Hi!
Installing an application of mine under Wine 0.9.15, the application
icon doesn't appear in the desktop and in the Wine -> Programs ->
<application> menu because diring the setup I get the following error:
---
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec winshelllink
---
The icon is obv...
2005 Nov 22
1
What? - 500 unless class Cart included
...11-22 23:47:55] INFO ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0]
[2005-11-22 23:47:55] INFO WEBrick::HTTPServer#start: pid=27010
port=3000
127.0.0.1 - - [22/Nov/2005:23:48:05 GMT] "GET /something HTTP/1.1" 500 0
- -> /something
127.0.0.1 - - [22/Nov/2005:23:48:06 GMT] "GET /favicon.ico HTTP/1.1"
200 0
- -> /favicon.ico
^C[2005-11-22 23:48:11] INFO going to shutdown ...
[2005-11-22 23:48:11] INFO WEBrick::HTTPServer#start done.
$ echo "class Cart;end">app/models/Cart.rb
$ script/server
=> Booting WEBrick...
=> Rails application started on http:/...
2010 Jun 01
12
Wine & Pro/Intralink
Hi
My name i Lorenzo, I'm new on linux's world. I wold like to know is someone has tried to use Wine with Pro/Intralink (a PTC product). During installation...no problem. Lunching the program after installation... no results.
Following, more informations:
WINE Version: Wine 1.2-rc1
TERMINAL OUTPUT DURING INSTALLATION
[code]icelolli at ascari:/media/PRO$ wine setup.exe
icelolli at
2006 Nov 28
0
Question about deleting a file from the server via Rsync
...ot;, we usually mean that the client
rsync invokes a second instance of rsync on the server as the ssh
remote command. Your setup counts as talking directly to an rsync
daemon; rsync doesn't care that the connection goes through ssh port
forwarding.
> I'm trying to delete C:\ba\myFile.ico from the server by using
> --delete-excluded and
> --exclude="/cygdrive/C/ba/myFile.ico".
>
> Command to run: "c:\cwRsync\bin\rsync.exe" -vvv -R -r --delete-excluded
> --exclude="/cygdrive/C/ba/myFile.ico"
> /cygdrive/C/ba/myFile.ico
> rsync://my...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...>error 500</title>
<style type="text/css">@import "/stylesheets/display2.css";</
style>
<!--[if IE]><style type="text/css">@import "/stylesheets/
display2_ie.css";</style><![endif]-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<ul id="breadcrumb">
<li><a href="/">mysite&...
2010 Apr 16
0
Wine release 1.1.43
The Wine development release 1.1.43 is now available.
What's new in this release (see below for details):
- A number of new icons.
- Improved support for alpha channel in bitmaps.
- Many Direct3D fixes and optimizations.
- More complete msvcr80/90 implementations.
- A wide range of 64-bit fixes.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emula...
2006 Feb 22
2
Using ez_where
...io_number''
end
puts @display_ad.pub_date
puts @display_ad.io_number
puts cond.to_sql
#display_ad = DisplayAd.find(:all, conditions => cond.to_sql )
#render :action => ''list''
end
127.0.0.1 - - [21/Feb/2006:22:31:46 PST] "GET /favicon.ico HTTP/1.1"
200 0
- -> /favicon.ico
2004-06-02
12345
pub_date = ? AND io_number LIKE ?
@display_ad.pub_date
@display_ad.io_number
The console shows the values being passed to the class but I
don''t know what will give ez_where the values properly.
Thanks for any help
Dave
2004 Aug 06
2
Port to uClinux
...tate*)speex_alloc(sizeof(DecState)+4000*sizeof(float));
Where do these magic numbers 8000 and 4000 come from ? If I decrease those
to 4000 and 2000, my test app still works (just lucky ?). Is there a way to
know what the minimal size should be for a particular bitrate / quality /
etc ?
Regards,
/Ico
<p>
--
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubsc...
2008 Jan 13
2
access to webpage code
...ther
parse it.
something like
>site="http://www.R-project.com"
>code=function(site)
>code
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The R Project for Statistical Computing</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="R.css">
</head>
<FRAMESET cols="...
2005 Mar 07
1
Language learning program (Spanish to Go)
...it seems to install
OK, but won't run - the diagnostics are below - any ideas please?
Andy
[andrew@Atlas2 andrew]$ wine "c:\spanish_tg\setup.exe"
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:ExtractFromEXEDLL LoadLibraryExA
(C:\spanish_tg\spanish.ico) failed, error 193
fixme:shell:SHELL32_DllCanUnloadNow (void): stub
fixme:shell:SHELL32_DllCanUnloadNow (void): stub
fixme:shell:Stream_WriteLocationInfo writing empty location info
err:menubuilder:ExtractFromEXEDLL LoadLibraryExA
(C:\spanish_tg\README.HLP) failed, error 193
err:menubuilder:InvokeS...