ECMAScript, JavaScript & JScript ECMAScript was developed as a standardization of Netscape's JavaScript and Microsoft's JScript. The canonical reference is The ECMA-262 Language Specification. While JavaScript and JScript aim to be compatible with ECMAScript, they also provide additional ...
0
votes
0answers
5 views
How do I detect a mouseover on custom <li> bullet? [migrated]
I have a list with custom image bullets. If the user hovers her mouse over the bullet image, I'd like to either:
display a title attribute, or
display helper text
I can use JavaScript-based ...
1
vote
3answers
44 views
Releasing a CSS minification tool - should it be downloadable or accessable through the cloud?
I am thinking of releasing a CSS minifaction library, which has dependencies on other libraries.
Since CSS Minification is not something that occurs a lot (compared to optimising PDFs for example), I ...
0
votes
0answers
27 views
Adding css class to a dynamically created row using java script [closed]
I have a jsp page in which rows of a table are added dynamically.
Here I am using a different java script than the one in my previous question.
Here I could add elements into table columns, but I ...
0
votes
0answers
15 views
IE shows run time error for innerHTML in jsp page [closed]
I have a jsp page in which rows are created dynamically to a table using java script.
It is working fine in all the browsers except IE.
In IE it is showing the error Unknown run time error..
I have ...
1
vote
1answer
34 views
Making JSON page which renders on document ready indexable
I have a page which is pretty much 99% on document ready generated by various JS files.
It then gets and renders tons of JSON (I use tempo JS for rendering).
It all happens on document ready. So ...
1
vote
2answers
36 views
Looking for a CMS for specific requirements (Javascript, import/export…)
I heard about Joomla, Drupal, Wordpress, etc. but I don't know about their detailed features. I am looking for a content management system meeting the following requirements:
Possibility to add ...
0
votes
0answers
6 views
Twitter follow button doesn't render in Google Chrome [migrated]
I have used the twitter button resources to generate code for a follow button, which I added to the required page of a website I am working on. The code is:
<a ...
1
vote
1answer
39 views
If I cache an RSS feeds' html, but not the images, will this appear to be image hot-linking?
I have a simple RSS news application built using Javascript, that pulls in feeds through Google's feed API. Im doing a proof of concept and caching the feed using localStorage though due to storage ...
0
votes
0answers
52 views
How is This Site Done? [closed]
https://squareup.com/
I would like to know how to do a site like the one in the link. Any help would be appreciated.
Thanks!
0
votes
0answers
21 views
CSS Hacks or JavaScript? [closed]
I would like to know which is better and why > CSS Hacks or JavaScript to solve css/layout problems.
I cannot decide my self and this is why I ask it here.
Thank you.
0
votes
1answer
25 views
Reference single javascript file from many web applications
I have a javascript file (called secure.js that has several functions defined in it. I also have a Visual Studio solution with ten different ASP.NET web applications. I want to be able to call the ...
2
votes
2answers
39 views
Google and random redirects
I have a site where homepage "example.com" redirects to random joke(example.com/random-joke). First I redirected with php, but then google indexed that joke page(rather to be empty). I used "302 ...
1
vote
2answers
43 views
javascript/php sorting plugin
I have a set of thumbnails and I want to sort them by name, by rating and by newest added.
I've found Quicksand which I think is pretty good, but I need to know if there are some other scripts/plugins ...
0
votes
1answer
34 views
Run external application on markdown source in ikiwiki
Can I add a button to each wiki page in ikiwiki which launches an external application (on the client side) or script with the markdown code of the current page as input?
Edit: I didn't realize that ...
0
votes
0answers
6 views
How to properly pass url parameters in jquery mobile [migrated]
I was wondering if you could give me some insight on what I can do when it comes to passing url parameters in the url to a specific page on my jquery mobile run site.
So I have a link living on site ...
0
votes
0answers
6 views
HTML dynamic cropping [migrated]
I'm currently having trouble showing images in a table.
The images all have different aspect ratios. The different aspect ratios of the images make the table of images look cluttered.
To solve this ...
0
votes
0answers
8 views
Jquery table manipulation [migrated]
How to exclude the first td on the click event of jquery that I created below?
I want to exclude the all first td of the rows on the click event that produces dialog box.
jQuery("#list tbody ...
0
votes
1answer
28 views
Does anyone know about some Flash or JS image gallery that allows multiple image selection simultaneously?
I need to show a list of image thumbnails, and the user should be able to select one or more images from this list and then the selected images should be "best fit" displayed. For example, with 3 ...
0
votes
1answer
35 views
Are there some good Javascript templates out there? [closed]
I am trying to create a simple .js file that will let me have some submit buttons here and there, with the text paragraph in the middle changing based on which submit button is pressed. Does the ...
0
votes
0answers
6 views
Menu Missing in IE9 [migrated]
The main menu is missing from the site in IE9 for some reason, and quite honestly not sure why. It works fine in Safari, Firefox, Chrome and IE9 "compatibility" mode.
http://www.logicweb.com/
Only ...
0
votes
1answer
26 views
Anchor link structured website & SEO [closed]
Possible Duplicate:
How to SEO a Single-Page website
My client wants to have a website similar to this one. I think that this concept could really work well as a simple presentation of ...
1
vote
1answer
41 views
How can I check that ads are loading correctly on my website?
How can I monitor the JavaScript ads on my website to ensure they show up?
I don't want to use this process to generate false impressions but I need a way to gather data and report that ads are ...
0
votes
1answer
56 views
Embed content, iFrame or load via JavaScript?
I have to load remote content in several sites and I'd like to know which is the best technique. I know I can go trough an <iframe> but it isn't SEO friendly. I want the content to be found and ...
1
vote
2answers
55 views
Are github gists SEO friendly?
I am kind of fan of Github and it's Gists. Since the gists can be included via a small Javascript snippet and document.write commands, I was asking myself if they were SEO friendly.
5
votes
2answers
192 views
Which is better, minified or obfuscated code?
I’m confused between the two. Which is better, especially for jQuery and JS? Also, which do you think is more SEO-friendly? Note: I’m a noob.
0
votes
1answer
40 views
Template from ThemeForest in datepicker - unable select date before today
I bought a template from themeforest and in any datepicker I can't
select a date before today. I can't find any code who blocks or range
this control.
In my inline.cs I only have:
...
2
votes
3answers
90 views
Cross Browser CSS script?
a few weeks ago I stumbled over a javascript that you can add to your site, and it would automatically modify your css, to work around some bugs in browsers, and add features they don't support (e.g. ...
3
votes
4answers
90 views
jquery ui minify
I have a series of web pages that link to the following:
jquery-ui-1.8.4.custom.min.js
jquery.ui.widget.js
jquery.ui.core.js
jquery.ui.accordion.js
jquery.ui.selectmenu.js
jquery.ui.button.js
Not ...
2
votes
1answer
64 views
Javascript for draggable, zoomable map with Google-Maps-like features
I'm looking for a JavaScript-based tool for displaying draggable, zoomable maps. It has to have the following features:
Can add markers, labels, balloons (a la Google maps)
Must be scriptable after ...
0
votes
0answers
43 views
getLinkerUrl not passing cookies across domains - Google Analytics
I have a hotel client who is using a form that links to one of two booking engines (KCData or SynXis) on a different domain based on the selected values. However, the form isn't traditionally coded so ...
0
votes
2answers
78 views
Best and easy way to add video to website
I want to add videos to my website. I want to click on images and then to show video in "window" and start playing (popups like lightbox). I just don´t know what is best way to do it. I think one of ...
1
vote
1answer
70 views
Is there a Lightbox style plugin that fits images to screen size?
I'm looking for a Lightbox type js plugin that would take into account the browser window size and resize the currently displayed photo so it fits - like the jquery-imagefit plugin does.
1
vote
1answer
60 views
How to prevent Google Website Optimizer from making Google Analytics spike Direct Traffic and lower Bounce Rate?
I am using Google Website Optimizer (GWO) and Google Analytics.
Whenever a person (Google Website Optimizer) does a javascript redirect, Google Analytics will change the referrer. When the referrer ...
7
votes
8answers
370 views
Why not AJAX'ify entire websites?
Is there any solid reasoning as to why sites shouldn't be developed with ajax functionality that loads major parts of each part (assuming there are elements like the header, navigation etc that remain ...
1
vote
0answers
59 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.
2
votes
3answers
73 views
how can I track google plus views in my website?
I am trying to find how I can track google plus clicks in my website for tracking purposes?
Solutions not related to google analytics plse?
0
votes
1answer
35 views
Want to use the HTTP-REFERER of in an HTML page through Javascript
I Want to use the HTTP-REFERER of in an HTML page. Is it possible to do it with a JavaScript included in the page itself?
0
votes
1answer
47 views
Need to track the website or link from which users landing on our web pages - jS or PHP Coding
We have three fare traffic websites ( for three different brand products ) and all are well serving our internet marketing needs. recently , we are planned to promote each website on other two ...
1
vote
1answer
38 views
Adsense block not displaying anything
I have copied and pasted the following code into my page, but it seems to be having no effect. It should have a fall back block colour, but nothing is showing.
Code copied/pasted straight from google
...
3
votes
5answers
201 views
Can the webpage title be changed after site has been loaded.
Can the web page title be set to be dynamic?
I want to let some part to be updated in title, if any changes occur, an automatic update resulting in a bit of word addition to the title.
Example : the ...
1
vote
1answer
57 views
What is the name of the widget which slides in at the bottom of the page and recommends more articles for reading?
I see this on more and more pages. I can't show an example right know, but the widget is a small box sliding in at the right bottom of the page and it usually says "Did you read this?" or something ...
1
vote
1answer
226 views
How to make my page load faster? [closed]
Possible Duplicate:
Ideas to improve website loading speed?
My page gets performance score 79 in yslow which is not bad. Yslow says the parts I can work on are
1)
Grade F on Make ...
1
vote
3answers
88 views
Track google search keyword in asp classic
I want to track google search keyword for site in asp classic. Any user which use any word in google search to reach on my site, I want to track this word.
1
vote
3answers
221 views
Will using tabs with JavaScript (jQuery) hurt my SEO because of crawlability?
I have a page with tabs like this:
http://www.problemio.com/problems/problem.php?problem_id=180
See how there are 3 tabs? Only the content from one of them shows up when the user lands on the page, ...
1
vote
1answer
41 views
deletable 'Tags' in a field
I want to realize the same Tags-field like here on StackExchange while editing/adding a post. I want the option to choose different tags from a list, delete and sort them (last one is not included ...
0
votes
2answers
32 views
Reducing the number of js or css files downloaded? [closed]
Possible Duplicate:
Optimizing for load time VS staying organized
I would like to speed up my website, and one of the ways YSlow! talks about is to reduce the number of files being ...
1
vote
1answer
61 views
Javascript reliance an issue for mobile optomised sites?
Im mobile optimising a site with media queries. As I understand mobile browsers are generally quite modern and can handle CSS3 etc well. So does this mean javascript reliance for the mobile version ...
2
votes
1answer
67 views
How to fix page lag on load [closed]
I have a problem with my website, when you load the index page , the headers load fine but the main content appear with a delay between each photos. The error is only on the index because there is ...
1
vote
2answers
163 views
How to track js conditional outbound redirects with Google Analytics?
We work with an affiliate program where you need to use different affiliate links for some specific countries. Because of that our links in the content are pointed to an internal page ...
3
votes
2answers
107 views
Javascript - Detect if user is coming from a Google Adwords ad
Is it possible to detect if my visitors are coming to my website via a Google Adwords Ad?
It would like to change the telephone number for those users only, that way I can measure the success of my ...