web-applications

Web interface for an existing WinForms/SQL Server application, data access

Hi, I'd like to get some suggestions about the following scenario. I have a WinForms application which connects to a SQL Sever 2005 (Express) database hosted in a server located in the same LAN than the clients. Now I need to provide a web interface for intranet/internet usage. I think that the Intranet part won't be a problem because ...

Lightbox to implement album in a web application.

We are trying to implement a lightbox based album viewer in our web application. However, we are struggling to get it working for IE. Can you please suggest the remedy? It would be great if you can suggest some other alternatives for implementing the picture slide show for album too. ...

How to debug a PHP application?

Which is the best way to debug an PHP application as we can debug ASP.NET application with Visual Studio ? ...

Stored Procedures vs No Stored Procedures - Security Viewpoint

For a web application database, from a security standpoint only, what are arguments counter to the point for an sp only solution where the app db account has no rights to tables and views and only exec on sps? If someone intercepts the app db account, the surface area exposed to an attack is much less then when tables and views aren't e...

Best way to secure a silverlight image viewer in a web application?

I have a web application that is secured and stores user detail information in a session object. I am building a Silverlight control to view images that are stored in the database and access to those images needs to be secured. I am not trying to prevent copying or anything like that but I need to make sure that the user accessing the ...

How to enable sharing of web site on localhost?

I tried to enable my site on loclhost to be accessed from other computers but i can't find a way to do this. I have tried to add shareing to "Internet Guest Account" but that doesn't work either. I just can't forse it to enable access from my other computer. ...

Amount of extra work caused by IE6 for web application development?

Even with frameworks like GWT you end up scratching your head because of IE6 specific problems. How much discount you would give if you do not have to support IE6? Or how much of the overall time is spent on IE6 issues? ...

Patterns for deploying layered business applications written in Java

I'm working on a layered business application written in Java that should be packaged as an EAR file and deployed to a JBoss application server. There's a web-application layer, a service layer, a domain layer but no persistence layer. At least on paper. What is the best practice for deploying the different layers? In our team we have a...

python web programming

I started learning Python through some books and online tutorials. I understand the basic syntax and operations, but I realize that the correct way to understand the language would be to actually do a project on it. Now when i say a project, I mean something useful, maybe some web app. I started searching for web programming in python a...

is there any similar jtrac ticketing system ?

is there any free java ticketing system like jtrac with workflow feature? jira is not free thou. ...

downloading files to users machine?

I am trying to download mp3 file to users machine without his/her consent while they are listening the song.So, next time they visit that web page they would not have to download same mp3, but palypack from the local file. this will save some bandwidth for me and for them. it something pandora used to do but I really don't know how to. ...

Can I make my iphone app created in xcode into a web application?

I made an application for the iphone in Xcode, but as a result of recent developments, I now need to make it into a web application. I know that Dashcode creates web applications suitable for the iphone. Can I somehow import my Xcode project into Dashcode? Or can I use Xcode to make it into web app without completely re-writing the ...

Where can I find a social portal application?

Hi, So what I'm looking for is something like a free version of 37signals Basecamp thats less project/todo based and more community based. I want somewhere people can collaborate. At the moment we use google docs/forms, a forum and IRC. Does anyone know of any such web applications that bring these features and perhaps other under one...

Deploying a VS Web Application with files built in post-build

In our VS Web Application project, we have a post-build task that concatenates and minifies our JavaScript files into a single file name "OurApplication-.js" (where is the version of the website assembly). Since it is built automatically and has a frequently changing name, it is not part of the project or in source control. So far we ...

Flush Enterprise library cache block data of one ASP .NET web site from another

I have two ASP .NET Web sites using one same static instance of a cache manager. The first web site fetches data from a database and caches it using the forth mentioned cache manager object. My problem is that i am unable to flush this cached data from my second Web site using the same cache manager static object. Is there anything ...

Web based client for Amazon S3

We are looking for a secure online solution to access our files stored on Amazon S3. We have about 3K files, mostly media and documents, that we need to make available to our employees on the move. We don't want to develop anything in-house if there is an existing solution. Please note that our employees are not technologically minded ...

How do select all checkbox within iteam renderer data grid using flex?

In my project i used one select all button for select all checkbox at click event . But i used datagrid ,iteam renderer within checkbox so no id of checkbox then how to select/unselect all checkbox ? <mx:DataGrid id=newdatagrid> <mx:columns> <mx:DataGridColumn headerText="1" rendererIsEditor="true" editorDataField="selected"> ...

which is the most simple registration form?

Hi all, I think it's a simple question but a little bit complex question too. ;-) What are the required fields for a simple user registration form. I think we don't want to enter all the user details at the first step of the registration, we can set that after the successful registration. sample form First name :_ _ _ _ _ _...

Saving dynamic content from web page?

Is it possible to save dynamic text from a website and dump it into a file on my server? The specific case that I'm interested in is saving the song title from this page http://www.z1035.com/player.php and saving all the song titles in a file on my server. Is this possible? What methods could I use to do this? ...

Files in a windows based web app

I have a web application running on IIS. Instead of using a database it reads and writes to a couple of XML files. I currently store these files in the Application Data folder in windows. This folder (\Documents and Settings\All Users\Application Data in win 2003) however requires at least "Power Users" privileges to write! Reads are O...