An interpreted script language that usually runs within a web browser.
24
votes
2answers
1k views
How, exactly, does a Facebook worm work?
I initially had assumed that a FB friend of mine was spreading a malicious link because she had innocently accepted an app and given it privileges, but she says that's not the case. See the exchange:
...
20
votes
5answers
372 views
Where can I interactively play with jQuery and Javascript? [closed]
I know there was website I once saw that permitted me to interactively play with Javascript and JQuery. It had an IDE, a render pane and a result debugger thing too. Does anyone know what it was ...
5
votes
2answers
407 views
Embedding a specific revision of a Gist on GitHub.com via JavaScript
gist.github.com has a great feature where you can embed the current version of a file in a blog via a <script/> tag.
However, I can't seem to embed an older revision, or the current atomic ...
5
votes
2answers
522 views
Is there any way to use JavaScript on wordpress.com?
Can someone tell me how to use JavaScript on wordpress.com? Is it even possible? I want to have a wave on a page, but the required JavaScript is stripped.
5
votes
3answers
590 views
Is it safe to click on a jsfiddle or jsbin link?
In forums, I see more and more questions that use jsfiddle or jsbin to share live examples.
My question: are these links safe? Would it be possible that somebody includes malicious code in a public ...
3
votes
4answers
2k views
Online Stop Watch Using Pure Javascript and HTML and CSS ( No Flash!)
Is there an online stop watch that is constructed using pure Javascript, HTML and CSS, without using Flash?
There are a couple of flash-based online stopwatch websites, but since I don't prefer ...
3
votes
1answer
11k views
Sort Gmail by Date? [duplicate]
Possible Duplicate:
Is it possible to sort your email in GMail by something other than the date received?
Is there any way to sort Gmail by date in the web interface? The priority inbox is ...
3
votes
3answers
528 views
Keyboard Accessibility in Web Applications
I would put my question this way:
We all know Keyboard is fast (as compare to Mouse). VIM is a simplest example for this.
Is there any standard of creating web applications that are keyboard centric? ...
3
votes
1answer
406 views
How do I make a bookmark / favorite / weblink that opens a webpage in a small window?
How do I make a bookmark / favorite / weblink or command line command, that opens a webpage in a small window?
For example, this page for BBC Radio 6 has a link for Listen Live, which opens the ...
3
votes
1answer
129 views
Odd behaviour noticed with Gmail on different browsers
So I have my Gmail account open on two different browsers on the same computer (Chrome and Firefox). Now I was using the pop out chat feature of Google Talk embedded in the web page of my Chrome ...
2
votes
3answers
88 views
LibraryThing: How do I tell the bug collectors that the site is completely broken? [closed]
First, most of the web page is completely broken when using HTTPS, because they're using the css.librarything.com and js.librarything.com domains to serve CSS and JavaScript (without which the site ...
2
votes
3answers
552 views
Can Google Analytics track Javascript or .NET version usage?
I know that Google Analytics requires javascript to work, so I doubt it tracks that. But what about .NET version? Is there a way to view what .NET versions people are using on my site using Google ...
2
votes
3answers
2k views
JavaScript in Google Sites
I need to use a JavaScript patch in my Google Sites, but the problem is I don't understand how to place them and use it as Google Gadget.
<!DOCTYPE <strong ...
2
votes
3answers
450 views
A straw poll widget to add CNN-style polls on one's own website or blog
Wufoo.com is very nice (maybe overkill with the features) but it's missing one thing I really want for a simple straw poll: when you answer the straw poll question, the question itself should ...
2
votes
1answer
758 views
There's a specific website like jsFiddle, but i can't remember the name/url. Can you help? [closed]
A while ago i found a website much like jsFiddle, focused on collaborative editing. It has forking and it's full of HTML5 experiments. Unfortunately i can't remember the name; do you by any chance ...
2
votes
1answer
180 views
How do I reference existing formulas from custom formulas in Google Spreadsheet Scripts?
I want something essentially like this:
function contains(arg1, arg2) {
return NOT(ISERROR(search(arg1, arg2)));
}
But NOT and ISERROR are undefined even though using =ISERROR(...) works in the ...
2
votes
0answers
94 views
Is there a way to embed a fully-functional (NOT read-only) Google Calendar into a website?
I'm building a website to help a friend who schedules piano lessons. They use Google Calendar to track lessons, and I'm building a website for them to manage students, lesson packages, etc.
The ...
2
votes
0answers
111 views
How to access Google Trends without javascript?
I noticed that Google Trends drastically changed it's UI and now fails to work without JavaScript enabled.
Where to access the plain old good Web 1.0-ish Google Trends?
Alternatively, how to ...
1
vote
1answer
670 views
Viewer/parser to show all the Javascript in a web page? [closed]
I am looking for a tool (preferably a plugin to Firefox) that will show and parse all the JS in a page as I browse.
UPDATE:
Most tools focus on the HTML parser.
I need good js parsing e.g. list of ...
1
vote
2answers
112 views
Tumblr appends javascript at end of post
Can you identify what the following javascript does? And better, where does it come from?
Frequently, as I make a text post on Tumblr, this gets appended at the end. It doesn't appear in the WYSIWYG ...
1
vote
1answer
232 views
Is there a way to theme/color the loading animation on a Blogger dynamic view?
I have been playing around with theme customization with a blogger site. Most of my endeavors have been successful, but everytime the page loads, the large, orange "loading" graphic shows.
It doesn't ...
1
vote
1answer
519 views
Using the tumblr api how do I return a permalink?
If I used the api to post, I would like to return back the Tumblr permalink for that site I sent it to.
1
vote
2answers
269 views
Clear the template in jsBin
If you click on the Save as my template link at http://jsbin.com/, it will save the current page as my template and display it when I come back to the page later.
How do I undo that so that I get a ...
1
vote
1answer
716 views
Unfriend multiple friends at once on Facebook
I'd really like to delete a large number of friends (~400) from my Facebook network and I'd really like to optimize this process.
I found a greasemonkey script that will apparently help here: ...
1
vote
1answer
55 views
can we able to save a file from a person's skydrive account into our skydrive account without downloading?
I'm Studying about the Microsoft's SkyDrive. Is it possible to copy or move a public file from a person account to our own SkyDrive account...
If it is there somebody tell me, how could do that. . .
1
vote
1answer
204 views
self-referral Google analytics
I have been asked why this site is getting a high self-referral on a site. We are using a custom tracker script that loads GA up and adds events to elements but it doesn't do more then load GA.
The ...
1
vote
1answer
69 views
Javascript string() function in Google AdWords
Is there a simple way to implement the Javascript string() function in the basic Google AdWords interface?
I want to pass some variables returned from a campaign management script to a spreadsheet ...
1
vote
1answer
726 views
Blogger: How to add scripts to blog
I want to add some source code in my blog in Blogger, so I did a search in the website I found a similar question and in the solutions I found a solution:
Copy the following code
<link ...
1
vote
1answer
67 views
Hyperlink to “head” revision in JS_Bin
JS Bin is a great tool for quickly throwing together examples and sharing them with others. However, as I modify the code, it would be ideal to be able to send others a permanent link to the "head" ...
1
vote
0answers
26 views
Is there a site somewhere that shows examples of all HTML4 objects?
Is there a site somewhere that shows examples of all HTML4 objects? Basically, I want to create a library of automated browser tests but I need a site (preferrably 100% HTML4 and basic Javascript ...
1
vote
0answers
84 views
How to insert empty row in Google Spreadsheets when two rows are not duplicate?
I have a number of rows in a Google spreadsheet. I want to insert an empty row only when two sequential rows are not duplicate. How can I do this?
1
vote
0answers
99 views
Left margin auto not working [closed]
I have a web app that centers an DOM element. The marginLeft and marginRight are both set to auto. As I change the width of the browser window, the element centers until the browser width drops ...
1
vote
0answers
49 views
How to place a Processing app as a website background? [closed]
How can I upload my processing app which is in a .pde format to a javascript (.js) app which I can upload on my website as background?
1
vote
0answers
93 views
Code folding in jsFiddle
Is it possible to enable code folding in jsFiddle? I've found that long Javascript files can become unwieldy without code folding.
(I'm referring to the feature in Geany or the Eclipse IDE that makes ...
1
vote
0answers
256 views
Shoutcast - Song History - Purchase / search from website [closed]
Sorry if this is the wrong section - feel free to move.
I rent a Shoutcast 2 server and one of the features it offers is the ability to embed the song history into any website via Javascript. It's ...
1
vote
0answers
98 views
Is there a bookmarklet to share directly to a Facebook group? [closed]
With Facebook's current bookmarklet you can select 'In a group' as a share option.
And then you have to type in the group name.
It would be great to have the ability to have a couple bookmarks ...
1
vote
0answers
50 views
Publishedin.com script not run after it is added to Blogger's editable template
I'm trying to set up a free account at publishedin.com. Part of the process involves putting a script into into my blogger template (hosted at blogspot.com). Specifically, I have to place this into ...
1
vote
0answers
449 views
Hovering image in Google Spreadsheets
I want to write a script which detects the mouse hovering over a cell (or if not possible, triggered by a menu as described in ...
1
vote
0answers
171 views
Export event details from a web app to Facebook events [closed]
I'm developing an application where the users can create and publish events and would like to allow the user to export the event details to Facebook events with just a click of button.
Is there any ...
1
vote
1answer
1k views
Tool to convert a standard SVG into RaphaelJS object file? [closed]
Has anyone written a tool to convert a standard SVG file into a RaphaelJS object file?
0
votes
2answers
448 views
Javascript in Email
How can I send a HTML email having JavaScript using Gmail or Yahoomail to Gmail or Yahoomail?
0
votes
1answer
198 views
Post bookmarklet on wordpress.com
I have a blog on wordpress.com and would like to post a bookmarklet I have written there. However, wordpress.com breaks the URL string. Is there any way I can post it?
For example, if I enter a ...
0
votes
3answers
784 views
Where is Gmail's CSS?
I've been looking at view-source:mail.google.com/mail for a while, and can't seem to find GMail's CSS.
Does anyone know where to find it? I'm wondering if all the script in it "obfuscates" where the ...
0
votes
2answers
3k views
Online image cropping and resizing plugin
I wish to add a plug-in in my website that allows users crop and resize images when they upload their profile picture into our website (just like Facebook). Is there any good plugin available to do ...
0
votes
3answers
359 views
Google Mail Access URL
I want to display my Google Apps mails on my website homepage, in a google gadget. So, I want to fetch all mails of my google apps account using javaScript. Is there any way to access mails ?
0
votes
1answer
442 views
Writing a spreadsheet script
The above link is a picture of the Google Docs spreadsheet that I am working on.
Basically it is a sale ticket for a small appliance parts store.
I need to be able to select a range of rows and ...
0
votes
2answers
2k views
“This Page requires AC_RunActiveContent.js”
I get this error message when I'm trying to access this website:
http://web.archive.org/web/20101014174627/http://certainteed.com/pdf/cside/wb008.pdf
I downloaded files from here: ...
0
votes
1answer
84 views
Tumblr vs other web frameworks [closed]
I'm a new user to Tumblr and I was amazed by the quantity of functions and its level of integration with main social networks.
What was the best to me, was the possibility of editing the code of the ...
0
votes
1answer
76 views
From a sketch (attached) towards an web-app , visualizing data-sources
This is for an academic project, and I would welcome your ideas and input.
I am starting out with a sketch.
I want to visualize some heterogeneous data which is requested from various data sources ...
0
votes
0answers
9 views
newbie javascript scope problem [migrated]
I know a bit about what scope is, i am new to javascript and have hit a full stop in my code. Here is the code that i use.
function initialize() {
var mapOptions = {
center: new ...