Wednesday, March 30, 2016

PHP OWASP Security (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 OWASP Top Ten is a list of the ten most critical web application security flaws that researchers have found in the wild, ranked by level of threat. This list has been compiled by security experts from all around the world.

The OWASP Top Ten is a resource that web developers use to look for known vulnerabilities, exploits and counter-measures. PHP has its own unique set of exploits, but it also has built-in functions and methods to deal with those exploits.

In this course, Envato Tuts+ instructor Michael Soileau will demonstrate examples of the attacks in the OWASP Top Ten, and will teach you how to harden your site and defend against each one of them.

What You'll Learn

  • How different features of an app can be attacked and secured from attack.
  • Protecting against injection attacks using a variety of different tools and methods.
  • How to make PHP authentication more secure.
  • Using SSL and other cryptography standards to protect sensitive data.
  • Dealing with a range of other problems, such as cross-site request forgery (CSRF) attacks, unvalidated redirects, and brute-force attacks.

About the Instructor

Michael Soileau started making websites with Ruby on Rails and WordPress before moving on to full-stack development with LAMP, Node, and front-end JavaScript. He also teaches web development and hosts meetups about web development in his spare time. You can find him on GitHub or LinkedIn.



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

Comparing Front-End Frameworks (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 so many amazing front-end JavaScript frameworks out there, and sometimes it can be hard to figure out which one to use! Each framework has its adherents who will tell you how great it is, but how can we choose between them? To make an informed choice, we need to experiment with each framework: to get a feel for how it works and to begin to decide whether it is best suited to our own project needs or style of programming.

During the course, we're going to build an address book application with four different front-end frameworks: Backbone, Angular, React and Ember. We'll get a feeling for how they all work, and how they stack up against one another.

What You'll Learn

  • A detailed, step-by-step walkthrough of creating an address book application using four different front-end frameworks: Backbone, Angular, React, and Ember.
  • In each case, you'll go through the application setup, create the model, build the router, and create the necessary views.
  • At the end, you'll understand how the frameworks operate, the differences between them, and the strengths and weaknesses of each.

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/1TjjeNR
via IFTTT

Get Started with ASP.NET MVC 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

ASP.NET is used by millions of developers worldwide to build web apps. With each release, Microsoft changes ASP.NET for the better and version 5 with ASP.NET MVC 6 is no exception. Microsoft says that this upgrade makes "ASP.NET leaner, more modular, cross-platform, and cloud optimized."

In this course, you'll learn everything you need in order to get started writing web applications with ASP.NET 5. I'll show you how to create your first app using the ASP.NET MVC 6 framework. We'll see how to use some of the new tooling for web development, how to implement a web API for consumption by other programs and more, all in the context of building a simple message board app.

What You'll Learn

  • Get hands-on practice with the ASP.NET MVC 6 framework by creating a message board app.
  • Learn how to handle GET and POST requests.
  • Understand model validation.
  • Set up security and authorization.
  • Get detailed instructions on displaying data, from adding a service layer and view model through to implementing a web API.

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 or follow him on Google+.



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

Easy Node.js Development Environment With Vagrant (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

When developing a Node.js app, you will probably need one or more of these dependencies: a database server, a key-value store, a background worker or a search engine. Installing and running these on your local machine gets messy fast. Data from your app can also interfere with other apps you are developing on the same system.

With Vagrant you can isolate these dependencies in a virtual machine, start and stop them all together, and save yourself having to set up everything all over when your system crashes or when you move to a new computer. In this course, you will learn how to create a virtual machine with Vagrant, configure it for Node.js development, and share it with others.

What You'll Learn

  • How Vagrant can help keep your local workstation clean while making your development environment reproducible.
  • How to set up your Node.js stack.
  • How to use Vagrant for an efficient Node.js workflow.
  • Exporting and sharing your Vagrant box.
  • Sharing your local Vagrant instance.

About the Instructor

Markus Mühlberger is a software developer from Vienna, Austria. He mostly works on web applications, focusing on Ruby and JavaScript, but occasionally does mobile development on iOS. Find him on Twitter, GitHub, or on his website.



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

Building a CMS With ASP.NET MVC5 (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 best way to understand a language or platform is to build something with it, and that's exactly what we'll do in this course. You'll write a simple CMS using C# and ASP.NET MVC5, and you'll learn a lot in the process. We'll cover some of the features of ASP.NET MVC 5, including attribute routing, areas, and custom model binding. We'll practice project organization and testing, and we'll also explore ASP.NET Identity.

What You'll Learn

  • Simple, step-by-step instructions on creating a CMS using C# and ASP.NET MVC5.
  • Manage posts and tags.
  • Set up data storage.
  • Create full user management and authentication.
  • Use JavaScript to enhance the user experience.
  • Display the published posts on the front end.

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 or follow him on Google+.



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

Functional Programming in JavaScript (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 the basics of functional programming in JavaScript. You'll take a small, mostly imperative website and refactor it using practical declarative and functional concepts. You'll learn about pure functions, side-effects and declarative style while building a small functional utility library. The project will demonstrate how Underscore or Lodash functions like filter, map, and reduce really work. Focused on practical understanding over philosophy, this is a great basic intro to functional programming that will prepare you for deeper exploration.

What You'll Learn

  • How the functional style of programming works in JavaScript.
  • What declarative style is, and how to make your filter declarative.
  • Working with higher-order functions and pure functions.
  • How to build your own utility library, and how to use popular libraries like Underscore and Lodash.
  • Put it all into practice by building a project: a simple filtering function for a website displaying a list of beers.

About the Instructor

Jason Rhodes is a Javascript developer in Baltimore, Maryland, USA.You can connect with him on Twitter or GitHub.



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

Introduction to Git and GitHub (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 we'll learn all about the excellent source control management system Git. We'll also see how we can use the brilliant GitHub as a remote source of our Git repositories and as a way to share code with our fellow developers.

What You'll Learn

  • The basics of Git: initializing a repository, making commits, ignoring files, and viewing the log.
  • How to work with branching and tagging.
  • How to set up GitHub and work with remote repositories.
  • How to create pull requests for other people's repositories, and handle pull requests to your own repositories.
  • Stashing changes, cleaning up merge conflicts, and rebasing.

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/1WYBH1h
via IFTTT

Monday, March 28, 2016

AngularJS for Test-Driven Development (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 widely-used web frameworks today. Part of what makes Angular so amazing is that it is a framework written from the ground up with testing in mind. In this course, we'll take a practical, hands-on approach to using Angular to its full testing capabilities.

You will learn how to build an app with good test coverage, how to write effective tests, and how to run tests automatically. Automated testing allows us to write code that is more reliable, more effective and easier to maintain.

In order to test Angular properly, you need to be familiar with a variety of libraries, many from the Angular team itself. This course will familiarize you with all the testing frameworks you'll need: Mocha, Chai, Protractor, Karma and more.

By the end of this video series, you will be able to integrate into a workplace team using Angular test-driven development, and use testing in your own projects to maximize your effectiveness.

What You'll Learn

  • What Test-Driven Development is, and how testing in Angular is different from testing a normal JavaScript application.
  • How to scaffold a testable Angular app, working with a hands-on project: an address book app.
  • How to use Gulp along with Mocha and Bower to run your tests in a browser, allowing for easy debugging.
  • Using different methods for testing your Angular app, with a focus on testing controllers, filters, and directives..
  • Using Istanbul to ensure code coverage in your Angular app.
  • End-to-end testing with Protractor.

This course uses AngularJS 1.

About the Instructor

Daniel Stern has developed Front End Web Applications for major banks, advertising agencies, and charities, as well as many of his own projects. Daniel is always learning and has a keen interest in Angular, React, LESS and Node.js. Find him on his website, or connect with him on Twitter or LinkedIn.



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

Introduction to WordPress Plugin Development (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, we're going to take a look at everything that goes into building a WordPress plugin. We'll start from the ground up by setting up a web server, a database server and PHP. Next, we'll install WordPress, and then we'll look into some of the sample plugins that are bundled with the software.

From there, we'll move on to examining the event-driven design pattern and how it factors into creating a WordPress plugin, and then we'll look at the differences between WordPress actions and WordPress filters.

Finally, we'll build our own plugin using various WordPress APIs, taking into account everything that's necessary to get the plugin fully functional for use in our installation of WordPress.

What You'll Learn

  • How to set up your local development environment and WordPress installation ready for plugin development.
  • Understand how plugins are put together: what the source code looks like, and the importance of hooks and event-driven programming.
  • Plan and write the plugin, adding JavaScript and CSS.
  • Make sure you're sanitizing data and that the user has the correct permissions.
  • Create a basic `README` file, and complete your plugin.

About the Instructor

Tom McFarlin is a self-employed developer who loves writing, building, and sharing WordPress-based projects. He runs Pressware, where he provides WordPress goods and services. You can follow him on Twitter.



from ThemeForest new items http://ift.tt/21Qx5eK
via IFTTT

Introduction to Python (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

Python is well known as a programming language that is easy to learn. With a simple, expressive syntax, Python is refreshingly free of the gotchas and edge-cases that plague learners of many other languages. Python isn't just for beginners though! It is an expressive and powerful language that is widely used by professional coders and shops.

In this course, Envato Tuts+ instructor Derek Jensen will introduce the Python language, starting with the basics and laying a solid foundation for future learning.

What You'll Learn

  • The building blocks of Python: numbers, strings, and lists.
  • Control the flow with conditional statements, for and while loops, and different types of functions.
  • Use common data structures such as lists, stacks, queues, and dictionaries.
  • How to structure an application with modules, packages, classes, attributes, and methods.
  • At the end of each chapter, you'll build an app that uses the Python features you've learned so far. The apps start out very simple, but grow in complexity and functionality as you learn more about Python.

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/1MxEPkj
via IFTTT

Build a Microblogging App With Flux and React (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's a lot of talk about Flux these days. If you haven't had a chance to try it yet, you might wonder what you're missing!

Flux is an architecture for React applications. It was developed by Facebook to complement the strengths of the React view framework. In this course, we'll build a simple Twitter clone using the Flux architecture, with React powering the views.

What You'll Learn

  • Build a simple social media app using the Flux architecture, with React powering the views.
  • Step-by-step instructions from the start (setting up a Gulpfile, creating an index page, and starting the server) and continuing through the whole process.
  • How to write the server-side code, including installing middleware and writing the login template
  • Get an overview of the Flux architecture and how it fits into a React application.
  • Create the client side from scratch, including navigation, user profiles, store mixins, and more.

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/21Qx4Yu
via IFTTT

Getting Started With Android (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

Creating native Android apps allows you to deliver a first-class mobile experience to your users. This course will take you through native Android development, from setup to creating a finished app.

In this course you will create an Android app for a zoo. You will create a list of exhibits that opens into a detail page, a gallery and a Google Maps section. You will also implement a navigation drawer and toolbar, while learning the basics of material design.

What You'll Learn

  • Step-by-step walkthrough of creating an Android app, including a gallery, Google Maps integration, a navigation drawer and toolbar, and more.
  • Understand what material design is and how to use it in your apps.
  • How to get set up with Android Studio and start using it for app development.
  • How to style your application with XML and Java code.

About the Instructor

Paul Trebilcox-Ruiz is an Android developer in Boulder, Colorado, USA. He works for Sphero, a company that creates awesome robotic toys, and he has a passion for building Star Wars LEGO sets, playing Ingress and reading. Connect with him on LinkedIn, PaulTrebilcoxRuiz"">Google, or GitHub+.



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

Using Custom Content Types in WordPress (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 is a powerful and easy-to-use content management system (CMS) out of the box. The default "Page" and "Post" content types are enough for many websites and blogs. In order to really harness the power of WordPress as a CMS, though, you'll want create custom content types with fields and taxonomies specific to your particular application.

In this course, Envato Tuts+ instructor Rachel McCollin will show you how to create custom content types in WordPress. You'll learn how custom content types work with the WordPress database, plugin and templating system. Along the way, you'll use custom post types, custom taxonomies, and custom fields to build a simple astronomy CMS for displaying information about the largest moons in the solar system!

What You'll Learn

  • What custom post types are and how they work.
  • How to register and display custom post types.
  • How to work with custom taxonomies.
  • How to create a metabox for custom fields and display them in your theme.
  • Consolidate your learning by completing the hands-on project of building a simple astronomy CMS.

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/21Qx4Yq
via IFTTT

React Deep Dive: Build a React App With Webpack (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

React is a library for building user interfaces that has taken the web development world by storm. With an innovative model for efficient rendering to a "virtual DOM", an ecosystem of thousands of related modules on NPM, and a complex toolchain, React is a powerful and subtle technology. But this means it can sometimes be hard to get up to speed for full-scale app development.

In this course, Envato Tuts+ instructor Pavan Podila will take you on a deep dive into ReactJS by building a complex app using libraries such as D3, React-Bootstrap, and FixedDataTable. You'll learn how to use tools such as Webpack that are necessary to build any full-fledged React app. You'll also see how to write React apps in ES6 (ECMAScript 2015) for a cleaner and more elegant syntax.

The course project will be to build a HAR (Http ARchive) file viewer. HAR files are a representation of the network traffic in a web browser. Chrome has built-in support in the Network panel of DevTools. You will build your own version of this functionality with a custom HAR viewer.

By the end of this course, you will have a stronger grasp on starting your own React projects, organizing your code using React components, and bundling your app code with Webpack. You'll also learn a professional dev workflow for React. You'll walk away with a stronger understanding of React components and their lifecycle by learning how to wrap existing third-party libraries within React components.

What You'll Learn

  • How to build a full-fledged React app using Webpack.
  • Complete the course project of building a HAR (Http ARchive) file viewer.
  • Understand how the Virtual DOM operates.
  • How to work with JavaScript's new ES6 (ECMAScript 2015) version.
  • How to render, sort, and filter tables, and how to create a timeline bar and pie chart.

About the Instructor

Pavan Podila is a financial technologist specializing in front-end development, mostly for trading and analytics applications. He is the co-author of WPF Control Development Unleashed and the creator of QuickLens, a Mac App targeted at UI Designers and Developers. You can find out more on his website, or follow him on Twitter.



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

JavaScript ES6 Fundamentals (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 ES6 (more properly known as ECMAScript 2015 or ES2015) represents the biggest change to JavaScript in the last 20 years. JavaScript is the language of the web, and ES6 is a major improvement for web developers, adding much-needed features such as classes, promises, arrow functions, generators, string templates and many others. Browser support is growing, and transpilation tools such as Babel allow you to get started coding in ES6 today.

In this course, Envato Tuts+ instructor Dan Wellman will help you sharpen and update your JavaScript skills by learning some of the most important additions that ES6 brings to the language. Cutting-edge web development practices are increasingly relying on ES6, so knowledge of the new syntax is becoming more and more necessary. Not only that, but programming in ES6 is just more fun. So let's get started!

What You'll Learn

  • What's new in ES6.
  • Changes to built-in objects like strings, numbers, and arrays.
  • Changes to data structures like sets, maps, and iterators.
  • How to use new function types such as arrow functions and generators.
  • A guide to new syntax in ES6, including a look at destructuring.

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/21Qx3DS
via IFTTT

Sunday, March 20, 2016

Homescreen | Mobile & Tablet Responsive Template (Mobile)

Homescreen Mobile Template

In the world of mobile websites it's hard to think of navigations that don't affect your users, and when we looked at our devices we noticed the perfect one. The Homescreen, the design every user with a smartphone knows how to use without any stress. AppStores and various other native apps use sidebars, so it was clear, a landing page designed as a native homescreen and inner pages with dual sidebars. Choose between rounded, squared or circle icons with solid colors or background images, and between dual sidebars, left or right sidebar to make your mobile site and tablet site perfectly gorgeous!

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 9+
Android 4.4+
Windows Mobile 8+
RIM 7.1+

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

Thursday, March 17, 2016

Landing Page Design Principles (Web Design)

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

As a web designer, I'm sure you've had to design a landing page at some point. If you haven't, you will. So why not get a head start and learn the essentials of landing page design? This course will teach you what a landing page is, what structure it might typically have, and how you should design it for best results.

What You'll Learn

  • What a landing page is, and the difference between a landing page and what we typically call a homepage.
  • How to create an effective landing page structure.
  • How to increase your conversion rate with message matching, freebies, an effective call to action, A/B testing, and other techniques.
  • A detailed guide to designing each element of the landing page.

About the Instructor

Adi Purdila is an expert web designer and developer based in Romania. He's created more than 30 courses for Envato Tuts+ on every conceivable web design topic, from Bootstrap, WordPress, and Foundation, to Sass and Sketch. You can check out his ThemeForest portfolio.



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

10 CSS3 Projects: UI and Layout (Web Design)

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 be creating ten UI and layout projects that will help you learn some of the awesome new design techniques that CSS3 brings to the table. We're going to be using CodePen–each time I'll ask you to make a copy of the base "pen", after which you can follow along as I build the final product. Let's start with a little preview of the ten projects you'll make.

What You'll Learn

  • Use pure CSS3 to make some smooth animated loaders.
  • Create a responsive multi-column layout where each column has an equal height background.
  • Use CSS3 to give a fresh style to links, buttons, animated tabs, and menus.
  • Create things that used to rely on JavaScript, such as tooltips, modals, notification bars, and a flexible slider.
  • Create a rotatable 3D cube and use it to present content.

About the Instructor

Kezz Bracey is a designer and coder who specializes in web design and development. Her two focus areas are on theme development for WordPress, Ghost, and many other themeable platforms, and on finding the latest, most efficient, user-focused design and development techniques. You can follow her on Twitter.



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

Getting Started With Foundation 6 (Web Design)

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 get started with Foundation 6, the newest version of ZURB's popular framework. You'll learn what's new and what has improved, and you'll also get a comprehensive overview of the components. In the later chapters you'll learn how to use the new accompanying app, Yeti Launch, and also how to customize Foundation and work with some of its most important elements.

What You'll Learn

  • What's new, what's changed from previous versions, and how to get started with Foundation 6.
  • Use Yeti Launch to create Foundation-based projects right from your desktop, without needing to use the command line.
  • How to use the grid and flex-grid components in Foundation.
  • The basics of navigation and containers in Foundation.
  • How to use the Orbit slider, a carousel-type control.
  • Working with the Equalizer plugin and the Motion UI and Panini libraries.

About the Instructor

Adi Purdila is an expert web designer and developer based in Romania. He's created more than 30 courses for Envato Tuts+ on every conceivable web design topic, from Bootstrap, WordPress, and Foundation, to Sass and Sketch. You can check out his ThemeForest portfolio.



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

Animate Your Site With AngularJS (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

Animation is no longer an optional feature in web applications. Users expect it, and so we as developers must oblige. If you're writing an AngularJS-based application, then you already have a wealth of built-in animation tools available. These tools will eliminate a lot of the hard work that normally comes along with animating a web app.

In this course, Tuts+ instructor Jeremy McPeak will teach you about AngularJS 1.4's revamped ngAnimate, the module responsible for animation. ngAnimate is built on CSS3 animations, so you'll learn a lot about those along the way. To demonstrate the power of these technologies, for the course project Jeremy will extend the SoundCloud application to incorporate animated UI elements.

What You'll Learn

  • How to use AngularJS's ngAnimate module for animation.
  • The fundamentals of CSS3 animations and keyframes.
  • How to create directives with built-in animation support.
  • How to use the $animateCss service to create custom JavaScript animations.
  • Create a course project by extending the SoundCloud application to incorporate animated UI elements.

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 or follow him on Google+.



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

Process Payments With Stripe and Laravel Cashier (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

Stripe is a payment-processing service that comes with a suite of easy-to-use APIs and powers e-commerce for businesses of all sizes. Stripe makes it easy to implement secure credit-card transactions while providing your users the convenience of in-page checkout. Not only that, but Stripe has built-in support for subscriptions and recurring billing.

Laravel is the perfect back-end technology for implementing a Stripe-powered store. Along with Laravel's built-in object-relational mapping, routing and authentication functionality, there is also native support for Stripe with Laravel Cashier.

In this course, Envato Tuts+ instructor Jason Lewis will show you how to process payments on Stripe using Laravel Cashier. You'll cover a number of key topics, including how to prepare your database for payments and pointers to the security concerns you should be aware of when handling cardholder data. You'll also learn how to process single, one-off payments for an online shopping cart, and even how to handle Stripe subscriptions.

What You'll Learn

  • How to process payments on Stripe using Laravel Cashier.
  • Get familiar with Stripe, and learn how to install and configure Laravel.
  • Learn when you should be using HTTP vs. HTTPS.
  • How to create a database structure and add data.
  • How to set up all aspects of the payment process, from generating invoices to handling payments, subscriptions, and coupons.

About the Instructor

Jason Lewis is a firefighter by day and a web developer by night. He occasionally writes things on his personal blog but is usually helping folks with Laravel. You can find him on Twitter, GitHub, or lurking in #laravel on freenode!



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

Wednesday, March 16, 2016

Build a CMS With Laravel (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

Laravel is a PHP framework for modern web apps. Recently upgraded to version 5, Laravel is a mature system that continues to win support due to its elegance and stability. Laravel ships with built-in support for database migrations, object-relational mapping, routing and authentication, making it easier for developers to start and maintain their work.

In this course, Envato Tuts+ instructor Jason Lewis will show you how to build a functioning content management system (CMS) with the Laravel PHP framework. You'll understand some of the tasks and problems that are common to so many web development projects and explore different possible solutions to them. You'll be starting your CMS from scratch—a great way to expand your knowledge of the Laravel framework. This course will teach you the fundamentals required to develop top-notch Laravel applications.

What You'll Learn

  • How to build a functioning content management system (CMS) with the Laravel PHP framework.
  • How to create the CMS back end, from setting up users to managing blog posts.
  • How to secure the back end.
  • How to build the front-end layout and styles.
  • How to set up a blog's navigation, pages and page templates.

This course uses Laravel 5.

About the Instructor

Jason Lewis is a firefighter by day and a web developer by night. He occasionally writes things on his personal blog but is usually helping folks with Laravel. You can find him on Twitter, GitHub, or lurking in #laravel on freenode!



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

Put JavaScript Design Patterns Into Practice (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

A design pattern is a proven solution to a common software problem. Patterns codify good design principles and facilitate maintainable code that can be worked on by teams. Design patterns are also a way for teams to communicate about the structure and architecture of an application. Patterns are a language that can be used to convey ideas and facilitate discussions.

In this course, Envato Tuts+ instructor Dan Wellman will cover some of the most common and most useful design patterns used in JavaScript. Each pattern will be demonstrated with a standalone example bundled in a JavaScript module.

What You'll Learn

  • Understand some of the most common and useful design patterns in JavaScript.
  • See examples of each pattern in use.
  • Creational design patterns: the Factory pattern.
  • Behavioural patterns: the Publisher/Subscriber, Strategy, Observer, Chain of Responsibility, Mediator, and Iterator patterns.
  • Structural patterns: the Facade, Decorator, Adapter, Composite, and Proxy patterns.

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/1QYW64E
via IFTTT

Getting Started With React.js (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

React is a view library whose philosophy greatly differs from the usual framework. This course will cover what makes React different from all the other frameworks and libraries out there.

What You'll Learn

  • What makes React different from other frameworks and libraries.
  • Master the basics of components and data flow in React.
  • Understand the component lifecycle: mounting, updating, and unmounting.
  • How to use the Node module Browserify for dependency management in React.
  • How to use JSX transformers.
  • Create a real-time voting app.

About the Instructor

David East is a Developer Evangelist for Firebase in San Francisco. You can visit his website where he blogs and provides code snippets, or you can find him on Twitter.



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

Object-Oriented JavaScript With ES6 (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, Envato Tuts+ instructor Jeremy McPeak will teach you everything you need to know in order to write object-oriented JavaScript. You'll learn how to use the different creational patterns, such as factory functions, constructor functions, and classes. You'll also learn how to use the new tools in ECMAScript 2015 (ES6) to implement truly private encapsulation in your code. Finally, you'll also learn the different JavaScript inheritance patterns for reusing existing code.

At the end of this course, you'll apply everything you've learned to write a custom event system and a simple toolbar component.

Throughout the course, Jeremy will demonstrate the new syntax in ES6 and also the patterns for achieving object orientation that have been used in older versions of JavaScript.

What You'll Learn

  • How to use primitive data types and create objects.
  • How to use the different creational patterns, such as factory functions, constructor functions, and classes.
  • How to implement private encapsulation in your code using the new tools in ECMAScript 2015.
  • How to reuse existing code via JavaScript inheritance patterns.
  • How to write a custom event system and a simple toolbar component.

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 or follow him on Google+.



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

Building a Web App From Scratch With AngularJS (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 an amazing front-end framework that has a very novel approach to building web applications, completely unlike any of the other web frameworks you might be used to. In this course we'll take a look at all the core components of Angular, and how they work together to build a complete application. We'll be building an address book, starting from nothing at all and ending up with a complete, working project. The focus of the course will be on Angular, but we'll use Express for the back-end code.

What You'll Learn

  • Starting from scratch and building a full, working address book app with AngularJS.
  • How to set up the project, start the server and Angular application, and configure routes.
  • How to create the core features such as the controller and directives.
  • Adding navigation, user accounts, and settings.

This courses uses Angular 1.

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/1M8W8YA
via IFTTT

Up and Running With Swift 2 (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

Swift is a new programming language from Apple, designed specifically for creating iOS, OS X and watchOS apps. The designers of Swift drew from the best of the new generation of languages, while also building on the success of C and Objective-C. Swift has a powerful type system for safe programming and adds many features to make the lives of programmers easier. Even though it's barely a year old, Swift is already popular with programmers for its flexibility and expressiveness.

In this course, Envato Tuts+ instructor Derek Jensen will start from the foundations to give you a thorough understanding of the Swift language. The course will introduce Swift's types, control flow and object-orientation syntax, with a special emphasis on the features that make Swift unique. This course will also highlight some of the great new features that have come to Swift in version 2.

What You'll Learn

  • Gain a thorough understanding of the Swift language.
  • Foundation concepts: variables and constants, basic types, optionals and comments.
  • How to work with collections.
  • How to control flow with conditionals, looping, exceptions, and pattern matching.
  • How to use functions and create types.

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/1M8W8Ig
via IFTTT

JavaScript Fundamentals (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

So you want to learn JavaScript? In this course we'll start at the very beginning and cover everything about the language that a beginner needs to know. Maybe you've never programmed anything before, or maybe you're coming to JavaScript from another language. Whatever your situation, we'll go through everything you need to get up and running with one of the most popular and dynamic languages in use today.

What You'll Learn

  • Understand the basics of JavaScript: variables, data types, operators, functions, keywords, and more.
  • How to control program flow by using conditionals, switches, for and while loops, and timers.
  • How to work with strings, arrays, object instances, and more.
  • Work with the DOM through DOM traversal, manipulating HTML elements, and adding and removing elements.
  • Use the Selector API, the History API, geolocation, and web storage.
  • Advanced techniques such as prototypal inheritance, regular expressions, closures, and mixins.

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/1VdxyI9
via IFTTT

Monday, March 14, 2016

Go Further With WooCommerce Themes (Web Design)

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

WooCommerce provides a lot of power and flexibility for simple storefronts out of the box, but to build truly outstanding sites, we have to dig a little deeper. In this course, Envato Tuts+ instructor Rachel McCollin will teach you how to enhance your WooCommerce site with features such as embedded video, mega menus and filter menus. These will create a polished and compelling sales experience for your visitors and let them connect most readily with the products they're interested in.

What You'll Learn

  • How product videos can help you sell products, and how to add them in WooCommerce.
  • How to add CSS to style the embedded video in your site's front end.
  • How to make your product video work with a responsive layout.
  • How to add a mega menu and make it work with your site design.
  • How to create and style a filter menu in WooCommerce.

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/1UcwxAw
via IFTTT

AutoMobile | Responsive Car Dealer HTML Template (Business)

Automobile is a professional responsive template for vehicle market. This template especially design for car sellers, dealers or auto motor retailers. It includes all, whatever your business is small or large with fully car dealership functionality you have nothing more to do(HTML), it all includes in this package. Automobile have a unique front-end submission option with complete user's account management. Users can purchase submission packages to submit vehicles for sale on your website. It includes 2 well inventory designed that is a breeze to setup and customize for your vehicle. Users will also be able to manage their existing listings from their dashboard page, they can decide to delete their listings or to update them. The incredible feature of this template is vehicle comparison option this will help users to find out vehicles that are perfectly suited to them. The Automobile template includes 28 HTML,12 JS and 12 CSS files which are extremely well organized.



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

Hipsteria - Fashion & Lifestyle WordPress Blog Theme (Personal)

Hipsteria – Fashion & Lifestyle WordPress Blog Theme

Hipsteria is a versatile and powerful multipurpose WordPress blog theme perfect for any personal blog. With over 120 styling options at your fingertips, Hipsteria makes customizing your blog and changing colors, fonts, and most elements a breeze. Hipsteria's clean, clutter free design is the perfect choice for the minimal loving creative blogger. Hipsteria offers a stunning visual experience to showcase your content with responsive grid system layout optimized for mobile touch and swipe.

Perfect for fashion blogs, lifestyle blogs, travel blogs, food blogs, craft, tech, creative, photography ..etc.

One theme…so many possibilities!

PLUS…Dedicated Support & FREE Lifetime Updates!

\\ \\

Features

  • Responsive Design
  • Flexible Slider
  • Featured and Popular Posts tabs
  • Google Fonts selector for most elements
  • Color customizer for most elements
  • Custom ad locations and widget
  • 2 Layout options
    • List Layout
    • Grid Layout
  • Post Formats
    • Standard Post
    • Video Post
    • Gallery Post
  • 2 Types of Pagination
    • Load More
    • Standard
  • Custom Widgets
    • Social Icons Widget
    • Latest Posts Widget
    • Custom Ads Widget
    • Custom styled MailPoet Subscriber Widget
  • Contact Form 7 Support
  • Sticky or fixed Navigation Option
  • Social Media Icons in Menu and Footer
  • Optional Header Drop Down Message
  • Open all posts in new tab option for improved analytics
  • Optional Latest/Popular Stories tabs on homepage


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

Sunday, March 13, 2016

Boiler - Creative Agency PSD Template (Portfolio)

Boiler – Creative Agency PSD Template

We present you a modern and simple design,with unique elements, ideal for an open-minded business. Using the star color of the season, electric blue, this theme is cutting edge and dynamic. From an architecture website to a simple business, Boiler suits every need.

Files Index

01_home
01_home_slider2
01_home_slider3
02_about us
03_services
04_services_single
05_portfolio
06_portfolio_single-1
06_portfolio_single-2
07_home_blog-1 07_home_blog-2
08_home_blog_single
09_contact

Credits:

Icons used (Font Icons):Icon Pack – http://designmodo. com/linecons-free/
Google Font used:
Montserrat http://ift.tt/11dlcjC specimen/Montserrat
Photos Credits:
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/1RgJrqE
via IFTTT

Vehicle Finder and Booking PSD Template (Retail)

Vehicle Finder and Booking PSD Template

Vehicle Finder and Booking PSD Template was built specifically for All Vehicles (Car, Moterbikes, Bicycle, Truck) Finder and booking system. You can use this template for creating website based on Twitter Bootstrap and any language. and also you can create template for WordPress, Drupal, Django, Expression, Joomla CMS or even custom CMF.

We have included best practice of web development – you can create great website layout based on Twitter Bootstrap or Grid 1170px.

Features

  • 20 Unique Fully Layered PSD Files with Layer Styles.
  • 04 Index Page Style
  • Best solution for Vehicle Finder and Booking System
  • Well Organized layers makes it very easy to update
  • Quick Booking Appointment online
  • 06 Bonus pages
  • Blog Pages
  • Retina ready (vector-based)
  • Clean layout
  • Active and Hover stats are included.
  • Based on Twitter Bootstrap (1170px)
  • Guides are included in PSD
  • Responsive design
  • Unique and Modern Style
  • Free Fonts used
  • Parallax Section
  • And more…

PSD Contents

20 Pages
  • 01-Index-1.psd
  • 02-Index-2.psd
  • 03-Index-3.psd
  • 04-Index-4.psd
  • 05-Category-Page-Grid-View-1.psd
  • 06-Category-Page-List-View-2.psd
  • 07-Category-Page-Grid-View-3.psd
  • 08-Category-Page-List-View-4.psd
  • 09-Single-Page-1.psd
  • 10-Single-Page-2.psd
  • 11-Blog-Category-Page-1.psd
  • 12-Blog-Category-Page-2.psd
  • 13-Blog-Single-Page-1.psd
  • 14-Blog-Single-Page-2.psd
  • 15-About-us-Page-1.psd
  • 16-About-us-Page-2.psd
  • 17-Contact-Us-Page-1.psd
  • 18-Contact-Us-Page-2.psd
  • 19-404-Error-Page-1.psd
  • 20-404-Error-Page-2.psd

Source and Credit

I am Happy to Credit the Below Four

  1. Fonts : Google Webfonts
  2. Images : Photodune
  3. Icons : Flat Icon
  4. Images : Shutterstock
  5. Fonts : Font-Awesome


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

BarkingDog - Agency & Portfolio HTML Theme (Creative)

Template Features

  • 6 Beautiful Home Demos
  • 4 Different Header Styles
  • 40 Html Pages
  • Multi Portfolio layouts
  • Tons of shortcodes
  • Google map
  • Clean & Simple Design
  • Advance Framework
  • HTML5 & CSS3
  • Fully Responsive Design
  • Mutipurpose Concept
  • Working Contact Form
  • All files are well commented
  • Crossbrowser Compatible with IE9+, Firefox, Safari, Opera, Chrome
  • Extensive Documentation


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

The Market - Multipurpose Responsive Magento Theme (Shopping)

The Market – Multi Purpose Responsive Magento Theme is a the best design magento 2015 homepage full responsive and html5/css3. BikeWorld is designed with a simple, clean and clear style very easy customize. The Responsive Magento theme crafted for selling digital, gym, sport, shoe products or any other products.

If you want to have a very unique and attractive design and trying to make your way among numerous store owners, The Market is a great starting point for you.

Get Support?

  • Support time: Monday – Friday UTC+7
  • Response Time: 24-48 hours
  • Channel support: Support Ticket System

Main Features

  • Full Responsive Design
  • Install & One click
  • HTML5/CSS3/SASS
  • Support cpanel, Admin config
  • Amazing Megamenu, Easy customize with staticblock
  • Imageslider, Banner animation
  • Ajax cart: Ajax add to cart
  • Quick View product
  • Popup Newsletter
  • Products width slider (Featured, Sale, New, Bestseller, Upsell, Related..)
  • Coud Zoom, Thumbnail slider, Pretty photo
  • Brand logo slider
  • Our Blog Manage
  • Multistore ready
  • Themeoption New & Sale label
  • Support Magento Community Edition 1.7.x, 1.8.x and 1.9.x
  • Bootstraps, Html5, Css3
  • Integrated Google Fonts, Integrated font FontAwesome
  • Documentation file


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

Maxim - One Page HTML5 Template (Creative)

Maxim – One Page HTML5 Template is a responsive, clean and modern designed HTML5 template. Framed is suitable for all creative people, agency, creative business, company, individual or agencies portfolios, product or service selling website, etc.. Specially designed for Corporate / Creative / Agency / Business / Portfolio Websites.

Main features:

  • 100% Responsive Layout
  • Build with Bootstrap 3, HTML 5, and CSS3
  • HTML Contact Form included
  • Testimonial included
  • Social media integrated
  • Easy Customization
  • Font Awesome icons integrated
  • Google font integrated
  • Prebuilt HTML Page
  • Revolution slider
  • Font Awesome Icon
  • Fully compatible for all major browsers such as Firefox, Safari, Chrome, Vivaldi, Internet Explorer 9+
  • Well Documented
  • and much more…

Note: All images are used only for demo preview.



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

Saturday, March 12, 2016

FITLAB - Fitness, GYM & Health PSD Template (Health & Beauty)

FITLAB is a PSD template for heallth, sports, gym and fitness websites. It is a highly suitable template for fitness companies as well as gyms or sport clubs.

Here you will get 17 layered PSD with easily customizbale layer with pixel perfect design With 2 different Home version.



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

Saifway - Insurance Agency Html5 Template (Business)

Saifway is a clean and professional HTML template specially designed for insurance business or small insurance agency. This template comes with twitter bootstrap 3, Owl Carousel, Isotope, Beautiful Tab, Accordion, Video Popup and more.

Support

You can mail us on tripplesworld@gmail.com or See Comments and Support tab

Features List

  • 6 Home Variations
  • 3 Different Header Layout
  • 26+ HTML files
  • Multipage Design
  • HTML5 Validated
  • Based on Twitter Bootstrap 3
  • Responsive Template
  • FontAwesome icons
  • Isotope
  • Google Web Fonts
  • Contact Form
  • Stylist News Page
  • Documentation
  • Counter
  • Easy to customize and user friendly

Images are only for demo and not included with the template bundle

Version: 1.0

  #Initial Release  

Credits

  • Twitter Bootstrap
  • Owl Carousel
  • Isotope
  • freegreatpicture.com
  • Pixbay


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

Friday, March 11, 2016

LuckyShop - Multi-Purpose HTML Template (Shopping)

LuckyShop is a modern, clean and professional HTML Template, It is fully responsive, it looks stunning on all types of screens and devices.

It is super for fashion shop, Supermarket Shop, ... or any other categories.



Features List:

  • 3+ Pre-made Home Pages
  • HTML5 / CSS 3
  • Fully Responsive (Tested on Multiple Devices)
  • Flat Design Style
  • Full Width Layout
  • Shop Design
  • Working Ajax Contact Form
  • Multi-options for Home Page
  • Inner Pages: Category(Fullwidth, Left-Sidebar, Right-Sidebar, List/Grid View), Product(Left-Sidebar, Right-Sidebar, Fullwidth), Quickview, Zoom, Order, Checkout, Register/Login, About, Contact, Wishlist, Compare, Blog: Grid/List/Masonry, Blog Detail, 404 Page, Typography
  • Mega Top Menu
  • Mega Vertical Menu
  • Sticky Menu
  • Banners Slideshow
  • Brand Showcase
  • Hot Categories
  • Special Product Groups
  • Services
  • Carousel…
  • jQuery Enhanced
  • HTML files
  • HTML5 and CSS3 tableless design
  • List & Grid View (Products)
  • Images With jQuery Inner Zoom
  • Compatible Browsers: IE9+, Firefox, Safari, Opera, Chrome, Edge
  • Included documentation.
  • Easy To Customize
  • Support and Update
  • And Much More…

Sources and Credits:

I would like to thank the following providers. This theme would not have been possible without the hard work and dedication of all of them.

Please note that none of the images in the demo are available in the theme package.

Support:

If you have any questions please submit a ticket here: KuteThemes Support System.You can expect my feedback within 24 hours.



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

Wiarfi Responsive Muse Template (Creative)

Wiarfi is minimal & creative Muse template which is suit for agency, portfolio & photographers. The designed is modern & unique also perfectly organized, so you can easily changes its color, text everything you need. This template can also use for digital agency, freelancer, designer, studio, corporate etc. You will find many uses for this Theme is fully responsive and easily customizable.

Image Credits:

Live preview images are from: BEHANCE CC, Unsplash, Flickr various Stock Photo collections with permission to be used within in live preview. Live preview images are NOT included in the pack and we don't distribute any stock images. instead we have added in-place (real) placeholder images with dimension info. You can simply replace them as file by file.

from ThemeForest new items http://ift.tt/226WvdF
via IFTTT

Organ - The Multi-Purpose Responsive HTML5 Template (Corporate)

Organ is a minimal, creative The Multi-Purpose Responsive HTML5 Template. Once you found Organ, you'll realize this is the monochrome HTML5 Template Theme you are searching for. Comes with 22 stunning Pre-defined Homepages, Organ fits for a range of business & corporation like fashion store, photographer, media agency, web studios, designers, freelancers, entrepreneurs, marketing, artistic agencies.



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

Genurent - Car Rental Service PSD Template (Business)

Overview

Genurent is a simple car dealer and rental service PSD template. This template is a highly suitable template for companies that offer rental services as well as other car related services. It has purpose oriented design, responsive layout and special features like 2 different landing pages, blog layouts, gallleries, services and service rates. Genurent can also be used for multi-purposes.

Features

  • 9 organized .PSD files
  • based on 1170px grid system
  • easy to customize
  • wordpress compitable sidebar widgets
  • bootstrap compitable design
  • 2 landing pages layouts
  • service rates / pricing tables
  • for auto, automotive, car, car dealer, car rent, inventory, inventory management, inventory search, listing, listing theme, search, submission, vehicle, vehicle listing, vehicle searching

What do you get?

  • 9 .PSD files
  • documentation

If you purchase this template, you will get support for a life time. We will update this template time by time and we want to hear your wishes for the future updates or for complete new templates.

Images are not included in the download file! You will find the image credits in the documentation helpfile.

Credits

Fonts (Google Fonts)



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

Gardener - Gardening and Landscaping HTML Template (Business)

GARDENER – Gardening and Landscaping HTML Template is designed specially for Gardening, Landscaping Companies, Lawn Services, Agriculture, Landscape Architects and all type of Gardners Business and those who offer Gardener related services. GARDENER template has beautifull and unique design that will be best suited for your online web presence. It has 100% responsive design and tested on all major handheld devices.

This template comes with necessary features for your online presence like projects, blog, testimonial and team page etc. GARDENER can be a great choice for your online presence. Looking for release your company website ? GARDENER is best choice

Features

  • Latest Bootstrap
  • 1 homepage stlye
  • Super Responsive
  • Awesome Unique Look
  • Unique effects and functionality
  • Smooth transition effects
  • Cross Browser Optimization
  • Google font

What do you get?

  • HTML content
  • documentation

If you purchase this template, you will get support for a life time. We will update this template time by time and we want to hear your wishes for the future updates or for complete new templates.

Images are not included in the download file!

Credits

Fonts (Google Fonts)

Images in the previews

Updates

Version 1.0.0 – 25 jan 16

  - Initial Release  


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

KnowMe - Responsive Material Design Resume/CV/vCard Template (Virtual Business Card)

KnowMe: Material UI HTML Resume/CV/vCard Template. Fully responsive, modern and creative. Bootstrap Based and valid code. You can customize it easily and code is well-commented. Perfect way to make your online profile/portfolio to describe yourself.

Features

  • Fully Responsive
  • Easily Customizable
  • Bootstrap Based
  • Well Documented
  • Well Commented
  • Ionicons & Linea Icons (1400+ Icons)
  • Valid Code
  • Material UI Design
  • Creative Layout
  • 9 Different Colors Schemes
  • Better Support (response within 24 hours)
  • Working Contact Form
  • Free Updates

Credits

Other's work which is used in my item:

  • jQuery
  • Owl Carousel
  • Magnific Popup
  • Suffle.js
  • Validator.js

The image of person is downloaded from photodune.net. And portfolio images are downloaded from pixeden.com.



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

Kiddos - Hand crafted OpenCart theme (OpenCart)

Premium OpenCart theme for selling toys, baby and kids clothes, shoes and accessories.

Kiddos is a hand crafted product with beatiful design and powerful backend. Packed with endless number of options, theme admin panel offers unprecedented control over the entire store content and appearance. You can build complex layouts in minutes and adapt the theme to your specific needs. It is easy and fast to setup any kind of web store.















<tbody><!- Import/Export Tool -> <!- Theme Skins -> <!- Drag&Drop header builder -> <!- Product Page Builder -> <!- Custom Product Options -> <!- Page templates -> <!- Sticky Header -> <!- Custom site backgrounds -> <!- Unlimited Colors -> <!- Fonts -> <!- Sample data -> <!- MultiStore -> <!- Responsive Design -> <!- Touch Optimized -> <!- Live Edit -> <!- Multilingual -> <!- RTL Language Support -> <!- Free Support & Updates -> </tbody>



Import/Export Tool

Quickly export and transfer your
custom theme configuration to another
store! Choose between different
export options.





Theme Skins

The theme comes with different skins
that can be changed with one click.
Every skin brings different styling.
You can create and save your own too!





Drag&Drop header builder

Everyone has their own view on how
the header should look like. Drag
the header elements around to build
the one that best matches
your store style.





Product Page Builder

No more restrictions of how your product
page layout will look like. Change
the content elements position and styling
according to your taste with
the familiar Page Builder interface.





Custom Product Options

Easily change the product options
appearance. Configure thumbnail size,
zoom images, gallery appearance
and tabs style.





Page templates

You can save your custom layout as
template and use it for as many pages
as you like. No more wasting time
to build everything from scratch.





Sticky Header

Make your site quicker to navigate!
Your customers will have an always
accessible navigation menu with
minimalistic design that will spare
vertical spacing.





Custom site backgrounds

Place a catchy background on your
site to complement its look. You can
have different background for every
page or category.





Unlimited Colors

Extensive color control over the entire
web store! You can change the text,
background or border color of every
single element. The color inheritance
functionality will save your time.





Custom Fonts

Boost your site with 630+ web
optimized Google fonts with
customizable style, size, letter or word
spacing. Set a global line height and
all elements will be automatically
adjusted.





Sample Data

Insert all demo products and settings
with one click! You can now setup your
store in minutes and start selling!






Multi-store

With full multi-store support, you can
have different colors and fonts, style
individually each website area, create
custom layouts, page content and
sidebars.





Responsive Design

Kiddos is designed to support devices
with different resolutions. Your store
will look nice on smartphones and tablets,
laptop or desktop computers.





Touch Optimized

Theme supports touch swipe gestures
in sliders, carousels or galleries. Hover
events are handled for dropdown
menus as well. No more worries about
usability on mobile devices.





Live Edit

No more save and refresh! You can
make changes to colors or fonts,
modify navigation, style pages, use
Page Builder and see all the changes
right away.





Multilingual

All theme added features support
multiple languages where appropriate.
E.g. a text block can have separate
values and be enabled/disabled for
different languages.





RTL Language Support

Full right-to-left language (Arabic,
Hebrew etc.) support. Language
direction is auto detected and works
out of the box with no additional
modifications.





Free Support & Updates

Our dedicated team of professionals
will do whatever it takes to fix any
possible issues that may come up, or
help our customers, if they need any
'how to' guidance.


Theme support

Theme support will be provided only from the support forum. You will need to register with your ThemeForest username and use the purchase code from your license certificate for confirmation. We will try our best to reply to your posts and emails in no longer than 2 business days. Our timezone is UTC/GMT +2.

ThemeBurn support forums | Register account | How to get your purchase code?



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

Metro App - Pagewiz Landing Page (Pagewiz)

Metro App : is new Pagewiz template made for Landing Page and Applications use. It also can be used for multi purpose. PSD files design needed elements are included. We hope you like it!

General Features

  • Landing Page and Applications use
  • Two demos
  • Drag and Drop page builder
  • Unique and Different Features
  • Custom CSS animation effect
  • Modern website template
  • Detailed Documentation
  • PSD Design Included

Sources and Credits

Note: No preview images are included in main file.


from ThemeForest new items http://ift.tt/229uAq4
via IFTTT

Zidane - Multi Concept Responsive Shopify Theme (Shopping)

We are happy to announce our new theme: Zidane – Multi Concept Shopify Theme.

Zidane is a Shopify Theme suitable for any kind of e-Cigarette Shop, Fashion Shop and all kinds of marketplace business that needs a feature rich and beautiful presence online.

Theme compatible with Shopify 2.x

Theme features list

  • Easy Installation and Configuration
  • Responsive layouts built on Bootstrap 3
  • Quick view product
  • Wishlist support
  • Mega Menu support
  • 5 Style variations
  • Contact Forms support
  • Upload Your Logo
  • Upload Your Favicon
  • Integrated Google Web Fonts (650+)
  • Integrated Font Awesome Icons (350+)
  • Well documented, full installation and configuration guide included!


from ThemeForest new items http://ift.tt/229uAq2
via IFTTT