2
votes
4answers
18 views
Is it okay to start the layout of a website with a photoshop mockup?
This is a best-practice topic.
I saw it as a prefer method for some web developers. Instead of doing the CSS layout from scratch, they start a photoshop mockup first and then deco …
4
votes
9answers
66 views
JavaScript: How to create an Object and filter on those attributes?
I have a JavaScript array of houses like so,
{
'homes' :
[{
"home_id" : "1",
"address" : "321 Main St",
"city" : "Dallas",
"state" : "TX",
"z …
0
votes
3answers
21 views
Firefox show broken images
In firefox a broken image appears as just a blank white space. On a white background there is no way to distinguish between no image and a broken image. This makes identifying br …
2
votes
3answers
73 views
Equivalent of “Google Closure Compiler” for HTML?
Is there an equivalent of Google's Closure Compiler for HTML minimizing?
0
votes
2answers
17 views
First website project how to specify for interoperability and ease of integration when site UI & backend are to be developed by separate developers?
Hello
I would like to use Elance.com to find a developer to create a website for me.
I have decided to split the development into two components:
the UI and the back-end, with each …
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 …
1
vote
3answers
20 views
JQuery background color animate not working
I want to change the background color of 'exampleDiv' from the original white background to when I call the code below to immediate change the background yellow and then fade back …
1
vote
4answers
95 views
Can we use & in url ?
Can we use "&" in a url ? or should "and" be used?
1
vote
4answers
41 views
Eclipse Web Project Dependencies
This question is about eclipse development, I am trying to create a web application in Eclipse, the problem is that I don't get the the dependencies jars to the deployed archive.
…
1
vote
3answers
23 views
Considerations for changing a page’s URL in a CMS
I have written a CMS for a website. You can create pages and do all things you would expect but I am just wanting your opinions on what to do if a user changes the URL of a page. …
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
4answers
49 views
Java Web Project referencing another Java project
I have a Java Project, for which I'm now creating a Web interface, using a Dynamic Web Project from Eclipse. The Web project consists of a single servlet and two JSP's. Something l …
17
votes
8answers
417 views
What questions should a JavaScript programmer be able to answer?
Suppose a company is going to hire JavaScript coders. I wonder what question should this company use to properly evaluate them. Even though general programming skills are more impo …
1
vote
4answers
27 views
Multiple applications sharing same configuration files
In my production environment I have several Web applications installed in the same machine. These applications access various web services and two SQL Server databases this means t …
