Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. Popular Server Side Scripting ...
2
votes
1answer
33 views
Presentation layer in 3-tier architecture
My question is about various ways of implementing presentation layer in 3-tier architectures
When we talk about a 3-tier web application, it is assumed that the presentation layer is ...
0
votes
0answers
15 views
<%— Comment %--> on ascx page auto remove after save
I'm face a problem, my server-side code on ascx page auto remove after I save the document about 1 second.
Recently, I was installed some extensions and I was remove all of that because of this ...
2
votes
1answer
38 views
How to pass a Javascript variable into a .NET script?
This is a simple syntax question, but I haven't been able to find (or haven't known quite how to phrase the question in order to find) an answer.
I'm trying to pass a Javascript variable into a .NET ...
0
votes
0answers
22 views
Need advice-should I use MS Excel or Server side scripting
I recently have requirement from private company that need to transform all data they previously collected in MS Excel file to be kept in relational database system instead.The company's staff also ...
0
votes
1answer
22 views
When we do a server side redirect, the new URL is called from the Client's IP or the Server's IP?
I have a scenario where my client machine's IP is not whitelisted for a staging server URL and my server's IP is whitelisted. So can I use server side redirect to show this URL on the client side?
...
1
vote
3answers
84 views
PHP logout script issues
I am having issues with my PHP logout script I have the below code:
<?php
session_start();
//redirect function
function returnheader($location){
$returnheader = header("location: $location");
...
0
votes
0answers
73 views
iOS Game Apps - Best server side language to use for web service requests?
I am building a large scale game for iOS. The game will be a 100% online multiplayer game with constant interactions between players (i.e. attacks, etc) and all data will be stored on the server ...
0
votes
2answers
53 views
Image “[blah]” cannot be displayed because it contains errors
<?php
ob_start();
session_start();
require_once('name.php');
if(!isset($_GET['e']))
{
...
-5
votes
1answer
46 views
Creating a notification using javascript and do that when the server says so [closed]
I would like to create a bubble notification in the center of the page (without refreshing), and make that bubble unable to be closed. I want the bubble to be able to somehow be enabled by the web ...
0
votes
4answers
947 views
Client side scripting and Server side scripting languages
What scripting languages comes under client side and what and all comes under server side?
If JavaScript is scripting language, then what about jquery. jquery is nothing but javascript library rite? ...
0
votes
1answer
125 views
How to load a JSP page automatically, every time the JBOSS server restarts?
I have a JSP file starts a TimerTask on the server. Everytime that the server is restarted, The TimerTask object is lost and I have to manually hit the JSP page to set it again.
By any chance, can I ...
0
votes
1answer
253 views
server side scripting with validation … i m not getting it well [closed]
<?php
if(isset($_POST['Submit'])){
$name=trim($_POST["name"]);
if($name == "" ) {
$error= "error : You did not enter a name.";
$code= "1" ;
}
?>
My html form like this not exactly. in this ...
0
votes
1answer
27 views
call a function with part of it's name in a variable on serverside with coffeescript
I have a variable on the server side that changes depending on a request from the client side which determines which function to use. The function looks otherwise similar to each other except that it ...
1
vote
1answer
188 views
Source control for server side scripts in Azure Mobile Service
I am using Azure Mobile Services as the backend for my mobile app. Despite my best efforts, my server side scripts are getting complex now. Is there a way I can keep the insert, update, read, delete ...
4
votes
2answers
236 views
how to escape characters when using server side delimiters
So, currently, within an asp gridview, I have the following
<span id="btnEdit" runat="server" onclick="ShowEditCriteriaFilterDialog('<%#Eval("intSMCID")%>', ...
0
votes
0answers
59 views
Could not get ClientID of a button in Text property of a textbox
I created a new asp.net 4.0 website. I added the following code to the Default.aspx page:
<asp:TextBox ID="txt1" runat="server" Text="'<%= btn.ClientID %>')"></asp:TextBox><br ...
-1
votes
1answer
35 views
How can i build a site that checks if a server is online? [closed]
I like the site a www.isup.me!
The company I work for has many sites we have to monitor on a daily basis. Can you help steer me in the right direction as to how i would begin building a site, ...
0
votes
2answers
89 views
How do i monitor when and where an image from my server is loaded?
Almost all of us have heard of services like spypig . I was wondering how do they track client's IP when an image from their server get loaded. To do the same I made an aspx page with ...
0
votes
2answers
157 views
How can I get a PHP variable to AJAX?
I don't think I am passing the variable the right way between my separate PHP and AJAX files.
I am debugging this by triggering the second condition $status = 'info'; in my PHP file.
Currently, ...
0
votes
0answers
258 views
server - client python for ISO8583 communication
I have a client written in C which send request message to python server.
Client sends the message which is converted to ISO8583 standard before sending.
Pyhton server is capable of receiving the ...
3
votes
5answers
2k views
Server-Side javascript framework
I'm looking to replace PHP with something better (everybody seems to say that PHP is evil, right ?), and considering server-side JavaScript.
node.js seems very popular, but I'm afraid I'll go crazy ...
0
votes
3answers
348 views
What's the best way to make a multi-user microblogging website? [closed]
I've an idea of Twitter like website which I am implementing on my own. I'm new to web development so I don't know much about the available tools which can make the work faster. I tried many free ...
2
votes
1answer
950 views
Form is resubmitted when the back button is pressed
I have a problem with my contact form !
I have made the contact form using html and php and when the user clicks submit it redirects to another page where the user gets a message "Your message has ...
-1
votes
1answer
3k views
jQuery/PHP image slider that loads user selected image directories
I'm looking for an image slider that has the ability to load different directories via my server. I'm not using any CMS.
For example if I have the directories: localhost/galleries/florida, ...
0
votes
1answer
127 views
Add <b> tag via script for oocss
I'm getting ready to update a website and I'm thinking about using oocss. I know there are a lot of mixed opinions about oocss, but so far it seems like a good choice for my project. The only thing ...
1
vote
2answers
224 views
How do I know what scripting language is used at a site on the back end?
Most of the times pages are named like index.php or page.aspx and you know what language was used.
But what about something like this page :
http://www.ruby-forum.com/forum/ruby
Is there anyway to ...
0
votes
1answer
1k views
jquery.form.js file upload with progress bar, what goes in server side php script?
I am trying to set up file upload function as in http://jquery.malsup.com/form. But the example for file upload with progress bar do not have the server side script example.
All that i know is to ...
1
vote
3answers
91 views
Can one PHP-document receive input from 2 clients?
Trying to write a chat, like on facebook, I wondered if two clients can connect to the same PHP-document, or, if 1 PHP-document could communicate with 2 clients at the same time?
(I just took PHP as ...
0
votes
2answers
78 views
what are the persistent interpreters
I heard that we can optimize the performance of scripting language code such as php by using code caching techniques and using persistent interpreters. I know what is code caching but no idea about ...
5
votes
1answer
228 views
Why is \n not working on one line of my PHP script, but is fine on all the others?
I'm writing an e-mail message to be sent on submission of a form. For some reason, the \n character displays correctly on all lines but one. I can't see any difference between this line and the ...