MyHash – Encrypt & Decrypt Text Online (Miscellaneous)

MyHash

MyHash is a powerful tool for encrypt & decrypt text online with 21 hash functions, build with VueJS & Google Firebase.

Feature

The encrypted data of a one-way hash function will be stored on the firebase server, so that all you need is a hosting and Google account.

This is a single-page static apps and uses firebase as the server, so you can use a static web host to deploy it.

Hash Function Support

  • MD5
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512
  • SHA3
  • RIPEMD160
  • HMACMD5
  • HMACSHA1
  • HMACSHA224
  • HMACSHA256
  • HMACSHA384
  • HMACSHA512
  • HMACSHA3
  • HMACRIPEMD160
  • AES
  • TRIPLEDES
  • RC4
  • Rabbit
  • Base64


Download MyHash – Encrypt & Decrypt Text Online (Miscellaneous)

SEO|Digital Marketing HTML5 Ad Banners-04 Colors (Ad Templates)

SEO HTML5 Ad Banners are created with Google Web Designer tool.
You can easily promote your business with these HTML5 ad banners. Available in 4 different colors.

Features

1. Ready to use & Easy to edit
2. 08 Popular sizes
3. Free Google web fonts
4. Awesome animation effects
5. 24×7 Free support

Sizes

1. 160×600
2. 250×250
3. 300×250
4. 300×600
5. 320×50
6. 336×280
7. 468×60
8. 728×90

image credits
https://pixabay.com/

Please rate our item. Thanks in advance.
Best regards

Download SEO|Digital Marketing HTML5 Ad Banners-04 Colors (Ad Templates)

Invento v3.0 Accounting Management System (Miscellaneous)

Dashboard

  • Income Report
  • Expenses Report
  • Bank Account Details
  • Latest Income Details
  • Latest Expense Details

Customer

  • Import Customer CSV file
  • Add/Edit/Delete Customer

Supplier

  • Import Supplier CSV file
  • Add/Edit/Delete Suppliers

Product

  • Import Product CSV file
  • Add/Edit/Delete Product

Sales

  • Quotation
    • Add/Edit/Delete Quotation
  • Invoice
    • Add/Edit/Delete Invoice
  • Payment
    • Add/Edit/Delete Payment

Purchase

  • Add/Edit/Delete Purchase

Banking & Transactions

  • Bank Account
    • Add/Edit/Delete Bank Account
  • Bank Account Deposits
    • Add/Edit/Delete Bank Account Deposits
  • Bank Account Transfers
    • Add/Edit/Delete Bank Account Transfers
  • Transactions
    • Add/Edit/Delete Transactions

Expenses

  • Add/Edit/Delete Expenses

Reports

  • Inventory Stock On Hand
  • Sales Reports
  • Sales History Reports
  • Purchase Reports
  • Team Member Reports
  • Expense Report
  • Income Report
  • Expense Vs Income

Settings

  • Company Details
  • General Settings
  • Finance

Admin

Master


Download Invento v3.0 Accounting Management System (Miscellaneous)

Let’s Checkout – jQuery & HTML5 Checkout Page Template (Shopping Carts)

Let’s Checkout is a jQuery & HTML5 checkout page template. Using Let’s Checkout you can make checkout page easily without having to make design from scratch, because we have done it for you. In addition, we also make every element work well. As in the cart page we have made the function of adding and subtracting the quantity on each item and the price of each item will be added to the ‘estimates’ section. For more details please see the demo.

Features

  • 6 Pages Available (Cart, Account Information, Shipping, Payment, Thank you Page, Payment Confirmation)
  • HTML5, CSS3 & JavaScript
  • Google Fonts(Lato & Raleway)
  • Fully responsive
  • SASS
  • CSS3 transition
  • Bootstrap 3
  • IonIcons
  • Clean and modern design
  • Cross-browser compatibility(Google Chrome, Firefox, Safari, Edge, IE, Opera)
  • Easy configruation with config.js file
  • Quantity calculation function for each item
  • Price format when typing
  • Phone number format when typing
  • Credit card format when typing(american express, master card, visa, diners club, discover, JCB)

Demo

On demo You can delete items in cart, add and subtract quantity, insert coupon code, and more. Make sure each element works the way you expect.

Demo

Credits

We would like to say thank you to all who made the jQuery plugins and icons that have been used in this template. jQuery – The jQuery Foundation – MIT License

Bootstrap – Bootstrap Core Team – MIT License

Cleave.JS – Nosir – Apache License Version 2.0

iCheck.JS – Fornteed – MIT License

IonIcons – Ionic Team – MIT License

Payment Method & Credit Card Icons – Get Bowtied

Prism.JS – PrismJS – MIT License

Sticky-Kit.JS – Leafo – MIT License

jQuery.easeScroll.JS – Ivmello – MIT License

Download Let’s Checkout – jQuery & HTML5 Checkout Page Template (Shopping Carts)

VScroll: Virtual Scroll Made Simple (Miscellaneous)

Overview

VScroll – Virtual Scroll Made Simple.

Display millions of rows and grids without affecting your website performance, not a bit. Not even a little bit.
It’s a fast replacement for the default web browser scroll and infinite scroll. Inspired by Facebook, Twitter and fonts.google.com.

You can head to our website to read more: VScroll

vscroll features: supports millions of rows, grid
vscroll features: two way scroll, ultra fast
vscroll features: buffered, responsive
vscroll features: dynamic, multiple instances

Why use VScroll?

“The DOM isn’t slow, you are.” If you do stupid things with the DOM, it will perform poorly. Like for instance adding 100+ list full of elements will decrease your website performance, it will also may lead to a very, very poor performance which will damage your user experience.

Web developers have created a solution, it’s called infinite scroll feature, also known as “unpagination”, is a technique where additional content for a page is appended dynamically as the user approaches the end of the content. But there’s still a problem; As you scroll down, the page starts to get bigger and slower, it will start to show performance issues.

JaguarScript built a better replacement of the default browser scroll and infinite scroll. You may have seen this technique on the Facebook’s Timeline or on Twitter’s and It’s inspired by fonts.google.com.

But how does it work? It takes an array of data and returns function containing each item based on index to create DOM (template for each item). It renders just enough amount of data to fill the viewport, by implementing a two-way infinite scroll technique. For performance reasons, It doesn’t render every item in the list at once.
It requires an array of data, function that generates and returns HTML templates for each item, and an HTML container element.

Features

  • Supports Millions of Rows: Allows you to display millions of rows and grids without hurting user experience. The same technology that it’s used by big companies like Facebook and Twitter to display their timelines.
  • Grid: It’s not limited to a list. It supports lists, ULs, Tables, divs that could contain anything. It also supports multi-column, just like fonts.google.com.
  • Two Way Scroll: VScroll renders just enough amount of data to fill the viewport, by implementing a two-way infinite scroll.
  • Ultra Fast: It doesn’t decrease the web page performance, even if the list is over 100,000 items, in fact it has many performance benefits over the default browser scroll.
  • Buffer: You can buffer/prerender the next and the previous elements in the DOM.
  • Responsive: Just like fonts.google.com.
  • Dynamic: It could contain dynamic growing array of data. It has a useful API where you can update, refresh, fast refresh or destroy your virtual scroll.
  • Multiple Instances: You can create multiple instances of VScroll that point to different data.

Documentation

Full documentation contains Installation, Usage, Options, API and Browser Support are included in the package.

Demo

Here’s a simple demo, more examples are included in the package:VScroll Virtual Scroll demonstration

Visit Product Page

VScroll: Virtual Scroll Made Simple

Browser Support

Google Chrome (4+), Mozilla Firefox (3.5+), Apple Safari (3.2+), Opera (10+), Microsoft Edge (all), Internet Explorer (9+)

Download VScroll: Virtual Scroll Made Simple (Miscellaneous)

fridge: Offline Data Storage. Stores Anything, Everywhere (Miscellaneous)

Overview

fridge – Offline Data Storage. Stores Anything, Everywhere.

fridge is the World’s lightest multi-backend offline web storage JavaScript library on the planet.
It uses localStorage, indexedDB, and webSQL backends as key-value store database to store data locally in the web browser. It wraps all of them using a fast, cross-browser localStorage-like API and stores a very wide range of data types in the most optimal way possible, everywhere.

It uses all the available web storage backends. If one is full, it automatically stores in another.

It checks the data type, and then chooses the one that offers the best functionality, which makes fridge the first of its kind.

You can head to our website to read more: fridge

fridge features: world's lightest, multi-backend
fridge features: cross-browser, localStorage-like API
fridge features: key-value, stores anything, feature-detection tests
fridge features: fast serializer, smart auto mode
fridge features: simplified error handling, complete on its own

Why use fridge?

Web browsers provides many ways to store data locally in the browser, but it’s very complicated, there are many headaches, many bugs, some has limited storage support, some has broken buggy implementations, and they all come with limitations, you can’t store this and you can’t store that. Even professional web developers struggle in this.

There are many web storage libraries that solve these issues, but very large in size, and they don’t have the luxury of using the optimal storage based on data type, which makes them slower than fridge, such as localForage. And some provides wrappers around certain storage technology, but with bugs, and requires storage polyfills. If you want to store an image or an audio file, you have to use a very big library to do a simple job.

For these reasons, JaguarScript built fridge.js, an extremely lightweight and production-ready replacement for localStorage and localForage. It’s fast, the lightest multi-backend storage ever made, perfect for mobile, cross-browser, and it does the offline web storage job perfectly.

Features

  • World’s Lightest: The World’s lightest multi-backend web storage library on the planet. It’s just 7.8kb minified, 3.4kb gzipped.

    How is this even possible? A well-thought-out mechanism that just works.

  • Multi-backend: Uses localStorage, indexedDB, and webSQL backends to store data offline locally in the web browser. Not just that, these 3 drivers works as one. It’s triple-driver one-channal. One of a kind.
  • Cross-browser: Works everywhere, on any browser and on any device: Chrome, Safari, Firefox, IE, Edge, Opera, and others including old mobile browsers, such as HTC browser and Blackberry browser.
  • localStorage-like API: Complex database calls wrapped in a powerful async localStorage-like consistent API. It has config(), setItem(), getItem(), each(), removeItem(), clear(), and keys().
  • Key-value: Key-value storage type. fridge uses client-side databases as setter and getter offline data storage.
  • Stores Anything: String, Number, Array, Object, Blob, File, TypedArrays (Int8Array, Int16Array, Int32Array, Uint8Array, Uint8ClampedArray, Uint16Array, Uint32Array, Float16Array, Float32Array), DataView.

    If you haven’t noticed yet, fridge stores a very wide range of data types, not even localForage can store these much of data types.

  • Feature-detection Tests: It does advanced databases feature-detection tests to determine their strengths and weaknesses, not just their basic support, so you don’t have to worry about anything, when storing anything. fridge provides ultimate user experience.
  • Fast Serializer: When necessary, fridge uses fast data serializer for compatibility reasons, so all data types are supported in every storage backend, it can even store small Blobs in localStorage driver.
  • Smart Auto Mode: Behind-the-scenes, fridge checks to see which storage technologies are supported by the browser, and uses all the available backends.
    Not just that, it checks the data type, and then chooses the one that offers the best functionality, and it provides a proper fallback as well, which makes fridge the first of its kind.
    For example: if you store a string, it chooses localStorage. If you store a Blob file, it chooses indexedDB. And If one storage was full, It will fallback to another storage backend automatically.
    We’re not finished just yet, If both indexedDB and webSQL were supported by the browser, It chooses the faster one.
  • Simplified Error Handling: Simplified error handling, no complications.
  • Complete On Its Own: Some web browsers fully support indexedDB, some partially support it, and some has buggy implementations, such as Safari. With fridge, you don’t have to provide any extra slow and large polyfills, such as indexedDBShim polyfill (141 KB), to fix these issues.

Documentation

Full documentation contains Installation, Usage, API, Supported Data Types, Browser Support, and Notes and Pro-tips are included in the package.

Demo

fridge Offline Data Storage demonstration

Visit Product Page

fridge: Offline Data Storage. Stores Anything, Everywhere

Browser Support

Google Chrome (4+), Mozilla Firefox (3.5+), Apple Safari (4+), Opera (10.5+), Microsoft Edge (all), Internet Explorer (8+) and others including old mobile browsers, such as HTC browser and Blackberry browser.

Download fridge: Offline Data Storage. Stores Anything, Everywhere (Miscellaneous)

Shortcode Mastery (WordPress)

WordPress Shortcode Builder

Unlimited potential in art of creation shortcodes!

Shortcode Mastery ?llows you to create shortcodes with rich customization options.

With advanced Query Builder you can build any kind of query with custom parameters in a user-friendly interface.

Using the Twig template engine helps you code everything you need to achieve the functionality you’re doing.

A lot of predefined templates in editor helps you to speed up you development process.

Scripts and Styles sections provide the ability to embed scripts and styles in a right way to the header or footer.

Import and Export functionality gives you the ability to create packages of most used and favorite shortcodes that can be implemented in many projects.

Main features:

  • Unlimited default parameters
  • Awesome user-friendly Query Builder
  • Twig Template Engine
  • Styles and Scripts Embadding
  • Import and Export functionality
  • AJAX driven

External Libs:

  • VueJS
  • Twig
  • Ace
  • Fontello
  • CSSMin

EXTENDED LICENSE IS REQUIRED WHEN PURCHASING THIS FOR INTEGRATION WITH FUTURE THEME FOREST OR CODE CANYON PRODUCTS.

ADMIN PANEL DEMO:
http://uncleserj.com/shortcode-mastery/

Download Shortcode Mastery (WordPress)

Hot Shoot – Html5 Mobile Game – android & ios (Games)

click on remove iframe at top right to play best

Hot Shoot – Html5 Mobile Game – android & ios (Construct 2)

How To Play Hot Shoot : Tap screen to shoot and hit white balls

Features:
. Game Made with Construct 2
. auto resize
. Mouse & Touch control

. SHARE HIGH SCORE ON TWITTER
. Easy to export to android & ios with intel xdk
. Easy to Reskin
. sounds made with : http://www.superflashbros.net/as3sfxr/
what you get
1 – Html5 game
2 – source project (capx)
3 – documentation

other NubiaStudio html5 games








        



        



        



        



        





        



        



        



        



        



        



        





        



        



        



        



        



        



        


Download Hot Shoot – Html5 Mobile Game – android & ios (Games)

Dvee Cart – e-commerce CMS with PayPal (Shopping Carts)

Dvee Cart

Dvee is an Ecommerce system build on a solid modular CodeIgniter framework and flexi cart toolkit. It’s a simple and convenient way to setup, monitor and manage your store. Dvee is built to help you to start selling your products with very little effort and simple modules and packages like inventory management, order management, online payments, a robust shopping cart and much more.

Admin Page

  • Username: admin
  • Password: password

User Page

  • Username: usernash
  • Password: password

\

Product Management

  • Manage Items
  • Manage Item Attributes
  • Manage Item Optons & Variations
  • Manage Item Tax and Shipping options
  • Manage Item Thumbnail and Images
  • Manage Categories with infinite sub-categories
  • Manage Category Attributes

Order Management

  • Manage Orders and Order Statuses
  • Orders are automatically saved on checkout
  • Logged in users can view order history

Discounts System

  • Users earn reward points on items purchased
  • Points are converted to a voucher worth a monetary value
  • Vouchers provide price discounts on a user’s next purchase

User Management System

  • User registration
  • User authentication
  • Administrator dashboard
  • Password recovery functionality
  • Admin User management functions including banning users

Tax and Shipping

  • Define Tax or Shipping for individual items or
  • Define Locations and location zones for Tax and Shipping

Currency Management

  • Manage Any Currencies
  • Define exchange rates and more

Customizable Settings

  • Setup different curriencies that appear as options to users
  • Manage extensive cart configuration options
  • Setup cart Defaults – for when a user first visits the storefront

Extra Features

  • Page Manager to create custom pages like about-us, contact-us…
  • Banner Manager with HTML text option and schedule option

Download Dvee Cart – e-commerce CMS with PayPal (Shopping Carts)

Tuna Form Wizard, Signup, Login, Reservation and Questionnaire (Forms)

Tuna is an sexy signup form wizard for your potential customers and a HTML5 & CSS3 site template. You can create signup, register or login form wizard easily, You can collect data from your customer with this amazing form wizard.

It comes with 4 different themes. Looking perfect. Responsive design for all devices.

You can customize easily changing or adding a little code pieces. Add extra fields or remove easily.

Features

  • Responsive Design
  • Bootstrap Included
  • Material Design
  • Valid HTML5 & CSS3
  • Four different themes
  • Color & Image Options
  • Amazing Effects
  • Google Web Fonts integrated
  • Well documented

Download Tuna Form Wizard, Signup, Login, Reservation and Questionnaire (Forms)

JoomShopping Ajax Filters (eCommerce)

JoomShopping is most popular eCommerce solution for Joomla. JoomShopping have many and many features, plugins, modules, addons and so on for improve your online business with charm. But many JoomShopping themes do not have instruments for best customization. JoomShopping Ajax Filtert is powerful module for create and modify filters for your popular online shop.


Download JoomShopping Ajax Filters (eCommerce)

Prestashop Product Questions and Answers module (Prestashop)

Prestashop Product Questions and Answers Module allow users to post the desired questions and answers about a product from your website.Allows to be added questions,answers and reply to answers.Shows questions,answers and reply as list on each product page.You will be notified by email to each new question,answer,reply posted in your website.Also you will be able to moderate by edit, delete questions,answers and reply that will be displayed in the front office of your shop.Your customers can post new questions or answers as quest by using a username and one email address,an authentication system based on these two components will be created.

PrestaShop compatibility

  • PrestaShop 1.6.0.4
  • PrestaShop 1.6.0.5
  • PrestaShop 1.6.0.6
  • PrestaShop 1.6.0.8
  • PrestaShop 1.6.0.9
  • PrestaShop 1.6.0.11
  • PrestaShop 1.6.0.13
  • PrestaShop 1.6.0.14
  • PrestaShop 1.6.1.0
  • PrestaShop 1.6.1.1
  • PrestaShop 1.6.1.2
  • PrestaShop 1.6.1.3
  • PrestaShop 1.6.1.4
  • PrestaShop 1.6.1.5
  • PrestaShop 1.6.1.6
  • PrestaShop 1.6.1.7
  • PrestaShop 1.6.1.8
  • PrestaShop 1.6.1.9
  • Prestashop 1.6.1.10
  • Prestashop 1.6.1.11
  • Prestashop 1.6.1.12
  • Prestashop 1.6.1.13
  • Prestashop 1.6.1.14
  • Prestashop 1.6.1.15

Compatible with all major browsers:

  • IE 9 +
  • Firefox
  • Chrome
  • Opera
  • Safari

Changelog

  " 
  version 1.0.0 
  initial release
  " 

Prestashop product questions and answers module

Download Prestashop Product Questions and Answers module (Prestashop)

Love Test + AdMob (Full Applications)

Description

Test how compatible you and your lover are in terms of love !
Download APK

Features

AdMob integration
Splash Screen
Clean Material Design UI
Share button with all social networks and app.
Easy to reskin (PSD files are included)
Android Studio Project
Compatible with older android versions.

Screenshots


Download Love Test + AdMob (Full Applications)

Flashlight with Stroboscope (Full Applications)

Description

Custom android based flashlight application with stroboscope. Download APK

Features

Flashlight and Stroboscope
AdMob integration
Easy to code(With comments)
Android Studio Project
You do not need to programming skills. (There are explanatory notes next to the codes.)
Compatible with older android versions.
Full documentation

Screenshots


Download Flashlight with Stroboscope (Full Applications)

Google Maps Store Locator (Prestashop)

Short Description

Google Maps Store Locator is a feature rich module that allows merchants to display their physical store locations on home page and a separate store locator page.

Benefits for Merchants

The Google Map Store Locator module is an amazing tool for merchants who have physical stores at different locations. The module provide you feature to add any number of stores across the world on website and navigating visitors to the required one.

Features

  • Super easy install.
  • Easy to customize.
  • Map Type: roadmap and satellite.
  • Display street view and map controls.
  • Enable bounce marker.
  • Add customized markers for each store.
  • Custom content in popup.
  • Fully responsive 100%.
  • Multi-language ready.
  • Support multi-store.
  • Well documented.
  • Compatibility (IE8+, Firefox, Opera, Safari, Chrome).

Download Google Maps Store Locator (Prestashop)