web

Designing a grid website, with navigation in details pages

Hi all, Need help with technical-designing of a website. I have a main page with a multi-paged grid. Whenever you press on a row, you navigate to an extended details page about this row. Here comes my question, I want to be able inside the details page to add "Next" and "Prev" buttons according to the original grid. (Mind you, the grid...

jetty: put index.html into webroot

when started, jetty per default loads all directories and war-files in its webapps directory, that i can access via context path (e.g. http:// hostname/app/ to access the project in webapps/app.war). Now when i open http:// hostname/ i get an 404 error and a list of the available contexts. To avoid that, i placed an index.html in the w...

Google Check-out and promotions

Hi, I've started working on some enhancements to an ASP.NET web forms e-commerce project, one of the tasks is to add promotion codes to the check-out page. Currently, the site is using Google Checkout (via the GCheckoutButton that comes with the .NET sample pack), the trouble is I can't find any sensible way to add the promotion to the...

How to redirect all web traffic to a specific page?

Is there a way to redirect all traffic to my website to a specific page? My free host does support PHP. Not sure if that is what would be appropriate for this or not. Thank you. ...

Could you give me an example of a WebClient downloading a website source code and filtering something asynchronously as to not freeze the GUI?

I've read some of the articles on MSDN but they're not quite what I need right now. Could you show me a simple application that downloads a website asyncchronously (WebClient.DownloadDataAsync) and then filters the TITLE tag of the site? I can't do this for the life of me, and I'm just trying to see a clear cut model. ...

Pass Url Parameter web flow

Hi.... I have this web application using Spring Web Flow framework. In my main page I have a default display of a list of employees. When I click a particular row I need to redirect to another page displaying a detailed view of the row. I was thinking of passing the "name" field in my row through URL parameter. Is this possible or can...

What is MACID ?

I've recently found the HAppS and Happstack projects, and the latter notes that one of its missions is to "leverage use of MACID". What exactly is MACID ? ...

what do you call a spidering technique where spider visits all links in the first level, and all links in second level.

i forgot the name to a case where a web spider will first visits all links it sees on the first level. then visits all links it sees on the second level. and so on... there is a name for this technique....i forgot... anyways, this is very exhaustive and obviously inefficient. Is there a better way ? I remember reading a paper in su...

make simulation in my page

i like to make a web application form it i can to work with visual studio as i in my computer how to do this . in this application user can use vs and complie it as progame or make simulation to VS in my site with comlie many thanks ...

Offline Web Application

We have a .NET Sales Web Application for which Offline capability needs to be added. i.e The users can access(read,edit,create) the leads,oppurtunities and prospects even if they are not connected to the network and later when they come online, automatic Syncronization needs to happen with the underlying database(which is Oracle). We k...

Iphone Web put and get.

All, I need to create an app for work that signs into our website using SSL and returns our member information. I have figured out how to log in but am not sure how to find the id tags that I want to bring into my app and store to be show in a table view. I know how to do these three things. Put in username and password, authentica...

any good books on scalable web applications (Java/Ajax/REST)?

Are there any good books on the subject worth reading and still up-to-date with current technologies? I'm mostly interested in back-end architecture and things I should consider choosing clustering and database solution as I plan to use GWT for the front-end therefore won't be able to control a lot there. I'm looking for a book which w...

Symlinking problem

Hey dudes.i am having this problem while symlinking. I have successfully deployed a ruby on rails application on server and all the migrations are done. It is deployed with phusion passenger. The application is in /home/username/rails_apps/myapp. I want to symlink it to a subdomain in my site. the path to subdomain is /home/username/publ...

How should Web Applications Interfaces be designed?

I am building a web application and have been told that using object oriented programming paradigms affects the performance of the application. I am looking for input and recommendations about design choices that come from moving from One Giant Function to a Object-Oriented Programming Interface. In order to be more specific: If a W...

PowerBuilder GUI to web application - best options?

Does anyone have any opinions on the best options for converting a PB GUI application that I sell to users to be a web app? (The web app would be run on my servers, not the clients' servers.) It seems there are a number of options. One is to use PB 11's ability to retarget an app as an ASP.NET WebForms app, but I really don't understand...

PC Speaker beep via javascript?

I'm revisiting an ID scanner station program we built ages ago and I have a request from users to make a system beep. We're considering moving the system to a web browser, but is it possible to invoke a speaker beep via javascript or something? It doesn't need to be cross-browser compatible, but it probably needs to work on Windows or Li...

Web Service and multiple requests from the same client

If I have a client app sending requests to my web service, one after another, will the web service be able to handle each request made and not override previous request because of a new request made? I want all requests to be handled and not replaced for another. Will I be able to do this with the multiple requests all coming from the sa...

Is it possible to create a form using only JS?

Hi All, I am trying to create a form using only JavaScript. I mean create a form for a web page, add elements to it, set their values and submit the form. Moreover, if JS is disabled in the browser the normal HTML form should get submitted. Is there any way to achieve this? Thank You All. ...

How to document Web service for client

I am developing a web service. The business system of client will integrate with our system using these web service. I want to provide the documentation of our web service. What is the best practice for documenting the web service? ...

Ajax Binary Response

Hi I'm wondering if there's anyway to stream a binary response in AJAX? This would be an ultimate solution otherwise I would need to realize the binary image to a file then stream that file to the user with a different URL. new Ajax.Request('/viewImage?id=123', { // request returns a binary image inputstream onSuccess: function(tra...