Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 629 of 661

JSON for OpenLaszlo is an implementation of JSON for the OpenLaszlo platform. It does not depend on ActionScript extension, regular expressions, or exception handling.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

AWFixWhen Internet Explorer 7 was released it triggered a runtime bug in Adobe Authorware's implementation of ReadURL(). The tabbed windows in IE7+ require ActiveX controls to use a different method to "navigate" to javascript:... url's because all windows now share a single ... [More] address bar. Since IE7+ runs the iframe in a separate cpu thread and memory space it has exclusive access to its own virtural address bar. Therefore ReadURL("javascript:...") will function normally when the Authorware object is executed from inside an iframe. This code is a simple js file that, upon onDOMContentLoaded, will move all Authorware objects into an iframe. To implement this code each HTML page that has an Authorware object must have in the head block. 2 files are required in the same folder as the .aam map file, awfix.js and iframe.htm. [Less]

0
 
  0 reviews  |  0 users  |  131 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

This Javascript lib basically tries to fry your favorite browsers security. It can be a tool to inspect the browser, used for pentesting the browser or general browser fun. In any case it aims at being a js platform to fry browsers. It includes the following options: DOM inspecter, browser ... [More] crasher, heap sprayer, stack smasher, cookie tamperer, http assaulter,XHR pentester, DOM destroyer, JS fuzzer, DOM fuzzer, same origin violator, DOM mashup tool, protocol fuzzing, et al. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

The Flow framework:implements the DOM Level 3 API across all modern browsers extends the API with extremely useful functions animates your elements manages your cookies simplifies form management fixes XMLHttpRequest for all modern browsers and much more

0
 
  0 reviews  |  0 users  |  4,035 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

iAnime.js is a ligh-weight Javascript animation engine that allows developers to implement action-heavy applications such as games, animations, and slideshows without Flash. iAnime.js is so small and efficient that even action games on Apple iPhone became practical. iFreecell is a fullly ... [More] functional puzzle game for iPhone that takes advantage of light-weiht animation capability of iAnime.js. Please take a look at it (it runs on PC/Mac as well) to see what is possible with iAnime.js. If you have any questions or requests, please visit iAnime.js discussion group. [Less]

0
 
  0 reviews  |  0 users  |  3,918 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

The OpenSource Pack includes several components for enhancing your IntraWeb applications. The components included are: IW Arcana Tab ArcIWScreenInfo - This is a non-visual component that returns information about the user's browser window. Specifically the size of the window and it's ... [More] position. Also will tell you what color depth the user is using. ArcIWToolWindow - This component provides a floating tool window for your IW pages. Inside the tool window you can place any html code, a pdf document, another html page. ArcIWPageController - This is a non-visual component that gives you more control over your webpage. You can disable right-clicking and text selection. You can also issue an alert when the browser windows isn't the right size for viewing your application or start your application maximized. It also allows you to 'Pop Out' of any frames that might be holding your application hostage. ArcIWFilledBox - This component provides a replacement to TIWRectangle. In addition to being a filled rectangle, it also has borders and allows for patterns inside. In addition, this component has both OnClick and onMouseDown event handlers. ArcIWEmbeddedHTML - This component supports embedding any URL into your IW Form. This allows you to embed other HTML documents, pdf documents or other IW page mode forms. If you can display it in a browser with a URL, you can display it in TArcIWEmbeddedHTML. ArcIWImageURL - This component implements a TIWImage with the capabilities of a TIWUrl. You can use this component to launch another browser window with full control over it's size, whether or not it's resizable or has toolbars. ArcIWImageFileURL - This component implements a TIWImageFile with the capabilities of a TIWUrl. You can use this component to launch another browser window with full control over it's size, whether or not it's resizable or has toolbars. IW PayPal Tab ArcIWPayPalDonations - This component supports accepting donations from your IW applications via the Paypal credit card processing service. ArcIWPayPalSubscription - This component supports accepting subscription payments from your IW applications. You can provide your users with up to two trial periods in addition to your standard subscription terms. Allow recurring subscription payments on any period that you wish, from daily to yearly; even accept multiple year subscriptions. ArcIWPayPalSubscriptionCancel - This component provides your users a way to cancel their subscriptions. ArcIWPayPalItemPurchase - This component supports purchasing single items from your web application. ArcIWPayPalAddToCart - This component supports purchasing multiple items from your web application. ArcIWPayPalViewCart - This component supports viewing items that were added to the user's cart via TArcIWPayPalAddToCart. IW Opera Tab - (Deprecated) ArcIWOperaButton - An Opera compatible version of the TIWButton. ArcIWOperaComboBox - An Opera compatible version of the TIWComboBox. ArcIWOperaEdit - An Opera compatible version of the TIWEdit. ArcIWOperaGrid - An Opera compatible version of the TIWGrid. ArcIWOperaListBox - An Opera compatible version of the TIWListBox. ArcIWOperaMemo - An Opera compatible version of the TIWMemo. Note that thanks to IntraWeb's Opera support in 5.1, the IW Opera tab is essentially there only to maintain backward compatibility. [Less]

0
 
  0 reviews  |  0 users  |  5,155 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

jScrollPane is a jQuery plugin which provides you with custom scrollbars which work consistently across all modern browsers. You can easily control the apperance of the scrollbars using simple CSS and they degrade gracefully where Javascript is disabled. jScrollPane allows you to replace the ... [More] browsers default vertical scrollbars on any block level element with an overflow:auto style. It is crossbrowser, working on all browsers that support jquery and it also degrades gracefully. If a user's browser doesn't support jQuery or has Javascript turned off then they will see the browsers default scrollbars. If the mouse wheel plugin is included in the page then the scroll panes will also respond to mouse wheel events. [Less]

0
 
  0 reviews  |  0 users  |  5,313 lines of code  |  0 current contributors  |  Analyzed about 10 hours ago
 
 

Both Kibbles.Keys and Kibbles.Skipper are included in the featured kibbles download. If you plan on using both libraries, that's by far the easiest way to reference. Kibbles.KeysKibbles.Keys provides a small cross browser library for keyboard shortcuts. function onLoad() { ... [More] kibbles.keys.listen(); kibbles.keys.addKeyPressListener( "a", function() { document.body.innerHTML = document.body.innerHTML + "a "; }); kibbles.keys.addKeyPressListener( "u", function() { window.location = 'http://code.google.com/p/kibbles/'; }); } window.onload = onLoad; Kibbles.SkipperKibbles.Skipper provides a cross browser library for on page keyboard navigation. You can register an object as a 'stop', then using selected keys, navigate to each 'stop' in succession. // updates the style on the stop and clears the style on the previous stop function updateCursor(next, prev) { // remove our cursor style from the previous stop if (prev && prev.element) { prev.element.style.border = ''; } // add our cursor style to the current stop if (next && next.element) { next.element.style.border = '1px solid red'; } } function onLoad() { kibbles.skipper.addStopListener( kibbles.skipper.LISTENER_TYPE.PRE, updateCursor); // Set the 'offset' option to return the a third way down the client area // an option can be a static value, or a callback. kibbles.skipper.setOption('offset', function() { return document.documentElement.clientHeight / 3; }); // Work your own magic to find a list of elements to use // use as stops, then register them with skipper. var nodes = document.getElementsByTagName("h1"); for (var i = 0; i < nodes.length; i++) { kibbles.skipper.append(nodes.item(i)); } // Finally register our keys. kibbles.skipper.addFwdKey("j"); kibbles.skipper.addRevKey("k"); } window.onload = onLoad; [Less]

0
 
  0 reviews  |  0 users  |  382 lines of code  |  0 current contributors  |  Analyzed about 9 hours ago
 
 

‘2ch’ is the notorious bulletin board system in Japan. It has much of posts in a day, so some maniacs often use ‘2ch browsers’, is the local application and optimized for reading texts fast and jumping between threads easily. The purpose of this project is porting ‘2ch browsers’ to the JavaScript and running it on the Web browser.

0
 
  0 reviews  |  0 users  |  13,176 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

This is a mootools based site modification for the Outlook / Exchange web interface. On IE users get a nice interface. This is an attempt to bring some of that niceness to other browsers. The primary design goal is to increase the efficiency of the interface without reworking things too much. ... [More] The current userscript in the repository has only been tested with Firefox. Well, actually it's been tested in Opera too, but all that testing proved was that it doesn't work in opera. [Less]

0
 
  0 reviews  |  0 users  |  625 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.