Graphic Designer Responsive Portfolio Manager (Images and Media)

The Ultimate PHP Portfolio For Web And Graphic Designers »

Digi Goods Store is one of the most intuitive responsive portfolio websites with PHP CMS (Content Management System) that a web/graphic designer can use for his portfolio management.

It is the perfect business portfolio manager for small to middle graphic design agencies and is easy to use and to maintain. The value of Digi Goods Store is in its intuitiveness.

The real value to the customer does not come from hundreds of features that they cannot or will not ever use. Real value comes from making it simple to use some great power features that get the job done. That is exactly what Digi Goods Store delivers.

Our software allows small business owners to manage their entire product portfolios in seconds…

Demo »

Public Website: http://dgs-www.vadenka.com/
CMS/Admin Panel: http://dgs-cms.vadenka.com/
Demo E-mail: [email protected]
Demo Password: admin

Is It For Me? »

Digi Goods Store is a beautifully minimalistic portfolio for selling digital products.

It can be used for a wide range of projects starting from personal portfolio galleries and business portfolios to a platform to advertise and sell almost any downloadable products.

Digi Goods Store is for you if you are:

  • a freelance web developer, graphic designer or photographer willing to sell your own digital products
  • a small business or an online agency willing to showcase your work

Version 1.0 allows our clients to sell their digital products in many online selling platforms. You can simply link your products to sites like Envato Market, Sellfy, Gumroad, Selz, eBay, etc.

Digi Goods Store can help you to sell your own digital products without requiring much time or effort on your part to handle to details of e-commerce. And since the checkout pages aren’t hosted on your site you won’t need to worry about security and protecting customer data, like credit card numbers – the provider will take care of that for you.

Requirements »

  • Operating system: Linux, Unix or Windows
  • Web Server: Apache 2+
  • Scripting Language: PHP 5+
  • Database: MySQL 5+
  • Apache mod_rewrite
  • PHP GD Library
  • PHP Multibyte String (mbstring) Extension
  • PHP Zlib Extension

Features »

  • Responsive & Modular Design
  • Custom CMS / Administration Panel
  • SEO Optimized
  • Search Engine with Autocomplete
  • GZip Compression of CSS, HTML & JavaScript
  • WYSIWYG Editor
  • Google Analytics Integration
  • Voting System
  • Dynamic Menu/Navigation Creation
  • Custom URL Rewriting
  • Unified UI
  • Statistic Of Viewed Products & Pages
  • Edit Language File From Admin Panel
  • HTML5 Multiple File Uploader
  • Lightbox Gallery
  • Cache System For Settings
  • Who’s Online Module
  • Easy Installation



Download Graphic Designer Responsive Portfolio Manager (Images and Media)

Grid Locker – draw a password – WP plugin (Utilities)

Passwords are big problem nova days, they have to be at least 8 characters long, containing letters (uppercase and lowercase), numbers and at least one special character which makes them very difficult to remember. And they have to be changed very often.

Live preview!


Grid Locker will generate complex password in no time by simply drawing a shape in a grid. Shapes are much easier to remember then complicated set of strings but yet your shape can easily generate complex password containing up to 64 characters.

Grid Locker will not affect current WP login system, it’s a layer on top of it. It will just help you to create simple but complex password.

Grid Locker is also inserted in update your profile page, which makes changing password very easy.

And it works perfectly on touch devices.

Here is video:
https://www.youtube.com/watch?v=6nRVVv2-KoE

GridLocker on iPad:
https://www.youtube.com/watch?v=ZapTPZ1p2UE

Grid Locker is using two arrays of 16 characters each to generate your password using simple algorithm to combine characters from both arrays.These arrays of characters can be easily customized in WP dashboard enabling you to maximizing the uniqueness of your passwords

Password generator is generating the password based on selected blocks and order of selection,each block will generate different set of characters based on order of selection which makes your password very secure.

Flag Counter

Download Grid Locker – draw a password – WP plugin (Utilities)

Ccase jQuery (Shopping Carts)

cCase JQUERY offer online product customization to your customers, whether Phone cover,T-shirt, caps, cards, banners and many other products, giving them the opportunity to choose images, text, put in various forms.

cCase features : Easy to custom, Easy code source, Simple structure, Integrate with any CMS, Compatible with other plugins, Plug & Play, Well documented.

In the download package: cCase source, Documentation.

Download Ccase jQuery (Shopping Carts)

Multipeer Connectivity – iOS8 with Swift (Network / Connectivity)

Multipeer
iOS8 full application written in the new Swift language.
Send files between your devices easily and chat in the same application, without the need of internet connection!?

Overview

This project features a complete iOS8 ready application written in the Swift language. Its main purpose is to exchange files wirelessly between devices. It uses the Multipeer Connectivity Framework to search and connect to available devices, without the need of internet connection or any kind of server and database.

Handy sidebar menu using UIDynamics.
Browse for all available nearby devices using the build-in Multipeer Connectivity browser.
Choose your documents or images and videos from your library and send them via wifi or bluetooth automatically in a paired device.
Lock/unlock features and enable/disable advertisements easily.
Also you can chat with the connected device, and play a fun TicTacToe game.
Action extension to easily send photos to other devices

Features

Multipeer Connectivity Framework
Written in Swift exclusively
Universal app for all iPhones and iPads
Action Extension
Size Classes
Sidebar with UIDynamics
Chat page
TicTacToe game
In-App purchases using StoreKit
iAd Framework

Requires XCode6 and iOS8 framework

For using the Action Extension, the deployment target must be iOS8 and the device must support x64 architecture (iPhone5s/6/6+, iPad Retina/Air)

Installation

Unzip the project files and you have a full XCode6 project, ready to run. Double click the xcodeproj file to open the project and start working on it. No other installation needed.
Make sure you use XCode6 with the iOS8 SDK installed.

Reskin?

The app can be re-skinned very easily. Open the Main.storyboard file in XCode left menu and there you can see all the views this app consists of. Click on a png file in order to see its dimensions and change it to one of your own. If you would like to keep it simple and make no code changes, then you should name the new file the same as the original one.

Application icons and any other image used can be found under Images.xcassets. There you can see the relevant sizes these items must have and replace the existing ones as necessary.

Modify code

The project consists of five different pages.
The main page that displays a message regarding the connection status and that displays the sidebar. These are handled by the ViewController.swift, SideBarTableViewController.swift and SideBar.swift. There we can change UIDynamics behaviour and how the sidebar is being displayed, change its attributes, colours, cells, etc. For that we use the available tableView delegate methods.
We also handle the Multipeer Connectivity delegate and how we present that controller. We use a singleton design pattern for this for the class MPCLibrary.swift, so it can be available throughout the class. We do that in the AppDelegate.swift file.
In the main page, we also display an iAd banner at the bottom.

The Documents page, where we have a table view that displays the available documents of the app (local folder) and we can send them to the connected device. All handled by DocumentsViewController.swift.

The Chat page, that displays a very simple chat interface. Handled by ChatViewController.swift.

The TicTacToe page, where we can play tic tac toe with the connected device! Handled by TTTViewController.swift.

The Settings page, where we have the InApp purchases and other settings. Handled by SettingsTableViewController.swift. For InApp, we have setup in the AppDelegate.swift two product ids, that can be changed accordingly.

The source code is fully customisable and can be extended to support other views. Again the code is designed to run on all devices, it’s universal.
We also have a progress view displayed when we exchange files, that use the open source class KYCircularProgress. Alerts are displayed using the open source class SCLAlertView.
There is also an action extension implemented that can send a photo chosen, to another device that runs this app.

Download Multipeer Connectivity – iOS8 with Swift (Network / Connectivity)

Feature Rich Responsive PMS With Invoicing (PHP Scripts)

The Perfect PMS For Your Business

Manage projects and interact with others.
All languages and devices compatible , so never lose any client again

Is it mysql based ?would customers be able to login & create tickets/pay invoices?
Yes , its mysql based and customers are able to login and pay invoice as well as use tickets

ELEGANT, CLEAN AND MODERN DESIGN.

The design is completely responsive so you can work any time, any where from any device. The UI charts gives a better visualization to your reports and progress. Notifications, Multiple languages and automatic features will help you remember your daily tasks, invoices and events.
“Get Organized and Increase Your Profits”.

COMPLETE PMS SOFTWARE

This PMS is a complete PMS solution that automates your core sales, customer service and marketing processes, with a focus on the individual. Users get powerful functionality they’ll actually want to use, driving higher adoption and greater business insights.

OUTSTANDING FEATURES

->Multiple Languages
->Beautiful Invoices
->Automated Notifications
->Three way payment
->Secured Paypal Gateway
->Fastest PMS
->Minimal Response Time
->Hassle Free Operation
->Frequent Updates
->Language based invoices
->And Much More…

http://sunshineaffiliate.com/businesscrm2
user: [email protected]
pass : demo

Download Feature Rich Responsive PMS With Invoicing (PHP Scripts)

Booked – Appointment Booking for WordPress (Calendars)

Last Updated November 12th:
View the Changelog

WHAT IS BOOKED?

Booked is a powerful and easy-to-use appointment booking plugin for WordPress.

FEATURES

  • Appointment calendar shortcode and widget.
  • A powerful backend interface to manage appointments.
  • Color pickers to change your calendar’s colors.
  • Appointment buffering to prevent appointments from getting booked too close to current date and/or time.
  • Customers can manage their own appointments.
  • Customers can manage their account information.
  • “Add to Google Calendar” buttons for your customers.
  • Customizable emails sent to you and your customers.
  • Front-end and admin are both fully responsive.
  • Fully translatable
  • Color customizations

THEME DEVELOPERS

Do you want to include Booked as a packaged plugin with your theme? Just purchase the Extended License and shoot me a message from my profile page to let me know how you’re using it. Thanks!

Download Booked – Appointment Booking for WordPress (Calendars)

WordPress PayPal Login Plugin (WooCommerce)

Streamline your interface for increased sales! Use PayPal to login to WordPress sites. This saves your visitors time in three ways:

1. Use PayPal to allow users to login to your WordPress website.
2. Make one click payments using PayPal, without having to login again!
3. Fetch user details like Address, Phone, etc. if you are using the popular WooCommerce plugin.

Download WordPress PayPal Login Plugin (WooCommerce)

Jigoshop | Ajax Pagination & Infinite scroll (Jigoshop)

-Three ajax pagination methods: Infinite Scroll | Infinite scroll with load more | Simple ajax navigation .
-No more waiting for the next page: Asynchronously requests for each page no need to refresh.
-Plug and play: No need to edit any options or to make any modifications at start. Just install and enjoy.
-Cross browser support: The plugin is a lightweight script which should work on any major browser (and also in mobile).
-You can upload your own preloader icon: The plugin came with a default preloader icon. But you can change it with whatever you like through settings page.
-Load more animations: 20+ animation methods for load more button .
-Load more button: The plugin has the option to display load more button instead of load results on scroll.
-Increace page speed of products page: You can choose how many products you want the server to load initially. All other products will be loaded asynchronously.
-Compatibility with all themes The plugin should work on all themes. In case you have a themed version of Jigoshop you can always choose you own selectors from settings page.
-Built with WordPress Best Practices We have used the latest standards for creating this wordpress plugin in order to not affect your site performance.

Download Jigoshop | Ajax Pagination & Infinite scroll (Jigoshop)

Dizzi – Responsive Product Designer for WooCommerce (WooCommerce)

Dizzi is a simple and beautiful WooCommerce add-on for selling customizable products.
There is no need to guess what your customers may want. They tell you what they want with the Dizzi help.

Dizzi is fully responsive – it can be used conveniently even on smallest devices.
Developed and tested on iPhones, iPads and Android devices. Your clients can design products wherever needed.

Dizzi is super-easy for WooCommerce administrators.
You can setup Dizzi in a few clicks and it integrates seamless in your current WooCommerce store.

Key features:

  • Add multiple views to a product, e.g. front and back of a hoody
  • Organize your cliparts into categories
  • Enable/disable customization for certain products
  • Manage the list of products and orders
  • Open the customized products from admin view and edit custom design
  • Customers can add their own photos, images from the art gallery or text
  • Extremely easy customization process for customers
  • Define the design area position and dimensions
  • Export customized products’ design
  • Define your own colors for the main plugin elements (buttons lines, etc.)

Download Dizzi – Responsive Product Designer for WooCommerce (WooCommerce)

VS Builder – Pure HTML and CSS Page Builder (Miscellaneous)

We are proud to introduce VS Builder – an intuitive and handy page builder. It is based on the Zurb Foundation grid and offers you a flexible way to build your personalized layout. With just one click you’ll get a generated CSS and HTML code similar to one that was written by a professional developer. It’s well documented, so it will become your favorite tool in just a few minutes.

You are probably wondering what additional software you might be needing? Well, none! All you need is your browser, because VS Builder is written in JavaScript and there is no need of localhost or server support. Additionally, VS Builder comes with 39 available components that will make your site look unique.

Builder features

  • Start building in one click
  • Optimized for speed
  • Tested on real devices
  • Build from scratch
  • User friendly interface
  • Simple markup structure
  • Professional CSS and HTML generator
  • Built on Foundation
  • No server support needed
  • 39 available components
  • And much more …

Design Features

  • Drag & Drop sliders
  • Awesome preloader
  • Parallax effect
  • Video block
  • Responsive layout
  • Retina ready
  • Smooth transition effects

User Features

  • Full & well-written documentation
  • Ridiculously simple to implement and customize

Developers Features

  • HTML5 & CSS3
  • CSS architecture SMACSS
  • CSS preprocessor Less
  • JS module loader RequireJS
  • UI Animation with VelocityJS

External development resources

  • Google fonts
  • Font awesome
  • Simple Line Icons
  • Built with Foundation

Download VS Builder – Pure HTML and CSS Page Builder (Miscellaneous)

Asteroids Game – Multiplayer – HTML5 (Games)

Description

Asteroids Game – Multiplayer is an asteroids / geometry wars styled HTML5 multiplayer game. It’s written using Node.js and HTML5. It currently runs natively in Chrome 5+, Safari 5, Firefox 4+ and Opera 10.70+. It also runs somewhat in IE9 and older Browsers using a Flash fall back for WebSockets. You can play alongside five other players, destroying asteroids that rush towards you, it is a team game where you must survive together.

Features

– Multiplayer Game

– Node.js server

– The game is completely customizable

– Ranking at the end of the game

– Tutorial

– Mass fun !

– Canvas

– Sound effect

– Recording system when the server is offline

Download Asteroids Game – Multiplayer – HTML5 (Games)

Talking Pet : Make cats, dogs, speak in real time (iOS)

Download and share hilarious videos of your talking pet

Watch your pet photo come to life in real time

– Start by uploading or taking a new photo of your pet directly in the app

– Press ‘record’ and do your best impression of your pet!

– Replay as often as you like, and simply hit ‘start over’ to redo

– Save and share your results with your friends

App is built using Native Xcode Objective C

Download Talking Pet : Make cats, dogs, speak in real time (iOS)

Mirror Android App (Android)

Turn your phone into mirror.
Use your mobile as a Mirror to check your appearance or put your contact lens etc
Mirror Android App with Frame and Zoom, is the best solution to use your phone as Mirror

Features
– Zoom control
– Bright and clean visibility
– You can pause the motion (freezing image)
– Change mirror frame based on your style
– Simple to use
– Admob integrated

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

Live Demo / Download APK:
http://mobilemerit.com/mirror-android-app/

Installation Video:
https://www.youtube.com/watch?v=oppu4EiOuNo

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

Download Mirror Android App (Android)