2
votes
2answers
36 views
Cross-browser development
Hi all,
I'm developing a web application for a new service, starting from Firefox 3.5.
The interface design is tableless, only using divs + CSS & performance-blessed practice …
0
votes
0answers
26 views
htmlParser Help
Hi,
I am new using htmlParser in Java, please help me with this condition.
htmlString = <> class="user" href="">first name</> posted on <> class="user" hre …
0
votes
4answers
45 views
Seemingly simple MVC partial view question
I am trying to display my data (images) in two columns of a table in my partial view. The code below does not seem to work as it displays each image in its own row. What am I missi …
2
votes
3answers
71 views
Equivalent of “Google Closure Compiler” for HTML?
Is there an equivalent of Google's Closure Compiler for HTML minimizing?
0
votes
1answer
13 views
List item inline problem
I am trying to create a simple unordered list, and everything seems to be perfectly fine, until each list item contains a DIV, then list seems to ignore display:inline css line, an …
1
vote
2answers
41 views
JavaScript: I’m looking for a lightweight background color (div) fader
Does anyone know of a lightweight (small file size) HTML background color fader?
Something like the below pseudo-JavaScript
fadeDiv('div_element_to_fade','hex_start_color','hex_e …
2
votes
1answer
37 views
HTML/CSS/JavaScript training videos
I searched Google for HTML/CSS/JavaScript training videos but I am not able to decide which one is better. I have subscription of LearnVisualStudio.NET and the videos are value for …
4
votes
3answers
41 views
REST/Ajax deep linking compatibility - Anchor tags vs query string
So I'm working on a web app, and I want to filter search results.
A nice restful implementation might look like this:
1. mysite.com/clothes/men/hats+scarfs
But lets say we want …
3
votes
4answers
200 views
jQuery complied with Google Closure Compiler
Has anyone compiled jQuery against Google's newly-released Closure compiler?
There has been reported huge savings in code size. I'm curious what the benefit is if jQuery was compi …
0
votes
3answers
34 views
Besides button, submit and <a></a>, is there other way that can make text clickable?
Besides <input type="button" value="Click me" />, <input type="submit" value="Click me" />, <a>Click me</a>, is there another way that can make "Click me" c …
0
votes
1answer
20 views
JQuery Slider alternative?
I am using the JQuery Slider control for use as a double sided slider.
It's a great UI control but I'm looking for an alternative that isn't so "fat".
Right now, just for me to u …
0
votes
1answer
19 views
Small JavaScript tab library? (alternative to JQuery tab or Tabber)
Hi
I'm looking for a very light weight (small library) that can act as a JavaScript tab
I've looked at both JQuery's Tabs and Tabber.
Both look great and function flawlessly but …
0
votes
3answers
39 views
why isnt this php working, i get undefined index…?
Hi.
I am trying to upload an image to the server.
I hava a form with a couple of inputs...
INSIDE this form, I have an Iframe which contains another form for the upload, this bec …
0
votes
1answer
14 views
easy way to show image next to textbox?
Hi, I trying to validate a form using ajax...I have got it to show either a cross or tick if the box passes valdation. This is done by showing or hiding a div tag, is there an easi …
0
votes
4answers
24 views
How to open a Popup Window with fixed size using HREF tag?
I have a link like this
$contact_url="<a href=rentals_popup.php?id=$row->rentals_id >" . "Contact" . "</a>";
I want to open that page in a different window with
…
