Tagged Questions
Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server). It is used to create dynamic web pages, Most popular client side scripting language is JavaScript.
40
votes
15answers
94k views
Apple Cover-flow effect using jQuery or other library?
Does anyone know how to achieve the cover-flow effect using JS to scroll through a bunch of images. I'm not talking about the 3d rotating itunes cover-art, but the effect that happens when you hit ...
10
votes
3answers
104 views
Are there any tools for automatically reporting errors from client-side JavaScript?
Are there any automated reporting libraries (or at least an API/hooks I could use) to automatically report JavaScript errors back to my web site?
If it can do so without any client intervention, that ...
4
votes
4answers
536 views
Authenticate Windows Authentication using Javascript
I have to transfer my client from one website to another website. This happens in client side. In this 2nd website, its using windows basic authentication system. So It popups the login window. I need ...
3
votes
1answer
111 views
Detect USB key/drive using PHP (client side installation)
first of all, I want to be clear on this point, the PHP script will run on the client side (not server side, I know it's impossible!).
How can PHP detect USB key/USB drive when it is plugged on the ...
2
votes
1answer
148 views
tinymce with asp.net, ValidateRequest=false in page, is it dangerous?
I am using tinymce editor in asp.net page. It was configured fine but when I tried to write soem text in editor it raised error "A potentially dangerous Request.Form value was detected from the client ...
2
votes
1answer
175 views
Using primary keys with grid data and jQuery Templates
What is the best way to associate a primary key with a table row when using client-side templates, like jQuery Templates?
Should I do some kind of data binding or something? Or should I embed and ...
1
vote
1answer
27 views
How to implement web-based Anonymity-Tests?
I recently came across some websites that demonstrate which information can be obtained from a user's system and show how 'anonymous' one is. For example these two sites here: ...
1
vote
1answer
47 views
Why is this Ajax conditional dialog not working?
Why is this code not working?
In the meantime (trying to make it work) i have changed it a dosen time, but i can't find the solution.
Anyone has an idea? I have no errors in console.
First of all, ...
1
vote
0answers
19 views
How to control or edit text that is copied from a web page (for good, not evil reasons)
My web application allows members of the university to lookup and display their university ID number. It displays that number in an agreed upon format 99999-9999 which was picked to help distinguish ...
1
vote
1answer
513 views
determine which tab clicked in DevExpress Pagecontrol at clientside
Using the DevExpress ASPXTabControl, How do i determine which Tab has been clicked with Javascript on Client Side.
I've got multiple tabs, each containing a callback panels which loads data. This is ...
1
vote
2answers
133 views
Can Javascript be replaced with another language? [closed]
Possible Duplicate:
Alternatives to JavaScript
Hi there,
As there are many programming languages, and you have options, that which ever language you want to work on, like you if you use C# ...
1
vote
2answers
205 views
Requesting a website by client side script = Cross Side Scripting Hack. But requesting a website by server side script is not a hack! Why?
Generally, when we want to show the contents of some web page in the same page, we go for ajax requests. If say, I request to a web page in different domain with AJAX, it is not allowed because of the ...
1
vote
1answer
41 views
Metaprogramming on web server
From time to time, I find myself writing server code that produces JavaScript code as the output result.
I can point out why it is really bad:
Inextricable tie between server code and client code.
...
1
vote
3answers
554 views
Are transactions possible with HTML5 Storage in Safari
Instead of doing an each loop on a JSON file containing a list of SQL statments and passing them one at a time, is it possible with Safari client side storage to simply wrap the data in "BEGIN ...
0
votes
2answers
42 views
Splicing the wrong element(s)
I have an array of comments. Some of these comments are actually subcomments of other nodes within comments. Every comment has a num_comments, parent_id, and id attribute. I know a comment has ...
0
votes
0answers
37 views
Client script library for ASP.net controls and how these works?
I have been working on .Net platform for 2 year and right now i am working on DevExpress controls for 6 months. All these control have client-side Events which are under some ClientScript nameSpace of ...
0
votes
2answers
78 views
My ASP.Net TextBox has an auto-generated name, which means I can't use it in client side scripts… how do you use both server and client side code? [closed]
Possible Duplicate:
Need the clientId of a textbox inside a content control using javascript
I have a script that needs to access a TextBox, but ASP.NET generates some crazy names: ...
0
votes
1answer
60 views
$.ajax not working with IE and working fine with Mozilla
i have a following code which runs fine with Mozilla but give object undefined error
when run on IE
here is the code
$(document).ready(function () {
$("#button").click(function () {
...
0
votes
1answer
49 views
Alternate option for RegisterClientScriptBlock, Is going for 100% javascript good option?
i have following situation
try
{
// do something
}
catch(Exception e)
{
RegisterClientScriptBlock();
// **can i do this using Jquery replacing RegisterClientScriptBlock**
}
i have aspx ...
0
votes
3answers
88 views
Optimizing javascript for loop
So i have known for a while that
for ( var i=0, len = myArray.length; i < len; i++ ){
}
is more efficient than
for ( var i=0; myArray.length; i++ ){
}
for large arrays. But have wondered ...
0
votes
1answer
46 views
How to change input field switch sequence (swithcing input field using Tab key) on a web page?
On a web page, if there are input fields, pressing Tab key switches them, but in a particular order, is there a way to change this order and set it to some different order?
If this can be done in ...
0
votes
2answers
86 views
adding image namespace in svg through JS still doesn't show me the picture
after working out getting the parameter through a scaled version of a picture, I am trying through Javascript adding the picture with the original size parameter in SVG.
Firebug shows me the element, ...
0
votes
5answers
92 views
Register scripting language with browser?
Do any browser vendors support the use of any scripting languages besides
text/javascript
text/vbscript (IE only)
for example:
text/lua
text/cs-script
text/php
text/tcl
If i wanted to use ...
0
votes
3answers
169 views
Creating a fully functional website while only using vanilla coding
When I say "Vanilla Coding", I am referring to websites that don't utilize server side coding (such as PHP, ASP, etc.), only HTML, JavaScript, and CSS.
I know that there are a plethora of sites that ...
0
votes
0answers
67 views
How to download Large file from Server?
I am writing C++ Script to download a file from Network provided its URL. This script is working fine for downloading file with size less than 200MB. But when I try to download file with size larger ...
0
votes
0answers
135 views
How SyntaxHighlighter works?
I'm trying to understand how SyntaxHighlighter works. I've downloaded the source code, and seeing it, but since I know the elementary Javascript, so I'm facing difficulty understanding it. Few things ...
0
votes
2answers
659 views
Open Source client-side Shopping Cart - jQuery/Cookies
I am looking to implement something that appears to have "shopping cart" functionality, but is completely on the client-side. I can do this using jQuery and cookies (and I event found this Smart Cart ...
0
votes
2answers
173 views
How to dynamically pass a variable to a 3rd party tracking pixel
Here is what I'm dealing with. I require a way to dynamically pass a variable or value (sale amount and order id) to a 3rd party tracking pixel for my cost per sale campaign as I am using affiliate ...
0
votes
1answer
350 views
Generating Dynamic web pages without server side scripting
I am trying to control a media device which has lot of multimedia content that it can play using another device(remote control device) like an ipad connected to the LAN. (UPnP)
I want the media ...
0
votes
2answers
68 views
Is using JavaScript for repetitive HTML bulks good?
Let's say you have a menu that's the same for all pages of a website. Should you use client-side or server-side scripting for that?
0
votes
3answers
611 views
Java : Display list of directories and files on the server through a web page
I want to implement something as follows:
The user uploads different types of files on the server.
My requirement is to display the list of all the files and directories on the server using a web ...
0
votes
3answers
71 views
javascript conflict on accesing DOM
i read this statement from a book i read
The Document Object Model or DOM is really not a part of JavaScript but a separate entity existing outside it. Although you can use JavaScript to manipulate ...
0
votes
1answer
400 views
TreeView control - Is it possible to collapse w/o a postback?
Everything i found online so far is very confusing about TreeView. I know it has a built-in callback, that developer can populate nodes from server on demand, etc etc.
I understand the populate node ...
0
votes
1answer
892 views
how to truncate HTML encoded text without truncating encoded characters using javascript
I need to write some client-side javascript for a webpage that will truncate the text inside a div, when the onclick event for a button is fired (the purpose of the button is so that users can toggle ...
-1
votes
3answers
134 views
I'm looking for a client-side web server that can run inside the browser. Any suggestions?
I'm looking for a client-side web server that can run inside the browser. Any suggestions?
Ideally I'm looking for something that is browser agnostic.
-2
votes
2answers
132 views
add text within td tag in IE using jquery
I have the following HTML code
<td class="testclass"> </td>
I'm trying with the following jquery:
$('testclass').each(function () {
$(this).text("testtext");
});
This code is working ...