Hello. Say one's writing a "browser" and wants to test it on many pages with broken encoding, invalid HTML, missing meta tags or headers etc. An obvious solution is to get a big pile of URLs and test the application on each of them, which takes a lot of time and doesn't guarantee that the first 1000 urls were ok, while the next 100 will ...
Hi,
I am using MySql and PHP. I have a table groupXmembers that holds members of a group. I know a simple sql query will give me the members in resultset.
But I want to display these members in grid in my sidebar. I am looking for a copy-paste HTML CSS using which I can display users along with their pictures. I know how to display pic...
I'm trying to make a fancy editor online, and I need to give the user the impression that he's typing directly inside a DIV / SPAN / some other element.
I can capture the keystrokes by routing them to a hidden text box, yes, but I want to know how to show a cursor at the right places to complete the illusion.
Any ideas?
...
I'd like to see an example of a creative use that a CSS frameworks has been put to in the design of a real site.
Does anyone know of any sites that were designed using a CSS framework (Blueprint, 960, etc)?
If so, a link would be appreciated. Thanks.
...
Comparing sites designed in 960 with sites designed using Blueprint, it seems to me the 960 sites are a lot sharper.
I don't know if this is a coincidence of the samples I'm looking at.
Or is there something about 960 that is more conducive to good design?
...
Hello, I have a question that I haven't found addressed in the various CSS layout models I've looked at, so I thought I'd post it here.
I'm working on a site that uses a basic fluid/fixed two-column layout. The content of the site is in the left div, and the sidebar in the right. The sidebar has a fixed width of 200 pixels or so, and th...
Hello, as far as I know there are three methods to submit an HTML form without JS or keyboard:
1. input type=submit
2. button tag
3. input type=image
Is there another way to create an element submitting the form on being pressed?
Is it correct to handle button tag (type=submit) same as input type=submit (I mean, if we discard the fa...
I have a Python script that will look at an HTML file that has the following format:
<DOC>
<HTML>
...
</HTML>
</DOC>
<DOC>
<HTML>
...
</HTML>
</DOC>
How do I remove all HTML tags (replace the tags with '') with the exception of the opening and closing DOC tags using regex in Python? Also, if I want to retain the alt-text of an tag, w...
I need a visual element on my web page to resemble a button, with an optional dropdown element on the right end. Clicking the main button will execute some default action, while clicking (or hovering) over the down arrow on the right end of the button will cause a dropdown menu to
appear with variations on the action, and clicking on o...
Hi,
i want to host the yahoo open-id login in an iframe. However as soon as the yahoo page loads it executes the following javascript:
<script type="text/javascript">if(top == self)
{ document.write("") } else
{ top.location.href = "http://www.yahoo.com" }</script>
In other words, it redirects the whole page (not just the iframe). How...
I want to execute javascript code inside of an iframe as soon as the rendering begins, not when the document is loaded. The purpose is that i want to modify javascript behavior inside of the frame that is executed inside of an inline script block. The onload-event would execute after the inline script which would be too late. How to exec...
And if there isn't, is there a good reason why?
...
How do I hide the html tags when the user is not logged on for the users name to be display?
<li><a href="#" title="#"><?php if (isset($_SESSION['user_id'])) { echo $_SESSION['first_name']; } ?></a></li>
...
I have created a pdf using tcpdf in php. i have a table with one row and one column. when i put the content from a form which is a textarea, the content in the form flows out of the table border. how can i make it so that it is contained in the border itslef???
...
Hai
I want to build a wordpress in my localhost, Is it possible to test this in My local system which is Windows 2000
Thanks in advance ,
...
im using jquery tools.
im trying to put tooltips on the inputs of the form which is in the a tab.
this is my script:
<script>
// perform JavaScript after the document is scriptable.
$(function() {
// initialize tooltips
$("#UserContactPerson").tooltip({
// place tooltip on the right edge
position: "center right",
// ...
Hi i was wondering if anyone new how, when on link submit the page does not move i.e
<a href="#"></a>
If it was 2 page leghts down it would shoot up to the top.
regards
...
so i have a table... to sweeten things up, lets say i have this:
<table style="border: apx #FF0000 solid; width: 1%;">
< tr>
< td>a< /td>
< /tr>
< /table>
they all have a space at the bigging so it will show, in the normal code it does not have the spaces
the table i am doing it different, but it made in php, and i this...
Hi there,
I finally have finished a Web Application and now I have to make it compatible with Internet Explorer (at least 8). It's almost complete now except for one place, where IE8 apparently deletes some CSS formatting I have defined.
I uploaded some Screenshots of the generating Perl Code, how Firefox (+ Firebug) renders it and how...
Totally new to flash and actionscript. What I want to do is retrieve a URL into a page (probably in a hidden frame or something), populate the form it contains with the correct fields (via my script), including possible data to upload, then submit it back. I guess an analogy use-case would be if I had a user choose a picture and then whi...