web

URL contain Special characters Giving Problem in IE7 and Firefox

hello every one I am trying to open .pdf file in IE7 and firefox, But its not working Actualy There is Hyperlink on HTML page on That Hyperlink click event i m opening .PDF file Problem with file name when i used to open file D:\Documents\Doc\Trans1\1\Pages from 818 averill avenue 1_001-5.pdf its working fine in all browsers but whe...

Is a versioning system or code repository necessary for a single developer?

Why do I need to use a versioning system or repository? I code from scratch by myself and make web code changes along with database changes on reasonably large projects. ...

PC equivalent of Coda?

Can any one recommend a good all-in-one web development tool for Windows. Something on par with Coda (Mac OS X)? ...

relying on hidden inputs and query strings

Suppose that I have a request handler that accepts an argument: key And let the request be: http://example.com/2323 When the handler receives a GET, relevant data is fetched from db based on this key, fed to a form and displayed. In the process, the value of key is put in a hidden input. When it receives a POST, it has the key argum...

How to build a java web application

Hi, Soon I will have to start a web project for a company, and I now need to choose a technology to build the app. I'm thinking about using Java, hence I'd like to find a framework that will help me building the app (I'm used to PHP framework such as CakePHP & CodeIgniter). What I don't understand is that it seems to exist a lot of fra...

SQL Server 2008 web management scripts?

Hello, does anyone know what SQL Server 2008 management scripts exists (except myLittleAdmin)? Thanks Clarification: I'm looking for web based management script (which supports SQL Server 2008) other than myLittleAdmin. ...

how to make a page use ssl?

I have a payment page I would like to use SSL. I have the certificate installed... now what? Can I just refer the the page using https? When I do that I get the following error: SSL received a record that exceeded the maximum permissible length. ...

JavaScript and jQuery scrolling issue in all browsers

Hi, I just launched http://tweetmp.org.au/ with a stack of new features, including the MP Spotlight you can see on the Homepage Every few seconds, the following code is run, // get the next it var nextId = ids[Math.floor(Math.random() * ids.length)]; $.get('/GetSummary?id=' + nextId, function(result) { if (result) { ...

Is there a software that I could plug-in into my web site to give e-learning classes ?

Does any one nows any e-learning solution that I could use into my site ? I'm trying not to create something from scratch. :-) UPDATE: Is there something like http://www.knewton.com/ ? Or even close to that ? ...

Is it possible to track a user who using proxy website?

Is it possible to track a users ip address who using proxy website? ...

What best practices and conventions are there when designing and implementing a website?

I'll soon be working on a personal website that will include static and dynamic content (starting with static content, with dynamic content added over time using both custom-written components as well as open-source solutions), however I'm fairly new to web design and development, so any advice on things such as directory structure, file...

Map technologies for the web (such as Google Maps)

Ok so basically I am talking with someone about building a way for users to post locations to a map and have a pin over the location. I know Google Maps can do this and probably has the best documentation/support. I was just wondering if/what other options there are. I have found Pushpin and Mappy but I really don't know much about ei...

Advantage of COMET over long request polling?

I've been wondering if there is a real advantage to using COMET / push-technologies over the much simpler polling with long requests where the server will wait a certain maximum time for new events to happen before telling the clients that nothing happened. Both technologies have similar client latencies and while common wisdom is that ...

illegal XML characters /Axis

Hello, I've developped a web service and deployed it with Axis. All is running very well but I've a problem when I consume the service using a String containing a non printable character (such as ETX, FS,..). I have the following error: exception: java.lang.IllegalArgumentException: The char '0x1c' after '....' is not a valid XML char...

List of in-browser UI techniques?

I'd like to know what can be done in a browser UI (using a browser+CSS+javascript, not using Flash or Silverlight). For example, I think it's possible to: Drag and drop Arrange list items horizontally, and make them behave like menu items Make things on page visible or invisible, depending on where the mouse is hovering I admit this ...

What is the best language for a WebCrawler

I would like to know what is the best language for a lightweight and fast web crawler. Is it better to do it in C99, C++ or any other language? ...

Technology Stack for Basic Web Application

I'm going to build a basic web application, a pretty normal application with a db. Tell me if this stack seems ok, some of the items I am not familiar with yet, i'm trying to establish a list of technologies/products that I will eventually need: Spring (note, NO EJBs) Hibernate Either Oracle or MySQL (not sure yet which) ActiveMQ Flash/...

how to use web service using EMF classes??

I want to create a web service by using classes created by EMF, as those classes are not in standard bean format, is there any wrapper or some tool available to create web service? ...

sharepoint - deploy web service without creating a virtual directory

I have a wcf web service and want to deploy that to my sharepoint solution. in IIS I have created a virtual directory that points to the webservice in C:\Inetpub\wwwroot\wss\VirtualDirectories\80_wcf. the web service was copied across from the 12 hive to this directory. is there a nicer way of just deploying the web service and not hav...

Service too busy error in WCF

I intermittently get the following exception in my .Net WCF Service. "The HTTP service located at http://MyServer/TestWCF/MyService.svc is too busy." Am I missing something here? Am using basic http binding and have enabled WCF throttling. <basicHttpBinding> <binding name="BasicHttpBinding_MyService" maxReceivedMessageSize="21...