The term "client-side" refers to that portion of a web application which runs in the user's browser. Client-side code is most commonly written in Javascript. The counterpart of "client-side" is "[tag:server-side]", i.e., the part of a web application running at the web server.

learn more… | top users | synonyms

0
votes
2answers
13 views

Getting data from query string and displaying it on a label on the clientside

I have this issue when I change a small bit of text in a label based on the query string. what I am currently trying is Text = "after 30 June "'<%=Request.QueryString ("Year")%>'" in the comments ...
0
votes
1answer
18 views

wget on behalf of a web user

I'm imagining a web interface that uses wget to retrieve a URL that the web user specifies. The interaction looks like this: The user enters a URL into a web form and submits it to the server. The ...
0
votes
0answers
10 views

Which one is faster to execute: meta refresh or javascript location.href in head tag?

My tech lead came to me with an interesting senario and question about redirecting the user. Unfortunately I cannot do a redirect on the server to deliver the correct page from the start so I am ...
0
votes
1answer
12 views

Change a string to datetime field in client side

i have a string like "Thu May 30 2013 00:00:00 GMT+0530 (India Standard Time) ", and i need to change it to this format " 06/10/2013 03:16:55 PM "how i can do this? Kindest Regards Sibeesh
0
votes
2answers
24 views

Does it matter if computations performed by a web app occur in javascript?

I'm building a To Do List web app that walks someone through a specific time management technique. I built this app entirely with JavaScript and jQuery since I do not yet know a server language. Am I ...
0
votes
1answer
33 views

Javascript Dynamic Breadcrumbs - Client Side

Hello I am trying to implement dynamic Javascript breadcrumbs entirely client side. I have been restricted from using server side languages for various reasons. I have made some progress using these ...
0
votes
0answers
13 views

client_side validation gem issue on password reset

I have the following validations rules in my security_users model: validates :email, presence: true, email_format: true, length: { maximum: 128 } #uniqueness: true validates :password, confirmation: ...
0
votes
0answers
15 views

Secure jquery cart

I have to build a simple yet secure shopping cart and I would like to add some Ajax to make it nicer. Basically when I click an 'add to cart' button, jQuery sends the ID of the product to Php, store ...
2
votes
3answers
66 views

OpenSSL client not sending client certificate

I am struggling with a client certificate problem and hope somebody here can help me. I'm developing a client/server pair using boost asio but I'll try to be unspecific. I'm on windows and using ...
1
vote
1answer
31 views

Caching WCF client-side with .NET4

I have a set of entities which which will be retrieved from service. Some of them are static, so i decided to create a client-side cache. But i can not find the point to insert caching. I have svcutil ...
0
votes
0answers
8 views

Adding Addthis Icon Without Pageload on Client Side

I am facing an issue while adding addthis code to my webpage by jquery on client site without a page load but it doesn't display Add this Icon. here is the test link what i actually have to achieve ...
0
votes
0answers
15 views

Client-side based display of XML entry based on id

This is my first post, so i want to say hello to everybody. I am not a professional developer but i am creating simple web pages when the circumstances do not require something advanced... In such a ...
0
votes
1answer
36 views

Vaadin widgets on client side

Hy everyone! I want to make multiple widgets in Vaadin 7. But my goal is, they only communicate with each other on the client side. Is it possible in Vaadin 7? And if yes, then how? Please submit a ...
1
vote
1answer
37 views

ASP.MVC client side validation does not work

I am trying to validate user input on login page. I have my User mode with: string UserName string Password I decided to extend my DB model with partial class: [MetadataType(typeof(User))] ...
0
votes
2answers
79 views

Sharepoint client GetFolderByServerRelativeUrl folder modified date

I am trying to retrieve "Modified Date" and "Created Date" for folders when using GetFolderByServerRelativeUrl function, how can i do it? I only able to get relativeUrl and folder Name out of it. ...
-1
votes
1answer
43 views

Toggle Checkbox and radio button select using javascript?

I have 2 radiobutton open and close and one checkbox Done . If done is checked item should be closed ,if done is unchecked item should be open .similarly if item is closed done should be checked ,if ...
0
votes
1answer
40 views

Disable next button in multi-step form until fields validate

I have a multistep form with validation in it using jquery.validate. Validation is working however user can continue to step 2, even if part 1 doesnt validate client side. The next button is not a ...
0
votes
1answer
41 views

Sending email through client side, without opening the email client window [duplicate]

On my client side, whenever, user presses the submit button, I want the email to be sent to a userAdmin. I do not want the user who is clicking the submit button, to be aware of this, & neither ...
1
vote
0answers
261 views

org.apache.http.conn.HttpHostConnectException:Connection to http://172.20.38.143 refused

I have developed client server Application .I am accessing mysql with php running on my machine and client running on my cell which is connected to machine.WI-FI is also switched ON. Internet ...
0
votes
0answers
26 views

ADODB Searching for Record by using the known primary key

I need your help, I can't seem to be able to search for a record using the primary key. I am using client side javascript (adodb) for this. The function below should theoretically work, what am I ...
0
votes
1answer
32 views

Retrieve client side ddl.change() selecteditemtext and save in vb.net string

This existing question "Filling a DropDownList with an AJAX response and getting the selected value on the server with ASP.NET WebForms" on stackoverflow came close to answering my question, but not ...
0
votes
1answer
14 views

Best practice for writing an internet site

I am writing an internet site. I want that my internet site will be runnable at any browser (Chrome, IE, Safari). For the client side. what is the best practice for writing a site, that can be ...
0
votes
1answer
67 views

unobtrusive validation on dynamically added partial view in Ajax.BeginForm (not working)

I am using MVC 2 with aspx view engine. In one partial view i am opening one modal popup with "bootstrap-modal.js". In that client side validation is not working. When i render my view like ...
0
votes
1answer
33 views

Client side cache versus server side cache

I am working on a project that requires 40 different weekly articles/content to be shown based on the week the user is in. This is what has lead me to my question and research: For such a long ...
0
votes
0answers
45 views

Mvc 2 client side validation not working in partial view , aspx view engine

I am using MVC 2 , aspx view engine. My problem is : Client side validation is not working in partial view. My Partial View : <%@ Control Language="C#" ...
0
votes
1answer
53 views

Server-side vs. Client side computations

So I'm trying to implement a project where I have graph data (few 100 nodes for now, but could become a million later) stored as a json file. I'm using NetworkX libraries in python to generate all ...
0
votes
2answers
36 views

How do I modernize a legacy asp webform project?

I am relatively new to web development. I worked on a single page mobile web application a while back which was very javascript and jquery heavy. In fact, most of the time was spent buildihg the UI ...
-1
votes
6answers
35 views

Is changing or editing a jquery variable possible?

I am getting a variable value on click function i want to remove last 5 letters and put my own three letters to that variable is that possible? For example Var hhh has value like "goodday" now i want ...
0
votes
2answers
81 views

Server-side vs Client-side web application Performance [closed]

I am an entry level programmer with only a few months of experience. Yesterday I was discussing with a colleague how we can improve the performance of a project we are working on together. The ...
-4
votes
1answer
48 views

What web development languages should I learn? [closed]

I'm a young java developer and want to begin building some cool web applications? What languages should I use for server/client side and can those languages get me a job ? So far I know a little of ...
0
votes
0answers
18 views

JavaScript audio recorder with pause and resume functionality

I was looking for javascript audio with pause and resume functionality. I had a look at jRecorder but it is also not providing the pause button. I assume someone has already faced such situation. ...
0
votes
0answers
28 views

Query string in client side

I am a beginner in using ASP.NET and JavaScript. I've stumbled upon this problem: In my page1.aspx, I use Response.Redirect("page1.aspx#download") using an anchor. Now, I want to get the ...
-2
votes
1answer
31 views

jQuery - load function not working [closed]

I just started playing with jQuery and I have encountered a problem. Basically, I have a div with id = "main_body" and I want to load some external content in that div, and that content is not shown ...
-1
votes
1answer
46 views

Inserting JavaScript into a self-executing function

I help manage a Content Management System (CMS) that other programmers use to create content that includes JavaScript. Historically, we put the content into an iFrame so that it was contained; now it ...
0
votes
2answers
31 views

Does anyone recogonize this format?

I saw this string from an ajax call on some. It's clearly some sort of template. a:15 means there're 15 items in the {} expression. i:0 means item0, s:63: means the length of the string after it. I ...
0
votes
1answer
12 views

Can I control the handling of word files by the user in asp.net?

Today we have a classic asp application to manipulate the word files in the company. By using ActiveX, we can download, edit, print and finally upload the modifications without much interation. ...
0
votes
1answer
88 views

Remove item from ASP listbox in client side script

I am using this JavaScript code to delete the selected item in a listbox named lbResources when the user clicks a button: var listResources = document.getElementById('lbResources'); ...
0
votes
0answers
59 views

Dynamically upload files from multiple file uploads

I'm totally a newbie in JQuery, and I was working on a Multiple FileUploader when I came to the situation that I needed to get the FileUpload items to iterate through and upload their files one by ...
1
vote
1answer
69 views

Programmatically Local Sorting on Server Data jqGrid

I have a server-side data bound jqGrid. I just want local sorting when the sorting-button is clicked. I have done this: Just edited: getting full data and then sorting and inserting it in the grid. ...
1
vote
2answers
61 views

Can the server use a file from a client without uploading it to the server? ASP.NET

I was wondering, at the moment, the client uploads a file to a directory on the server where the server can then use the file (csv file) to update a SQL database. Is that the only way the server can ...
1
vote
0answers
31 views

Getting OAuth error type when posting opengraph or wallpost

We have a sandbox app for development, but since this morning, our sandbox app are unable to post any wallpost or opengraph to feeds page or timeline. We are getting an error message like this for ...
0
votes
3answers
109 views

How to save a Datatable as a CSV file on client pc ASP.net

How would one go about saving a dataset as a CSV file to a client pc? I Can save a file from the server to a client pc, and I can convert a Datatable to a CSV file, but I cant seem to figure out how ...
1
vote
1answer
35 views

regex issue for interpolate setting in underscore.js

I have following regex and template for underscore.js templates. the problem is that the regex for interpolate is not working properly, what will be correct regex? Regex var settings = { ...
0
votes
1answer
37 views

Advantages of client-side web applications

What are the advantages (if any) of a completely client-side web application, which uses for example Javascript and a backend in form of RESTful web services, over a traditional server-side ...
0
votes
2answers
27 views

Launching jQuery plugins depending on the user location

My senior gave me a task to put all little javascript and jQuery plugin code in one file which will execute these plugins, depending if the page has certain .classes or #ids. I am thinking what is the ...
-1
votes
1answer
56 views

Fetching New Templates w/ Ajax Request when implementing Client-Side Templating [closed]

In every application I've written the HTML templating has been done entirely on the server-side (mostly w/ Smarty or JSP). When making Ajax calls, I would return JSON data if updating a model and ...
0
votes
0answers
103 views

Create interactive coordinate plane

I would like to create in browser interactive coordinate plane where user can plot numbers on the plane. Or have a number line where they can drag a point to understand the distance. While searching ...
0
votes
1answer
52 views

Getting the ID in of an ASP drop down list from client side

What I'm trying to do is get one of my drop down list to change its contents whenever the selected item in another one cahnges. I have this code in my aspx file: function ModifyDDLItems(id1, id2) { ...
1
vote
1answer
68 views

Generate Static HTML From Client-Side JavaScript Generated Site

I'm generating an entire site using just an index.html with JS scripts. The JS creates the HTML content based on JSON data received via the server-side API. This works great client-side and makes the ...
1
vote
0answers
38 views

Image upload and delete to Amazon S3

I have uploaded image to amazon s3 using the site below : http://www.flynsarmy.com/2011/03/upload-to-amazon-s3-with-uploadify/ Now i need to do Delete (already uploaded) Image from s3 Convert ...

1 2 3 4 5 25