Tuesday, April 26, 2016

WebSocket-Powered Rails Applications (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Today's web applications demand real-time, low-latency data transfer. Users expect to interact with data in as close to real time as possible without minimizing the overall user experience. WebSockets allow you to do just that, by creating a persistent connection between a client and server that can be used to send data in real time. In this course, you'll learn how to use the emerging WebSocket technology in a Ruby on Rails application. If you know the basics of Ruby on Rails and you're ready to see the power of using WebSockets, this is the course for you!

What You'll Learn

  • How to create an auction website app using WebSockets and Ruby on Rails.
  • Start by bootstrapping a Rails app and building products, users, and auctions.
  • Implement a data model for running the auction, and allow users to win and claim a product.
  • Add a WebSockets interface to provide a real-time mechanism for bidding.
  • Add features for notifying other bidders about new bids, notifying them of wins and losses, etc.

About the Instructor

José Mota is a Rubyist, JavaScripter, UI designer, occasional speaker, and Mac & Arch Linux user. You can find out more on his website.



from ThemeForest new items http://ift.tt/1SNKw04
via IFTTT

Essential Tools for JavaScript Developers (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

JavaScript is the most popular, and probably the most important, programming language today. As such, there are countless tools that make our lives just a little bit easier. But what are the tools that you absolutely must have? I'll show you some in this course.

What You'll Learn

  • A guide to popular code editors such as Atom, Brackets, and Visual Studio.
  • Working with Chrome's development tools.
  • Using Require.js to load your current models.
  • Using the Modernizr feature-detection library and the Handlebars templating engine.
  • Working with NPM and Browserify to distribute JavaScript components.
  • Using Grunt as a JavaScript task runner and adding two key plugins.

About the Instructor

Jeremy McPeak started his development career on the client side, writing JavaScript and DHTML components in his spare time. He has co-written several books, such as Professional Ajax 1st Edition, Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions. You can check out his website.



from ThemeForest new items http://ift.tt/1T3bM4I
via IFTTT

Introduction to HTML (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

HTML is the language of the World Wide Web. If you want to put any amount of content on the Internet HTML is the first thing you want to learn. In this course I'm going to teach you the absolute basics of HTML and how to create a website from scratch. I don't assume any prior programming or Internet experience, so this is the ultimate beginners course.

What You'll Learn

  • How to create web-page layouts using div tags and heading and paragraph tags.
  • Other essential tags: lists, hyperlinks, images, tables, horizontal line, blockquote, etc.
  • How to create forms and add a variety of form elements.
  • The W3C's HTML validator.
  • Working with new HTML5 tags.

About the Instructor

Alex Spencer is a professional web developer, amateur beer brewer, and self-admitted Apple fanboy. The only thing he loves more than learning new things is teaching others skills he has already mastered. The easiest way to find him is on Twitter or via his website.



from ThemeForest new items http://ift.tt/1SNKu8L
via IFTTT

Redis Applicable to Ruby (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Is your Rails application starting to get filled with lots of data? Are your users experiencing a detriment to performance? Are you unsure of how to solve some of those challenges? In this course you'll learn about how you can integrate Redis, the in-memory key-value store, in your applications to solve common challenges around speed and performance.

What You'll Learn

  • Implement caching in Rails with Redis.
  • Take advantage of Redis's sorted sets to create a list of top items in your application.
  • Send an HTTP request to another application using Redis.
  • Use Redis and Sidekiq for sending email.

About the Instructor

José Mota is a Rubyist, JavaScripter, UI designer, occasional speaker, and Mac & Arch Linux user. You can find out more on his website.



from ThemeForest new items http://ift.tt/1NO9JQD
via IFTTT

Getting Started with Backbone (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

There are many front-end libraries to choose from when you're building a web application, and all of them have their pros and cons. In this course, you'll get your first look at one of the top contenders: Backbone. Backbone is an extremely flexible front-end library that offers an "MVC-ish" structure that will connect easily with your RESTful back-end.

Before you begin, you should know that Backbone requires Underscore, and often jQuery. If you don't know these libraries, you might want to check them out before getting started. Also, we'll use Express briefly, as a back-end; but don't worry if you haven't used that: it isn't required for Backbone.

What You'll Learn

  • Creating and validating models, listening for model events, and creating model methods.
  • Creating, syncing and sorting collections.
  • Using collection methods and listening for collection events.
  • Working with views in Backbone.
  • Creating and working with routers.

About the Instructor

Andrew Burgess is a connoisseur of all things programming. He's from near Toronto, Canada, and is finishing up a computer science degree. He's been writing tutorials and producing screencasts for Envato Tuts+ since 2009, and he has also written some ebooks. You can find him on his website or on Twitter or GitHub.



from ThemeForest new items http://ift.tt/1resgkm
via IFTTT

iPhone App Development With Swift (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Whether you are a seasoned iOS developer or just getting started, it pays to learn how to use the Swift programming language for your next app. Swift is the future of application development for Apple platforms, and this course is the perfect way to get started.

In this course you will learn how to use Swift to build an iPhone app from scratch. You'll learn the basic concepts behind creating any iPhone app with Swift, and then you'll build a simple app to practice your skills.

What You'll Learn

  • Work step by step to build a news reader app that will take a feed URL from the user, parse the data, and present the data in a logical fashion.
  • Design a storyboard and create the basic layout for your app.
  • Create models and a parser to process data.
  • Build the user interface, including forms to allow users to add their own feeds.
  • Understand the concept of Core Data and use it in building the app.

This course uses Swift 1.1 which is not the most recent version. Since the release of Swift 1.2, the code as presented in the videos may not compile. Refer to the GitHub repository for this course for minor updates to the code for compatibility with Swift 1.2.

About the Instructor

Derek Jensen is a lifetime nerd who calls the Chicagoland area home. His day job consists of writing highly transactional back-end web services, data access layers, and n-tier applications using the .NET Framework in C#. You can check out his website, follow him on Twitter, and see his profile on GitHub.



from ThemeForest new items http://ift.tt/1Ue2SGS
via IFTTT

What's New in Laravel 5 (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

The newest release of Laravel has finally shipped! Let's take a look at how L5's new features can save you development time, reduce boilerplate, and simplify your workflow. We'll also take a look at what you need to change to move towards doing things the Laravel 5 way.

What You'll Learn

  • How Laravel's new directory structure works.
  • Working with commands and the command bus pattern.
  • Working with middleware and dependency injection.
  • Using dotenv to avoid leaking your sensitive information into your source code.
  • Changes to form requests, validation, and events.

About the Instructor

Matthew Machuga is a software developer from Erie, Pennsylvania, USA, who specializes in architecting and developing web applications. He primarily works with Ruby, JavaScript, and PHP. To learn more, follow him on Twitter.



from ThemeForest new items http://ift.tt/1SGMQ6a
via IFTTT

Building a Chrome Extension (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Learn how to create extensions for Google's Chrome browser. In this course you'll learn everything you need to know in order to extend the functionality of the browser with custom extensions. We'll look at the different types of extension that we can build, and see the different kinds of extension architecture.

What You'll Learn

  • The architecture of a typical Chrome extension.
  • How to build a browser action, add a popup, and use some common APIs.
  • How to use content scripts, build page actions, and override some of Chrome's built-in pages.
  • How to build a Chrome Dev Tools extension.
  • How to enforce extension security.
  • How to package up an extension ready for distribution to the extension store.

About the Instructor

Dan Wellman is an author and front-end developer based in the south of England. By day he builds web sites and applications and likes to focus on JavaScript, testing and workflow tools. By night he produces video courses for Envato Tuts+ on a range of mostly front-end focused topics, usually centered around JavaScript. You can check out his website, follow him on Twitter, and see his profile on GitHub.



from ThemeForest new items http://ift.tt/1Ue2SGM
via IFTTT

Deploy a Rails Application With Docker (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

This course will cover the process of deploying a standard database-backed Rails application with Docker containers. This process is becoming more and more popular, due to its set of features and potential for easier, more valuable deployments. In this course we'll go from creating a base docker container capable of running a simple Rails application, all the way to a deployment-ready solution using nginx for static content and a Postgres database.

What You'll Learn

  • How to install Docker and create a base Docker image to host your Rails application.
  • Configure a database container to store data for the app.
  • Prepare your application container in order to connect to the database.
  • Use Nginx to configure a way of serving CSS and JavaScript assets.
  • How to make changes to the application logic and redeploy.

About the Instructor

José Mota is a Rubyist, JavaScripter, UI designer, occasional speaker, and Mac & Arch Linux user. You can find out more on his website.



from ThemeForest new items http://ift.tt/1SGMQ68
via IFTTT

Improving C# With Version 6 (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Every new version of C# brings new functionality to the language, but version 6 has even more changes than previous versions. Instead of bringing one or two new features, there are many—and each of them will change the way we write code on a daily basis. This course will take you through the most important new features, and show you how to use them.

What You'll Learn

  • Using the 'static' statement to import the static members of a class.
  • Using the 'nameof' operator.
  • Understanding C#'s string interpolation capability.
  • Using the null-conditional operator to simplify your traditional null-checking code.
  • The two key things to remember when writing your own default constructors for structs.
  • The new dictionary initializer and exception filtering features.

About the Instructor

Jeremy McPeak started his development career on the client side, writing JavaScript and DHTML components in his spare time. He has co-written several books, such as Professional Ajax 1st Edition, Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions. You can check out his website.



from ThemeForest new items http://ift.tt/1Ue2SGI
via IFTTT

Game Development With Swift and SpriteKit (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

If you are anything like me, you were probably interested in computer games when you were younger. I can still remember spending a lot of time wondering how these games were made and dreaming about one day becoming a game developer. So I got into software development. Well, years went by and I found myself doing more and more enterprise-style applications, but always wondering what it would be like to get back to what made me interested in computers in the first place. Well, if you were like me, this is your chance. In this course we are going to reignite that passion for games by learning the basics of iOS game development with SpriteKit.

What You'll Learn

  • The full process of creating a simple SpriteKit game using the appropriate template.
  • How to add gravity, introduce multiple bodies, handle touch, and detect collisions.
  • Create the game world and add the elements of a simple Breakout-style game.
  • How to define when the user has won or lost, and restart the game.
  • Learn a new trick that gives you more control over the way that things move: the game loop.

This courses uses Xcode 6 and Swift 1.

About the Instructor

Derek Jensen is a lifetime nerd who calls the Chicagoland area home. His day job consists of writing highly transactional back-end web services, data access layers, and n-tier applications using the .NET Framework in C#. You can check out his website, follow him on Twitter, and see his profile on GitHub.



from ThemeForest new items http://ift.tt/1SGMRXE
via IFTTT

Creating Angular Directives (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

AngularJS is one of the most popular front-end JavaScript libraries available right now. If you've given it a try, you've seen that it has a rather unique take on web applications. Instead of creating text-based templates that you render and append to the DOM, you build a more-or-less regular HTML page, annotating it with Angular directives in order to create a dynamic web application. In this course, you'll learn how to create custom directives.

What You'll Learn

  • How to build a directive: understanding the markup, setting up the template, and controlling behaviour with the 'restrict' property.
  • Working with parent scope, child scope, and isolate scope.
  • Using transclusion to create directives that wrap themselves around other code.
  • Building a complex chart directive step by step.

This courses uses Angular 1.3.

About the Instructor

Andrew Burgess is a connoisseur of all things programming. He's from near Toronto, Canada, and is finishing up a computer science degree. He's been writing tutorials and producing screencasts for Envato Tuts+ since 2009, and he has also written some ebooks. You can find him on his website or on Twitter or GitHub.



from ThemeForest new items http://ift.tt/1Ue2VCo
via IFTTT

Learn to Code With Ruby (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

If you've never programmed before, or if you want an introduction to the Ruby programming language, this course is for you! In this course, you'll learn the fundamentals of computer programming: variables, conditionals, loops, objects and testing—all in the fun and elegant Ruby language. Ruby is a great language for programming beginners and experts alike, so this is a great place to start your adventure.

What You'll Learn

  • The basics of programming with Ruby: variables, types, conditionals, functions, and more.
  • The fundamentals of object-oriented programming, including classes, objects, modules, and exceptions.
  • The Ruby standard library: strings, arrays, and hashes.
  • How to install and use gems.
  • Understand testing with RSpec.

About the Instructor

José Mota is a Rubyist, Javascripter, UI designer, occasional speaker, and Mac & Arch Linux user. You can find out more on his website.



from ThemeForest new items http://ift.tt/24h1bes
via IFTTT

Create a Custom Yeoman Generator (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

In this course you'll learn how to create a custom generator for the web app scaffolding tool, Yeoman. A good scaffold is like a kick starter for new development projects, ensuring the source code is organized using best practices and cutting-edge tooling. Yeoman has a scaffolding generator ecosystem with packages for a huge number of possible technology stacks, but sometimes there's just not quite the configuration your looking for.

We'll start by looking at how to use Yeoman with community-built generators, and then we'll move on to implementing a custom generator that scaffolds my favorite stack for web application development.

What You'll Learn

  • What the 'yo' tool does in Yeoman.
  • How to use Yeoman with Grunt and Bower.
  • Create a basic generator and install dependencies.
  • Understand what the run loop is.
  • Set up user interaction.
  • Create new generators by combining existing ones.

About the Instructor

Dan Wellman is an author and front-end developer based in the south of England. By day he builds web sites and applications and likes to focus on JavaScript, testing and workflow tools. By night he produces video courses for Envato Tuts+ on a range of mostly front-end focused topics, usually centered around JavaScript. You can check out his website, follow him on Twitter, and see his profile on GitHub.



from ThemeForest new items http://ift.tt/1WnkTT7
via IFTTT

Set Up WordPress Multisite (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

WordPress Multisite allows you to host multiple WordPress sites from a single WordPress installation and database. Multisite provides an admin interface for managing themes and plugins for your entire network of sites and makes it easy to add new sites to the network. You can even let customers create sites themselves!

In this course you'll learn how to create your own Multisite network, create and manage sites on it, and use it to power a personal or community network.

What You'll Learn

  • How WordPress Multisite is different from a single-site installation, how you can use it, and some examples of how it's used on other web sites.
  • How to create sites in your network.
  • How to create and manage users.
  • How to keep your network updated.
  • How site administration is different in Multisite.
  • Take Multisite further by letting users create their own site and by mapping domains to sites in your network.

About the Instructor

Rachel McCollin is a WordPress developer who writes books, articles and tutorials about web design and development, with a focus on WordPress and on responsive and mobile development. She runs a web design agency in Birmingham, UK and has published three books on WordPress. Find out more on her website, on Twitter, or on LinkedIn.



from ThemeForest new items http://ift.tt/24h18zp
via IFTTT

Build a Store With a Payment Gateway in ASP.NET (Code)

Envato Tuts+ Courses

  • Video courses taught by expert instructors.
  • Learn new skills from start to finish.
  • Downloadable Source Files also available on GitHub.

Course Description

Every online store needs a shopping cart and a way to take payment from the customer. In this course, you'll build a storefront that lets customers make purchases. We'll focus on the data model, maintaining state for the customer's shopping cart. Then we'll integrate Braintree into our application for processing the financial transactions.

What You'll Learn

  • Build a simple storefront with the StoreController, a data model, and a service layer for working with products.
  • Build a shopping cart with the ability for customers to view the cart and create orders.
  • Set up payment processing with Braintree.

About the Instructor

Jeremy McPeak started his development career on the client side, writing JavaScript and DHTML components in his spare time. He has co-written several books, such as Professional Ajax 1st Edition, Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions. You can check out his website.



from ThemeForest new items http://ift.tt/1WnkWyu
via IFTTT

Sunday, April 24, 2016

Grand News | News Magazine (News / Editorial)

\\\\\\

Grand News is a news & editorial focus design tool. It provides responsive clean and minimal Wordpress theme for news editorial and blogger. Using the latest Wordpress technology and support various of popular WordPress plugins. Grand News support responsive layout so it looks great on all devices. It has predefined unique demos which are design specially for news & editorial and many more which can be imported with one click.

Features

  • Theme built especially for news & editorial focus website so it has various tools to built your awesome news or blog web site
  • Responsive Design which adapts to mobile devices (iPhone, iPad)
  • Deactivate responsive features with one click in your backend
  • 4 Handcraft Demos
  • Multiple Menu Layouts Combinations
  • One Click Demo Import
  • Premium plugins included valued $15 of iLightbox plugin
  • Fully integrated with Wordpress Customizer. Customise every elements of theme and see preview instantly
  • Drag&Drop Content Builder comes with various content modules for example advertisement, posts.
  • Over 40+ pre design templates and content blocks for news & editorial web site
  • Image Lightbox support gesture on touch screen devices
  • Support various content including photo, gallery, video, soundcloud etc.
  • Woocommerce plugin support for shopping cart feature. Works great for magazine, publishing and various shop
  • Footer support sidebar & widgets
  • Optimise for Google Mobile Friendly Check
  • Import/Export content builder
  • Instant AJAX Search
  • Retina Ready, Ultra-sharp High Resolution Graphics
  • Sticky Main Menu Navigation
  • Category Posts Mega Menu support design specially to displays category posts on mouseover
  • Off-Canvas Side Menu Navigation
  • Unlimited Posts, Pages and Photo Gallery Pages
  • Predefined Demo Page Layouts which can be imported in one click
  • Video content support Vimeo, Youtube and Self-hosted video
  • Custom Background Header Image
  • Translation Ready with mo/po files
  • WPML plugin support for Multi-language
  • Extensive photo gallery admin. Support multiple images upload
  • Social sharing counter Support
  • Single Post view counter Support
  • Social media Profiles Support
  • Instagram & Flickr photostream integration
  • Ready to use Google Web Fonts
  • Custom typography. You can change font size, style, colour using without touching code
  • CSS and javascript compression support
  • Easily customise elements colors using color picker
  • Styled typography and flexible page columns
  • Built-in Many Shortcodes
  • Style shortcodes ex. dropcap etc.
  • Column shortcodes ex. 2, 3, 4, 5 columns
  • Built-in Shortcode Generator plugin
  • Wordpress custom menu support
  • Instagram, Flickr, Facebook, Twitter, Pinterest and Google+ integration
  • Unlimited sidebar. Create and select sidebar for each of your page and post
  • Extensive Theme Documentation
  • Free Theme Updates
  • Child Theme support for advanced customisation which is not affected by theme future updates
  • WP Supercache plugin support
  • W3 Total Cache plugin support
  • Yoast SEO plugin support


from ThemeForest new items http://ift.tt/1rbqSio
via IFTTT

GreensKeeper - Gardening & Landscaping Responsive HTML5 Template (Business)

\\\\\\\\\\

"GreensKeeper" is a full functional HTML5 Template designed & developed for Gardening, Landscaping services Websites and comes handy for Corporate Business Websites as well. It is fully responsive template based on Twitter Bootstrap 3.3.6 framework that makes it available for all screen sizes from the bigger ones to smartphones. Its not only responsive whereas it is retina ready also, now no blurry images on your HiDPI and retina devices.

\\

Features

  1. Bootstrap 3.3.6
  2. 20+ HTML5 Templates
  3. 3 Header Styles
  4. Retina Ready & Fully Responsive
  5. Grid / List views
  6. Working Contact Form
  7. Isotope Galleries ($25 value)
  8. Font Awesome Web-Font Icons
  9. 150 Line Icons Web-Font
  10. Multiple Slider Effects
  11. Google Fonts Support
  12. SEO Optimized
  13. Google Maps
  14. Touch/Swipe Support for Sliders
  15. Retina Ready & Fully Responsive
  16. Valid HTML5 Templates
  17. Well Documented for Easy Editing
  18. Compatible With All Latest Browsers

Support

Support is provided through our dedicated Support Forum to all verified theme buyers. Please have your purchase code handy when you register at our support forum. Here's how to find your "Item Purchase Code."

Credits

Dollarphotoclub

Images from live preview are not included in the template.

Change Log

v1 – April 25, 2016
  Initial Release  


from ThemeForest new items http://ift.tt/1qJVmYt
via IFTTT

Saturday, April 23, 2016

Business - Multipurpose Email Template + Stampready Builder (Email Templates)

subscribeintro-featuresbackground-imagesratevideocompatibilityrate



from ThemeForest new items http://ift.tt/24baPiJ
via IFTTT

Fivent HTML Template (Entertainment)

Features:

  • Valid HTML5 & CSS3.
  • Bootstrap v3.3.6.
  • Responsive Design.
  • 03 unique home variation.
  • jquery Countdown.
  • Image Background.
  • Awesome Unique Look.
  • Unique effects and functionality.
  • Smooth transition effects.
  • Cross Browser Optimization.
  • Google map.
  • Google font.
  • All files are well commented.

Images are not included in the download file!

What do you get?

  • All HTML files.
  • documentation.

Credits

Fonts (Google Fonts)

  • Open Sans .
  • Montserrat.

Images in the previews



from ThemeForest new items http://ift.tt/1Vte57z
via IFTTT

Friday, April 22, 2016

Petter - Funeral Home PSD Template (Corporate)

Petter Funeral Home-It's not just PSD, Its a New Look of Clean Professionalism For The Funeral Services. These Design Creatively Designed For Funeral Home & Others.This PSD Template Is Suitable for all Funeral & Bushiness Purpose. 11PSD Files Include Now.

 

Key Features:

  • 11 PSD File Included
  • 01 Home page variation
  • 10 inner pages
  • Modern Design
  • Bootstrap grid 1170px
  • Pixel Perfect
  • Named Layers, Well organized
  • Google Fonts

Note: Images used in the preview are not included in PSD files

Petter Funeral Home is a modern PSD template for your Funeral Service& Business. It is multi page design with adjustable layers, keep it easy to use and manageable.The design is very elegant and Unique.



from ThemeForest new items http://ift.tt/1SBRaXb
via IFTTT

Shopaholic - Clean e-Commerce PSD Template (Retail)

Shopaholic is a Professionally designed e-Commerce PSD Template. It's a modern template with 37 PSD files. With this template you can easily create any kind of e-Commerce Sites or Online Shops. It's also very flexible as you can showcase your creative works with Portfolio Pages included in this Template. You can also publish your stories/articles/galleries with the Blog Pages included in this package.

All PSD files are fully layered and easily customizable. Layers are well organised by grouping and named accordingly.



Main Features:

  • 37 PSD Files
  • 11 Different Home Page style
  • 4 Shop Page Version
  • 4 Elegant Portfolio Pages
  • 4 Different Blog Pages
  • Only google font used
  • 4 Extra Pages included
  • Only Google Font used
  • Professional & Elegant Design
  • Twitter Bootstrap 1170px Grid
  • And many more

37 PSD files included with this template:

  • index_01.psd
  • index_02.psd
  • index_03.psd
  • index_04.psd
  • index_05.psd
  • index_06.psd
  • index_07.psd
  • index_08.psd
  • index_09.psd
  • index_10.psd
  • index_11.psd
  • about_01.psd
  • services_01.psd
  • contact_01.psd
  • FAQ.psd
  • coming_soon.psd
  • dropdowns.psd
  • 404.psd
  • pricing_table.psd
  • shop_3-GRID.psd
  • shop_4-GRID_alt.psd
  • shop_LIST_fullwidth.psd
  • shop_LIST.psd
  • shop_details_01.psd
  • shop_details_02.psd
  • shopping_cart.psd
  • checkout.psd
  • blog_01.psd
  • blog_02.psd
  • blog_03.psd
  • blog_04.psd
  • blog_post.psd
  • portfolio_01.psd
  • portfolio_02.psd
  • portfolio_03.psd
  • portfolio_04.psd
  • portfolio_details.psd

Fonts

  • Poppins, Yantramanav and Arizonia – download it from google font

Icons

Stock Photo:

Credit goes to

from ThemeForest new items http://ift.tt/1pnIKVV
via IFTTT

Thursday, April 21, 2016

Knowledge - Knowledgebase & Documentation Template (PSD Templates)

Knowledge Knowlegebase & Documentation Template is specially created for those who are selling their items on marketplaces or have an open source project on github.
A powerful product documentation can be created using this template. Advance search functionalities, article list by categories and tips or notification can be very useful to make documents more attractive.

Files Included

|-----

1:- home.psd
2:- home-categoriess.psd
3:- home-green.psd
4:- archive.psd
5:- layout2-topics.psd
6:- login.psd
7:- single.psd
8:- singup.psd



from ThemeForest new items http://ift.tt/1pnjGhO
via IFTTT

Endeavor Multipurpose IT/Digital Company PSD Template (Business)

Endeavor is a professional and clean MultiPurpose Layouts Design. Theme designed mainly for IT and Digital companies, marketing business, SEO companies and Social Media specialists and Marketers.

Our template designed on grid and can be easily converted into responsive Joomla, WordPress, Drupal or HTML theme. The PSD file is perfectly organized, so You could easily customize everything. Endeavor design includes everything you need for the website development such as Services list, Projects, Blog, Team, about, contact us and other necessary design elements. This tempalte can also be used for any other type of website, especially for Business, Corporate or media agency.

Key Features

  • 15 Fully Layered PSD Files with Layer Styles
  • 1200px Grid Ready
  • Each PSD includes a guidelines
  • Unique and creative Design
  • Easy to Use and Customize
  • Pixel perfect design
  • Well organized layers
  • Free Google fonts used
  • Great Support 24/7
  • Easy to find the files name, folder, layers, goups

PSD Contents

  • 01_home.psd
  • 02_history.psd
  • 03_mission.psd
  • 04_team.psd
  • 05_teammate.psd
  • 06_services.psd
  • 07_service.psd
  • 08_projects.psd
  • 09_project.psd
  • 11_blogpost.psd
  • 12_contacts.psd
  • 13_error.psd
  • 14_offline.psd
  • 15_commingsoon.psd

Note

If you have any questions please feel free to email us via contact form here.

Item Support



from ThemeForest new items http://ift.tt/1XLqH81
via IFTTT

The Supreme - Luxury Hotel HTML5 & CSS3 Template (Travel)

The Supreme is a unique theme suited for a hotel, a resort, a motel or an apartment building rental. The HTML files include a booking form with calendar, an award section, facilities, events and offers and many more. You can create your own professional website with all the elements a hotel needs.
The logo is really easy to adapt to your own business by only changing the main letter.
The demo comes with 8 different predefined color schemes.

Features Index

  • Responsive design & Retina Ready
  • Compatible with all browsers
  • Bootstrap 3.3.x
  • HTML5 / CSS3
  • Revolution slider
  • Multi Layer Parallax
  • Smooth CSS3 Animation
  • Custom icon font
  • Contact form
  • Filterable Gallery Pages
  • Isotope
  • Multi Layer Parallax
    Parallax backgrounds
    Video backgrounds
    Gallery & news masonry
    Working Contact form
    Progress bars
    Pie charts
    Counters
    Timeline
    Accordions
    Tabs
    Buttons
    Process Steps
    Pricing Plan
    Services Boxes
    Headlines
    Custom lists
    Alerts and notification
    Google maps
    Social media
    PSD Template included (save $12)

Credits

Icons used (Font Icons): http://ift.tt/1NmXvDR
Fonts used: http://ift.tt/1jNKkIG http://ift.tt/1Ounrv5
Photos Credits Goes to:
http://photodune.net
http://www.flickr.com
http://www.pixabay.com/
http://picjumbo.com/
http://ift.tt/Z40buE
Creative Commons Google Images


from ThemeForest new items http://ift.tt/1XLmXU1
via IFTTT

Barbuda Multipurpose Simple Personal Blog PSD Template (Personal)

Barbuda is a minimal and stylish PSD template for personal blog of all needs: travel, food, lifestyle, and storytelling.

Website template is not complicated with excess details, but here you'll find everything you need to create your unique blog. Barbuda includes modern 3 type of homepages, well-organized layer groups and various sample page layouts such as 2 blog styles, contact, error page. The Design is clean and professionally crafted, all of the PSD-files elements are grouped and named, so You could easily customize everything.

We are sure that Barbuda will help you build a stunning website for your readers

Key Features

  • 9 Fully Layered PSD Files with Layer Styles
  • UI Kit Grid Ready
  • Each PSD includes a guidelines
  • Unique and creative Design
  • Easy to Use and Customize
  • Pixel perfect design
  • Well organized layers
  • Free Google fonts used
  • Great Support 24/7
  • Easy to find the files name, folder, layers, goups

PSD Contents

  • 01_home.psd
  • 02_home2.psd
  • 03_home3.psd
  • 04_blog.psd
  • 05_blog2.psd
  • 06_singleblog.psd
  • 07_singleblog2.psd
  • 08_contact.psd
  • 09_error.psd

Note

If you have any questions please feel free to email us via contact form here.

Item Support



from ThemeForest new items http://ift.tt/1VJ2Qrq
via IFTTT

JustMobile | Mobile & Tablet Responsive Template (Mobile)

JustMobile | Mobile Template

If you're into a personal site, or a business site, a page for marketing, a shop or just a page for fun, even if you have news to share or images to showcase, we have all these features, perfectly optimized, appstyled you'll ever need for your mobile device.

Elite Author

  • Elite Quality Item with 7 + years experience!
  • Elite Quality Support with 24/7 responses to tickets!
  • Elite Quality Support with the best documentations on the market!

Main Features

  • Drodpwn Menu Design for easy use
  • Mobile & Tablet Ready
  • PhoneGap & Cordova Compatible
  • 400 + Resizable icons by Font Awesome
  • Crisp, Clear, and Beautiful Fonts by Google Fonts
  • OwlCarousel Slider & Swipebox Image Galleries
  • Lazy Load For Fast Image Loading
  • FastClick for no delay on taps
  • CSS3 / PHP / Ajax Contact form with Validation

Included Pages

We've included all possible pages you can need, starting from the most basic Coming Soon page and the classic 404 Error page, down to Calendar, Charts, Checklists, Tasklists, and many more! Try the live preview to see them all!

AppStyled Pages?

We're the first to implement pages that are designed to mimic and work like a native application page, pages that give your mobile site a native application feel to it. AppStyled features include Coverpages, Signup and Login Screen, Timelines, Tasklists, Reminders and much more!

Media & Images

We've included multiple gallery and portfolio variations for all your needs, if you're using this a simple site template for your page or you want to highlight a gallery of products or images, we've got them covered!

Want more features? Here's a list!

If you think that's all, you're far from the truth! We included everything your heart can desire in our mobile templates to provide you with a perfect site template for your page without compromising on features and without cutting them away.

Typography Features

  • Text Columns
  • Image Columns
  • Icon Columns
  • Responsive Images with Aspect Ratio
  • Responsive Videos with Aspect Ratio
  • Responsive Maps with Aspect Ratio
  • CSS3 Multiple Heading Styles
  • CSS3 Dropcaps
  • CSS3 Highlights
  • CSS3 Table
  • CSS3 Quotes
  • CSS3 Toggles
  • CSS3 Accordion
  • CSS3 Tabs
  • CSS3 Large Notifications
  • CSS3 Small Notifications
  • CSS3 Fixed Notifications
  • CSS3 Fields
  • CSS3 Checkboxes
  • CSS3 Radios
  • CSS3 3D Buttons
  • CSS3 Squared Buttons
  • CSS3 Rounded Buttons
  • CSS3 Social Buttons
  • FontAwesome Lists

jQuery Features

  • jQuery Page Preloading
  • jQuery Device Detection
  • jQuery + CSS3 Navigation
  • jQuery Toggles
  • jQuery Accordion
  • jQuery Tabs
  • jQuery Quote Slider
  • jQuery Staff Slider
  • jQuery Image Sliders
  • jQuery AppStyled Back to Top Button
  • jQuery Share from Bottom Pop-Up
  • jQuery Contact Form with Field Validation

Design Features

  • Optimized for Touch Devices
  • CSS3 Based Design
  • Simple, beautiful, elegant Design
  • 8 Color Schemes for different elements
  • iOS / Android Home Icon & Splash Screen
  • High Definition / Retina Graphics
  • Ergonomic Navigation
  • Designed for a intuitive User Experience
  • Responsive for Tablets, for a better experience
  • Fully scalable icons, pixel perfect

OS Requirements

iOS 6+
Android 4.4+
Windows Mobile 8+
RIM 7.1+

from ThemeForest new items http://ift.tt/1Qqo2um
via IFTTT

The Crazy - Creative Agency HTML5 Template (Portfolio)

The Crazy – modern, beautiful and colorful HTML5 Template for Web Agencies and studios, also suitable for freelancers.

If you like this template, please don't forget to rate it.

TEMPLATE FEATURES

  • Clean & Simple Design
  • More than 21 Html Pages
  • PSD Include (Save +12$)
  • HTML5, CSS3 & Stylus
  • Fully Responsive Design
  • Creative Portfolio layouts
  • Working Contact Form
  • Crossbrowser Compatible with IE9+, Firefox, Safari, Opera, Chrome
  • Google Fonts & Map
  • All files are well commented
  • Extensive Documentation

Images:

Note: All images are for demonstration purposes only and are not included in the download package.

Support

You can contact us via plafon89@gmail.com



from ThemeForest new items http://ift.tt/1VEI0dz
via IFTTT

Wednesday, April 20, 2016

Kamion - Blog SPD Template (PSD Templates)

Overview:

Kamion is a form of modern and unique PSD is designed for Blog. With a simple design style, clean very easy for the user. It's easy to customize this template for your purposes.

Files are completely customizable classes and just, all the elements are in groups and can easily identify by the group name as well.

Features:

• 5 Pixel Perfect PSD Files Included

• Designed based on Bootstrap 1170 Grid System

• Clean, Unique & Modern Design

• Fully layered & Organized PSD

• Free Google Web Fonts

• Free Icon Fonts (ionicons)

PSD Files Included:

- 01_home_v1

- 02_home_v2

- 03_home_v3

- 04_categories

- 05_blog_post

Icons used (WebFont Icons) :

• Ionicons – http://ift.tt/1ux24wu

Free Google Fonts used :

• Fjalla One – http://ift.tt/1w2CogF

• Roboto – http://ift.tt/1iCsXKv

Photos Credits:

http://ift.tt/1fvoaJm

IMPORTANT: Images used in the Preview demo are not included in the downloaded package.

If you have any questions or need customization, please contact me via e-mail or through my profile page. I'm here to help!

ThemeForest: http://ift.tt/1SZZkmB

Thanks for Purchasing.



from ThemeForest new items http://ift.tt/1r0s6gn
via IFTTT

Alpha - vCard/CV/Resume Template (Virtual Business Card)

Alpha is a Clean One Page Personal vCard HTML5 template which has been built with Bootstrap. It has simple but unique design and all the codes are well commented and organized in order to make it easy to customize.

Main Features

  • Fully Responsive
  • Unique One Page Design
  • Valid HTML5 & CSS3
  • Built with Bootstrap Grid
  • Retina Ready
  • Sticky Sidebar
  • Working Contact Form
  • Well Organized

Note: Images from Pexels.com and not included in the download file. Credits are in Documentation.



from ThemeForest new items http://ift.tt/1SZWNsv
via IFTTT

Real Estate - Responsive HTML5 Template for Property Developers (Business)

Real estate HTML5 Template is modern template for real estate agencies or brokers. It is build upon Bootstrap framework to offer best customizability and development experience. Real Estate Template is incorporating dozens of real estate oriented components and HTML files. Template has advanced property detail HTML files. You can display property in tabbed or standard layout. Detail page contains property main attributes, description, image gallery, land valuation, inquire form, reviews and amenities.

  • Bootstrap Compatitable
  • 5 Home Page Variations
  • Super Responsive
  • Multiple location google map property listing
  • Detailed Oriented Listing
  • Parallax effect
  • Awesome Unique Look
  • Unique effects and functionality
  • Cross Browser Optimization
  • Google font

Changelog

  ******************************************************************  17.04.2016 Version 1.0  ******************************************************************  

Credits

Please check all credits on the documentation folder. Images not included to the .zip



from ThemeForest new items http://ift.tt/1rlpSbY
via IFTTT

Deli - eCommerce HTML Template (Fashion)

Deli – eCommerce HTML Template is a new HTML template for fashion shop. We have included 2 defined layouts for home page to give you best selections in customization. You can mix between all home page layouts to get a different layout for your own website.

Main features:

  • Responsive Layout
  • Mega Menu
  • BootStrap Latest Version
  • 2 Home Page Layouts
  • 13 HTML Templates
  • Google Web Font
  • Full Width & Box Layout
  • Creative and Modern Flat Design, lots of possibilities
  • Fully compatible for all major browsers such as Firefox, Safari, Chrome, Vivaldi, Internet Explorer 9+
  • Well Documented
  • and much more…

Images are not included



from ThemeForest new items http://ift.tt/241nVzc
via IFTTT

Tuesday, April 19, 2016

Bronx - Innovative Agency PSD Template (Business)

Bronx – Innovative Agency PSD Template

Bronx is a multiuse theme with an innovative design, inspired from the futuristic technology. The file contains many elements necesary to easily create a website. All the files are pixel perfect and arranged in folders.

Files Index

  • 01_home
  • 01_home_slider_2
  • 01_home_slider_3
  • 02_about_us
  • 03_services
  • 04_services_single
  • 05_portfolio_1
  • 05_portfolio_2
  • 05_portfolio_3
  • 06_portfolio_single
  • 07_blog
  • 08_blog_post/li>
  • 09_contact
  • 10_404

Credits:

Fonts used: http://ift.tt/1dOCx8x
Photos Credits:
http://photodune.net
http://www.flickr.com
http://www.pixabay.com/
http://picjumbo.com/
http://ift.tt/Z40buE

Recent Themes / Templates / Plugins

HTML
09 April 2016 // Zaria – Business Constulting HTML5 & CSS3 Template



WordPres
18 February 2016 // Chelsea – Multi-Purpose Business WordPress Theme





HTML in partnership with Vertiqal Team
30 March 2016 // StartUp – Basic Business HTML5

& CSS3 Template



PSD
08 April 2016 // Sydney – Multiuse Financial Business PSD Template



WordPress Plugin
03 November 2015 // D.ex – Multilayer Parallax Wordpress

Plugin





from ThemeForest new items http://ift.tt/1SrWWHU
via IFTTT

Jo.ie — Personal/Studio Multipurpose Portfolio and Blog PSD Theme (Portfolio)

We present the trendy template in shades of gray for all those who love low-key style, but wants to be unique. It is perfect for for agencies , freelancers, studios, bloggers, photographers and all creative individuals who want to present their work, to attract customers, tell us about yourself. Pages all complement each other in style and structure. You can choose from several options for home page, portfolio and blog

Website design built on the Bootstrap grid that makes easy to create website templates, based on our layout: WordPress, Drupal, Joomla or HTML theme. PSD files is perfectly organized, so you can easily customize everything you need.

Be in trend, use a Jo.ie template

Key Features

  • 11 Fully Layered PSD Files with Layer Styles
  • Studio and Personal layouts
  • Based on Bootstrap grid
  • Each PSD includes a guidelines
  • Unique and creative Design
  • Easy to Use and Customize
  • Pixel perfect design
  • Well organized layers
  • Font Awesome used
  • Simple Line Icons Web Font used
  • Free Google fonts used
  • Great Support 24/7
  • Easy to find the files name, folder, layers, goups

PSD Contents

  • 01.Home.psd
  • 02.Portfolio_sidebar.psd
  • 03.Item page.psd
  • 04.Blog_timeline.psd
  • 05.Blog_singlepost.psd
  • 06.Home_personal.psd
  • 07.Portfolio_fw.psd
  • 08.Item page.psd
  • 09.Blog_sidebar.psd
  • 10.Blog_sidebar_single post.psd
  • 11.Error_page.psd

Note

If you have any questions please feel free to email us via contact form here.

Item Support



from ThemeForest new items http://ift.tt/1MGJTDb
via IFTTT

My Style - Multipurpose One Page Muse eCommerce Template (eCommerce)



The perfect template for showcasing your latest product or service easily on one page, keeping your visitors engaged from start to end. Our template focuses on providing your visitors with an elegant browsing experience ensuring every chance of making that all important sale!

Setting up this template takes just minutes – all you need is your content.

Top Features

- Fullscreen Muse Slider

- Drop Down Navigation

- One Page Layout

- Anchor Scrolling Effects

- Pro Advertisement Slot

- Newsletter Signup Lightbox

- Image Lightbox

- Video Lightbox

- Payment Butons

- Web Fonts

All images in this project are CC0



from ThemeForest new items http://ift.tt/1QlllKz
via IFTTT