Displaying 20 results from an estimated 20000 matches similar to: "W3C Standard"
2006 Apr 09
8
Computer Name
How to get the name of the computer accessing the application? I mean
the computer the user use to access the application.
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 08
2
Multiple submit buttons
Hi,
How do i differentiate different submits tags / buttons on one form. Say
I want to create an edit form and I want to provide two buttons; one to
save and one to cancel. I would have:
<%= submit_tag ''Ok'' %>
<%= submit_tag ''Cancel'' %>
How do I know which button get pressed by the user?
One more thing, how to specify the default selection in a
2006 Apr 07
3
Different validation for different users
Hi,
I have two types of users; normal user and admin.
I have a field called priority in the table task.
This priority field is invisible to the normal user, but not to the
admin. The admin has to fill in the priority field when he adds a record
via filling a form. Thus, i need to add validates_presence_of :priority
to the model task. But, if i do this, then the normal user can''t add a
2006 May 23
6
Accessing file in public directory
How do i access a file in the public directory of rails application? I
have several html files in there and i want to link them from the rhtml
file. Basically to display a popup. Here is the code in foo.rhtml:
<a href="javascript:popUp(''/summary.html'')" class="normal">Learn
more</a>
It doesn''t work. Any idea why?
Thanks,
Lantis.
--
2006 May 23
1
Detecting internet connection
Hi,
Is it possible to detect whether the internet connection is on from the
application?
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2008 May 27
1
kate and W3C timed text
Hi ogg.k,
I've just been asked what the difference was between Kate and the W3C
timed text format (http://www.w3.org/AudioVideo/TT/) and whether there
was any compatibility. It migjht be a question and answer to add to
the OggKate wiki page.
Cheers,
Silvia.
2006 Apr 16
5
ActionMailer
Is there a way to connect to a SMTP server that requires TLS since
ActionMailer doesn''t support it?
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2006 Jan 24
2
DOCTYPE declaration:
I am playing around with the Agile Rails development book again and
thought to see what effect, if any, placing a doctype declaration
at the top of an rhtml file would have. When I insert any of the
three standard forms of such declaration at the top of
app/views/store.rhtml the product image disappears when the web
page is redisplayed. The error logged in log/development.log is:
>
2006 Jul 16
3
RJS problem
I have an odd problem while trying to use a simple rjs.
_test.rjs : page.alert "test"
test.rhtml: <script><%=render_partial(''test'')%></script>
When I am attempting to view controller/test the page comes as if it was a
text file.
So i am actually seeing:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2006 Jul 27
4
How To Test For W3C compliance locally and possibly to include it in to Continuous integraition process
Hi Everyone,
As many of you out there I''m "protected" by the firewall which prevents
me from checking my code for W3C compliance, I am able to check the
production
code but i would like to test my code before it goes to production.
So if anyone was able to have that check done locally, possibly
including some sort of tests in to the integration process, I would
truly
2007 Oct 19
2
W3C Video on the Web Workshop
List,
The W3C will host a workshop to discuss video on the Web in 12-13
December 2007, San Jose, California. I think it's important that
someone from Xiph, or an enthusiastic fan of Theora would participate.
There is no participation fee and you do not need to be a W3C member
to participate, so if you are in the area why not consider going? You
only have to register to participate.
All
2012 Nov 20
2
Community Group for Markdown Standardization
FYI,
There was an interest from a few people to create a formalization of Markdown as it is currently implemented.
A W3C Community Group has been created for moving forward and exploring the idea and create a spec if necessary.
A W3C Community Group [1] is a platform for discussing, publishing about a topic. You just need a free public W3C account [2]
The community markdown group [3] has
2006 Mar 01
5
scaffold.css and Rails tutorial problem
In iteration D.1 on page 109 I am not getting a styled error message box
displayed at the top of the checkout as described in the tutorial and I
cannot seem to discover where I have erred.
The scaffold.css is copied from the pragmatic programmers site:
#--------------------------------------------------------------------
$ cat public/stylesheets/scaffold.css
body { background-color: #fff;
2007 May 04
0
CESA-2007:0208 Low CentOS 4 s390(x) w3c-libwww - security update
CentOS Errata and Security Advisory 2007:0208
https://rhn.redhat.com/errata/RHSA-2007-0208.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/w3c-libwww-5.4.0-10.1.RHEL4.2.s390.rpm
updates/s390/RPMS/w3c-libwww-apps-5.4.0-10.1.RHEL4.2.s390.rpm
updates/s390/RPMS/w3c-libwww-devel-5.4.0-10.1.RHEL4.2.s390.rpm
s390x:
2006 Apr 17
5
Finding out updated fields
Hi,
When we update a record via an update form, is there an easy way to find
out the fields that have been changed. If the update is successful, i
want to display:
The following fields have been changed:
field-name = new-value
...
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2007 May 02
0
CESA-2007:0208 Low CentOS 4 ia64 w3c-libwww - security update
CentOS Errata and Security Advisory 2007:0208
https://rhn.redhat.com/errata/RHSA-2007-0208.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/w3c-libwww-5.4.0-10.1.RHEL4.2.ia64.rpm
updates/ia64/RPMS/w3c-libwww-apps-5.4.0-10.1.RHEL4.2.ia64.rpm
updates/ia64/RPMS/w3c-libwww-devel-5.4.0-10.1.RHEL4.2.ia64.rpm
--
Pasi Pirhonen -
2006 Mar 13
5
What is the matter with content_for_layout?
Here is my layout file:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>My Demands</title>
<%= stylesheet_link_tag ''ajax_scaffold'', :media => ''all'' %>
<%=
2008 Apr 01
1
Navigation Problems
Hi,
I am having problems with my page. I have a banner and navigation bar in
controller_name.rhtml in app/views/layout. Can someone please help?
Thanks
In the navigation bar, I have the following links:
Category1
Sub-Category1
Sub-Category2
Sub-Category3
Sub-Category4
Sub-Category5
Sub-Category6
In the main content, I have the following links:
Sub-Category1 edit delete
2007 Dec 11
1
Nokia against the adoption of the Ogg technologies by W3C's HTML5
http://www.w3.org/2007/08/video/positions/Nokia.pdf
[...]
Anything beyond that, including a W3C-lead standardization of a ?free? codec,
or the active endorsement of proprietary technology such as Ogg, ?, by W3C,
is, in our opinion, not helpful for the co-existence of the two ecosystems
(web and video), and therefore not our choice.
[...]
Charming. Now they call Ogg a "proprietary
2006 Nov 23
0
W3C Range specification conceptually flawed?
hi all!
check this one:
<html>
<head>
<title>Range test</title>
</head>
<body>
<div id="myText">FooBarBaz</div>
<script type="text/javascript">
myText = document.getElementById(''myText'').firstChild;
var range1 = document.createRange();
range1.setStart(myText, 3);
range1.setEnd(myText, 6);
var