web

Adding PostBackURL to button and allow code behind the button?

I am using ASP.NET 3.5. I have a button called btnSubmit and on this button in the PostBackURL i have a URL the page must submit data to. <asp:Button ID="btnSubmit" runat="server" Text="Submit" CssClass="Hand" PostBackUrl="http://now.eloqua.com/e/f2.aspx" /> Now when i have this i cant excecute more code in the button click ...

Scroll stackLayout view in iPhone web application

Hi, I'm developing a web application for the iPhone using Dashcode. I would like to scroll a view of the stackLayout since the div exeeds the screen of the iPhone. "overflow: scroll" doesn't work unfortunately Any ideas? Thanks a lot ...

Web application vs. linux multiuser application

I have a web-based bussines application written in C#/ASP.NET Recently my boss start pushing to re-write the app as Linux multi-user desktop application. In his design users will need to connect to Linux server via VNC or alike to use the app. I am not familiar with this kind of application design. I'd appretiate any help explainig pro...

Current state of Erlang web development? Frameworks, Template languages

Django is to Python as Rails is to Ruby. What is the current front-runner for Erlang? Recent Erlang web activity has resulted in many new frameworks but they are all still moving targets. ErlyWeb is very far along but now seems to be dead. If you were to invest significant capital into a new web product (i.e. not a hobby, you use you...

About Sybase image

Hello everyone: Does image data type be converted to byte array in sybase? I apply web service to get data set in sybase( image data type). I use byte[] to get returning of web service. Then i use the "response.binarywrite(byte[])" to show the image.(ASP.NET C#) But there' s a image distortion problem (When i zoon in the image, some poi...

Java Web Service for .NET 2.0 Client on Linux (Fedora)

Hi, I'm tasked with creating a Java Web Service for a .NET 2.0 client to consume. What would your suggestions for the implementation be? The solution doesn't need to be very heavyweight (don't need a full Java EE container I believe) but what do you think is the best solution for this? I have thought about using Glassfish v2 with JAX-...

IIS6 does not run AspServices (ASP.NET Web app authentication with SQL Server Backend) when using DSN.

Hi I've posted this on Serverfaults also, but since it is a development problem to me, I'll try it here also. I have a ASP.NET web app with normal login controls. When I type in the following in my web broser: http_://localhost/WebApp1 The page renders, I input my login credentials, and I get logged in. But when I type the following...

How to set language of web page determined by visitor language

Hi everyone, Can someone tell me how to set language of a web page on the knowledge of IP address of visitor so that he automatically gets page in his country's language. Of course if that language is implemented by web developer. Even better I sow some examples of automatic Google translation of the text. So how to achieve that visit...

Spring Web Flow form binding

Hi. I have a java web app running in spring web flow framework and hibernate as ORM. I wanna ask what the best practice is with regards to binding the form values. Do I create a pojo or bean representing each form so that I have an object where I can bind the form to? I can try getting the values as parameters in the url but I don't thi...

What is Unit Testing for Web Development?

I have heard the term unit testing many times and I am wondering how this is related to the web development field. I program with PHP, Javascript, Actionscript 3.0 and I am starting to get into C++, C# and JAVA. If anyone has any good resources that I can take a look into as I believe this is a good method to follow for "test driven" dev...

Web server - weird characters generated at the top of page

When first going to a detail page, 4 weird characters appear at the very top of the page. After refreshing the page, these characters disappear. None of this output is coming from the code itself, and I'm pretty sure that it's a server configuration issue. The closest thing I could find involves HTTP 1.1 chunked encoding. Has anyone exp...

Query Post code Lookup Web service Via Code

Hello guys! I have a url which normally points to a postcode lookup webservice: "http://pce.afd.co.uk/afddata.pce?Serial=822590&amp;Password=&lt;PASSWORD&gt;&amp;UserID=&lt;UNAME&gt;&amp;Data=Address&amp;Task=PropertyLookup&amp;Fields=List&amp;MaxQuantity=200&amp;Lookup=BD1+3RA" I need to make a call to this url, probably by using Htt...

Add Comment Tags to Disqus Comments

I have a blog, and I'm using Disqus for comments. I want to give users the ability to tag comments, but I can't figure out where in the code this would go. Any help would be appreciated. ...

Web download to MS Excel

Hello All: I am pretty computer illiterate so please excuse my ignorance I am trying to download data from a particular website in MS Excel. Web link is: http://www.nseindia.com/marketinfo/companyinfo/eod/Shareholding/shareholding%5Fmain%5Faft%5F31Mar09.jsp?nds%5Fid=15836&amp;symbol=HDFC&amp;count%5Fstring=0%7C12%7C0%7C0%7C0%7C0%7C0%...

Creating a web indexer in Java?

I'm supposed to write a web crawler in Java. The crawling part is easy, but the indexing part is difficult. I need to be able to query the indexer and have it return matches (multiple word queries). What would be the best data structure for doing such a thing? ...

Presentation layer communication with business service layer

I have an existing enterprise Java application with several layers including a web services facade over a Java services layer over a domain layer over a data access layer. The system currently has not GUI. The clients of this system currently are (simply) other composite web services based applications. I am somewhat new to the whole ...

Help With .NET CookieContainer

Hello All, I've recently run into some problems with the CookieContainer. Either I'm doing something seriously wrong or there is some kind of bug w/ the CookieContainer object. It doesn't seem to update the cookie collection with certain Set-Cookie headers. This might be a lengthy post and I appologize, but I want to be as thurough a...

web services & php

Hi... I need help because I don't know about web services using php somebody help me I need to create a web services with php and I need some any reference (free) Thanks for your help ...

Can I start web development with a functional language?

I'd like to start doing some forms of web development, with the aim of building web apps that could eventually grow into start-up products. And for a long time, I have been very curious about functional programming, and somewhere in my heart secretly believing that higher up you go in the abstraction level, the more power you have (hidde...

Output W3C compliant XHTML from image slices

When slicing and saving for web in Photoshop CS4, the HTML layout output by Photoshop is done using tags, which is not what we want. Is there a way to get Photoshop to output W3C compliant tableless XHTML with CSS? Alternatively, is there another application that I can use to slice to W3C XHTML? ...