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 concerning a series of music albums, which I would like to load into javascript into an array called "mymusic" in this form:
mymusic = [
{
title:,
artist:...
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 form serialization (but would not even want to even if I could)?
The URL generated should be the same as with a normal form submission with page refresh.
I di...
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 implementing a custom protocol handler - when a user initiated form submit the resulting HTTP request was recorded locally. At later time when a connection to the serv...
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 them slightly.
I do not know the best way to do this, at the minute I have a wrapper div round the colored sections and put a background image in there but I...
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://myserver/myServlet" method="POST">
<input type="text" id="someName" value="someInterestingValue"/>
<input type="submit" value="submit" />
</form>
I have a Tomcat ...
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 class="actions">
</span>
<span class="content">
</span>
<span class="meta entry">Content here
</span>
<span class="meta entry stub">Content here
<span...
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 Cobra's built in one and HTMLCleaner without any luck.
...
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 alternatives...
...
Hey ppl, can someone tell me the num; for that >> sign. The one where the >> are one character. Thanks :)
Bonus points for << aswell ^_^
...
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 site...
There is alot of 'constant' images like menues, sidebars, background-images which probably can be cached in a way.
Do you know if web-browsers cache t...
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 Heading Font/Color
Article Body Font/ Color
Background Color ideas
Text Color
Layout
It will be a two column layout
I thought since most of you are professionals,...
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; clear: both; }
td.tbl-header { background: url(/images/head_bg.gif); text-align: center; padding: 3px; font-weight: bold; border-bottom: 2px solid #c3daf9; }
tr.tb...
A HTML file is generated by a PHP file. Generally speaking, what a user can see from a HTML file can be divided into two parts, one part is static; another part is dynamic, this part is represented by variables in the PHP file.
For example:
$html=<<<eod
$title<br/>
Total Price:$row[column1]
Quota:$row[column2]
<pre>$row[column3]</pre>...
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 placed in current directory. Can we include a javascript file which is inside a zipped file?
...
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.
...
Well i want to upgrade contact page with dynamic map showing location and give oportunity to calculate route for comapny headquatters. Id it necessery for such simple task use Google api? i mean here generating akey etc? Fo i have any other alternatives to google maps?
...
I am using ASP.NET 3.5 and C#.
On my page I need to have a Text box that must not be visible to the user but it MUST be there when you look at the Page Source, reason being, another program called Eloqua will be looking at the page source and it must get the value of that text box.
The value of that text box will be populated based on ...
Hello,
In my page layout, the footer is staying wher it is and the content is scrolling past the footer. Is there any way to keep the footer positioned at the bottom of the content ?. You can see how the page looks by visiting www.postcode53.com/layout.
The HTML and CSS are as follows:
HTML
Housing Partners
...
I'm using link tag to open a pdf file. when clicking that link, the pdf file is opened directly. Is it possible to donwload and save the pdf file to my system through html?
...
I have a PHP and HTML based CMS. In each page of the CMS, there is a form with a Javascript-based tabbed dialog that switches between a number of DIVs.
From each page of the CMS, it is possible to open a preview page to see the changes made, and then return to the CMS. When the user returns, I would like the same tab page to be opened a...