Tagged Questions

0
votes
1answer
10 views

Open up link in new window maximised

Does anyone know how to open up a new window but in maximised format (spec. in IE7 and IE6)? Javascript methods are OK in this instance too.
1
vote
3answers
22 views

Is it possible to include a javascript file which is in a zipped file?

Just like we include a javascript file in html <script language="JavaScript1.2" src="CommonFunctions.js" type="text/javascript"> In this case 'CommonFunctions.js' is pla …
0
votes
1answer
12 views

How to make the first column of a table invisible?

Below is the CSS code of my table display. How can I modify this code to make the first column invisible? table.tbl { width:100%; border: 2px solid #c3daf9; font-size: 0.9em; clea …
2
votes
4answers
27 views

CSS and Fonts advice

I am designing an article website and want some samples to look at to choose nice Fonts and CSS. Can you suggest some. Here are some example of what I am seeking: Article Headin …
0
votes
3answers
29 views

What type of caching should I use ?

I have a classifieds website, which uses PHP and MYSQL. I have several pages which uses javascript also. I need to know what type of caching to use to increase performance on my …
3
votes
3answers
52 views

HTML >> Very simple question

Hey ppl, can someone tell me the &#num; for that >> sign. The one where the >> are one character. Thanks :) Bonus points for << aswell ^_^
0
votes
1answer
20 views

RoR plugin/gem for html validtion

I am wondering if there is such a plugin or gem for Ruby on Rails that includes HTML validation (SGML or Tidy) in a testing cycle. I am aware only about this plugin. Looking for …
0
votes
3answers
54 views

Any good Java HTML parsers?

I was using Cobra until now because of how easy it was but unfortunately it had some problem with a few test cases. Does anyone suggest a tried-and-tested library? I've tried Cobr …
0
votes
4answers
31 views

Need some help with XPath expression. One works, the other doesn’t…

I'm using the COBRA HTMLParser but haven't had luck parsing one particular tag. Here's the source: <li id="eta" class="hentry"> <span class="body"> <span clas …
0
votes
3answers
21 views

Cross-site tomcat form post not working

Hi, For a customer, I need to write a Servlet which can print values in a form post. The form is hosted on another server and looks somewhat like this: <form action="http://my …
0
votes
4answers
50 views

CSS Positioning Puzzle

The image below represents a website layout I am trying to create. The blue section (bottom right) represents an image should be behind the three neighboring elements and overflow …
0
votes
2answers
35 views

HTML forms working offline

I need to be able to run HTML forms offline. I mean they have to work without direct connection to the web server. In an application I wrote over 5 years ago I did it by implemen …
0
votes
1answer
15 views

HTML Multi-select to Ajax URL

Let's assume we have an HTML multi-select. How to prepare an ajax request URL with the selected values from the multi-select. I'm using YUI dataTable, so I do not think I can use …
0
votes
0answers
21 views

Loading XML File into Javascript

Hi all, I have an XML file, which can be viewed here,(click "Download File" on the page that the link takes you to, and it will open the XML in your default browser) of data concer …
0
votes
1answer
23 views

How to handle Special Entities in email addresses?

if you look at the email address b&byouaddress@email.com (this email address is a example) The & is not a valid character for the email address & thus you get "b" in …

1 2 3 4 5 621 next
15 30 50 per page