Showing 262 open source projects for "php-simple-html-dom-parser"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Zepto.js

    Zepto.js

    JavaScript library for modern browsers with a jQuery compatible API

    ...Note that some optional features of Zepto specifically target mobile browsers; as the original project goal was to specifically provide a leaner alternative to jQuery for the mobile web. Zepto is a good choice for browser extensions (for Safari, Chrome and Firefox) and to develop HTML-based views within native app frameworks, such as PhoneGap. In short, Zepto is expected to work in every modern browser and browser-like environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    heatmap.js

    heatmap.js

    JavaScript Library for HTML5 canvas based heatmaps

    heatmap.js is a lightweight, easy to use JavaScript library to help you visualize your three dimensional data! Use it to add new value to your project, build a business based on it, study and visualize user behaviour, or why not build something completely crazy/awesome? Whether you want to have an aggregated overview of your users behaviour, or look at thousands of events distributed on a map, heatmap.js has all your heatmap visualization needs covered! Because it is the most advanced heat...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jQuery Calx

    jQuery Calx

    A jQuery plugin for creating formula-based calculation form

    jQuery Calx is an Excel calculation engine and formula parser built as a jQuery plugin, it offers spreadsheet ability to process and calculate the formula without bringing a table-like spreadsheet interface. In the core of jQuery Calx is a formula parser generated using jison which parse and processes the formula and set of formulas imported from formula.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Webiness

    Webiness

    Lightweight PHP framework

    Webiness is lightweight PHP framework based on MVC design pattern. It has a very straightforward installation process that requires only a minimal configuration, so it can save you a lot of hassle. Also, it canbe an ideal choice if you want to avoid PHP version conflict, as it works on all PHP versions from 5.3. Webiness extensively uses the lazy loading technique so, in most cases, it is faster then other frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 5
    Protip

    Protip

    A new generation jQuery Tooltip plugin

    A new generation jQuery Tooltip plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Simple-Jekyll-Search

    Simple-Jekyll-Search

    A JavaScript library to add search functionality to any Jekyll blog

    A JavaScript library to add search functionality to any Jekyll blog. You have a blog, built with Jekyll, and want a lightweight search functionality on your blog, purely client-side? No server configurations or databases to maintain. Just 5 minutes to have a fully working searchable blog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    launchjs

    launchjs

    Rapidly Develop Websites with Less Coding.

    Launchjs is rapid application development framework built utilizing JavaScript. It allows you to quickly build your web sites using JavaScript without a lot of extra typing. It combines groups of functions that have been commonly used to develop web pages. One of the great things about Launchjs is that it allows you easily change the selector used to call functions. Another great feature is that the code base is well organized and you can import just some of the functions from the library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FSVS

    FSVS

    Full Screen Vertical Scroll

    Simple full-screen vertical slider using CSS3 transitions followed up by a jQuery fallback. Bound events support the mouse wheel, click and drag, arrow keys, and touch gestures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MythCore

    MythCore

    Myth Framework Core Libraries (part of MythSDP)

    MythCore is a PHP framework that allows the developer to use a C# .NET like object oriented programming approach. It provides the essential classes that the MythSDP platform and the MythFramework builds upon. The goal is to create a library that enables the programmer to use a fully object oriented approach that has the "feel" of .NET and Java programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
    Learn More
  • 10
    jquery.applink

    jquery.applink

    Launch native apps from web page links for mobile and desktop devices

    Create links to native apps from mobile (or minor cases from desktop) browsers. HTML links should have the web URL as default, but you can add an alternate link using the registered app protocol to invoke apps like Facebook, Twitter, Foursquare, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple Automation Middleware (SAM) est un framework permettant de batir des applications sous forme de modules. Il fournit des bibliothèques COM Delphi implémentant la gestion des évènements, Dispatch etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Knwl.js

    Knwl.js

    A .js library for parsing text for specific information

    Knwl.js is a Javascript library that parses through text for dates, times, phone numbers, emails, places, and more. Parser plugins are what make Knwl.js tick and give it new parsing abilities. There are many already available under ./default_plugins for a number of tasks. If you're interested in developing plugins for Knwl.js, ./plugin_development.md is a great place to start. You can optionally specify a language in the first parameter. This helps plugins identify and better suit particular languages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    co

    co

    The ultimate generator based flow-control goodness for nodejs

    co is a small Node.js library that popularized generator-based coroutines to write asynchronous code that looks synchronous. By yielding promises (or thunks) inside a generator function, co resumes execution when the asynchronous work completes, eliminating deeply nested callbacks. It supports yielding arrays or objects of promises to run tasks concurrently, and it propagates errors naturally through try/catch, making control flow easier to reason about. The library arrived before...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Morphext

    Morphext

    A simple, high-performance and cross-browser jQuery rotating plugin

    A simple, high-performance, and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css. A jQuery plugin for creating text-based carousels, rotating small or large pieces of text one after the other, just like a slider does with images. This can be a great tool for displaying catch phrases, mission statements, tag lines, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    interview-ouch

    interview-ouch

    Simple web snippets for interviews

    interview-ouch is a cheeky, realistic collection of tough interview questions and scenarios that tend to “hurt” unprepared candidates. It’s meant to expose the gaps in typical interview prep by highlighting non-trivial, edge-case, or context-heavy questions. The repo covers programming, systems, and sometimes softer judgment questions that interviewers use to see how you think under pressure. Instead of focusing only on textbook algorithms, it nudges you toward understanding trade-offs, code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fotorama source

    Fotorama source

    A simple, stunning, powerful jQuery gallery

    Our platform is designed to make it easy for businesses, marketers, and individuals to create stunning visual content, such as graphics, images, and videos. We understand the importance of visual content in today's digital world and we are committed to providing our users with the tools they need to stand out from the crowd. With Fotorama.io, you can create professional-quality visual content without any prior design experience. Our user-friendly interface and drag-and-drop functionality...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    jQuery-Tabledit

    jQuery-Tabledit

    Inline editor for HTML tables compatible with Bootstrap

    Inline editor for HTML tables compatible with Bootstrap. It is possible to edit inline like a spreadsheet or with buttons to change between edit and view modes. You must choose a table column to use as an identifier column and choose the ones you want to turn into editable columns. Edit the pre-selected columns with a button to save or delete a row with a confirmation button and the possibility of restoring it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    js-librarian

    JS library for those folks who prefer plain javascript over jQuery.

    libCommon - Some common functions used in javascript, libLogger - Extended logging capabilities, libAjax - Ajax wrapper, libLocalStorage - localStorage with data catching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    toastr

    toastr

    Simple javascript toast notifications

    toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. Toastr will supply default animations, so you do not have to provide any of these settings. However you have the option to override the animations if you like. Optionally override the animation easing to show or hide the toasts. Default is swing. swing and linear are built into jQuery.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    C++ Airline Inventory Management Library
    That project aims at providing a clean API and a simple implementation, as a C++ library, of an Airline-related Inventory Management system. That library uses the Standard Airline IT C++ object model (http://sf.net/projects/stdair).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jQuery.Colibra

    jQuery.Colibra

    jQuery Libraries for applications development

    Colibra is an open source initiative multi language, focused primarily at developers, designers and students, who gives them a set of free use libraries for development and implementation of Web applications. jQuery.Colibra is a compilation of jQuery plugins for development Web users interfaces (Web UI), containing mainly drivers for creating graphics objects based on HTML 5, such as buttons, data grids and charts among others. All these plugins are separated into classes that can be used separately or together. These classes were built under the Development Standard of the Colibra Project, forming an integral part of this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Textillate.js

    Textillate.js

    A jquery plugin for CSS3 text animations

    Textillate.js combines some awesome libraries to provide an easy-to-use plugin for applying CSS3 animations to any text. Simply include textillate.js and it's dependencies in your project to start creating unique effects. Textillate.js is built on top of the simple, yet amazingly powerful animate.css and lettering.js libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FastClick

    FastClick

    Easy-to-use library to remove click delays on browsers with touch UIs

    FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic. FastClick is developed by FT Labs, part of the Financial Times. Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing bugs into your application. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    Medium.js

    Medium.js

    A tiny JavaScript library for making content editable beautiful

    Medium.js keeps HTML code within content editable semantic, simple, and clean. Medium.js also supports placeholders, automatic HR (or BR, or P) creation, events, hotkeys, simple & complex element injection, and more! Medium.js is html5 compliant and has been tested in Firefox, Chrome, Safari, Opera, & IE8+. Browser support is constantly improving! This script is inspired by Medium's beautiful content editor, something we have aspired to emulate since its inception. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Magix cjQuery est un framework PHP 5 permettant de manipuler jQuery dans le code PHP. Une abstraction de base de donnée rapide et simple, permet de mettre en place une communication dynamique avec vos bases de donnée.
    Downloads: 0 This Week
    Last Update:
    See Project