Hi everyone,
I'm trying to figure out a way of finding the last node that matches a given xpath using last() function. The problem is that the last element of path also has a constraint specified.
"//div[@id='someId']/ul/li/div[@class='class1 class2 ']/span[@class='someType2 ']"
if I use
"//div[@id='someId']/ul/li/div[@class='class...
The characters I have come across that will break an image in a HTML page if used in the image’s filename are:
& / \ *
Are there any other filename characters that would cause an image to not display?
The reason I’m asking is I need to store an image of some text and need to replace invalid characters in the filename.
This mechanism...
I would like to change the cursor from default to pointer when the mouse enter the rectangle (50, 50, 100, 100) of the body element (the numbers are in pixels).
I know that I could define a div, place it at this position, and set cursor: pointer; on it, but I'm looking for some way without defining a div.
I would like to something like...
Judging by earlier questions and their lack of answers, I'm not sure there will be a good answer for this. Fortunately, we only need to support newer browsers.
Looking for a layout to let us have a 3 rows with a fixed-size header and footer, but the center row is fluid with the height of the browser but will also scroll when it's conten...
I've a website composed by some .asp file and a lot of static .html
I want to redirect all
www.oldsite.tld/abc.html
www.oldsite.tld/xyz.html
to
www.newsite.tld/abc.html
www.newsite.tld/xyz.html
If I'm on Apache I would use a .htaccess but how could I do that on a ASP, ASP.NET server? (I don't have access to IIS manager)
.NET Fw: ...
Possible Duplicate:
How To Distract Clients From Using IE6
Hi all,
As webdevelopers and probably most of the user of SO will know, Internet Explorer 6 is one of the most nasty browsers to work with if you're developing a website. We developed a webshop for a client which works fine in every major browser, including IE 7 and 8...
How can I go about creating a quadtree in PHP, is it even possible?
I would like a "grid like" layout.
So each "node" has 4 "exits" - north, south, east and west.
Does anyone have some sample PHP code of a Quadtree because I couldn't find any documentation specifically for PHP :(
I'll be your best friend... (possibly some Rep in th...
Hello all ,
I have a .net panel, and I want to send this panel via outlook to other recipients. For this I think I have to find the html code of this element. How to do that ?
Thanks.
...
Hi guys
I have a question, how would I do the following?
I want to display a dropdown (html) with a list of language (english, french, etc.), ISO 639-1 codes. I want to display the language based on the native language (e.g., on the combo box, the "french" must say "francais" for the french speaking people to understand).
How I woul...
I've got the following elements inside a Div element:
<div class="section">
<%= InventoryGoods.Metadata.PluralLabel %>
<%= Html.DropDownList("p.Selection", new[]
{
new SelectListItem...
I'm new to VBscript so there is probably a very simple solution to this.
Basically, I have my main page with buttons that really just act as links to other pages. In the links I wanted to pass information, so I use the standard ?variable=value like so:
<input type="button" name="saveButton" value="Save Systems" onclick="location.href='...
Exists any JavaScript or Objective-C method to convert a location.href="MyURL" to <a href="MyURL"></a>??
I have over 200 location.href URL not working with UIWebViewNavigationTypeLinkClicked :-S
Thanks to everyone can help me!
...
Hi,
Based on this menu structure:
menu system
I want to purely use a CSS based Menu System but am unsure what is the best way to approach to get the blue gel 2D button look based on "Home" and "About Us" ?
I basically would like to know how to achieve this button look and then in CSS use this background button and then be able to add...
Hi all, i have an application that have to return emails to user his email client, but on some cases i have to pass around 1000 emails...
I'm using mailto on href, something like this:
mailto:[email protected][email protected],[email protected],anotherone@dfsf...
Why am I returning to his email client instead using PHP mail() fu...
I'm trying to work with mytablegrid.
There is a working example here
On the bottom of the grid, there is a small subtable called the "pager" which allows the user to navigate between pages.
The html is like this :
<a class="mtgPagerCtrl" id="mtgFirst1">
<img height="16" width="16" border="0" mtgfirstpage="" class="" src="../images...
This button is basically hosted on a html page and used trough an iframe.
I believe flex does not have iframes out of the box. Are there are any good iframe components i can use?
...
I'm having trouble with jQuery not recognising elements on my page and throwing an error saying the elements I'm trying to select are null.
We are inserting our content into the following wrapper, which is supplied by the client:
http://www.ft.com/global/mm0802/ag/wrapper
The wrapper contains the following string:
<!-- ftplchol id="c...
Good Morning All,
I'm admittedly a DIV guy, but am working on a project that uses nested tables. I have a need to move some fields that already exist, and create new fields, into what I would describe as a grid (think gridview in .NET).
What is the most painless way to add columns to the nested HTML tables? Alternatively, should I in...
The "add to favorites" link code that I use, works for firefox but not for Google chrome extensions. What should i use to create a link that adds to Chrome favorites/bookmarks
...
Hi, I'm trying to use a flash background for one of my projects right now.
It works pretty well on Windows (FF, ie7, ie8, Chrome, Safari). On my friend's Mac, it displays correctly, but the right-click behavior is acting up. On Firefox, right-clicking doesn't do anything. On Safari, right-clicking always displays the Flash's contextual ...