Prestashop Skype Call Button (Prestashop)

The Skype Call button allow to customers contact through skype in a call or chat.

The module can be configured to show the call/chat option, and you can set the color (blue/white), dimensions and your skype username.
You can transplant the module to the hooks: top/footer/right-left columns/ product page and nav section (in PS 1.6)

Features:
Configure in diffrent hooks
Multistore
Diffrent sizes
Cross browser

Download Prestashop Skype Call Button (Prestashop)

API Documenter (Miscellaneous)

RESTful API documentation utility that allows for a fast and easy process for you to develop documentation on your API endpoints that you can send to your developers or clients.

I have found myself in many situations manually creating documents on the API work that I do. I created this so it can be rapidly generated and edited.

It links into a MySQL database which stores the information about the endpoints.

Please use the install.html file for install instructions :) its very easy!

Thanks for purchasing! Please follow me @andrewpuch on twitter and if you have any questions feel free to email me at [email protected].

Download API Documenter (Miscellaneous)

Simple BG – Easy Video Background (3D)

Simple BG gives you opportunity to insert videos in your website background with very simple way. This script has function to pick best quality of video to show in your background and also have video control functions.

Features:

Youtube and native video support
HTML5 with Flash fallback or other way around by option
One simple Javascript call
Fixed positioning (follows page scrolling)
Absolute positioning (inside a div)
Control functions such as pause, play, mute toggle, and more
Works in every major browser

Check out our funny game: Slot Machine

Download Simple BG – Easy Video Background (3D)

CIFullCalendar (Calendars)

A complete solution for Fullcalendar on Codeigniter framework using MySQL

How can I use this script on my site? If you already or considering having a site or a web app built on CodeIgniter framework, styled by bootstrap or other responsive theme and storing the data on MySQL, Sqlsrv, Oracle database etc. supported by CI this calendar script can be very useful. For example, if you like to create a event site, booking site, appointment site, personal scheduling site, or any other site using CI framework the script can be easily plug-in into it. The idea is to display shared events on a calendar on your frontend (visitors page) of your site and control it at the backend (admin page) similarily like any other cms site that can easily edit contents and have it displayed to the public.

The calendar events can be updated or created by dragging, resizing and clicking each event. Also, supported on touch devices but limited to resizing without the page ever reloading or redirects.

Clicking each event is displayed in a model, there you are able to enter information, colors and an option to delete.

In addition, json class allows you to share all of your public events by url.

Features:

  • Fullcalendar v1.6.4 – Coming soon v2.1.1 compatibility
  • Codeigniter v2.2.0
  • Bootstrap v3.2.0
  • Add, Edit, Delete, View, and Share Events
  • Update Events on Resize
  • Update Events on Drag and on touch devices
  • Easy to use and implement
  • Documentation Included
  • Demo Included, and SQL file Included

Demo Logins:

  • u:admin p: 123456
  • u:user p: 123456

Change Logs

  1.1.0.0 (Sept. 25, 2014)
    - Fix LINK events. Enable user to edit event and open LINK in a new tab within browser.
  1.0.0.0 (Sept. 22, 2014)
    - First version

Download CIFullCalendar (Calendars)

Universal Video Player – YouTube/Vimeo/Self-Hosted (Media)

\

\
\

 

Universal Video Player supports YouTube, Vimeo and Self-Hosted videos and is a top-notch responsive HTML5 plugin compatible with all major browsers and mobile devices.

 

FEATURES:

\ YouTube, Vimeo and Self-Hosted support

It plays YouTube, Vimeo and Self-Hosted video files. For YouTube and Vimeo, all you need to use is the video ID

\ Responsive Design

The plugin can be used in websites which are responsive. Optional parameter to disable responsive behavior in order to integrate it in non-responsive websites.

\ Mobile Compatible

It is compatible with IOS and Android operating systems.

\ Customizable Color Scheme

Any color scheme possible, customizable from parameters, so you can integrate this audio player in any design.

\ Playlist With 3 Versions

You can show the playlist thumb, title & description or hide one of them. Also parameters for playlist size and color.

\ Playlist Search

You have the option to search the playlist. The results will be displayed as you type the search term.

\ Categories

The playlist items can be structured in categories. A video can belong to multiple categories.

\ Two Skins

You can choose from the 2 skins available: back & white. Also, from parameters you can create any color scheme, having the possibility to integrate it in any design.

\ Download Option

Available button to download the current playing file (only for self-hosted videos). You have the option to hide the download button.

\ Share

You can share your video player on Facebook and Twitter. Parameters to customize the share title and description.

\ Show/Hide Playlist

Button to show or hide the playlist. Also option to load the player with the playlist hidden.

\ Shuffle

Option to shuffle the playlist.

\ Logo/Watermark

You can define a logo in the top & left corner. Also, option to set the link and target_self or _blank.

\ Multiple Parameters

Autoplay, loop, colors, dimensions etc. Over 85 JS parameters from where you can customize the player.

\Lightweight

The JS file has around 55KB

\ Free Updates

Once you’ve bought the product, you can download for free, from your account, all the updated versions.

 

\

\

\

\

Keywords: self-hosted, vimeo, ios, fullscreen, media, html5, jquery, mobile, player, playlist, responsive, video, video player, youtube, search, categories

If you need additional information don’t hesitate to contact us at [email protected]. We’ll try to answer you as quickly as possible.

Enjoy!

Download Universal Video Player – YouTube/Vimeo/Self-Hosted (Media)

Magento Testimonials (Magento Extensions)

Magento Testimonials extension add testimonials functinality to your store. Let everyone know what your customers think about your store.

You can add photo, email, website url and rating to your testimonials. Show testimonials on sidebar or separate page. Switch between slideshow and simple list templates. Add testimonials shortcode to any cms block. Control what information you want to show in testimonials block.

Full features list

  • Add testimonials from admin panel
  • Show testimonials block in sidebar
  • Show testimonials on separate page
  • Show testimonials as list or slideshow
  • use shortcode to insert testimonials block in cms static block or page
  • Change status of testimonial elements such as logo, email, website, rating
  • Allow limiting number of words on each testimonials that will be displayed on sidebar.
  • No programming skills required
  • Support multiple stores and multiple languages
  • Easy to install and configure

Download Magento Testimonials (Magento Extensions)

jQuery – equalHeight (Miscellaneous)

The best way to equalize height of divs/HTML Elements.
Lightweight, responsive, easy-to-use.

HTML Elements can be equalized by simply adding tag inline:

  • data-eqHeight=”group_name”

Example:

<div id="main">
    <div id="menu" data-eqHeight="group1"></div>
    <div id="content" data-eqHeight="group1"></div>
    <div id="rightpanel" data-eqHeight="group1"></div>
    On page load... all these divs will be as tall as the tallest one.
</div>

<div id="footer">
    <div id="footer_left" data-eqHeight="group2"></div>
    <div id="footer_right" data-eqHeight="group2"></div>
    footer_left and footer_right will also be as tal as the tallest one.
</div>

Equalize using javascript/jquery

<script type="text/javascript">
    $(document).ready(function() { 
        $(".class_to_equalize").equalHeight({
            perRow: 0     // Default is 0 (All HTML Elements will be as tall as the tallest one)
        });
    });
</script>

Download jQuery – equalHeight (Miscellaneous)

SVG Donut Charts (Charts and Graphs)

Description

6 Edge Animate projects (+16 additional examples) with animated SVG Donut Charts for infographics, statistics, dashboard charts and other data visualisations.

  • Displays one value or compairs two different values
  • Present as Donut or Pie chart
  • Animated SVG (CSS3 animation)
  • Some projects use icon fonts to display the icons
  • Resolution independent graphics – pure CSS shapes, icon fonts or SVG
  • Any count of chart instances (easy to add more)
  • Easy to change data, animation easing, animation direction, colors of elements (with or without Edge Animate software), add new ones or just remove them
  • Included:
    • Edge Animate files (.an, JS, HTML)
    • Icon fonts in some projects (for preview purpose)
    • Documentation

Live preview

Notes

Preview of Documentation

Documentation

Customer support

  • Documentation included (HTML)
  • Additional support by e-mail or this site.
  • I’m available to customise these files (at an additional cost). Mail me if you have any tasks.
  • Contact e-mail: [email protected]

Ratings

If you like it, please rate it - thank you in advance! :)

Download SVG Donut Charts (Charts and Graphs)

Magento SKU Auto Generator (Magento Extensions)

With Magento SKU Auto Generator extension, website owner can create SKUs for products automatically. This is perfect solution for admin because they no need input for SKU.
This extension is ideal for stores that create auto number SKU for product or create product SKU from category SKU. That means you have two types for create Product SKU.

Demo Backend Info:
User: demo
Password: demo123

Extension backend demo: http://magento-sku-base.uscoding.net/index.php/admin

Extension guide: http://magento-sku-base-guide.uscoding.net/index.html

Extension detail: http://uscoding.net/magento-sku-auto-generator.html

Main Features

– Create Auto Numeric for SKU codes

– Set a Prefix or a Suffix string for your SKUs

– Allow to use SKU prefix from Category and build SKU for Product

– Enable or Disable SKU auto generation

Support
We provide 24×7 technical support at:

Ticket:
http://support.uscoding.net

Email: [email protected]

Our helpful Extensions
| Powered by
UsCoding

More Magento extensions from UsCoding

Magento Testimonials: http://uscoding.net/magento-testimonials.html

Magento Customer Attributes: http://uscoding.net/magento-customer-attributes-extension.html

Magento Quick View: http://uscoding.net/magento-quick-view.html

Download Magento SKU Auto Generator (Magento Extensions)

Attractive Buttons for Visual Composer (Add-ons)



Attractive Buttons for Visual Composer is a premium multi-purpose plugin for creation of different types of modern animated buttons which will make your site look expressive and really attractive for visitors. None will remain indifferent!

Requirements & Compatibility

Plugin is compatible with the WordPress versions 3.9 and later (PHP v.5.2 or greater; MySQL v.5.0.15 or greater). Most JavaScript enabled Browsers will make them work with no issues.

v1.0.1 - September 20, 2014
* Front Editor Improvements

v1.0.0 - September 19, 2014
* Initial release

Download Attractive Buttons for Visual Composer (Add-ons)

FilePlus – PHP File Manager (PHP Scripts)

FilePlus is a tiny, fast and secure PHP script that can help you manage your files & folders and upload new files to your server . You can copy, move, delete, edit, download, zip, unzip, preview, email your files with this script . No installation, no coding-knowledge required and codes are really simple, so if you have slightest knowledge of PHP, you can easily customize the script and make it even more awesome!

Features

  • Upload multiple files
  • Drag&Drop files & folders to start uploading
  • Upload BIG files, script will chunk and upload them
  • Copy, Move, Delete files & folders
  • Rename, Download, Edit file & folder
  • Zip files & folders and extract zipped files
  • Send files & folders to multiple Emails
  • Preview images in gallery mode
  • Works on all major internet browsers
  • No Database or coding-knowledge required, just upload and use it!
  • Life-time support

Download FilePlus – PHP File Manager (PHP Scripts)

Social Audience Plugin (Social Networking)

MULTIFUNCTIONAL TWITTER FEED SYSTEM

A pioneering system for the measurement and analysis of social impact through social networks (via Twitter). Display multiple data and compare results in visual graphic charts or simply display a timeline from a user or hashtag. Monitorize in real time the activity from multiple users or hashtags: new tweets, followers, retweets, mentions… Compare data in a certain period of time. View the last most relevants tweets.

Spanish description

Social Audience Plugin es un script avanzado para la medición de audiencia social a través de Twitter. Un sistema pionero y fácil de usar capaz de ofrecer visualización y análisis de datos efectiva del impacto social de usuarios y hashtags usando la API de Twitter. Medir, analizar y visualizar este impacto es su objetivo.

MEASURES, ANALYZES AND CREATES VISUALIZATIONS

Social Audience Plugin is a multi-functional Twitter feed system. A pioneering system for the measurement and analysis of social impact through social networks (via Twitter).

Measure, analyze and visualize this impact. SA Plugin provide social media engagement, publishing and analytic tools for WordPress users. A powerful plugin for social measurement.

Monitor Hashtags and Topics on Twitter and analyzes incoming messages for all of your connected Twitter profiles to give you hassle free insights. Configure your trending topics, hashtags and influencers across your profiles.

See the Tweets behind what’s trending, dig into day-by-day stats and chart relationships between hashtags & topics.

You don’t need any HTML/CSS/PHP knowledge to install and use this plugin. Just upload and activate the plugin, that’s all.

SA PLUGIN FEATURES

SA Plugin by Pumpun

Built on HTML5
Future proof design with latest technologies. Improved plugin performance.

Twitter Boostrap v3 Framework
Amazing CSS framework for solid design.

Fully responsive
Looks great on laptops, tablets and mobiles (don’t forget to view demo in a mobile device or just resize your browser).

Predefined skins
Choose of the predefined skins to start or edited.

Elegant and clean design
Enhanced by some pretty jQuery effects.

Clean HTML / CSS
If you want to digg in the code, you will find it easy and well organized.

Built with LESS
Use the LESS Luke!!!

Cross browser compatible
It works fine on any modern, major browser(IE8+, Google Chrome, Mozilla Firefox, Apple Safari and Opera).

Google fonts
You can select your preferred one in the backend.

Custom elegant social icons
Elegant and efficient to link to your social profiles.

DEMO SITE

http://www.saplugin.com/ (both, Spanish and English)

SUPPORT AND DOCUMENTATION SITE

Full documentation

Knowledge base & support center

DESIGN

SA Plugin by Pumpun
SA Plugin by Pumpun

CREDITS

Designed and developed by: Pumpún

The plugin has been possible thanks to the following resources:

  • Composer a Dependency Manager for PHP
  • Guzzle PHP HTTP client and webservice framework
  • Idiorm & Paris Light object-relational mapper and fluent query builder with an Active Record implementation
  • TWIG Template engine for PHP
  • Chart.js Simple HTML5 Charts using canvas
  • jQuery javascript framework
  • Bootstrap CSS framework
  • Font Awesome The iconic font and CSS toolkit
  • Slick Light and reponsive carousel
  • LESS CSS pre-processor
  • And of course thanks to TWITTER

Download Social Audience Plugin (Social Networking)

Video Player (Android)

The Android App has four modules to Discover, Bookmark and Play Video files:

Features:

• XML Feed
Insert XML feed and video are automatically shown in App front end

• Video files added by admin
Pre added video files for users

• Play video from your local memory/sdcard
Browse all music files from your phone

• Play YouTube video in app
Add video channel list to list out all video songs in channel

Other Features:
We have taken WordPress feed in app
The videos are uploaded in WordPress post
Bookmark your favorite Video
Get online video by xml parsing
Asynchronous data and image loading
Video Player can play all types of Video files like AVI, 3GP, M4V, MOV, MP4, WMV, RMVB, MKV, TS, MPG, FLV, etc
It uses hardware decoding, which make video play smoother
Video Player can also play high-definition videos, movies and flash files
You can direct control Volume and Brightness by player controller
Three different type of screen size to show video
Image Cache
Custom fonts for Custom UI
Use YouTube API for YouTube videos
Insert Google Ad/Admob with Banner

Full Source Code
We provide full source code with video help file

Live Demo / Download APK:
http://mobilemerit.com/video-player2/

Video Help File
https://www.youtube.com/watch?v=OfQFmS6BkLg

Support:
http://mobilemerit.com/contact-us/

For any custom coding in Android, pl. contact – http://www.mobilemerit.com

Download Video Player (Android)

Daily Inspiration Quotes (Full Applications)

Your Daily dose of inspiration is here!
My Daily inspiration is mobile application allows you to make life brighter and more comfortable! Users have the opportunity to share with friends, photos and videos, as well as quotes by famous authors and tips that are stored on the server for easy editing and performance improvements. The application is easy to use, has an original design and user friendly interface.

Download Daily Inspiration Quotes (Full Applications)