html

problem in playlist when we select the different songs

Actually in my website www.musicking.in when the user selects songs one player window will open and that will access the corresponding selected songs xml playlist and the player will play those songs. actually its working fine. but sometimes the problem is when so many users are accesiing the player not playing the songs selected, eithe...

Need help with problem with absolute div positioning

I have these three DIVS - one red, one blue and one containing an image. I set the red div to the upper left at 0,0, and the blue div to the upper left at 0,111. The image div is also positioned in the upper left at 0,0 and stretches across the red and blue divs because the image it contains is transparent and I want the blue and red o...

How can you figure out the highest z-index in your document?

In order to set a div containing a transparent text image as the highest z-index in my document, I picked the number 10,000 and it solved my problem. Previously I had guessed with the number 3 but it had no effect. So, is there a more scientific way of figuring out what z-index is higher than that of all of your other elements? I trie...

how to access xml file?

Actually in my website www.musicking.in when the user selects songs one player window will open and that will access the corresponding selected songs xml playlist and the player will play those songs. actually its working fine. but sometimes the problem is when so many users are accesiing the player not playing the songs selected, eithe...

fb:serverfbml rendering bug in iPhone mobile Safari

Hi, I'm using fb:serverfbml to render an fb:request-form for an iPhone-based web-app, and I'm having some major rendering issues. fb:serverfbml does not seem to respect widths when rendered in mobile Safari; it renders the fb:serverfbml as if it had a width of around 1000px. This causes my pages which have a viewport size of 320 to sud...

How do I align a div at the bottom right corner of a web page even if the content is less?

I have this extremely simple splash page here: http://iph0wnz.com It has the main graphic in the middle, followed by my 'a.' logo at the bottom right. I want that logo to be aligned to the bottom right hand of the entire page, which means that if there is a lot of text content in the page, it appears after all that (i.e. it doesn't hove...

Is there any way to communicate between my .exe application and Firefox?

Hi, Is there any way to communicate between my .exe application and Firefox? Because, I have my own webpage. I'm using FireFox to browse it. I have an application (in c++) to process a piece of HTML code from my webpage within FireFox. My application can print something directly to printer (raw print). Since now, I coudn't access fi...

Fit <TD> height to page

Consider a table with three rows with heights 10, *, 10. I'd like the middle cell to be high enough to fit to the page vertically. Unfortunately "height:100%" doesn't work at table, tr, or td level, possibly due to standards. Even if it happens to work, I don't want 100%, I want 100% of clientHeight-20px :) I can always write script to c...

Get an array from an HTML page?

I'm rather new to HTML programming. I understand the basics of interactive collection of input via forms. I'd like to collect some data computed by a JavaScript function during execution of a page. Not being able to think of an alternative, I think the way to do that is to enter the function result into a form variable. How do I do ...

Why is styling table columns not allowed?

W3 specifies that only four CSS rules are allowed for table columns (with the <col> element) - border, background, width and visibility. Does anyone know the reasons behind this decision? If you can have borders and backgrounds, why not fonts and colours? ...

Finished first year of comp sci at university... What to do for summer?

Basically we did 2 terms of Java, and one term of Unix and C in one course... I wanted to learn some stuff during summer, got some ideas for which books to read from that best books question.... But as for a language goes, what should i learn? I was thinkin of studying HTML, and CSS and JavaScript and everything else related to web des...

How to show the "Are you sure you want to navigate away from this page?" when changes committed?

Here in stackoverflow, if you started to make changes then you attempt to navigate away from the page, a javascript confirm button shows up and asks: "Are you sure you want to navigate away from this page?" blee blah bloo... Has anyone implemented this before, how do I track that changes were committed? I believe I could do this myself,...

CSS rule cleanup tool

We have several massive CSS files that just kept growing over the years whenever new elements were added to our system as well as JSP pages (which further include other JSP pages and so on) that reference these files. We know that we have many rules that are no longer used and many that are redundant. New tools just keep coming out. ...

Why does my variable keep resetting itself?

I have an image slider that I built for my website, and I have it set to slide every 3 seconds (will be slower after diagnostics, but I don't like waiting 10 seconds to see what's wrong). I also have it set so that before it auto-slides, it checks if the toSlide variable is set to 1 (default) or not. When the user clicks on a next/previo...

Request.Form and radio button ids

I have the an approximation of the following input id='rb1' name='rb1' type='radio' input id='rb2' name='rb1' type='radio' e.g. both radios share the same name so only one can be selected I want to be able to use Request.Form to see which one has been selected. However all I get in Request.Form is the name e.g. rb1. Is there any way...

Simple CSS problem: Title text on upper left, Button on the upper right

I have a page where I need a piece of text to appear aligned to the upper left of an absolutely positioned element (a span, if it matters), and a button to appear aligned to the upper right of the same element. edit: Problem with this is even when I use float: right; and display: inline; the button still likes to drop the next line. Cu...

Getting the RSS link from the <head> in Actionscript 2

I'm having problems getting to the rss link that tells the browser where the rss is for the site. The link is found in the <head> tag of the html here is an example of what the link looks like. <link rel="alternate" type="application/rss+xml" title="CNN - Top Stories [RSS]" href="http://rss.cnn.com/rss/cnn_topstories.rss" /> My origi...

Displaying an applet in HTML

hello ... iam having problem writing java applet and link it with html file java applet is about drawing a pie chart 3 values sales, membership and adds. the code for java applet : import java.awt.*; import javax.swing.*; import javax.swing.border.*; /** * Class AppDemo - write a description of the class here * * @author (your na...

How can I convert HTML to PDF using Perl?

I need to convert some HTML reports into PDF using Perl. What are the best CPAN modules for the job? ...

Relative position of a table column HTML / JQuery

Hi all, Quick html / Jquery question. Here's my situation: I want to hover over a table element, and display a popup box in a position exactly to the right of the element. I can display the popup correctly according to the position of my mouse coordinates, but I'd like the coordinates to not move, i.e., I'd like to position the popu...