Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Web Development Solutions: 2276 - 2300 of 2304
 
How to use Java to write a Fixed Length Text file. Eg. I have the following sample data. Data              Length ----------------------------- S1111111A         1  - 9 Mariah Carey     ...
I'm setting up a new web page and I've written a little JS function to put a bullet point in the code with a glow filter on the text between some <span> tags... http://vrmltech.da.ru/ Th...
I need to test a number of email addresses for validity and would like to know to do it.  I know that I can ping the domain part of the address, but I also need to verify the recipient exists....
Is it possible to prevent users to change text in a html-page with any tags or some workarounds. Want it to work both with NE and IE. Example .. user selects View-TextSize-Larger from the ...
I used Microsoft Publisher to design www.hiqmaterials.com. One of the pages is the feedback Contact Us. Please click this link http://www.hiqmaterials.com/ContactUs.html   However, when ...
my prob is how do i store/INSERT a value in a browsers cookie and also how do i check/SELECT what value is currently in my browsers cookie, i'll be using it as a security or as a session id ...
I need to set up Pay Pal payment on a website.  I've never done this before.  What exactly needs to be done/what questions do I need to ask? I'm good at web development - here are my skills...
Can I have hot keys in a web page just like the earlier applciations? If so, how?
I need to set up a webpage wherein I could play a video clip (mpg file) located in my own hard drive.  The computer does not have connection to the internet.  Please I need the actual HTML cod...
Hello, My problem is simple and there is no totally right answer (yet).  Below you will find my "answers" that I have dug up so far, and I wonder if there is a better solution than what I h...
I asked this question recently before but things aren't quite working out.  Here's the scenario. I have an html page with one gif.  Both the gif and the html page reside on my C drive.  I w...
HI Does anyone know of a good downloadable utility or web page that will analyse a Web page at a specified URL and report on the TOTAL page size. Other info would also be good eg sizes of m...
I'm trying to use .download object and am getting this error;   aspSmartUpload.SmartUpload error '80040410' File not found (Error 1040) Error opening 'd:\RepayMeDBReq\DBFiles\MDB010.MDB'...
Hi. The tag <blink> is propietary of Netscape.Does exist any <blink> tag in IE? If not, which is the easiest way to simulate it? Thanks in advance
Under the "file" menu I have been using an option to "edit with FrontPage" on a personal webpage for some time. That option now has disappeared and in its place I have an "edit with notepad". ...
I had created a simple email utility program to send emails to large number of addresses using JavaMail API. here is the code i'm using..... ......  props.put("mail.smtp.host", "myActualM...
<div id="divMenuLeft" name="divMenuLeft" style="position:absolute; top:75px; left:0px; width:125px; height:600px; background-color:#bbbbbb; visibility:visible; z-index:0;"> </div> <div id=...
Here is my Javascript Code <script language=javascript> var dCheck = new Date("14/12/2002") alert("Month : " + dCheck.getMonth()+1) alert("Day   : " + dCheck.getDate()) alert("Year  : "...
How do u print a report in JSP? i.e. i have generated a report in JSP now i would like to print it. May the printer is attached to the same machine or to a separate machine or it is attached o...
does anybody know the exact name of the hotmail pop3 server? i now study at a place where hotmail is locked for some reason so i have to transfer them form hotmail to my new email account. i h...
Im trying to figure out a way for a popup window to close when focus is lost (onBlur).  Easy enough right?  Well the only problem is the popup window is a form, and when you click any area wit...
hai... i configured apache to handle error 404. In the config. file of apache i have given ErrorDocument 404 /cgi-bin/missing_handler.pl. And i have written and place the perl pgm in the ...
How do you host your own website off of your own PC? You know: http:/231.168.15.2/ being your website?
I use <KEYGEN> tag to construct certificate request. Keygen generates dropdown menu with key lengths. I need select only default value and hide this menu from user. type=hide doesn't help...
The following script does not work.  I get errors for the 2 lines I have marked. <?php if ($command) { $database=mysql_connect("localhost","[username]","[password]"); mysql_select_...