Saturday, February 18, 2017

wordpress general setting tutorial

Click here to show this video tutorial

wordpress writting setting Tutorial for new designer

Click here to show this video tutorial

Towba o Allah Nikot khoma chawya

Click here to show this video

Wordpress Reading setting Tutorial for new designer

Click here show this video tutorial

Framework7 - Preloaders

Description

Preloader in Framework7 is made with Scalable Vector Graphic (SVG) and animated with CSS which makes it easily resizable. Preloader is available in two colors:
  • the default is light background
  • another one is dark background

Framework7 - Progress Bar

Description

The progress bars can be used to show loading of assets or progress of a task to the users. You can specify the progress bar by using the progressbar class. When user doesn't know how long the loading process will be there for the request, you can use progressbar-infinite class.

Framework7 - List Views

Description

List views are powerful UI components that presents data in a scrollable list of multiple rows. The Framework7 provides different types of List View to work with your application. The following table lists some of the Framework7 List View:

Framework7 - Accordion

Description

The accordion is a graphical control element displayed as a stacked list of items. Each accordion can be expanded or stretched to reveal the content associated with that accordion.

Framework7 - Cards

Description

Cards contains organized information related a single subject like a photo, link, and text. The below table shows Framework7 card types:

Framework7 - Chips

Description

Chip is a small block of entity which can contain a photo, small string of title, and short information.

Chips HTML Layout

The below code shows the basic chip HTML layout used in Framework7:
<div class="chip">
    <div class="chip-media">

Framework7 - Buttons

Description

Framework7 provides a group of ready to use buttons by just adding appropriate classes to links or input buttons.

Framework7 - Action Button

Description

Framework7 provides floating action button for a promoted action. They appear as a floating circled icon over the UI. It has the motion behaviors that contain morphing, launching, and transferring an anchor point.

Framework7 - Forms

Description

Forms are used for interactiong with users and collects data from the web users using text fields, checkboxes, radio buttons etc.
Framework7 provides different types of form elements to work with the applications smoothly as specified in the table below:

Framework7 - Tabs

Description

Tabs are sets of logically grouped content that allow us to quickly flip between them to and saves the space like accordions.

Framework7 - Swiper Slider

Description

The swiper slider is most powerful and modern touch slider and comes into Framework7 with lots of features.
The following HTML layout shows the swiper slider:
<!-- Container class for slider -->
<div class="swiper-container">
    <!-- Wrapper class for slider -->

Framework7 - Photo Browser

Description

Photo browser is similar to iOS photo browser component to display group of images which can be zoomed and panned. To slide between images, photo browser uses Swiper Slider.
The below table shows photo browser types used in framework7:

Framework7 - Autocomplete

Description

Autocomplete is a Framework7's mobile friendly and touch optimized component which can be as dropdown or in standalone way. You can create and initialize Autocomplete instance by using the JavaScript method:
myApp.autocomplete(parameters)
Where parameters are required object used to initialize the Autocomplete instance.

Framework7 - Picker

Description

Picker looks like iOS native picker and it is a powerful component that allows you to pick any values from list and also used to create custom overlay pickers. You can use Picker as inline component or as overlay. The overlay picker will be automatically converted to Popover on tablets (iPad).
Using below App’s method you can create and initialize JavaScript method:

Framework7 - Calendar

Description

Calendar component allows you to handle dates easily and can be used as inline or as overlay component. The overlay calendar will be converted to popover on tablets automatically.

Framework7 - Refresh

Description

It is a special component used to refresh (reload) the page contents by pulling it.
The following code shows how to refresh the page content:
<div class="page">

Framework7 - Infinite Scroll

Description

It allows to load additional content and performs required actions when page is near to the bottom.
The following HTML layout shows the infinite scroll:
<div class="page">
    <div class="page-content infinite-scroll" data-distance="100">
        ...
    </div>
</div>

Framework7 - Messages

Description

Messages are component of Framework7 which gives visualization of comments and messaging system in the application.

Framework7 - Message Bar

Description

Framework7 provides special resizable toolbar to work with the messaging system in the application.
The following code shows message bar layout:
<div class="toolbar messagebar">
  <div class="toolbar-inner">

Framework7 - Notifications

Description

Notifications are used to show the required messages which appear like Push (or Local) iOS notifications.
The below table demonstrates the use of notifications in details:

Framework7 - Lazy Load

Description

Lazy loading delays your image loading process on a given page. Lazy loading improves scrolling performance, speeds page load and save traffic.
Lazy load elements and images must be inside of scrollable <div class="page-content"> to work properly.

Framework7 - Color Themes

Description

Framework7 provides different color themes for your applications.
A color theme provides different types of theme colors used to work with the applications smoothly as specified in the table below:

Framework7 - Hairlines

Description

Hairline is a class that adds 1px border around images by using the border class. With the release of 1.x, hairlines revised the working with :after and :before pseudo elements instead of using CSS borders.
Hairlines contains following rules:

Framework7 - Templates Overview

Description

Template7 is a lightweight mobile first JavaScript engine which represents Ajax and dynamic pages, as Template7 templates with specified context and do not require any additional scripts. Template7 is associated with Framework7 as default template engine which is a lightweight template engine which works faster for the applications.

Framework7 - Auto Compilation

Description

In Template7 you can compile your templates automatically by specifying special attributes in a <script> tag.
The following code shows auto compilation layout:
<script type="text/template7" id="myTemplate">
    <p>Hello, my name is {{name}} and i am {{age}} years old</p>
</script> 
You can use below attributes for initializing the auto compilation:

Framework7 - Template7 Pages

Description

Template7 is a mobile-first JavaScript template engine with handlebars.js like syntax. It is ultra lightweight and blazing fast default template engine in Framework7.
First, we need to pass below parameter on app initialization that renders all Ajax and dynamic pages as Template7 template:

Framework7 - Active State

Description

To highlight links and buttons when you tab them, it will be done by active state in Framework7.
  • It behaves like a native app, not like a web app.
  • It has built-in Fast clicks library and it should be enabled.
  • The active-state class is same as CSS :active selector.
  • Active state is enabled by adding watch-active-state class to <html> element.

Framework7 - Tap Hold Event

Description

Tap hold event is used to trigger (enable) after a sustained and complete the touch event so only, it is called tap hold event. The Tab Hold is a built-in Fast Clicks library.
The following parameters are use to disabled, could be enabled and configured by default:

Framework7 - Touch Ripple

Description

Touch Ripple is an effect that is supported only in Framework7 material theme. By default, it is enabled in material theme and you can disable it by using the materialRipple:false parameter.

Foundation - Overview

What is Foundation?

Foundation is one of the advanced front-end frameworks for designing beautiful responsive websites. It works on all types of devices and provides you with HTML, CSS and JavaScript plugins.

Foundation - Installation

In this chapter we will discuss about how to install and use Foundation on website.

Download the Foundation

When you open the link foundation.zurb.com, you will get to see a screen as below -

Foundation - Starter Projects

You can startup with your project development with some available templates which can be installed through Yeti Launch or Foundation CLI. You can start with the new project by using these templates by using Gulp build system for the processing of the Sass, JavaScript, copying files etc.

Foundation - Kitchen Sink

Description

It includes the Foundation elements to work with the web applications smoothly. Following table lists some of the Foundation components:

Foundation - Global Styles

In this chapter let's study about Global Styles. The global CSS of Foundation framework includes useful resets that makes sure styling is consistent across browsers.

Foundation - Sass

SASS helps to make the code more flexible and customizable in the Foundation.

Compatibility

To install SASS based version for foundation, Ruby has to be installed on Windows. Foundation can be compiled with Ruby Sass and libsass. We recommended node-sass 3.4.2+ version to compile SASS.

Foundation - JavaScript

In this chapter let's study about JavaScript. It is easy to set up JavaScript in Foundation, only thing you require is jQuery.

Installing

You can use ZIP download, package manager or CDN to get Foundation JavaScript file. In your code provide links to jQuery and Foundation using <script> tags. For more information click here.

Foundation - JavaScript Utilities

Foundation includes JavaScript utilities which are used to add common functionalities. It is very helpful and easy to use. This JavaScript utilities library can be found in the folder Your_folder_name/node_modules/foundation-sites/js

Foundation - Media Queries

Media queries are CSS3 module that include media features such as width, height, color and displays the content as per specified screen resolution.
Foundation uses following media queries to create breakdown ranges:

Foundation - The Grid

Description

Foundation grid system scales up to 12 columns through the page. Grid systems are used to create page layouts through a series of rows and columns that house your content.

Foundation - Flex Grid

The grid depends on the flex display property. It consist number of features that are available with the flexbox, like automatic stacking, source ordering, vertical alignment and horizontal alignment.

Foundation - Forms

In this chapter let's study about Forms. Foundation provides powerful, easy and versatile layout system for Forms, which combines form styles and grid support.
The below table list the form elements used in Foundation.

Foundation - Visibility Classes

Description

  • Foundation uses visibility classes to show or hide elements based upon device orientation (portrait and landscape)or screen size (small, medium, large or xlarge screen).
  • It allows user to use elements based on the browsing environment.

Foundation - Base Typography

Description

Typography in Foundation defines headings, paragraphs, lists and other inline elements which create attractive and simple default styles for elements.
The Following table lists different types of typography used in the Foundation:

Foundation - Typography Helpers

In this chapter let's study about Typography Helpers. Typography helpers are used to format your text in semantically relevant ways. Helper classes in Foundation let you to scaffold some typographic styles quicker.
The below table list Typography Helpers which are used in Foundation.

Foundation - Basic Controls

In this chapter let's study about basic controls. The Foundations provides basic controls such as buttons, slider and switch.
Below table list basic controls used in Foundation.

Foundation - Navigation

Description

Foundation provides a few different options for styling navigation elements. Many simple navigation patterns are bundled, it can be integrate in the form for robust responsive navigation solution.
The following table describes different types of navigation along with description.

Foundation - Containers

Foundation containers are used to make full width of browsers at all times for the site and wrap the site contents.
Following table lists down some of the containers used in the Foundation:

Foundation - Media

In this chapter let's study about media in Foundation. The Foundation consists of several media types like Flex Video, Label, orbit, progress bar and tooltip. The below table list all of media types.

Foundation - Plugins

Description

Plugin is a piece of software that provides additional functionality which was not originally completed by Foundation core functionality. Foundation Plugins can be uploaded to expand the functionality of the site. Plugins are used to make your work easier.

Foundation - Sass Functions

Foundation provides set of SASS utility functions which can be used with util, color, selector, unit, value and many more utilities.
You can import all utility files at a time by using below line of code:
@import 'util/util';
or even you can import individual utility file as shown below:
@import 'util/color'; 

Foundation - Sass Mixins

Importing

It imports the contents of the SASS mixins which are placed under the scss/util/_mixins.scss file. You can import the SASS mixins by using below line of code:
@import 'util/mixins';

Foundation - Motion UI

Description

Foundation provides Motion UI library for creating UI transitions and animations and used by Foundation components such as Toggler, Reveal and Orbit.