Tagged Questions

0
votes
3answers
43 views

Source code indentation and highlighting on server side?

I need to do source code formatting (similar to what Stack Overflow does), but on the server side. What options do I have? My serverside language could be PHP or JSP. Does google …
5
votes
9answers
586 views

What’s a good Minimal Server-Side Javascript Framework?

So I was writing a web app with web.py that uses plenty of client-side javascript, and my database is on couchdb so the queries are in javascript too, and eventually I just got to …
0
votes
1answer
26 views

AJAX Beginner Security, how to secure server side files

Hello, I've read quite a few online AJAX tutorials, where they show you how to set it up, then send a request to a server side script via either GET or PUT...My question is how do …
0
votes
2answers
15 views

Is there a (RAD) tool for dynamic web creation (php + html )

Hello all Is there any tool something like access or front page that combines? The server side also ( php ) for none programmers?
0
votes
2answers
36 views

Command prompt convert png to swf

Hi, I want to let a user upload a PNG-file with alpha transparency and have it compiled by the server to a swf-file with jpeg compression on the embedded PNG-file. How can I mak …
0
votes
0answers
39 views

In an HTML file, is it better to run a server side script using #include or #exec?

If I want to insert the output of a script into an HTML file using server side includes, is it better to use <!--#include virtual="/cgi-bin/myscript.py" --> or <!--#ex …
0
votes
3answers
176 views

Server side SQLite database with Google Web Toolkit or JQuery

Hi all, I have a large array of vehicle make and model data that I want to dynamically display on a web page. For example, when you select a vehicle make from a drop down menu the …
0
votes
1answer
13 views

Is it possible to use a script to block adware recursive links in a browser window?

I know there are a lot of client-side solutions for nasty adware and their recursive links, but I was wondering if it is possible to use a script in the html to prevent the links f …
3
votes
3answers
107 views

Why not run a server side app with daylight saving time enabled?

I've implemented a server side application that records timestamps when records are created and updated. The app assumes that the server clock does not have daylight saving time en …
9
votes
15answers
548 views

Will server-side JavaScript take off? Which implementation is most stable?

Does anyone see server-side JavaScript taking off? There are a couple of implementations out there, but it all seems to be a bit of a stretch (as in, "doing it BECAUSE WE CAN" type …
1
vote
8answers
78 views

Can search engines index pages generated by server side code?

I'm guessing a site like stack overflow doesn't keep an html file around for every question ever asked. Instead, server-side code creates the page every time a question is clicked …
0
votes
1answer
32 views

Error while running Servlet?

I have the servlet name ExampleServlet.java which have only init method with HttpServletRequest and HttpServletResponse parameters. I will forward the request to another servlet na …
0
votes
3answers
34 views

Is there a way to parse out HTML Comments on the Server side (PHP or MySQL)

We need a way to remove HTML comments when displayed to the user but not to the developer. I'm wondering what the best way to do this is.
0
votes
1answer
66 views

What is the most common approach for designing large scale server programs?

Ok I know this is pretty broad, but let me narrow it down a bit. I've done a little bit of client-server programming but nothing that would need to handle more than just a couple c …
0
votes
3answers
88 views

Javascript client side login, how to authenticate server side?

I'm looking for the best practice to pass secure data from client side to server side. For example, I have a client side authentication and sometimes I need to call private apis …

1 2 3 4 5 next
15 30 50 per page