0
votes
1answer
5 views
Expand all items in RadGrid Hierarchy
I am using a RadGrid (2009 Q2) with a hierarchy. Is there a way in the client api to expand all rows and vice-versa?
thanks!
0
votes
1answer
18 views
Saving images client-side for compression/manipulation before upload to server
I've developed a PHP script to upload images to the server. It uploads the image, then reduces the image height, width and resolution server-side, thus reducing the file size a gre …
2
votes
3answers
57 views
Redirect to new blog using jquery or javascript
I closed aniru so i redirect our old blog to new blog anirudhagutpta but if any user come from aniru (old blog) then he can't watch our video in our blog..
i used
<script la …
1
vote
5answers
77 views
Achieving multipage GWT website
Hi,
I have a question on managing a multipage GWT website. For now I only have one html page in which I embed lots of divs to store the widgets that I use. Then, according to the …
0
votes
1answer
15 views
What is the correct terminology for web service client app error handling paradigms?
I am trying to research error handling paradigms in web service client apps. I haven't found any good results on Google - perhaps I'm not searching using the right terminology. I w …
1
vote
3answers
56 views
Is it possible to create a purely client-side GWT application?
I'm fairly familiar with GWT - having completed the Eclipse-based tutorial. But the tutorial runs in client-server mode.
My question is: is it possible to create a GWT applicatio …
0
votes
2answers
44 views
What does Flickr use for charting?
Recently I was browsing my Flickr account and the stats for it and noticed that they display a very nice chart. What made an impression on me was that it was rendered in HTML and u …
1
vote
7answers
147 views
Load and run an EXE file after a website loaded
Is there a way to load and run an EXE file on the client side, after a webpage has been loaded ? [with java script or HTML ]
0
votes
2answers
532 views
User created Validator wont call Client side validation Javascript on ‘complex’ user control.
Hi All,
I have created a user control (from System.Web.UI.UserControl), and created my own validator for the user control (from System.Web.UI.WebControls.BaseValidator). Everythin …
1
vote
5answers
53 views
Can I modify or add cookies from JavaScript?
Exactly what are the restrictions for handling browser cookies from javascript? Can I check if cookies are enabled for example?
0
votes
3answers
70 views
database entry through javacsript
Hi All,
I'm need to know can i connect db through javascript? Actually, the last action where i end is done through javacsript. Now, i need to make some entries(extracted through …
0
votes
4answers
50 views
Best practice for filtering items client-side with JavaScript, hide or remove from DOM?
I have a relatively large dataset of items (a few thousand items) that I want to navigate by applying a number of filters client side in a web application. Applying the filtering l …
0
votes
1answer
6 views
Client Templates and Ajax 4.0 And Urls
Client Templating And URL's Title is required
Im trying to output
<a href="{{ link }}">click me</a>
the data in question is spotify:track:0ucyXpQG7xL8ipoyU0Ts3A , …
0
votes
1answer
54 views
ASP.NET MVC 2 Preview 2 - Client-side validation with JS at the bottom
I've just run across an annoying "feature" of the Client-Side Validation that I'm wondering if someone with better js understanding than myself might be able to solve.
YSlow recom …
0
votes
4answers
101 views
How can I send an auto-generated email every x-days with php mail(), without access to cron?
Hello,
I am trying to send an email, via php's mail function to user's every 15 days to remind them of a particular item (no worries, nothing spam related). I unfortunately do no …
