html

scraping with selenium

I would like to scrape some dynamic data off of a website. On the site, there are a couple of links at the top labeled "1", "2", "3", and "next". If a link labeled by a number is pressed, it dynamically loads in some data into a content div. If "next" is pressed, it goes to a page with labels "4", "5", "6", "next" and the data for page ...

Advice on css and Html

Hi, I need some advice on css and styles, is not an easy question to ask, I'm on the way to develop a project that's going to be in a few languages, I know how to manage the dictionaries, at least for now, but I was with a bigger issue ... The page it's going to be on english, and also japanese and hebrew, they have a different style l...

Internet Explorer CSS Float last image offset

Hey Guys, I have an unordered list of images that display inline and float next to each other. Everything looks fine in Firefox and Chrome, but in internet explorer the last image is pushed down vertically a bit. Any idea why this would happen? Link is here: http://www.mercedesberk.org/chic-and-new/manhattan-house And here is the ...

Scrollable HTML Table in Vertical and Horizontal Option

Hi All, I have a table which has many columns and lots of records. My user want me to have the table to have a fixed header but should have a scrollable option in both the vertical and horizontal version? Is this possible to do this that is cross browser? My target browser is IE 6.0 + and FF. I am looking for a CSS version or jquery...

How do you implement CSS with fixed left sidebar and fluid right content

I got headache how to make my fluid content will float to right. left sidebar is fixed size. right content is fluid size. Here and example my html and css How to make my id="content" will float on right? ...

How can i overlay an 10x10px image on top of another image?

Hi Guys, I have a user avatar on my website. Simple image tag: <img src="foo.jpg" class="userphoto" width="48" height="48" alt=""> Now, i want to float an image (Facebook Icon - 10x10px) over this image on the top left corner of the image. This is to signify that the user is authenticated to Facebook. How can i do this? CSS styling...

Easy way to convert &#XXXX; from HTML to UTF-8 xml either programmaticaly in .Net or using tools

HTML and XML are not same just given for illustration. For input HTML file <p class=MsoNormal style='tab-stops:.5in'><b><span style='mso-tab-count:3'>                                    </span></b><b><span lang=AR-SY dir=RTL style='mso-bidi-language:AR-SY'>&#1593;&#1586;&#1578; &#1575;&#1576;&#1585;&#1575;&#1607;&#1610;&#1605; &#1575;...

submit button disabled cancels form submit

I have a form like this: <form action="lol.php" method="POST"> <input type="text" name="fe" /> <input type="submit" id="submitbtn" value="submit" onclick="this.disabled = true;" /> </form> and in firefox it works perfectly, but in Internet Explorer (latest version) the button goes disabled but the form does not submit. I have also tri...

Jquery continuous ajax request

Let's say initially I have an image loaded in my view. Every now and then, I want that image to change via ajax with an interval of 10 sec. How can I do that? Thanks. ...

PDF to HTML in iPhone

Is it possible to convert a PDF page in to HTML format using any objective-c library. I want to enable the text selection on PDF files. ...

ASP.NET Dynamically creating HTMLTableColumns (headers)

Hi, is it possible to dynamically create html table columns (< th>< /th>) using namespae System.Web.UI.HtmlControls ? ...

When is it necessary to initialize or reset all tags using a wildcard * at the beginning of external CSS style?

Sometimes I find some people use a wildcard * to reset or initialize all tags at the beginning of thier css. When is it necessary? ...

How to combine result sets of a sql query?

I am having 5 checkbox with the food items like Chicken, fruits, vegetables, Snacks,.. like that. What i am trying to implement is when the user selects the checkbox items and clicks submit, it will search for the restaurants providing the selected items, Table will have 2 fields: restid, menu and the data is stored like this in the t...

looking for web based Javascript HTML WYSIWYG editor that is free license to editing the code

i need to add as part of CMS application some kind of Javascript HTML WYSIWYG editor somekind of TineMC kind of thing but its needs to be license free no GPL or LGPL kind of license this is because i have to modify it and i can't open source the application. i dont need it to be full of options like TineMC. Any ideas? ...

Borders doubling up

Hi! I'm adding a new design to my website. The main menu ul stretches across the screen and the items are demarcated by simple borders. I'm having problems with the left and right borders for my menu items. What's happening is that I can't properly display the borders on mouseover (a:hover) unless I space the margins so that in the nor...

Limit string length in FreeMarker

Hi, I'm trying to get a substring from a string in FreeMarker. However there are 2 thigns to consider: The string can be null The string can be shorter then the maximum string length I do the following: <#list landingpage1.popularItems as row> <li> <span class="minititle"> <#assign minititle=(row.title!"")> ...

ExitPopup Script

Hi Everyone, I working on a website, but here now I want a popup window should open anytime when I leave the page / close the page, like this : http://www.ultimateexitpopup.com. Can someone let me know both script and HTML code for this please? Regards Balkar ...

Difference between SRC and HREF

The SRC and HREF attributes are used to include some external entities like an image, a CSS file, a html file, any other web page or a javascript file. Is there a clear differentiation between SRC and HREF? where/when to use SRC or HREF? I think they can't be used interchangeably. I'm giving below few examples where these attributes a...

dropdown menu inside iframe

hello all, i have a bit of a problem. i made a blog for my webpage, and i user the header of it in my blog. the thing is, i have a drop down menu that i have is pretty long, so when used in the blog, the iframe does not show all of it, only the first few options. am asking if there is a way to make that iframe extends or allow the menu...

how to design a simple one page website.

i want to design a website who contain 4-5 page but i need a feature then when user click on any link the content is changed without any other page load. how i can do this my page look like this but when user click on left side or right side link the content is load without page refresh. how i can do this. ...