Tagged Questions

0
votes
3answers
26 views

regular expression to match specific text not linked

I would like to write a regular expression in javascript to match specific text, only when it is not part of an html link, i.e. match <a href="/link/page1">match text</a> would not be …
6
votes
7answers
64 views

How can I show different content when JavaScript is disabled?

Hello, I need to show COMPLETELY different content when JavaScript is disabled. I know I can use <noscript> tag... but how can I hide the rest of the page when JavaScript is disabled? Thanks.
0
votes
3answers
29 views

How do I implement auto-complete for City / State fields on a form?

I want to implement City and State auto suggest in a form textbox. How do I do this? Weather.com has a great example on this on their front page. Questions: Where can I find a complete USA …
3
votes
5answers
70 views

Show HTML errors in Google Chrome?

Can Google Chrome show HTML errors (e.g. unclosed tags)? If so, how does one do it? Thanks
0
votes
2answers
17 views

image not appearing in IE7 OR IE8

I have an image that is using absolute positioning on my site. It is positioned to appear over a css-background-image. It works fine in gecko based browsers and webkit. I was surprised to see the same …
3
votes
7answers
65 views

As a web developer, how important is to comply with w3c standards? [closed]

Possible Duplicate: How important is it to follow web standards? SO Community, if this is a repeated question please let me know the link and I will remove this myself. I looked around but …
0
votes
2answers
13 views

HTML Entity for DASH

Putting two dashes on a page sometimes, like this -- in rare occassions messes the HTML up. For instance, if you enter -- into your Wordpress blog it'll actually munch it into a single -. This …
0
votes
2answers
27 views

Javascript Object Not Digging My PHP Var’s Value (Has HTML in It)

Hello, I'm building a CMS for a client (Building on top of wordpress). I'm having an issue with some data I am returning from my database. Basically I am building Javascript Objects from PHP data …
1
vote
4answers
33 views

end tag for element “div” which is not open? html validation errors?

Hi Does anyone know what these mean, I'm validating my website but I'm getting these weird messages about tags. I have and opening div at the top of the page but I still get these errors? Are they …
1
vote
1answer
15 views

<Canvas> contents as data?

Hello everyone, Is there a way to save a canvas element's content to data such as binary? I'm looking to be able to redraw this data when needed. Not really sure on how to go about it.. Thanks so …
1
vote
1answer
7 views

Biztalk Server 2006 HTML Email with inline images

Dear all I m quite new in Biztalk Server 2006 and I have a problem regarding sending HTML Email with inline images. What I have do so far is sending HTML emails (or text emails) in BizTalk without …
1
vote
2answers
217 views

Converting ANSI escape sequences to HTML using PHP

This is a similar question to this one. I would like to convert ANSI escape sequences, especially for color, into HTML. However, I would like to accomplish this using PHP. Are there any libraries …
0
votes
0answers
7 views

Dynamically populate an empty dropdown with a call from a service.

Hi, I am working on an application where we submit details to an external web page that we have no access to make any changes to. The external page is a .htm page. We want to be able to pre-populate …
4
votes
16answers
719 views

should websites expand on window resize?

I'm asking this question purely from a usability standpoint: Should a website expand/stretch to fill the viewing area when you resize a browser window? I know for sure there are the obvious cons: …
0
votes
2answers
8 views

How can I load a Chunk of Javascript from a file?

What is the best way to load a common Javascript chunk of code from a file on a simple website? I need to add a script that tracks users for the Piwiki Open Source Analytics. I have hardly worked with …

1 2 3 4 5 819
15 30 50 per page