The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

add / edit page best behavior

I'm trying to implement an add/edit page in my project, this page is supposed to show empty fields when the Query string has no id element, otherwise its supposed to show the object of the id in the ...
1
vote
1answer
101 views

PHP - SSL socket client certificate

I am currently using a tcp socket to exchange data between a server and a client using socket streams in PHP. I want each client to have a unique certificate (which I will generate for them) to access ...
0
votes
0answers
15 views

Toplink: How to find the client session executing current database query?

I have an sql query running on the database that takes hours. I want to know the Client session (end user) executing this query. My application is a multi-users application and it use a database ...
0
votes
0answers
42 views

client side sorting using tablesorter 2.0

I have using tablesorter 2.0 jquery plugin. Sorting is working fine for the given example in the web site. But when i using arraylist for populating data into table, client side sorting not working. ...
0
votes
3answers
82 views

Clientside Scripting Language [closed]

Is Javascript the only language that can utilise the DOM API? Is there a DOM wrapper for Python?
0
votes
1answer
77 views

Is there an opensource web clickheat/map javascript library?

I am looking for an opensource client side library that can generate user mouse movements and clicks on my home page, I want to do some UX experiments and improve navigation on the site Thanks
0
votes
4answers
118 views

File Rename on Client side C#

I need to rename file on client side as per client requirement. I understand FF,Chrome doesn't provide File Path and IE provides with File path option enabled on that region. With all these setting ...
-2
votes
1answer
56 views

Client Side Automation [closed]

Im trying to create a site that automatically goes to different site and fill out registration forms and sends them my resume... I want to do it client side because if i do it server side and there ...
0
votes
1answer
205 views

How to change datasource of dropdown in jquery

I am looking to change to list items available in a dropdownlist via jquery (using razor in MVC3). I have a DDL that is populated from view data; @Html.DropDownList("allusers", null, null, new { ...
0
votes
2answers
135 views

Reading textfile on server, clientside (JS, Ajax?)

I want to read a specific character in a textfile, so I basically want a function where if I write function getLetter(3), it will return the third letter, can anyone help me out?
1
vote
1answer
210 views

client side localization

I would like to do client side localization (i.e embedding the javascript and resource files). Everything was working fine until we had both the js file and the resource file in the same ...
-4
votes
1answer
238 views

clientside javascript valildation in .jsp page:-O [closed]

how to use java script validation in .jsp file using same function !? i tried javascript validation in .jsp using same function but iits not validate the jsp page....when i use same function for ...
0
votes
1answer
81 views

Storing auth data on the client side

I have an application which uses Backbone JS to render its views (among other things like models etc.). Parts of my application should only be displayed to admin users, but the only way for Backbone ...
-1
votes
1answer
107 views

multiplayer game running entirely in browser with server only for db?

Is it currently possible / feasible / not crazy to implement a multiplayer game using javascript (+ flash perhaps) with code running entirely in client and a server only used to host a db, which the ...
1
vote
1answer
215 views

jQuery enable/disable asp.net controls based on user selection

I am generating following recurring markup from asp.net - <tr id="trRow0" class="trClass"> <td id="cell0" class="tdClass"> <input ...
2
votes
1answer
90 views

Connect server hosted webapp to local websocket

Has anyone an idea for the following scenario? I have a RIA-Webapplication (realized in ExtJs). What I want to implement is the possibility to use local ressources like card readers or fingerprint ...
0
votes
6answers
68 views

How to add a handler to execute when HTML is rendered?

I am writing a one page web-application in JavaScript with jQuery. I add my JavaScript source and jQuery to the HTML page and register my function to be invoked when the the page is fully rendered. ...
0
votes
1answer
1k views

Dot separated clientside date validation in asp MVC 4

So I've been banging my head to wall with this problem for hours. I'm creating localized validation for my date input fields. I've overwritten the default jquery date validator and the method seems to ...
0
votes
2answers
354 views

Getting stuck with the clientside validation in asp.net

I have the following problem: In my application I have two textboxes in a aspxCallbackPanel <dx:ASPxTextBox ID="txtCognome" runat="server" Width="270px" ReadOnly="True"> ...
1
vote
0answers
81 views

What is the best way to do html5 clientside includes?

I'm creating an html5 website. I'd like to have articles (blogposts, project pages, about page, et cetera), but I do not want to use a serverside technology. The articles will be written in html5 ...
1
vote
1answer
736 views

Client side paging on Jqgrid?

could anyone tell me how to implement client side paging on jqgrid? Currently, my pager just shows one page which is an error. However, if I change the number of records per page using the drop down, ...
0
votes
2answers
4k views

validate asp fileupload control client side

i have a asp fileupload control on my page. how to validate the selected file on client side. validation rules: 1. file must be jpeg,png,bmp or gif. 2. file size must be within 25 kb and 2 mb. please ...
0
votes
0answers
55 views

Why do we use Client Call Backs, when there is AJAX?

Can anyone explain in what scenarios it is useful to implement Client Callbacks and how do we implement it? Also please explain the difference between Client CallBack and ASP.NET Ajax. What's the ...
2
votes
2answers
229 views

Animations: CSS3 or GIF?

I'm working on a client-side web app that is meant to run on an iPad 1. Besides the fact, that the framework I'm using is slow-as-a-snail (not my choice), the app is making a lot of calls to the ...
0
votes
1answer
216 views

Get column datatype, sort direction onload, change sort order on first click of header in tablesorter

I have a grid view, which has several columns, one of which is a numeric column. When the grid loads first time, the data on the numeric column gets sorted on the server side itself and gets rendered. ...
0
votes
2answers
1k views

how to call javascript function from client side on anchor click

I have javascript function sample('textValue') and have to call at server side on anchor click. I tried below code string text="xyz"; anchor.Attributes.Add("onclick","javascript:sample('"+text+"'); ...
0
votes
1answer
484 views

Struts2 client side validation with i18n

I have to perform some client side validation. The error messages should need to appear based on client language. Currently i have hardcoded the messages in the javascript code. How do i access the ...
3
votes
6answers
2k views

How can you use php in a javascript function

<html> <?php $num = 1; echo $num; ?> <input type="button" name="lol" value="Click to increment" onclick="Inc()" /> ...
0
votes
2answers
594 views

url callback function not working

How can I use the callback function properly cause it's not working. I want to retrieve my json values from the server to the client side. For starters I tried this to see if its working. sample ...
0
votes
1answer
325 views

Includes without local server?

I'm making a website, and I like testing everything offline instead of having to upload files with every change I make. The problem is I can't use includes, so when I do upload, I'm going to have to ...
0
votes
1answer
522 views

MVC3 Want Clientside Validation to trigger for two fields when one of the two is modified

I am creating an MVC3 website and added a couple of security questions to the "My MVC Application" Registration routine in the form of dropdown boxes. I created a custom validator to check the second ...
2
votes
2answers
2k views

Removing cookies with the same name but different paths

I need to delete clientside cookies with the same name but with different paths. What is the best way to do this in javascript.
1
vote
2answers
54 views

triggering a portion of a php script through a user action without going into a new form?

I just started learning PHP and was wondering if there is a way to trigger a portion (a function really) of a php script when a user clicks on a link/button without redirecting the user to a new php ...
1
vote
0answers
334 views

library for clientside vcard creation

I would like my site visitors to be able to create a vCard, with all supported properties, notes, and some custom properties. Similar to what this website called vacrdmaker offers. I have found a php ...
0
votes
0answers
305 views

MVC Framework: Client-Side or Server-Side or Both? [closed]

Problem Context: I am working on a large-scale web-based application. The main features of the application would be: 1. Cater to thousands of users, simultaneoulsy. 2. Real-time and Collaborative in ...
0
votes
0answers
132 views

use sqlite of smartphone with php

I'm asked to write a web app which has to be rendered on lower versions of blackberry( < 5). I've to send the request to URL to get information and store it on device and use the same information ...
1
vote
2answers
907 views

Why is it that I cannot sort my grid in jqgrid everytime I clicked the column header?

I was really confused that my program using jqgrid won't sort (descending) everytime I clicked the column header? I tried creating a program where I use local data (.json data) and it work great in ...
1
vote
2answers
220 views

which has better and smooth API for DOM manipulation? Chrome or firefox?

I am developing a web application which will collect, store and display the user feedback of google search results. For the user interface in client side, I need to hack the google's search page on ...
0
votes
1answer
431 views

ASP.Net RadioButtonList in a Group with JQuery

I've got some radiobuttons in my webform, they are all part of the same group <asp:RadioButton runat="server" ID="rbMonFriWkends" GroupName="HoursWkSelect" CssClass="ChbxToggler ...
3
votes
2answers
971 views

JQuery/ ASP.Net - How to Maintain the State of Hidden UI Elements across Postbacks?

I'm working on a webform with various controls. Depending on user-input I show/hide (using JQuery's show()/hide() functions) bits of the GUI. However if the form is posted-back and fails validation, I ...
2
votes
1answer
457 views

Html5 says that values are undefined

This is in a chrome extension and lets say I have this code: var DB = openDatabase('CMPDB', '1.0', 'Database for CMP', 4 * 1024 * 1024); LoadFromDB(); function LoadFromDB() { ...
1
vote
6answers
78 views

What's wrong in my JavaScript code?

I can't figure out what's wrong. var CarObj = function(passengers, maxLoad, wheels, doors, maxSpeed) { this.passengers = passengers; this.maxLoad = maxLoad; this.wheels = wheels; ...
1
vote
2answers
601 views

Image src (via javascript) inconsistency between chrome/firefox

Heya, so I'm running into a weird bug/edgecase. Check out the following code: var i = new Image(); i.src = ...
0
votes
3answers
126 views

Autocomplete in server or client?

I have a winform that allows a user to input value in it's full form and in shortened form (think gmail - that allows to login with username and with username@gmail.com). In the server, I have a ...
4
votes
5answers
3k views

how can i create a file on client side by JavaScript?

i need to create a temp file to store user settings on the client side .it it possible to create a simple log file by JavaScript ?
0
votes
1answer
268 views

How to fix HTML from WCF-webservice in AJAX Client Side-templates

I have a problem with my templates, when I return HTML, it's encoded by default, and I cannot find a way to "fix" it. I want to replace NewLines (\u000a) with a straight <br />, but I always ...
0
votes
3answers
92 views

Impact of web platform on GUI

Web based systems (Client Side GUI only) are known to be platform independent, But, are they development-platform independent too?? To the best i know, Client Side GUI will always be built using HTML ...
2
votes
2answers
958 views

Client side validation of list in ASP.Net MVC 2

I've used stackoverflow many a time to solve my problems (code related!) but this is the first time I've needed to post a question cause I cannot work out whats wrong. When I enable client side ...
1
vote
0answers
79 views

Excel Interop - Alter HTML imagedata Source From Client Side

I've created a report from Excel using PublishObjects.Add using Excel Interop, and I output the data without any problems. My question is - Is it possible to access the v:imagedata tag from the ...
1
vote
1answer
745 views

Server side control hidden - possible to read values client side?

A quick question. I've got two textboxes running server side and have their visibility turned off. I'm using a couple of ASP.NET controls which require the textboxes to exist. However, I am filling ...

1 2