web-applications

How should I structure a video streaming web app?

I want a user to be able to create an account and upload a video to the site. How should I structure this web app, how should I start thinking about the project, how should I store the videos, and what stack would you recommend for this project? How should I think about the front-end, the server, and the database? The more detail, the ...

Programmers knowledge base web-based software?

Hi. I'm looking for some software (preferrably written in php or ruby) to maintain my own knowledge base. The reason why I don't think wiki-like systems are suitable for this purpose is they don't have strict categorization (manually create categories, manually assign category to article). Any ideas? Thank you. ...

Storing Passwords Encrypted in Database

Hi there guys. Today I came up with a question about the web application conventions. For the sake of security, if we store passwords of our users, most probably we are encrypting it (with MD5, SHA-1 etc.) and storing digested-hash in order to make them difficult or impossible to reverse. Today there are many Rainbow Tables that are lo...

How to write the CRUD application form using JavaScript ?

I need to create, edit and delete the data in mysql. I made the servlet program for CRUD operation. I want build the webpage which displays the Table and buttons for CRUD. How should i start up write my JavaScript. ...

Universal system to fil gridview with arbitrary columns from db tables

Is there Web application to build universal queries to db by selecting different columns in db tables, and then automate building queries to fill gridview with returned data? (like Design Query in Editor... in Sql Server Management Studio tool.) if not, what about your advice? which technologies to use? Is it possible to do with EntityF...

communicate between two web browsers instances in jsf

HI I need to embed two web browsers in one form of a windows application (design wise, I have to separate them). I also need to "communicate" between both - when the user clicks on a button in one web control, I have to disable a component in the other one. I thought of using ajax:poll and push from primefaces, but I think that it's t...

social networking site

what platform is used to create social networking site like orkut??? ...

Web application performance and deployment architecture (java)

I have two questions regarding Java web application deployment and its impact on performance. We have an application deployed on serverA, with JSPs exploded in to one content directory (that means JSPs are not part of the WAR) question 1: What I knew was this was an approach for development rather than any other environments. Does this e...

Get Scale Weight into Web App

I want to make a web app that weighs a load on a scale hooked up to a serial port. I would like to make this a web app. How would I go about getting the RS232-interfaced scale into the web app? I am using PHP and Codeigniter. ...

Check how many times file downloaded?

I have a zip file on website running on a Windows 2008 / IIS7 server. Is there a way to check how many times that file was downloaded? ...

Prevent Print Spooler from printing multiple copies

One of the requirements in my current project is to make sure that nobody prints multiple copies of the document once created. This is a intranet web-based application, using php-mysql and the clients would be in WinXP. Is there any way to prevent a printer from printing a multiple copies? Thanks! ...

JS to monitor data usage?

I'm building a simple html5 app to monitor the total network traffic that's incoming and outgoing. Is it possible to know your bandwidth usage using js? ...

HTML5 iphone offline webapp

So i know that "offine mode" is supposed to work when you have no internet connection. But suppose I build a local network webapp, let's say at 192.168.1.100, then I leave my house, and i'm off the network, then I try to hit that address. Will the webapp pull from the cache, or will it say, "you have internet, but the host is unreachable...

Looking For: A “demo” web web-based application that uses web services

Greetings – I am experimenting with various software techniques to capture and analyze the messages being exchanged between web services, web services that together would form a cloud hosted web application. One of the initial steps is locating a “demo” application to actually experiment against, one that actually consists of and uses a ...

Dynamic links should be included in sitemap?

Hi, I have a website live cricket scores , in which dynamically i am controlling the news section. I have my own custom build CMS system with PHP, where admin will add the news to the web portal. If i generate the Sitemap, all dynamically created pages wont be added to the sitemap, is this a good practice or do we need to add the dynam...

avoid session hijacking for Web Applications

Hi, I read about Session Hijacking articles and would like to some more information related to it. Currently my web application which is developed in ASP.NET , is using Cookieless =true mode for sessionstate. We are using HTTPS which is a secure connection which will reduce session hijacking. I know when we using Cookieless the session ...

Global data in ASP.Net Website

Hi, I am creating a website on ASP.Net in which a user logs on and I need to store the user specific data (plus some extra data) somewhere so that all the pages in my website can readily access the data. At one time many users could be accessing the website and every user will have his own specific data. Currently I am using sessions to...

asp.net Fontdialog problem in web application

Hi All, I want to display font dialog box in my web application(asp.net). Im using the following code. Its working fine. Problem: Dialogbox is getting open but it is behind the page. Even though i closed the application it is still open. It is not binded to the application. Code: FontDialog fontDialog = new FontDialog(); ...

Writing Program for desktop that can switch to web

Hi guys, I am being asked to write a desktop application in .net and MSSQL for record keeping. I do have to build forms for keeping records printed in 15 pages or more related to single person. I am fine with seperating data layer and presentation layer. For future i am planning now. My client is gonna ask to make it live [web based] ...

Java web app as desktop app, which frameworks should I choose?

Hi, I need to make a web app that I would be able to install as a desktop application on a client PC (database, jetty+war, firefox/chrome/sth portable). The application is a quite big search app (I MUST use Lucene). There are only few screens, some dependencies in search queue, etc. Now I need help in choosing correct components. A...