Promote and Advertise Products through Online Services

Diposting oleh Unknown




In today�s advanced generation, there are many changes taking place in the industry of entertainment and many options are given to people with the help of technology to develop their career and business and from those options, live video streaming services are gaining a lot of popularity as a primary source of entertaining people. It is nothing, but a series of images in action and they are sent online in a compact form, which can be viewed as soon as they appear on the monitor. In fact this is cost effective solution for many organizations and business to advertise their products and services. Most of the people select live streaming as it is quick in downloading the file to view videos and make communication easy. To harness the prospective of this technology, it is supported with broadband technology and if your budget permits then you can acquire the services of live streaming.




Vital Tool for Consumers


Live video stream is popular on YouTube and also an important tool for corporations and individuals who like to promote themselves to the viewers. Yet, some people post creative stuff online to let the people gain some knowledge through it as it is the main marketing strategy to attract attention of client�s worldwide. There are many free streaming sites popular nowadays and users are getting best services from professionals in their budget. They offer quality services to enhance your video on popular websites.




Use of Live Video Streaming


The use of live video streaming services is created through a embedded camera, laptop or a webcam to communicate with audience in a real way. The live event provides a lot of opportunities to enhance your company�s image and help to generate more knowledge and attentiveness about your products and services. Particularly, it is helpful for conferences and corporate events to achieve success in organizational goals by promoting this video stream. Right now, traditional marketing efforts are balanced through live video platform which enhances your business to reach to unlimited audience.




Components for set up


You have many components and parts to help you in streaming technology task. The three main important are:




  • Media server 

  • Web server 

  • End user




Each of this part has an important role to play live video streaming online. Actually, the user visits the webpage and chooses file to view and this request is sent to web server and in return web servers sends a text to the live video streaming server as a request to find out file. When it receives the request, it will flow the requested file openly to the user through web server.




Attracts Global Audience


A top live streaming solution attracts audience from all over the world for extra publicity of products and services. Whenever you stage the video, it is seen by audience to get comments and responses. This is the only stage to give your event necessary exposure as you desired.



You have top streaming service providers that can tailor your needs and offer required services which prove helpful to you. In fact whatever event you are planning whether it is big or small, a video streaming company can give services which gives profits in your business. Then, why not look for video streaming solutions which take your video to the top position with more number of viewers.



Author bio: James is a video marketer who loves making great videos for his clients and businesses. Re recommends using the live video streaming services for building better and more profitable business model. You may check out more about it at James blog where he writes regularly on video streaming services.

More aboutPromote and Advertise Products through Online Services

Creating Responsive Style Sheet With Media Queries

Diposting oleh Unknown


Reponsive Moniter, Tablet and Smart PhoneIn the last article we�ve seen the basic rules to create a simple layout for a website. After concentrating on the pc-desktop version, in this fourth part of the series, we�ll see which are the rules to apply to make the layout responsive.

So, the final result will become pleasant for both tablets and smartphones, as we�ll see in the final part. Screen resolution nowadays ranges from 320px (iPhone) to 2560px (large monitor) or even higher. Users no longer just browse the web with desktop computers. Users now use mobile phones, small notebooks, tablet devices such as iPad or Playbook to access the web. So the traditional fixed width design doesn't work any more. Web design needs to be adaptive. This tutorial will show you how to create a cross-browser responsive design with CSS3 media queries.



Another aspect of this technique where its simplicity really shines, is in how well its flat aesthetics translate so strongly on smaller screens (handhelds and mobile devices) without losing any of the impact they deliver. This is one way that it becomes so flexible.



As I introduced in the third article of the series, for the sake of clarity, we�ll use two style sheets for our website to keep different concepts separated; in relation with this topic, it�s good to remember that in production, you should use one of the available tools to minimize and merge the various CSS style sheets into a unique file to improve performances.



Now, let�s dive into the code and examine which are the most important changes that we have to apply to get our result.

First of all, we�ve to set the chosen breakpoints in our document. To do this, you have to put this line at the top of responsive.CSS: You can also see live demo our final project by click on live preview link below.







@media screen and (min-width: 800px) and (max-width: 1440px)



Now we are going to apply few rules to specify for this version.




@media screen and (min-width: 800px) and (max-width: 1440px) {
    #content-wrapper {
        border: none;
        margin: 0% auto;
        margin-top: 2%;
        padding: 1%;
        width: 80%;
        min-width: 700px;
        max-width: 1439px;
    }

    .box {
        background: #ffffff;
        padding: 2%;
        margin: 2% 0% 2% 2%;
        width: 43%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid transparent;
    }

    .image-box {
        float: left;
        max-width: 40%;
        float: left;
        padding: 0px 2% 1% 0%;
    }
}



The rules to which you should pay more attention for this version are those applied to the header section. For the former, thanks to the rule max-width: 100%;the header will render at its native dimensions as long as its width doesn�t exceed the width of its container. Resizing your browser window, the header proportions will remain intact, even as the page scales down accordingly.



let�s have a look at the CSS media queries applied on all those devices whose min width 320 pixels. The first thing you�ll notice is that fonts and images have changed. For smaller screens, the first rule to remember is that everything has to be: clear, fast and understandable.




@media screen and (min-width: 320px) and (max-width: 799px) {
    #header {
        width: 100%;
        margin: 0%;
        text-align: center;
        padding: 2%;
        background: rgba(0,0,0,0.1);
        height: 50px;
    }

    #content-wrapper {
        border: none;
        margin: 1%;
        padding: 1%;
        min-width: 200px;
        width: 100%;
    }

    .box {
        background: #ffffff;
        width: 92%;
        padding: 2%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid transparent;
        margin: 0 0 15px 0px;
    }

    .image-box {
        float: left;
        padding: 0% 2% 2% 0%;
        max-width: 100px;
    }

    h1 {
        text-align: center;
        font-size: 25px;
        letter-spacing: 0;
    }
}



This series about how to build a responsive, mobile-friendly website has ended. I hope you�ve enjoyed it!





If there is any advice that I can give to you, is to continue to �practice with this stuff�, not only in the practical realization of the website, but also in the design phase design phase which has a fundamental importance because it�s extremely important that everything is planned in detail; only in this case you�ll avoid waste of time and exhausting corrections, and you�ll perfectly understand how to organize your content and improve your final result. Thanks for reading our responsive series stay tuned for more useful stuff.

More aboutCreating Responsive Style Sheet With Media Queries

64 Anchor Icons Set For Your New Website Design

Diposting oleh Unknown


social_mediaIcons set for you to use for your own projects and creations I have put together a set of social media logos and icons in vector. The set includes 64 logos/icons of my favorite networks and services. In today�s article, you will find 64 icon sets for a variety of purpose, all available for free. It�s quite a difficult task to find inspiration and fresh ideas while designing a new website, but perhaps these icon sets will be able to be a great source of ideas.



Circle_Anchor_Icons








We hope this great freebie bundle will help you to create stunning designs. If you have any questions, suggestions or just want to say �hello�, feel free to use a comment box below. Stay tuned for more updates.


More about64 Anchor Icons Set For Your New Website Design

Simple 3D blue Social Icons For Your Fresh Website

Diposting oleh Unknown


social_mediaSocial media icons are one of the essentials and nitty-gritties when it comes to talk about website or theme. They can be placed anywhere on your site either on header, footer or on the side bar. One thing which is kept in supreme focus while choosing right kind of social media icons is that they ought to be attention grabbing so any visitor�s consideration can be attained by them as they are like nuts and bolts of a website. What we have done for you today is to provide you with one great choice 15 Free Social Media Icons with amazing 3d design. All the icons can be downloaded for free and we�ve given you the resources to get them.



Social_media_icons_preview






Let us know what you think post your comment below in the comment form. And stay tuned for more updates.



Image Source:- Uknown

More aboutSimple 3D blue Social Icons For Your Fresh Website

Creating Basic Style Sheet For Responsive Template

Diposting oleh Unknown


Reponsive Moniter, Tablet and Smart PhoneIn the Previous tutorial of this series, I�ve shown how to start building a website with the HTML code and its main elements. Now it�s time to introduce the first CSS rules in order to have a general idea of the graphic style that the homepage of our website will display, especially for the pc-desktop version. First of all, before having a look on the rules we have to apply in order to create a particular design for our homepage, let�s see how it will appear in our browser window (my default browser is Chrome but, with the application of some specific rules, you�ll be able to obtain the same result for all modern web-browsers). The homepage of our totally customizable website should look more or less as following:



final_project_preview



For the content section, let�s create a main div whose ID is �content-wrapper�, a wrapper div, and put an product or article within it. We just put lorem ipsum text in the article as text.  We just add a content wrapper element look like this:




<div id="content-wrapper">

put your website content here

</div>



and our final html structure code look like this:




<!DOCTYPE HTML>

<html lang=�en�>
<head>
<meta charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title>Fluid Responsive Template</title>
</head>

<body>
<header>
<div id="header">
<h1>Responsive Template</h1>
</div>
</header>

<div id="content-wrapper">

<h2>Suspendisse commodo purus aliquam mi</h2>
        <p>Donec sed urna l ectus, vel viverra tellus. Nullam molestie tortor eu erat aliquet fermentum. Suspendisse commodo purus aliquam mi tempor pulvinar.  Pellentesque bibendum suscipit dui, id vehicula leo aliquet at. Duis sem diam, pharetra sed posuere sed, iaculis vitae leo.</p>
        
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet.</div> 
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet.</div>
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet. </div>
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet.</div>

<br style="clear:both" />
</div>


</body>
</html>



We�ll proceed step-by-step from the upper part of our layout to the bottom. The code for the very first part (which includes the elements of header). The first one is the banner element, with this code for styling:




#header {
margin:0%;
text-align: left;
padding:2%;
background: rgba(0,0,0,0.1);
height:50px;
   
}
#header h1 {
font-size: 40px;
font-variant:small-caps;
font-weight: bold;
color: #fff;
line-height: 50px;
margin:0% 0% 0% 0%;
padding:0%;

}



These first rules simple enough to understand. To space the header from the top of the browser window we�re applying a margin of 0% and to let our header cover all the width of our browser�s window, we�ve set the corresponding rule with a percentage of 100.



Now let�s create CSS for the content-wrapper section:




#content-wrapper {
margin:1%;
padding:2%;
background: rgba(0,0,0,0.1);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
box-shadow: 0 10px 7px -7px rgba(0,0,0,0.12), 0 0 4px rgba(0,0,0,0.1);

}

.box {
  background: #ffffff;
  padding: 2%;
  margin: 2% 0% 0% 2%;
  width: 18%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  box-shadow: 0 10px 7px -7px rgba(0,0,0,0.12), 0 0 4px rgba(0,0,0,0.1);
}

.image-box {
  max-width: 40%;
  float: left;
  padding: 0px 2% 1% 0%;
}



I won�t explain the rules one by one as for the first part, especially because they are almost all the same. The only thing to which I�d like you�d attention is the box shadow property.

This property allows designers to easily implement multiple drop shadows (outer or inner) on box elements, specifying values for color, size, blur and offset.



Let�s move on to the general part, that is on the rules applied to elements such as heading, paragraphs, images, boxes appearance and so on. Here is the code with the specifications of the rules for the layout.




body {
color: #111;
background: #71BBC8;
font-family:Verdana, Geneva, sans-serif;
font-size:100%;
padding: 0em;
margin: 0em;
  }


a {
color: rgba(0,0,0,0.4);
text-decoration: none;
outline: none;
}

a:hover {
cursor:pointer;
}
a:focus {
outline:none;
}

img,object,embed {
max-width:100%;
height:auto;
}
 
object,embed {
height:100%
}
 
img{
-ms-interpolation-mode:bicubic;
}

p {
   margin-top: 0;
   margin-bottom: 0.5em;

}

h1, h2, h3 {
   text-align: left;
}



Let�s start the adding footer section in your template.




    <footer id="footer">Copyright &copy; 2013 | My Responsive Web Template</footer>



Now our HTML code look like this:




<!DOCTYPE HTML>

<html lang=�en�>
<head>
<meta charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title>Fluid Responsive Template</title>
</head>

<body>
<header>
<div id="header">
<h1>Responsive Template</h1>
</div>
</header>

<div id="content-wrapper">

<div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet.</div> 
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet.</div>
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet. </div>
        <div class="box"><h2>Pellentesque bibendum</h2><img class="image-box" src="https://www.google.com.pk/images/srpr/logo11w.png" />Curabitur pulvinar odio ut magna aliquet consequat. Etiam id euismod justo. Praesent vel lectus ipsum, ac placerat urna. Quisque a leo nibh.  Curabitur bibendum accumsan orci eget euismod. Pellentesque mattis gravida imperdiet.</div>
</div>

<br style="clear:both" />
</div>

<footer id="footer">Copyright &copy; 2013 |Responsive Template</footer>

</body>
</html>



and CSS Code should look like this:




body {
color: #111;
background: #71BBC8;
font-family:Verdana, Geneva, sans-serif;
font-size:100%;
padding: 0%;
margin: 0%;
 
}
a {
color: rgba(0,0,0,0.4);
text-decoration: none;
outline: none;
}

a:hover {
cursor:pointer;
 
}
a:focus {
outline:none;
 
}
p {
   margin-top: 0;
   margin-bottom: 1%;
}

img,object,embed {
max-width:100%;
height:auto;
 
}
 
object,embed {
height:100%
 
}
 
img{
-ms-interpolation-mode:bicubic;
 
}
 
#header {
margin:0% auto;
text-align: left;
padding:2%;
background: rgba(0,0,0,0.1);
height:50px;
   
}
#header h1 {
font-size: 40px;
font-variant:small-caps;
font-weight: bold;
color: #fff;
line-height: 50px;
margin:0% auto;
padding:0%;
 
}
 
#content-wrapper {
margin:2%; padding:2%;
background: rgba(0,0,0,0.1);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
box-shadow: 0 10px 7px -7px rgba(0,0,0,0.12), 0 0 4px rgba(0,0,0,0.1);
 
}
 
#footer{
clear: both;
margin:1%;
padding:1%;
background-color:none;
color: rgba(0,0,0,0.4);
text-align: center;
height:20px;
line-height: 20px;
 
}

.box {
  background: #ffffff;
  padding: 2%;
  margin: 2% 0% 0% 2%;
  width: 18%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  box-shadow: 0 10px 7px -7px rgba(0,0,0,0.12), 0 0 4px rgba(0,0,0,0.1);
}

.image-box {
  max-width: 40%;
  float: left;
  padding: 0px 2% 1% 0%;
}



This is it! now template is ready with general styling, above full code and working example � all in the demo:








I�m not much of a designer but I will do my best to make this look amazing.

In this article we�ve seen the basic rules to create a simple layout for a website. After concentrating on the pc-desktop version, in the next article we�ll see which are the rules to apply to make this layout responsive.

More aboutCreating Basic Style Sheet For Responsive Template

Creating HTML In the Responsive Template

Diposting oleh Unknown


Reponsive Moniter, Tablet and Smart PhoneIn the first article of this brand new series, I have introduced the main objectives of the series and given a short but complete introduction on the critical components of media queries and responsive breakpoints. Now, it�s time to begin doing some practical work. As I have mentioned before, I�ll start with the planning and creation of a mockup for each of the three main device types on which our responsive website will be designed, tested, and displayed: PC desktops, tablets, and mobile phones. Returning to our files, the first, called Style.css, is the one which contains all the common CSS rules. The second one called responsive.css contains the specifications of the rules to apply to the chosen devices.



HTML can be edited by using a professional HTML editor like:


  • Adobe Dreamweaver

  • Microsoft Expression Web

  • Coffee Cup HTML Editor





First Step: HTML code


The first step in creating a Responsive template is to add the code for the header, body, and footer.Let�s begin building the structure of our website through the use of HTML code. To avoid confusion and miss some steps, we�ll proceed by dividing the layout into three parts. Now, what we have to do as our first task is declare the type document that for HTML5 is indicated in the following way:




<!DOCTYPE html>



The next item we have to pay attention to is the viewport property. Setting a viewport tells the browser how content should fit on the device�s screen and informs the browser that the site is optimized for mobile. For example�




<meta name="viewport" content="width=device-width">



Tells the browser to set the viewport to the width of the device with an initial scale of 1. After this, we insert into the title tag the name we�ve chosen for our website. Finally, we have to link our HTML page to the CSS stylesheets that we�ll use to define the style of our homepage; the HTML �link� element specifies relationships between the current document and other documents. With this line of code�




<link rel="stylesheet" href="css/style.css" type="text/css" />



We link the document to the common stylesheet (that is, the document which contains all the common CSS rules that will be shared by the three versions of the project), while this one�




<link rel="stylesheet" href="css/responsive.css" type="text/css" />



Recalls to the file where there are the specifications of the particular rules that will be applied only to that particular device indicated. Please note that since we�re using HTML5, you don�t actually need to specify type="text/css".



Now Close the head tag and come on to the body section.  Your final code look like this:


<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf-8" />
<meta name="viewport" content="width=device-width">
<title>Fluid Responsive Template</title>
</head>

<body>
<header>

<div id="header">

<h1>Responsive Template</h1>

</div>

</header>

</body>

</htm>



You will now have a page with no styles just HTML Webpage Structure. Now we need to create the CSS files and content for the Template. The Next tutorial will explain how to add the styles to the stylesheets and contents  for your Responsive Template.

More aboutCreating HTML In the Responsive Template

Another HTML5, CSS3 Navigation Menu For Blogger

Diposting oleh Unknown


html5-css3-navigation-menu

In this tutorial, we�ll take a look and see what we can achieve with HTML5 and CSS3. HTML5 brings to the spec a dedicated <nav> element that should be used as the container for any major navigation structure, such as the main vertical or horizontal site navigation menus, or an in-page table of contents for example. IE unfortunately doesn�t support this new element yet, but there is a simple fix we can use, of which I�m sure you�re all aware.







How to add it to blogger blog


1. Go to Layout > Add A Gadget and select HTML/JavaScript gadget.

2. Copy the HTML link and paste it inside the content box.


<style>

#org_menu {
    position: relative;
    margin: 0 auto;
    clear: both;
    width: 960px;
    }

#org_menu:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -9px;
    z-index: 1;
    border: 10px solid transparent;
    border-right-color: #c50;
}

#org_menu ul {
    display: block;
    position: relative;
    z-index: 2;
    padding: .2em 30px;
    margin-right: -2em;
    list-style: none;
    background: #f72;
    font-family: 'Arial', serif;
    font-weight:bold;
    font-size: 16px;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    border-radius: 0 9999px 9999px 0;
    box-shadow: 0 2px 8px -3px rgba(0,0,0,.5),
                0 1.4em 2em -0.7em rgba(255, 255, 255, .2) inset;;
}

#org_menu ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}

    #org_menu li {
        float: left;
        position: relative;
    }
   
        #org_menu a {
            display: block;
            padding: .8em 1.4em;
            text-decoration: none;
            text-shadow: 1px 1px 1px rgba(0,0,0,.3);
            color: white;
            transition:.3s box-shadow, .3s padding;
            border-radius: 9999px;
        }
       
        #org_menu a:hover,
        #org_menu a:active {
            background: rgba(0,0,0,.1);
            color: #F90;
            box-shadow: 1px 1px 5px rgba(0,0,0,.3) inset;
        }
       
        #org_menu a:active {
            background:white;
            color: #eee;
            padding: .5em .6em .3em 1em;
            text-shadow: 1px 1px 0 rgba(0,0,0,.4);
            box-shadow: 10px 6px 1px #c50 inset;
        }

    #org_menu:hover {
        transform: rotate(720deg);
    }
</style>


<nav id="org_menu">
<ul>
<li ><a href="#" title="Home">Home</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Speaking</a></li>
<li><a href="#">Writing</a></li>
<li><a href="#">Interviews</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">About me</a></li>
</ul>
</nav>



To rename the category, simply replace Home with your own text. As for the link, just replace  # with the Page intended URL. Hope you enjoyed with this tutorial, don�t forget to tell thanks and leave a comment :) Enjoy..!!

More aboutAnother HTML5, CSS3 Navigation Menu For Blogger