box

horizontal scroll bar of IE and input text box

I have a situation, where I have a text input box in IE(input type='text') But the horizontal scroll bar of IE will be shown when it has lots of texts , and the box is not fixed-size. What I would like to have is: 1. The input box should accommodate the whole text(not fixed -size). the horizontal scroll bar of IE will not be shown. ...

Table Disobeys W3C Box Model, Ie8 Ignores Fixed Table Width !

Hi, I'm having hard time with tables and column widths. Update: I'm using XHTML Strict 1.0. The page is: http://www.pro-turk.net/try The first problem I have is, I have a column with a fixed width of 100px and 4px padding, but it disobeys my padding depending on the value. The column width (as the distance between two borders accordin...

What is the difference between Combo box and drop down list in asp.net Ajax Control Toolkit

What is the difference between Combo box and drop down list in asp.net Ajax Control Toolkit ...

PHP Library: Calculate a bounding box for a given lat/lng location

I'm looking for a PHP Library / PHP Script that allows me to calculate an accurate bounding box for a given center point (lat/lon). Using an ellipsoid formula (f.ex. WGS84) would be great. I know, there have to be a library but I'm not able to find one. ...

Facebook comments widget

Hi, i'm using some of facebook widgets. I have "Fan Box" and "Share". They work just fine. I'm trying to use the Comment Box and the problem is it does not show up at all on my site. http://www.facebook.com/facebook-widgets/ This is the facebook page with the widgets. "Website or Business" column widgets work fine when i use them. "De...

.htaccess authentication from a php script to prevent a browser dialog box

Using php I authenticate a user, then behind the scenes,they are then again authenticated a second time with a single .htaccess username & password. This would be the same for all users, but I would not want them to have to enter a username and password again and they would now be allowed to enter the password protected directory. I pref...

javascript. Select part of an image

Scenario. I want to identify things in an image by 'drawing' a rectangle round them. E.g. to select a face in a crowd. A sign in a street etc. How to use the mouse events to a) mousedown to start select area Grow a 'rectangle' to follow the mouse movements. b) mouseup to end selection. Retrieve the xy, xy of the box for use in furthe...

javascript welcoming msgbox problem

hey... i'm doing my html and javascript class project and i want to have a msgbox welcoming the visitor asking for his name and then a welcoming msgbox shows up saying "hello (the name added)" i know how to do that but my only problem is that if i pressed back and went to the homepage of my website again, the msg will show up again ask...

Facebook like box not working on mobile browser

I'm writing a simple splash page for a client to hold a like box widget: <iframe src="http://www.facebook.com/plugins/likebox.php?id=***********&amp;amp;width=238&amp;amp;connections=4&amp;amp;stream=false&amp;amp;header=false&amp;amp;height=200" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:238px; height:200...

gwt simple check box

I used SimpleCheckBox.wrap(DOM.getElementById("x1")); in onModuleLoad()but when i checked that checkbox and press the submit button then another page will be displayed but when i click back button then i need to checkbox to be checked how can i maintain state of checkbox in GWT? currently checkbox`s state cant be persisted.it seemed to ...

Is this possible to make as a option dialog in Java?

I'm wondering how I could make this into a popup dialog. I designed this with Netbeans gui editor. I looked at option dialog, but all the examples only had a textfield or a combobox, not more than one thing like I have. So what would be the best way to make this in Java. ...

html help frameset

hey.. i'm working on my html project, and everything is going well. now i'm doing the same project with framesets, but i descovered that the page in a frame set won't scroll as a whole page (you can only scroll each frame at a time).. how can i solve this?? please help ...

Text box creates gap when floated left in IE7

Hi, I've got a left rounded corner box -> textbox -> right rounded corner box which all make up part of a search box. All's well in FF, Chrome, IE8 but not IE7. I've checked it using the debug tool and and I have tried a number of options, none of which want to work at the moment, so I am hoping someone might know what this issue (bug)...

javascript how to display text when mouse over input text box?

How to display text when mouse over an input text box the simplest way (no css, or etc)?? ...

How to create profile Box with new Facebook PHP SDK (Facebook application)?

Hi guys, sorry for this noob question. I need to know how to create and set up profile box with the new Facebook application PHP SDK? or maybe you can point me to some useful URL. Thanks before for the responses. ...

Java Box Class: Unsolvable: aligning components to the left or right

I have been trying to left align buttons contained in a Box to the left, with no success. They align left alright, but for some reason dont shift all the way left as one would imagine. I attach the code below. Please try compiling it and see for yourself. Seems bizarre to me. Thanks, Eric import java.awt.Dimension; import java.awt...

How to show a confirm box in Adobe Air when user clicks an exit button

I want to know about the code for creating a confirm box in Adobe Air. When a user clicks an exit button, a confirm message box should pop up. Thanks in Advance ...

Php mail(), how to get undelivered address list ?

Hi, I'm getting single emails, for each undelivered address that mail() send couldn't reach. Since this can be a painfull process, to keep copy pasting every single address, I'm wondering if it's possible to access a LOG or something ? Some notes: - I've got this app running on a GoDaddy server (I know it sucks); Thanks for your atenti...

expandable css box

How to create a floating box which can be expanded using an expand handle on the right bottom corner. The expanding should occur both vertical and horizontally. ...

adding the text box values and display it using javascript

Hi... I'm trying to add the input values of several text boxes using javascript and display the total number below. How can I add and keep the sum for displaying after the computation. I'm not an expert in javascript. Thanks... ...