javascript-library

Advice needed on JavaScript control libraries

I'm looking for advice/opinions on Javascript control libraries like ext-js, dhtmlx, jquery-UI etc... I've got some background in asp.net and have found the various 3rd party controls to really boost development time. I'm doing a project in PHP and have considered some PHP specific controls, however I suspect I would be better served l...

Javascript library to create calendar uri/links to Google, Yahoo, Outlook , iCal ?

I have seen a very specific and professional web page widget (e.g. http://whatsnextlectures-work.eventbrite.com/ and meetup.com). Please help me find the library that creates the links. I have looked at http://stackoverflow.com/questions/2348590/need-a-service-that-build-calendar-ical-outlook-links, but that answer seems to address the ...

Are all of the default scripts loaded by Magento really needed?

Here's a listing of all the scripts loaded by Magento by default: ../js/prototype/prototype.js //prototype library ../js/prototype/validation.js //don't know what this does ../js/scriptaculous/builder.js //don't know what this does ../js/scriptaculous/effects.js //base scriptaculous effects library? ../js/scriptaculous/dragdrop.j...

jQuery Plugin to perform Date manipulations

Am looking for a jQuery utility that will let me do date manipulations. eg: 1) Add x no. of days to a date and get a new Date. 2) For given a date, gives the corresponding week of the year 3) Find no. of days between 2 dates 4) Find no. of weeks between 2 dates 5) Find no. of months between 2 dates Is there a jQuery plugin that has the...

call the id in javascript

I have a span like this <span id="selectedTests" class="emrFG"> <span id="lblSelectedTests" class="emrHDR" style="top:3;left:6;font-size:8pt;">Selections</span> <span class="emrHDR" style="top:3;left:190;font-size:8pt;">Tests</span> <div id="recordSet" style="top:19;height:112;width:444;"></div> </span> The span shows so...

is it right to combine javascript framworks ?

I am wondering if it is OK to use multiple javascript frameworks for example (jQuery, Raphael) in the same script (handling event & ajax with jQuery and drawing with Raphael) ? ...

Share a JavaScript library's namespace or use your own?

It is fairly well known in JavaScript that declaring variables within the global scope is a bad thing. So code I tend to work on contains namespaced JavaScript. There seems to be two different approaches taken to this - Adding your application specific functions to the libraries' namespace e.g. $.myCarouselfunction Creating your own ...

After what point a JavaScript library is considered as a FrameWork?

Hi, I am kind of confused with the definitions. Can you please define the minimum "must haves" of a JavaScript library so that it can be considered as a software framework? thanks ...

Prototype Library use of !! operator

Possible Duplicates: What does this expression mean !! What does the !! operator (double exclamation point) mean in JavaScript? Here is a snippet from Prototype Javascript Library : Browser: (function(){ var ua = navigator.userAgent; var isOpera = Object.prototype.toString.call(window.opera) == '[object Opera]'; ...

Alternatives are there to jQuery that work in the same or similar way

I'm looking for alternative JavaScript Libraries to learn as an alternative to jQuery, as I think it would be good to know more than one and so i can broaden what libraries I know. I'd tried Mootools so far but am not sure what else is just as good. Any ideas? ...

jQuery Drawing Plugin

Camarades, You'd know me identify good libraries (preferably in jQuery) to work with "Canvas" and drawings in javascript / html. I want to make my page more interesting, especially in some registries (registry of cars) and would like to draw a car and be able to go changing the number of wheels for example. Many thanks for any help. Su...

Is there a bignum library for JavaScript?

Is there a bignum library for JavaScript that I can include like <script type="text/javascript" src="the_bignum_library.js"></script> ? I think my users would prefer to enter numbers in a web page and wait a 7 seconds for a result, rather than download an executable and click through a bunch of "this executable could possibly harm yo...

YUI editor with SYNTAX HIGHLIGHTING

Are there any examples of using the YUI Editor to allow user to submit code snippets etc, like may be used in a bulletin board?. I am talking specifically, about an example that allows a user to apply syntax highlighting to sections of the submitted code, so that it is rendered (for example) as C++, PHP, Python code snippet. The SO Edit...

What are the best light-weight solutions for Drag and Drop?

I love and use jQuery quite a lot, but I am hoping to find an alternate solution for a special project. I am creating a bookmarklet which will interface with my application to allow users to enter information much quicker. One of the greatest pains in my application at the moment is uploading images. Users (understandly) hate the proces...

how many are checked

I have check buttons on the document. I want to know how many of the buttons on the docment are checked. I tried to do this alert(document.all.CustmerRequested.checked.length); but it says undefined. Any idea what I can do. sorry a complete newbie in Javascript ...

iPhone Web App charting/graphing libraries

Hi I am chewing through a specification for an iPhone Web App (NOT native). The request implies a lot of general charting functionality, mostly line chart and bar charts. On the implementation side of things, it means a lot of re-formatting of existing web content using an iPhone Web App framework (most likely JQTouch). Given the capa...

What is the best way to make the Yahoo media player autostart, jQuery?

Yahoo has a mediaplayer to play media on a webpage: http://mediaplayer.yahoo.com/ but there is no option to make it auto start. What is the best way to make it autostart, by hacking into the code, or it can also be using jQuery to "click" on one of the media to auto start it, although, how do you know the Yahoo code has finish ini...

Suggest Prototype/jQuery Widgets

I am revamping a website that (now) uses Prototype framework. In the process of revamping, I realized that the site was using about 7-8 JavaScript widgets from various sources. I am removing all JavaScript widgets and replacing them with Prototype based counterparts. Can you suggest tried and tested widgets for following functions: Pop...

Looking for a book flip library/plugin

Hello, I'm looking for a "flip book" effect that works on Ipad, without Flash. Thank you! ...

How do I download the javascipt library for mapstraction v2?

I am setting up a map on a drupal website using the mapstraction module. I am planning to use the 6.x-2.x-dev development branch of mapstraction because I need some of its additional functionality. In the instructions for installing the module, it says to download the mapstraction v2 library from mapstraction.com Navigating through the...