Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 741-760 of 36559
Proper Handling of Onerror Event
Onerror event is one of the many functions developers have to exhaustively use if they are building highly interactive Ajax or JavaScript based application. This form of error handling in JavaScript aids developers in properly handling unexpected errors on events or when an expected form of data has not been received. Aside from instructing the browser on the options available when error happens; onerror could be used by developers to know more about the application. This could be used to detect bugs in the application so that a remedy could be proposed as soon as possible. The basic coding for onerror event goes this way:
(0 ratings)
Reviews0
PriceFree
Views920
Alexa Traffic Rank Charts Anylizer
This tool checks where your website is standing and how much traffic it is generating. You can choose from multiple sites and domain names to anylize the graph's Traffic and Rank. Its FREE !
(0 ratings)
Reviews0
PriceFree
Views1469
TutorialMS
TutorialMS is a free Content Management System, designed specifically for running a tutorial site. It is coded in PHP and includes all of the common features one would expect in a tutorial site (such as affiliates, news, categories, submitting tutorials, and so on). It provides a powerful backend and allows the webmaster to start and maintain a tutorial site with little to no knowledge of coding.
(0 ratings)
Reviews0
PriceFree
Views1194
Slideshow AS2
This slideshow component is XML driven, has 12 transition effects and it's easy to customize. The component is AS2 compliant.
(0 ratings)
Reviews0
PriceFree
Views952
Slideshow AS3
This slideshow component is XML driven, has 12 transition effects and it's easy to customize. The component is AS3 compliant.
(0 ratings)
Reviews0
PriceFree
Views1878
Thumbnail Scroller AS2
This thumbnail scroller component is XML driven and very easy to customize. The component is AS2 compliant.
(0 ratings)
Reviews0
PriceFree
Views826
Thumbnail Scroller AS3
This thumbnail scroller component is XML driven and very easy to customize. The component is AS3 compliant.
(0 ratings)
Reviews0
PriceFree
Views1449
Optimizing DOM for Better Ajax Functions
One of the biggest challenges for JavaScript and Ajax based developers is on using DOM for various browsers. This is not only based on browser incompatibility but also on the ability of the application to load faster in the client side. If the application will not load as expected, users might stay away from the application which lowers the feasibility or usefulness of the application. Loading problem for developers often stem from the fact that the entire webpage has to load first before JavaScript function is executed. Developers execute window.onload=function () so that the function will check if the webpage is fully loaded first. Although this function is very feasible
(0 ratings)
Reviews0
PriceFree
Views776
XML Advantage in Ajax
Ajax would be nothing without XML. After all, the “x” in the acronym stands for XML which means it is a very important aspect in the Ajax based application. There are those that are not even Ajax that uses XML. For example, JavaScript could still use XML as its data format especially when developers needed to improve their application in terms of availability to other websites. Since it’s considered as the universal data format, developers have been using XML to ensure that their application will work as planned. But even with the known ease in using XML, there are still challenges developers have to go through in building an application through XML. Chal
(0 ratings)
Reviews0
PriceFree
Views821
TDMS and Ajax
Data is always the vital component in an Ajax based application. In fact, an application can be judged on its ability to deal with data manipulation as fast as it can while providing an easy interaction with its users. But aside from interaction and functionality, data security is also considered as well. Ajax has been in trouble a lot of times because of its inability to provide secure functions for its developers. Although strict coding and use of frameworks that improves security, securing the client side programming technique is still a challenge. But Ajax is still considered a remarkable programming technique because of its ability to deal with data online. The type
(0 ratings)
Reviews0
PriceFree
Views615
Bouncing Ball with Gravity
Simulates the world’s best superball—it bounces forever. Of course you may change that by pressing a key. The ball will bounce lower and lower until coming to a rest. Obviously, you could replace the ball with anything, including image-based words--even linked words, with a few code tweaks.
(0 ratings)
Reviews0
PriceFree
Views1322
Blur rotation photo effect
In this thoroughly explained, detailed flash lesson, I will show you how to create cool and practical blur photo rotation using flash filters and some special tips and tricks.
(0 ratings)
Reviews0
PriceFree
Views1053
Advanced flash banner
Using this thoroughly explained, detailed flash lesson, you will see how to create advanced blur flash banner using the mask.
(0 ratings)
Reviews0
PriceFree
Views897
The Simplest Effective Browser Sniffer
The Simplest Effective Browser Sniffer: All of the following javascript about browser detection seems to work on just about all platforms and just about all browsers, as long as javascript is turned on.
(3 ratings)
Reviews0
PriceFree
Views2184
Mask dragging
This, step by step, detailed action script lesson, will show you how to create mask dragging using the mouse cursor.
(0 ratings)
Reviews0
PriceFree
Views628
XML Image Gallery AS3.0
Fading XML Image Scroller Gallery & Menu & Banner Rotator & Slideshow with scrollbar component, autoPlay, previous, next buttons and scrollable text description box ( Flash CS3 / CS4 and above / AS3 version ). Key Features: * Easy to use XML file for images / titles / descriptions and links * Scroll Bar component support for the text description box and image menu * Multiple big images / banners support, you can use SWFs and/or image files * Big images / banners width / height adjustable from XML * AutoPlay / Previous / Next with timer and adjustable focus symbol * Time period adjustable from the XML file (in seconds) * Menu thumbnails and visible area size adjustable from XML * Image titles, mirror and roll over coloring support * Highly customizable skins and HTML / CSS driven description text box * Set URL links when pressing individual banners in the XML file * Optionally set the XML file path in HTML using FlashVars
(0 ratings)
Reviews0
PriceUSD 6.00
Views1240
Art AdminShortcuts
ArtAdminShortcuts adds quick icons and keyboard shortcuts to help administrator fast and easy access components and pages. Instead of spending a lot of time browsing through the Joomla! menu administrator can just press keyboard shortcut or quick icon to go to any page. - Created for Joomla! 1.5 CMS - Ability to select any component item/subitem to go to on icon click or keyboard shortcut - Keyboard shortcuts can be simple or more complicated: Alt+1, Ctrl+Shift+F, Shift+5, ... - Ability to use extension only for keyboard shortcuts, without quick icons - You can add any JavaScript code to be executed on keyboard shortcut - Configurable CSS styles
(0 ratings)
Reviews0
PriceFree
Views817
DOM Document Types
Figuring out DOM for JavaScript is a little bit tricky because of browser incompatibilities. Although you should be able to load an Ajax based application in most browsers, the reaction of different browsers to JavaScript is different. Developers have to create modifications in their application most of the time if they wanted to ensure that their application is readable in all browsers. Without modifications, the application will not be able to adapt to different browsers and may even open up to different security questions. One of the reasons of browser incompatibility is in the variations of document types in DOM. There are developers who prefer to launch a specific
(0 ratings)
Reviews0
PriceFree
Views1144
Customizing JSON Response
JSON is a very useful output for JavaScript. As an output that is specifically built for the same programming language, it is expected that it could work without any problem with JavaScript and Ajax based applications. Although there is still browser incompatibilities expected from JavaScript and Ajax based applications, it should be expected that almost any function by JavaScript especially on DOM could be well received by JSON. With the compatibility provided by JSON, the options are almost endless when they are properly developed with JavaScript. Ease of user interaction and even increased security could be expected if they were just done right. But the interaction with
(0 ratings)
Reviews0
PriceFree
Views766
JAR (Java ARchive) File Tutorial
jar.fyicenter.com provides you detailed information on many commonly used 3rd party JAR files. You can use the search function to find the right JAR file name by entering the missing class name. jar.fyicenter.com also provides you information on how to download JAR files.
(0 ratings)
Reviews0
PriceFree
Views1218
Results 741-760 of 36559