Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested WebApplications Solutions: 1 - 25 of 641
 
We need to develop a small 'gold price in indian rupee application'. For this we need to have access to live gold price feeds(as the gold price change every second),our goal is to build a dyna...
I am getting a decimal field from the database say 45.693043. I want to convert it to String and then format it to 4 decimal places . I was originally doing like this string interestRate = d...
I am back with another sync question for my blackberry!!  I am now using the Yahoo Calendar to sync up with my Blackberry calendar (the Microsoft Outlook had issues--not surprised!).  The only...
. Hi,      We made HTML, JavaScript, CSS, and DOT NET etc. training tutorials to train the new comers / freshers who join our company. Now we would like to introduce ASP.NET Project tr...
How can I get the selected value of a dropdown list without using an event
Hi, I am trying to deploy simple struts application using tomcat 5.5.26 And I am getting the error like Servlet.service() for servlet HTMLManager threw exception and java.lang.NoClassD...
I am working on WebSphere 5.1 application server on Solaris SunOS 5.9 Generic 118558-36. I generated the core dump of my appliation using "gcore <pid>" utility and now wants to read and pinpoi...
Is there a web site/service that, given the name of a city, gives the latitude and longitude coordinates using Google Maps (that knows even very little towns)?
I have seen activation.jar library being used in our project, but don't have a clue what that is for? Can someone explain me what this activation.jar contains and also who is the provider of t...
I try to pass param to the url, dinamically, onblur of a form field. I'm trying to get information of device based on it's serial number. I created onblur javascript which triggers dojo event ...
Dear experts! I have a little problem with following AJAX file upload example using servlet mechanism... I'he setting up the exampe, everything works fine, file is creating on remote machine...
I'm creating web application using .NET Framework 2.0. One of the requirements is that the data entered by user should be signed using certificate issued by CA, before is submitted for further...
HI I'm working on Hibernate ,in hibernate eclipse plugin everything is fine and I can see my hibernate console that mapped to DB, this code was  working yesterday  perfectly but now it's no...
Hello all. This is my first post so I hope that I provide all the necessary information: Problem: I have an login control on my home page that when the login button is selected, programmti...
Hi all, I'm using the FileUpload control for uploading MS Word and MS PowerPoint documents. To check if a user uploads a correct document, I check the contenttype (FileUpload1.Post...
I`d like to display news on my webpage from database. The news are 2 types - normal and important (importance 0/1). Below is my code. The problem is how can I display important news in red col...
Hello, I am looking for a list of the standard time zones in Excel format.   I have a developer writing a php application and they want to give the user a drop down to select their time zone....
I have an ASP.NET/VB.NET program.  There is a webservice does processing in a separate project which does not return any values.  The webservice is executed upon clicking the run button on...
I need to calculate a players batting average based on a couple of columns in a SQL 2005 database table.   I need to be able to do this calculation in a SQL statement because I am populating a...
Hi I am fairly new to ASP.NET development and have question about DataRepeater control I have this datarepeater control inside a user control (ascx). Repeater control holds two textboxes ...
We have a file structure where a folder has excel workbooks named using a standard naming covention using the id of a customer account. For example: Folder ABC has files 122.xls and 123.xls et...
  I know using javascript (window.parent.location.href) may get the parent url. But within iframe there aspx web pages. How can we pass the variables in Javascript to aspx.       The reaso...
We are using Struts 1.1 (i know, it's old, but it's a constraint) to build a web application. We also have application.properties for 3 languages. Due to political decisions I am supposed to "...
hi there I am learning servlet and trying to do a form that has a button submit, when users hit the submit button it will print out the form to html and save the value of the form to a file. ...
Following code is working well for IE and FireFox. But for Safari, userCheckRequest.open("POST", checkURL, false, un, pw); throws "Permission Denied" exception. This function  is called in ...