Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology
Results 7501-7520 of 8326
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
Views1970
iJoomla News Portal
iJoomla News Portal turns your existing sections, categories and articles into a live news portal. Within minutes, you can own a news site that's as professional and appealing as CNN.com or FoxNews.com! Designed specifically for Joomla! CMS, our Joomla News Portal is the ideal solution for any site displaying news content. The portal can work as a home page for site dedicated to news or as a news section within a general site that makes breaking information an easier read. The joomla news portal is generated and maintained automatically using your existing sections, categories and content items. New items will display at the top, and flow from one zone to the next, creating a truly dynamic page.
(1 ratings)
Reviews1
PriceUSD 79.99
Views928
iJoomla Surveys
iJoomla Surveys is a Joomla survey component that lets you easily create surveys, collect information and analyze data. It's great for business, education, research, marketing and more...
(0 ratings)
Reviews0
PriceUSD 79.99
Views633
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
Views1040
iJoomla SideBars
Want to make your article pages more exciting? Want to pack more information into a single page? Place ads? Use polls? RSS feeds? Or tease readers towards another article? Sidebars are the perfect solution... and with the iJoomla SideBars Extension for Joomla, they're now a breeze to use.
(0 ratings)
Reviews0
PriceUSD 69.99
Views652
Paypal Instant Payment Notification Script
if you are working with Paypal as your payment processor you certainly have heard of Instant Payment Notification supported by Paypal to instantly verify an customer purchase. By IPN turned on for your account, every time an customer purchases an item Paypal will post all the specific transaction details plus an security key to an url which is set from your side at your Paypal account profile. by receiving this transaction details, you will have to pass back the string to Paypal in order to prevent fraudsters from posting to your processing script. Paypal will then perform an check of your passed back data and if ok sends an verification of that transaction. exactly this routine handles the pp_ipn script at your side and also stores the relevant data foreach purchase in a single flat text file.
(3 ratings)
Reviews0
PriceUSD 29.95
Views1125
Raxan PDI
Raxan PDI (Programmable Document Interface) is an Open Source CSS & PHP application framework that's design to take advantage of modern web application technologies. Features include Client/Server Ajax request and Event Binding, Server-side HTML/XML DOM Traversing and Manipulation, Data Sanitization, Template Binding and Built-in CSRF protection. Check out the website for more information and view the growing number of examples to see what can be done with Raxan PDI.
(0 ratings)
Reviews0
PriceFree
Views1047
Handling JavaScript Cookies
posted bychowexfoinCookies
Cookies could become the ticket to success of a great JavaScript application. When cookies are properly defined, the application is stable and users will feel more secure because of the active monitoring and recording of the application. JavaScript would be able to seamlessly provide personalized services to users since cookies were already stored. But as much as JavaScript cookies could be the tool for an effective Ajax based application, this could also be a ticket to disaster. If cookies are not properly used in the application, developers might build an application that are very susceptive to different form of attack. JavaScript cookies are one of the small things that
(0 ratings)
Reviews0
PriceFree
Views1033
PHP File Uploader -- Advanced PHP Upload Solution
PHP File Uploader is an easy to use, hi-performance File Upload Control which allows you to upload files to web server without refreshing the page. It allows you select and upload multiple files and cancel running uploads, add new files during uploading. The look and feel of file upload controls can be customized to seamlessly blend into your website design.
(77 ratings)
Reviews2
PriceUSD 99.00
Views35621
Rainbow Live XML Editor - a Lite XML CMS for Flash
Rainbow is a handy browser based application that uses a node based approach to edit XML. It's very visual which prevents you from making any structural mistakes. There is also a more beefy version called Rainbow Live which allows you to edit your XML data source directly from your server, as well as upload images, set publish options and provide a client log in amongst other things. I like to think of it as a lite CMS. Key features: * Runs in browser * Move, delete, duplicate and rename nodes * Add and remove multiple attributes using a simple dialog box * Avoid writing poorly formed XML * Edit XML files live online * Upload Images and files * Automatically create thumbnails * Admin and User log-ins * Lock and hide elements from user * Define child templates to define your own node type * No backend scripting necessary * Customizable scripts * Doesn't dictate structure of your data/website - you can easily design the CMS to your own needs
(3 ratings)
Reviews0
PriceUSD 99.00
Views550
Amazing 3D Spiral Carousel AS2
posted byoxylusinComponents
Greetings and thank you for checking out this awesome stock flash file. Building this carousel we aimed to make it one of the most flexible and parametric carousels on sale today, with a twist namely the spiral feature. This allows for true unlimited items where traditional carousels run out of space. The carousel can take almost any usable form and it\'s extremely quick to set up and customize, geometric variations are limitless. Please check out the presets and use the previews sliders to get the desired look. Using the same variables in the .xml config file will get you the identical result. That\'s it ! The file is a movie clip you can quickly drag into your project so implementation is extremely easy and fast. ...and many more
(0 ratings)
Reviews0
PriceUSD 20.00
Views871
Microsoft SQL to MySQL
MS SQL to MySQL conversion software converts source database (MSSQL) into destination DB (MySQL) and save the converted database at user specified location or merge the existing DB. Microsoft SQL to MySQL database transformation utility efficiently migrate MSSQL database file without changing the original structure and functionality of DB. MSSQL to MySQL record converter tool supports conversion of all versions of MSSQL into MySQL database.
(0 ratings)
Reviews0
PriceUSD 45.00
Views1064
FTP2Web
FTP2Web is an ASP.NET Web File Manager. It offers file sharing and file upload/download features over integration of ASP.NET and FTP. Application has ASP.NET-based configuration, administration and users login interface and FTP-based upload/download part. FTP provides Multiple files or Folders Resumable download and upload and stable work. Application needs just empty FTP IIS server and completely saves from any manual operation with virtual FTP directories and FTP users. FTP2Web can be used as simple document management system and offers check-in check-out (lock/unlock ) feature. It supports Forms or Windows Integrated authentication and supports own users or Windows NT (Domain) users. Provides data security by NTFS permissions and access restrictions by IP address. It supports all most popular browsers and OS.
(0 ratings)
Reviews0
PriceFree
Views1929
Handling Non-Get Requests
The easiest way of transferring data for an Ajax based application is to use the GET form in XHR. Although there are browser challenges a developer would face, using this function is still the best way to transfer data. Because of browser incompatibility, the workarounds in GET has been relatively easier. Implementing better security may seem to be a bit hazy for now but as long as the coding is stable and simplified, the application could be easily secured. There are even recommended steps that could be used if a developer wants to integrate JS Client for an API. But the challenge comes if the developer wants to implement functions that do not use GET. This is usually don
(0 ratings)
Reviews0
PriceFree
Views551
Paxful Clone Script | Paxful Clone Software | Opris - Cover Image
Paxful Clone Script | Paxful Clone Software | Opris
Paxful clone script is a pre-loaded p2p cryptocurrency exchange script that helps to establish an exchange like Paxful in 2 weeks. Initiate your fully customizable, safe, and trustworthy peer-to-peer cryptocurrency exchange platform like Paxful Let's partner up today!
(0 ratings)
Reviews0
PriceUSD 5,000.00
Views553
Using WWW::Mechanize
Learn to use the WWW::Mechanize Perl module to navigate websites and submit webforms with just a few lines of code. WWW::Mechanize allows you to quickly and easily retrieve webpages, parse documents, and more.
(0 ratings)
Reviews0
PriceFree
Views995
Bouncy Ball
Jump with the bouncy ball through the platforms and collect golden treasures to get to the next level. This demo offers three levels to play. In the beginning of each level you get a code which you can use later on to skip to it using the Load game feature. This game is a lot of fun so do not hesitate and try it now. Controls: the arrow keys
(0 ratings)
Reviews0
PriceGBP 20.00
Views440
Better Data Transfer with GET Requests
Data transfer in an Ajax based application is a very important component. As application is basically a form of data processing, proper data transfer is a must in an online application. JavaScript already has components that could effectively implement data transfer in the application. The XHR or XMLHttpRequest have been used extensively to ensure data transfer should be enabled in the client side. Its foremost component – the GET command is extensively used to tag information not only from its server to the client but also from other online resources. But usage of GET in XHR for data transfer is usually shunned by developers. In a perfect setting, GET in XHR provide
(0 ratings)
Reviews0
PriceFree
Views485
JavaScript CharacterData
CharacterData is a small but significant portion of JavaScript and Ajax based application. This function is used with DOM wherein it provides additional information for DOM for proper interpretation. CharacterData is used with actual text or connected after the text is written. As a key to DOM’s interaction with the text, CharacterData treats a single line of data as a node. A node would usually look this way: Sample Test Placed Here This will be defined by CharacterData by the number of characters and the actual text found
(0 ratings)
Reviews0
PriceFree
Views637
Pure CSS Menu.com
Pure CSS Menu.com : Free CSS Drop Down Menu Generator Online CSS Menu Maker. Create No-Javascript, 100% CSS Dropdown Menu in seconds! Horizontal css menu & Vertical css menu. PureCSSMenu.com is a FREE online tool that creates pure css drop down menus in few clicks! You need just 3 easy steps to build your CSS menu: 1. Open PureCSSMenu.com and select the menu template you like. 2. Setup the menu item links. 3. Download the result as a zip file. That's all! No complicated HTML and CSS coding. No drawing. Easy and Free! PureCSSMenu.com is an online application and it's truly cross-platform, so you can use it on Windows, Mac or Linux computers. The menu created with PureCSSMenu.com is a No-Javascript drop down menu, based on CSS and HTML only. Features: * Widest browser and platform compatibility. * Small size ~ 4Kb. * Immediate loading. * Readable by any search-engine robots. * Horizontal css menu & Vertical css menu. Build your CSS Drop Down menu for Free!
(3 ratings)
Reviews0
PriceFree
Views2535
Results 7501-7520 of 8326