JavaScript is a dialect of the standardized ECMAScript programming language, primarily used for scripting web-pages. Use this tag for questions regarding ECMAScript and its dialects/ implementations: JavaScript, JScript, etc., excluding ActionScript.
3
votes
4answers
704 views
4
votes
2answers
136 views
Is there an elegant way to track multiple domains under separate accounts with Google Analytics?
I have a situation where a content management system uses the same template for multiple websites with different domain names and I can't make a separate template for each. However, each website needs ...
2
votes
2answers
49 views
Track exit link and ads with PHP
I want to track exit links on my website and also exit ads like Google Adsense etc. I mean by exit ads is that when click on add I get ads dimension and ads type like Google or other ads. In short I ...
2
votes
2answers
195 views
jQuery scrolling images for e-commerce site, what to do about users who disable JS
As the title suggests, I am developing an e-commerce site and I intend of having two jQuery plug ins on the default page, one for scrolling images and the other for the navigation menu.
Should I be ...
1
vote
2answers
530 views
Comparisons of Javascript 'data grids'?
I've found plenty of questions between here and StackExchange of people asking for the 'best' data grid / data table, or one that has a particular feature, and plenty of lists out there (of various ...
5
votes
1answer
271 views
Monitoring GWT Website
We currently monitor our webapps using curl. More and more of our webapps use the GWT framework, which uses tons of javascript, and we can't rely on our curl system to monitor anymore. Therefore, we ...
2
votes
1answer
126 views
Is making AJAX site crawlable AND degrading gracefully with JS turned off possible?
According to this spec, making AJAX site crawlable by Googlebot means that you have to use hashbang (#!) links in it which means it won't degrade gracefully when JS is turned off. This might mean that ...
1
vote
1answer
43 views
JavaScript loaded external content SEO
I wonder what is the best way to have Javascript loaded content indexed by search engines. I know that search engines don't execute Javascript, but I am thinking more of an progressive enchantment.
I ...
1
vote
1answer
175 views
GA and /outbound/javascript:void(0) bounce rate
My Google Analytics reports a bounce rate very high for outbound/javascript:void(0) but I don't understand what this URL is. I use Drupal, and in the HTML code there isn't this URL.
1
vote
1answer
95 views
Multimedia web applications that perform well
There are a few multimedia web applications like PHPMotion, ClipBucket that allow playback of multimedia files.
Beside the mentioned multimedia web applications, are there other similar multimedia ...
1
vote
1answer
394 views
SimpleViewer + lightbox
Is it possible to integrate any kind of Lightbox with SimpleViewer? But I don't want to display SimpleViewer in Lightbox. I want to Lightbox show when I click on one of the images in SimpleViewer.
...
0
votes
1answer
78 views
Looking for a HTML5 canvas JavaScript library or framework
I am trying to make an interactive guide in HTML5 canvas element. With interactive guide, I mean something like this.
I want a JavaScript library or framework which is suitable for making interactive ...
0
votes
1answer
74 views
How to show only disqus thread-votes and nothing else
I want to show just the thread vote portion of the whole disqus commenting system. How would I go about doing it? Here is an example of what I am asking for:
http://i.stack.imgur.com/7FvYO.png
could ...
2
votes
0answers
96 views
Google Analytics cookie across SagePay checkout
We use SagePay's Server integration for our online payments. We use Google Analytics to track activity on our website and Google Ecommerce tracking to log transactions.
In Google Analytics, under the ...
2
votes
0answers
73 views
Which JavaScript carousel zooms blocks from the playlist?
I saw a carousel/slider for displaying featured content a while ago that does something that most don't. It started fairly simply, with the top feature large, and a playlist to the side of other ...
1
vote
0answers
50 views
@Viewport @media use for input type?
I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
1
vote
0answers
660 views
Line Feed or Carriage Return - What to use?
In javascript, Line Feed and Carriage Return behaves similarly.
Which one to use and when?
OR
Can it be used alternatively?
Unicode Characters:
Line Feed: \u000A
Carriage Return: \u000D
...
1
vote
0answers
150 views
How to add Google App Script as a gadget to Google Calendar?
I created a small App Script with a small UI. Now I'd like to have it as a gadget in my Google calendar.
I tried to embed a gadget with the following basic XML:
<Module>
<ModulePrefs ...
0
votes
0answers
54 views
How to put Evernote on my webpage
I have lists of things to do in Evernote. I want to put this on a webpage. If it can be interactive, that's even better, but I would be happy if I could just display my Evernotes on my page as well.
...
0
votes
0answers
106 views
Can I set up a local HTML5 site to stream video to a Samsung Smart Hub TV?
I have recently bought a Samsung Smart Hub TV and I'm pretty disappointed by the lack of media formats it supports via streaming. The browser should be HTML5 ready, so I wanted to ask if it's possible ...