html

Are there any tools for consolidating a whole bunch of style tags into classes?

Example: Say for instance you had the following two tags some where in a legacy page you've been assigned to work on: <table style="padding:0px; margin:0px; border: 0px; width:100%;"> <td style="width:100%; margin:0px; padding:0px; border: 0px;"> Would there be a program that could make a list of these random style tags and...

Does SOLR use up alot of memory on a server?

I have NO EXPERIENCE with SOLR. Does SOLR use more memory than say MySql on a server? I am about to purchase a VPS-package, but they come in different sizes as you can imagine... I contacted the providers today by email, and told them that I was planning on using SOLR which requires java installed. Their response was that it would w...

Quicktime embed renders too light in Safari 4

I've embedded a quicktime video via: <embed src="http://iphone.broadersheet.com/wp-content/themes/broadersheet/images/iphone-tour.mov" type="video/quicktime" width="284" height="564" autoplay="true" controller="false" kioskmode="true" loop="True" wmode="transparent"></embed> and it renders perfectly in Firefox but in Safari it rend...

Is it possible to pass a variable to php without the users 'seeing it' ?

I have a link on a page, and I would like to send a variable to a php file like this: href = "php_file.php?qry=$query" the $query variable contains a query which I would like to make to mysql, inside the php file. My problem is, I don't want the users to 'see' what I am passing along. I would like to use $_POST but from what I know,...

Meta description/keywords not being found by analyzer but do exist in source code?

Hey guys, If I run our website (www.deversus.com) through a meta analyzer, such as the one at http://www.seocentro.com/tools/search-engines/metatag-analyzer.html our meta description/keywords are not found, but they do exist in the source code. Our website is using SilverStripe - I've checked a few other websites that use SS (even silve...

How to know the height the space left on a brower by the menus, bookmarks and tabs?

Hello! I want make a page (HTML + CSS) that fits all the space left on the browser without horizontal and vertical scrollbars. Now you are readind this question on a web browser and, probably, you can see horizontal scrollbar. I want to use this space without using horizontal and vertical scrollbars. If you need more details, tell me....

Why should I use XFN in my HTML?

What is the benefit of using XFN (XHTML Friends Network)? I've seen this on multiple blogs and social networking sites but I don't really understand why it's useful. Other than being able to style these elements with CSS3 and select them with JavaScript, what's the benefit? Do you know of any sites out there that really utilize XFN to en...

clicking on a image submits the form by default?

I didn't realize this, and just want to confirm. If I have a html form, and an input tag of type image like: <input type="image" name="blah" src="..." /> Clicking on the image will submit the form? My use case is, I want to create a custom button for a submit button. ...

Collapsable repeater in ASP.NET

I have a repeater that currently displays a list of counties and townships within those counties. The county records and township records are treated the same in the repeator, aside from having different RowFormat attributes. Each record also has a unique id and the unit (whether it be a township or county) name to display. There is also...

Php syntax error, little help...

I have this string: $imagename ="$ad_id_stripped"."_1".".jpg"; $display_table.="<a href='../ad.php?ad_id=$row[ad_id]' target='_parent'> <img style='border:none;' src='../ad_images/$category/thumbs/$imagename?time()' class='shadow'></a>"; echo $display_table; As you maybe can see I am trying to add the time() function in there... Howe...

activate C# function from html table

Hi! How can i activate a C# function from a simple html table? i'm working with ASP .Net Appreciate, ...

Select element has no 'options' array

This is doing my head in! I have a select element with several options, however I cannot manipulate or access any of the options, as apparently the 'options' array does not exist. I have recreated the problem in a simpler html document: (original project is ASP MVC) <html><head><title>test test test</title> <script type="text/javascri...

JCarousel JQuery plugin, some help needed...

The next button is enabled even though there are no items in the carousel, and it seems as if JCarousel thinks it has infinite items, because when I click the next, it actually scrolls. I want to disable the 'next' when there are no items in the Carousel. The Carousel works perfectly when there are items in the carousel btw! I have abs...

2 pairs of divs at the same position w/ elastic layout

I've been trying to add 2 divs centered one next to another with two aditional divs on the same position of the last ones but hidden... the big problem here is that I want the page to be elastic... Does anyone know how can I do this? ...

Are Single Quotes Valid in a Doctype?

As stated in this question, single quotes in html has either become more popular or we have begun to notice them more often. Regardless, I have a related question. The HTML 4.01 Strict doctype as shown at w3schools (below) uses double quotes. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"...

Does heavy traffic cause CSS malfunctions?

Hello all, I just launched my site yesterday and everything was working as is. I have a blogs community page, and a questions community page that each have a top blogger/top commenters section, as well as a top askers/top answers section. They all share the same CSS and have an image that holds user pics that use CSS to align properly I...

how to display a div at center top of the page

How to display a div at center top position of the page, which need to be work under all size of monitors using CSS. Mainly I get issues on IE, where not aligned properly. ...

Mobile test for local html files

I have local html files that I need to know how they look like in various model of Nokia, Android, iPhone, Blackberry. Is there a way to do this? I google some online website for Nokia simulator but they are not working right. I need local test of html. If there is a free software that I can switch around in different phone (or separate ...

How do you limit options selected in a html select box?

I'm using a select tag in a form i'm making that allows multiple selections, but i want to make the maximum amount of selections 10. is this possible using javascript or jquery? Thanks in advance! ...

What can webkit do?

Since there are more and more apps going the web way (like Phonegap, Appcelerator over the mobile and desktop apps development and the ones that I don't know yet), I am wondering what kind of role the web engine (seems the famous engine is webkit) is playing now and in the future? A web engine is capable of rendering HTML and CSS(for in...