Sunday, January 1, 2017

NanoCard - Responsive UI e-commerce Buying Groceries items (cards)


  • Higher than NINETY TWO% of alternative shopping cards on envatomarket

  • Full adaptability at any tool

  • Easy customization (simply 30 seconds settings)

  • the best interface

  • New design

NanoCard is an progressive, responsive UI e-commerce purchasing card with good design. the fashionable design will make your products further lovely for patrons. this may occasionally assist to spice up your product sales.

Lets glance

And now permit’s see the way to look our playing cards on other units. Complete adaptability!

iMac

MacBook

iPad

iPhone

NanoCard makes use of HTML5 LocalStorage.

With LocalStorage, web purposes can store knowledge locally inside the client’s browser. it's best and safer replaces cookies.

Every product selection by the patron – makes native storage object (LocalStorage). This object incorporates details about all of the essential thing Components of the chosen product. you'll be able to consult the thing (LocalStorage) and get the entire required details about the chosen product. click on the icon with coronary heart (cart) provides this info to the LocalStorage, or eliminates it from there. on the website with a Card of products or on the Buying Groceries Cart web site, you possibly can merely get this details about the chosen product.

Custom occasions.

you'll be able to control each motion cards… the real get advantages and luxury of these cards is to generate customized events. All clicks on the goal portions playing cards generate customized events to that you’ll find a way to bind the ajax requests to the server, it is extremely simple, merely capture custom designed event.

NanoCardmight be carried out very merely in bigger functions, making it attainable to set completely different alternatives on your playing cards. you'll permit or disable help for HTML5 Native Storage for your project or tooltips. It’s very simple..

Responsive layout will make your consumers satisfied. regardless of which gadget they’ve come in your website, it’s going to all of the time be beautiful..


FULL DOWNLOAD

Video Song Monster / Search Engine


It’s simple, simply type in your favorite song and hit search. take heed to your favorite songs and watch related song movies. Video music monster lets in you to quickly create, store and regulate your lists. Video track monster makes use of youtube. you can seek any kind of video then upload them on your lists. This script may be very modular so you can upload other resources very easily. it may be integrated into any existing PHP web page inside of mins the use of an effortless record come with.

Instance Web Site: http://freemusictube.net

. Handle your play lists.

. Drag – Drop strengthen in player listing.

. Video and music search engine.

. All browsers reinforce.

. Help record and pattern codes.

. Language improve.

. Makes Use Of same old server features for a no-trouble install.

. Media player

. Go-Browser Appropriate (IE6+, FF, Safari)

. Clean Coded

. Updated the Documentation

. Zend Framework

. Upload all search effects to record.

. Send checklist to a chum.

. Google search suggestion

Online Demo :

http://freemusictube.net/video-track-monster-v2/

Coming Soon :

Vimeo make stronger


FULL DOWNLOAD

GogooooSE - Superior Fulltext Seek Engine Script


GogooooSE – Completely Amazing Fulltext Search Engine with spelling, key phrases highlighting, boolean search and extra!

GogooooSE is completely superb fulltext and unbiased search engine with spelling (porter stemming algorithm sed) that is intended for any of your internet sites. GogooooSE is based on wonderful SQLite3 database engine with construct-in FT3 fulltext extension that may be based on a few Google men paintings :) (and used internally in numbers of Google initiatives!). With this script you can put into effect totally superb 0 configuration search capability to your website most effective by add and run script on server.

This seek script is predicated on two perfect Gogo classes (GogoSearch & GogoSpider) that you'll be able to enforce any place on your web site code. Merely come with GogoSE.php for your challenge and use this classes for your web site like underneath and you’re performed! It couldn’t be more uncomplicated!

include ('GogoSe.php'); //get started if ($ispostback ) choice of items in step with page from request $itemsPerPage = isset($_GET'c') ? (int) htmlentities($_GET'c') : 10; // get current web page number from request $currentPage = isset($_GET'p') ? (int) htmlentities($_GET'p') : 1; //initialize GogoSearch (Ifse is example name/sqlite filename) $gse = new GogoSearcher('Ifse'); //search results by fast and easy manner $gse->SearchEasy($_GET'q', $currentPage, $itemsPerPage); //some other ways //$gse->Search($_GET'q', $currentPage, $itemsPerPage); //$gse->RenderHtml(); //get xml results!! ('res' is the foundation part) //echo $gse->getXmlResults('res'); }

Features incorporated in GogooooSE:

  • Simple to install and configure (upload & run!)
  • Searches all HTML /Text recordsdata in your web page (in line with content material-kind header)
  • Tremendous fast looking out with spelling, keywords highlighting and scoring!
  • Boolean seek, prolonged search (e.g.: title:keyword)
  • Unearths matching in Name, Meta Keywords and in content material of site with stemming !!
  • No exterior database required, (you wish to have simplest PHP PDO SQLite3 enhance in your server)!
  • the consequences are taken care of by way of relevance in a page-by means of-web page view very similar to Google.
  • The text that shows beneath each and every search result is trimmed to a definite period so it fits on the page properly.
  • Implemented as absolutely distinctive GogoSearch and GogoSpider categories in unmarried come with document!!
  • Simple administration page for webspider, you'll index greater than one web page in your index !!
  • Configurable URL exclusion for webspider
  • Simple Google like outcome page with paging
  • Simple implementation to your site
  • XML  output for effects
  • etc …

Configuration of GogooooSE:

you'll be able to keep watch over the next choices:

  • Which folders to look for HTML /Text information
  • Which URL (part of url) exclude from indexing
  • how many effects to show on each and every web page
  • Plus many more complicated settings in each Gogo class

Advantages

The Advantages of GogooooSE over a google built-in answer

  • you can taste it the way you wish to have
  • Instant and limitless seek effects without ads!
  • Regulate over precisely whilst the indexer will scrape your up to date web site content once more
  • it can index “each and every” web page of your website
  • No “AdWords” advertising (customers don’t like commercials on their skilled taking a look web sites)
  • It has an ideal highlighting function and sorting in response to key phrases scoring
  • Easy to use, look above

Necessities

  • PHP5
  • PHP PDO SQLite3 extension enabled (for fulltext and stemming feature) (SOLite3 lib ver. > 3.6)
  • understand how to add files for your web site (eg: with FTP )
  • Some HTML /CSS wisdom so you'll style the quest results web page (to suit your look & feel) if you wish to have.

How to install:

  1. Unzip the file from CodeCanyon
  2. Upload extracted information for your web page (eg: to new /search/ folder)
  3. Visit the spider administration page by means of going to http://yourwebsite.com/seek/crawler.php
  4. Set “write” permissions via FTP faraway view on the /search/ folder
  5. Create a sort on your website like this:
    <shape action="/seek/index.php" approach="GET"><br /><enter type="text" name="q"> <input kind="submit" name="put up" worth=" Search "><br /></form>

    Notice: you'll be able to use (come with) search.php on your code to simple display effects in your web page, or e.g. use XML output to display effects via Ajax or your customized means.

  6. Performed
    (change yourwebsite.com along with your precise site deal with above)

the next step

The GogooooSE can also be prolonged by means of some new features, better scoring set of rules etc. when you are interested, touch me at magic ( at ) softpae.com. GogooooSE can also be extended through promoting “engine” also, see data beneath.

i am engaged on

i am engaged on new scripts:

  • SmallSense – Google AdWord/AdSense clone with simple implementation to GogooooSE :) (i'm the usage of SQLite FT3 enhance, “key phrases” spelling and the like…)
  • SEARCH ENGINE OPTIMISATION analyzer engine – engine for site examining
  • XMLWebCore – awesome site building framework

Be Aware: If you wish to have help me, buy this superb seek engine script right now and toughen me to do the new super superb scripts:) SmallSense will looking forward to you.

Demo

you'll be able to find demo web page of GogooooSE on http://apps.softpae.com/gogose/ (incorporates 500 pages from copyblogger.com listed!)

SOFTPAE .com

SOFTPAE .com is small building corporate based in Slovakia.


FULL DOWNLOAD

SEOUrl - Simple Seek-Engine-Friendly URLs.


This tiny, light-weight PHP class is helping you painlessly put in force Seek-Engine-Pleasant URLs in your web software, service or blog, via allowing your URLs to be descriptive with out shedding functionality. Implementation is minimum, and also you can upload it in your personal code in a pair of traces.

SEOUrl is a unmarried file, and doesn't require any changes to server or PHP configuration recordsdata.


FULL DOWNLOAD

Simple TMDb API


Easy TMDb API is a very easy to use PHP API to get details about motion pictures and/or actors. It makes use of the TMDb PHP API ( https://github.com/glamorous/TMDb-PHP-API ) and makes it alot more uncomplicated to get a few outcome you can instantly work with.


FULL DOWNLOAD

Language Weaver


Language Weaver is a light weight PHP Wrapper Consumer for the Google Language Detect and Translate REST -based totally APIs. This consumer magnificence is terribly easy to install inside of your present PHP code base.

Features:

This Client can briefly hit upon the overseas language of a given piece of textual content with top accuracy, returning the language title and language Code.

Additionally Language Weaver helps actual-time translations among FIFTY EIGHT other written languages.


FULL DOWNLOAD

CakePHP Fulltext Seek with Zend Lucene Plugin


Description

This Plugin may also help you simply keep indexing knowledge, and query from the indexing data will go back within the expected CakePHP way.

Details

  • CakePHP 2.x
  • PHP 5.x
  • Zend Framework Lucene
  • Simple to implement

FULL DOWNLOAD

Trik tersembunyi Bermain Slither.io agar menjadi no 1 | cara tau ampuh

Slither.io Unblocked Play Engaging in online game playing avails a chance for one to have a great experience. This opens up an enormous amo...