2
votes
2answers
41 views
Scala and html parsing
How do you load an html dom document into scala. The XML singleton had errors when trying to load the xlns tags.
import java.net._
import java.io._
import scala.xml._
object NetP …
0
votes
2answers
27 views
Text limit inside <span> XHTML?
I would like to limit the text inside a tag so when I add a new article in my ASP admin panel, it only has 350 characters max.
How do I go about doing this?
0
votes
3answers
42 views
Website problems with Safari
Does anyone know why my site is all messed up on safari? I need to get it live by monday and this is racking my brain.
http://cheapramen.com/JQuery/WildFire/
Thanks in advance!
1
vote
2answers
37 views
Create reflected image with HTML Canvas?
I have the following code which tries to combine a vertical mirrored image with a transparent to background color gradient. When combining these two effects it fails, do I need to …
0
votes
4answers
40 views
Is allowed to make space in terms of semantic, web standards and accessibility and cross browser compatibility?
Is allowed to make space in terms of semantic, web standards and accessibility and cross browser compatibility?
0
votes
2answers
22 views
Can’t get image to appear full size with thickbox jquery
I can't seem to get my image to pop up the actual size when using thickbox. anyone know how to fix this?
<html>
<head>
<link rel="stylesheet" type="text/css" hr …
0
votes
2answers
48 views
Position absolute vs float in XHTML/CSS
Hi, I want to convert a .psd to XHTML and I have a menu bar whith round corners streching all the width of the wrapper, what I did so far was making slices for the ends of the bar …
2
votes
7answers
76 views
Is a list with only one child element really a list? Is this false semantics?
When I hear a list, I expect there will be more than one item.
Is this ever a problem? Am I simply being semantically anal?
<h3>Search Results</h3>
<ul>
< …
1
vote
3answers
44 views
how to show section of a CSS sprite within a set position on the whole html body
hi there.
I use sprite sheets for my css, adn they work great, however i want to have a section of my sprite sheet on the footer
it is like a curved block and the left hand conten …
2
votes
2answers
55 views
What is xhtml’s role attribute? What do you use it for?
I have read w3's page on this here, but it is still vague to me. Is the role attribute's purpose to clarify the code? Or will it be interpreted by some browsers or spiders?
Can i …
1
vote
6answers
43 views
Obeying the POST to modify data
So I've read you should use POST for anything that could modify data.
E.g.
BAD
<a href="edit.php?id=12">Edit</a>
GOOD
<form action="edit.php" action="post"> …
1
vote
1answer
64 views
Why does CSS list work in Firefox / IE but not Safari / Chrome?
I could use some help here.
I have a row of floating li's with borders that align properly in Firefox 3.5.4 & IE8.0, but comes up slightly short in Chrome / Safari.
Example: …
0
votes
4answers
70 views
Do variables transfer over from one seperate script to another via PHP?
I have a script that has PHP on it, and a link that goes to a new script that alters that PHP. When writing the query and containing variables on the second script, do I need to us …
0
votes
5answers
63 views
Is the rel attribute usage compatible with all browsers and tags
Just to be sure it can be safely used with JQuery scripting.
0
votes
2answers
51 views
Collecting form data and removing or hiding a form field using JQuery
Hello , I'm currently working on a problem that basically involves processing all data in a form, saving it, and replacing the entire form with a text link. My primary goal is to …
