Web Development Questions and Answers

Recent IT Questions

121 - 140 of 224

Remote access with IP address

I have a web application on jboss 4.2. When i access it using my ip addr instead of localhost it shows page not found. http://localhost:8080/MovieGalaxy/index.html? This link works but http://SOMENUMBER:8080/MovieGalaxy/index.html? DOESN'T I am using eclipse ganymede 3.4 on windows XP. Is this...

View Answer   |  Aug 26 2008  6:21 AM GMT
Web development, JBoss, Web application deployment
asked by Shk

  5 pts.

SQL server - Stocks Data -How to Push Data To Client Application

My client application providing real time stock quotes takes data using a xml webservice which pulls data from sql server 2005.with number of clients increasing for same piece of data, the sql server is being queried again and again.Is there a way to push data from sql 2005 to client application...

View Answer   |  Aug 25 2008  5:53 AM GMT
ASP.NET, XML, SQL Server
asked by Rak999

  5 pts.

For Proper Log out in ASP web application.

Hopefully there are some ASP/VB experts out there who can help me. My problem is to have proper log out in an ASP web application. Specifically, the problem is that I have a web application which is built in ASP, now when the user clicks on the log out link, then user is redirected to the login...

View Answer   |  Aug 21 2008  5:25 AM GMT
ASP.NET, Web development, ASP
asked by Abhishek0216

  5 pts.

To share session value to different App Domain

I just want to share a session value (User ID) from ASP.NET to PHP application due to implement Single Sign On (SSO) for my parent application (ASP.NET)

Answer Question   |  Aug 21 2008  5:01 AM GMT
PHP, ASP.NET, Web development
asked by PraveenIndia

  5 pts.

Cold Fusion MX8.1

Hi, I am very new to coldfusion and am facing this problem.I am trying to host a application developed by a third party on my servers.I am not aware about the functionality of the code as my job is to just make the website up. There are custom tags used in the application. When I see the cfm file...

Answer Question   |  Aug 18 2008  7:48 PM GMT
ColdFusion, Web development, Macromedia Dreamweaver
asked by Vidukarth

  25 pts.

Packet Filtering

How can filter the replicated header in the packet? I mean the header will send in serially, like 1, 2, 3, 4,..... but it was 1, 1, 1, 2, 2, 3, 4, 4, . ..It is replication header. If it has replication, I want to block that website. I want to know the packet filtering coding for replicated header....

View Answer   |  Aug 18 2008  5:02 AM GMT
Web development, Programming, Coding
asked by Yupar

  10 pts.

Share Session State Between Classic ASP and ASP.NET with out involving Database

How to Share Session State Between Classic ASP and ASP.NET with out involving Database

Answer Question   |  Aug 13 2008  5:43 AM GMT
ASP.NET, Web development, ASP
asked by Vini Chandamama

  100 pts.

i install free perl ,i put mrtg and perl folder in d: now i cant user perl command right

d:\mrtg\bin> perl cfgmaker public@10.1.1.1 --global "WorkDir: f:\mrtghtml" --output server.cfg i give this error ut server.cfg snmp error: no response received snmpv1_session <remote"public" request id:-1334242341 pdu bufsize :8000 bytes time out:2s retries:5 backoff:1> . . warning :...

Answer Question   |  Aug 9 2008  9:20 AM GMT
Web development, Perl, Dynamic languages
asked by 1366967112

  5 pts.

New to php/mySQL having an issue with Mac OSX

I'm following the lynda.com video series on php with mySQL and have run into a hangup. When I install mysql and I'm checking to make sure it's all running, pointing a browser to http://localhost gives me the apache is running page, but going to http://localhost/~(myusername)/, I get an error saying...

Answer Question   |  Aug 8 2008  5:16 AM GMT
PHP, MySQL, Mac OS X
asked by Kjtriplett

  15 pts.

Sharepoint link bars

I inherited a site from someone who created it with Front Page. Now I cannot get the link bars to change from Poetic to anything else, and I cannot get the interactive buttons to work at all. It all looks great on the browser, but after the transfer, there's just a bunch of red "x's" What could...

View Answer   |  Aug 3 2008  5:59 PM GMT
Web development, SharePoint, FrontPage
asked by Mandimatilda

  10 pts.

Hyperlinking text in Flash MX2004 Professional (revised tags

Is it possible to link a button, text, image, whatever to a specific frame within a Flash video? For example I have created a Flash rotating HTML banner at www.theweeklymagazineonline.com. I would like the links at the bottom to go to the frame where the corresponding page appears inside the movie....

View Answer   |  Jul 31 2008  8:01 PM GMT
Web development, Flash, MX2004
asked by Dkcc0330

  10 pts.

when i deploy webapplication using jstl in jsp i have got an error cannot access org.students.Address

error: Compilation of 'C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_app_app\jsp_servlet\__tg5.java' failed: -------------------------------------------------------------------------------- ...

Answer Question   |  Jul 23 2008  11:48 AM GMT
JSP, Web development, Web application deployment
asked by J2ee

  5 pts.

In ASP.NET 2.0 How do I return a value from a page that is a user control and postback?

Overview: Click a button on a page, have it popup a search page (js, ajax, whatever). The search page is nothing more than a wrapper for a user control which contains the search logic & UI - I can manipulate properties if needed. The popup has fields to search by, a search button, and a cancel...

View Answer   |  Jul 22 2008  2:58 PM GMT
ASP.NET, JavaScript, Web development
asked by Sjd0103

  5 pts.

display a TreeView in a modal Window

hi every one, i have a problem using a treeView in a modal window. the state is as follows: i put a TreeView on a web page called test1.aspx . set its data source value . when i view this page from an IE window every thing is going well but when i open test1.aspx using...

View Answer   |  Jul 9 2008  11:02 AM GMT
ASP.NET, JavaScript, Web development
asked by Ms wzrd

  5 pts.

which algorithm is used in HTTPS?

which algorithm is used in HTTPS?

View Answer   |  Jul 8 2008  7:00 AM GMT
Web development, SSL, HTTPS
asked by Siva2553326

  15 pts.

Google and Yahoo are adding search capabilities for flash files

On Tuesday, July 01, 2008, Adobe announced that Google and Yahoo are adding search capabilities that will enable users to look inside the content of files encoded in Adobe’s Flash file format – SWF. Clearly this is helpful for the pages inside Flash-based sites, which will be get indexed in...

View Answer   |  Jul 1 2008  7:22 AM GMT
Web development, Yahoo, Google
asked by Aressindia.com

  40 pts.

storing multiple fields iin jsp into a single column in th table

i have one text filed and a select field.I have to concatenate both of them and store into a single column in the table. how do i achieve this??

View Answer   |  Jun 25 2008  9:19 AM GMT
JSP, Web development, JavaServer Pages
asked by Jem

  5 pts.

How can i display response in a new window

If i using Response.Redirect(Url) method then how can i open this url in new tab or new window ? Can i specify Target="_blank" attribute in Url of the link ?

Answer Question   |  Jun 24 2008  3:47 AM GMT
Visual Basic, VB.NET, Web development
asked by Sim11

  35 pts.

Source control apps?

There is no source control/versioning at the company I just started working for. I've worked with CVS before, but does anyone have any suggestions of better applications for this purpose? My company works primarily in web development on several different systems/development frameworks.

View Answer   |  Jun 11 2008  4:53 PM GMT
Security, Development, Web development
asked by Chunter

  110 pts.

Open notes database in formula language

Hi, How to open a notes database(e.g names.nsf) and browse through records in Formula Language?

View Answer   |  May 30 2008  4:52 AM GMT
Web development, Lotus development, Formula Language
asked by Jacksaro

  40 pts.

121 - 140 of 224