Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

Saturday, 10 August 2013

Embed A Video With HTML5

Embedding video used to involve embedding a Flash object but with HTML5 you can go native.

HTML5 video is actually pretty straightforward: there is a basic set of HTML tags, and an API that allows you to specially craft your own unique user interface so you are able to match your site design exactly and nothing looks out of place. However, it is important to focus on making your video controls as intuitive as possible and if you are only interested in getting your video to play, you can take a shortcut by using one of the many libraries available to quickly get your video in place on the page. In this tutorial we are going to look at each part of the HTML required, and show you how to put a fallback for Flash in place.

1) Encode your video
First and most importantly you need to encode your video in formats suitable for the browsers and devices you’re targeting. Mobile devices tend to have H.264 decoding chips, and all the major browsers with the exception of Opera now support this format, so at a minimum ensure you have output an MP4 file.

2) The basic HTML
Assuming you have now got your video uploaded to your server, and you have also set your MIME types correctly. You can start embedding your video with a simple HTML tag: <video>. Add the following quick line of code shown to embed your video, and make sure you remember to test your page in the browser and see that it actually works!
3) Multiple sources
The code we have used works well if you only have one video f ile, but if you have created multiple encoded video types, for H.264, Ogg and WebM, this approach won’t work as it only allows one source f ile to be specif ied. Instead we can use the <source> tag, nested inside the <video> tag, to specify di fferent source files.
4) Understand the type
You will notice that in the previous example code, we specif ied the video type for each <source> tag. This string is really important as it lets the browser know exactly what kind of encoding the f ile being referenced has. The browser uses this to determine whether it can actually play the f ile or not. From there it will automatically choose an option it can recognise and thus, will play.

5) Deal with folder browsers
Older browsers won’t understand the <video> and <source> tags and will simply ignore them. They will happily render content inside the <video> tag, whereas HTML5-capable browsers will ignore nested content. This o ffers a handy solution to providing a fallback. We can nest an <object> tag inside the <video> tag, linking to a Flash video player.

6) Embed the fallback
Embedding a fallback <object> is as simple as taking the code you would ordinarily use to place a Flash movie in your page and placing it inside your <video> tag, alongside the <source> tags. Add the lines of code shown below to place your fallback in position. Note that we are making speci fic reference to the H.264 f ile as the video source.
7) Video properties
You can control your video’s behaviour and appearance using di fferent attributes on the <video> tag itself. If you would like the browser to render its standard video controls, such as a transport bar, play/pause and volume buttons, add the attribute ‘controls’ to your tag. The autoplay attribute dictates your video’s initial state – playing or paused.
8) Access the API
The HTML5 video API allows you to control your video (or audio), setting properties and calling methods to play, pause, control the speed of playback and more. You can access the API by selecting the video element using the DOM, then calling methods directly upon it. Start by using document.getElementById() to locate your video.
9) Di fferent methods
There are a variety of di fferent methods you can use within your script. Some good options to experiment with in the first instance include play() and pause(). Add the code shown below to make your video play and pause when you click on it (not just on the play button itself).
10) Make it easier
One of the drawbacks to using the native HTML5 video and audio API is that when a browser is using the fallback, the API won’t function correctly. The easiest way to solve this is to use a library that provides an integrated API to add compatibility with a fallback option. The following pages detail some great options to try.
Read More...

Friday, 26 July 2013

Tilt images with jQuery

One of the plugins Axel lists within his code is jQueryRotate, authored by PaweÅ‚ Witkowski. Here we’ll take a closer look at this plugin by demonstrating some of the quick options it gives you for applying image rotations – either at set angles or within smoother animations. You can trigger these to start when the page loads or on mouse rollover events – then you can investigate the more advanced parameters to achieve more sophisticated results.
1) Get plugin files
Begin by visiting code.google.com/p/jqueryrotate/ to download the plugin. Follow the links on the left panel under Featured>Downloads to click the green download buttons and obtain the files. You can use either, so grab jQueryRotate.2.2.js or alternatively jQueryRotateCompressed.2.2.js and simply drop into the root of your page.
2) Link the scripts
In the <head> of your HTML add a <script src=””> declaration for jQuery. Here we’ve linked to the latest version on the online repository. Below this you must place another <script src=””> tag pointing to one of the .js files you downloaded in Step 1.
3) Image stack
Next up we’ve added a row of four PNG icons to our page <body>, which reside in the root of our document. In addition to any style classes you may wish to add, you’ll need to give each one an id attribute.
4) Simplest tilt
Add new <script> tags to the page head and then a $(document).ready() function. This is where all code will go, but start with the most basic jQueryRotate method by tilting the first icon by 60 degrees.
5) Mouseover events
Preview the page and you’ll notice the rotation occurs immediately. Now we will extend the method to trigger a 45-degree tilt when the cursor passes over
icon2.png. This can be done using the bind command to attach mouseover and mouseout events like so.
6) Smoother tilt
By adding an animateTo command before our angle values, the plugin makes the rotation motion much smoother. We’ll try this on icon3.png and rotate it 210-degrees, then back to zero when the mouse moves off. Save the page and preview to check the effect.
7) Keep on spinning
The plugin suggests methods for spinning images endlessly from page load, the first of which uses the setInterval() function. Here you are able to alter angle increments as well as the millisecond speed value to change the effect.
Read More...

Tuesday, 9 April 2013

Tips to Make Your Blogs Easy to Read

With so many blogs out there, you have to do everything that you can to ensure that you are able to retain the readers who visit your site. If you have a poor looking blog, then you will find that it is not going to be easy to do. Even if you have the best content in the world, it won’t make a difference if no one can bear to be on your site long enough to read it! The topic of your blog does not matter. You could be writing about VPN services, fashion, writing, or anything else and unless you have the right layout and design for your blog, people just aren’t going to stay. When you use a quality platform, such as WordPress and a good theme, you will find that the layout should not be too much trouble.
Still, knowing a few of the design flaws many blogs have will help clue you in on the things that you need to avoid.

The Right Font
The font is one of the most important aspects when it comes to the readability of your blog, even though too few people think about it when they are designing. It’s true that you want a font that matches the tone of your blog, but it is more important to have a font that people are going to be able to read. Stick with a common font that will render in all browsers, and make sure that you have a font that’s large enough for everyone to read. You do not want to have people squinting and leaning toward their screens just to see what you are talking about on your blog. They are not going to be happy about it, and they are not going to return to your site.

The Right Background

You also want to make sure that you have a good background. The temptation to have a busy background with too many design elements will be there, but you have to squash that desire. Again, simplicity can help. In addition, make sure that you are using a good color scheme. If you are posting red text on a green or blue background, it is going to be murder on the eyes. Dark text on a lighter background is usually the best option. You have to think about the poor people who are going to be reading your blogs!

The Right Amount of Space

Negative space is important in art and it is important in the design of your blog as well. If you have long walls of text that have few breaks in them, you can imagine that people are not going to want to read them. It looks too daunting. Instead, you are going to want to break up that text with some subheadings. This makes the text quite a bit easier for readers to skim. Another option that you might want to consider would be adding some bullet points and lists. This helps to break up the text as well. You do not have to have them on all of your posts, but having them occasionally will add more interest to your site and make it easier to read.

In addition to the text that you have, consider some of the other things that you can place on your site. For example, you will want to have some photos to help liven up your site and your text. Videos can work quite well too, and you might want to add some videos occasionally to add a bit more interest to your site. They could be video that you find and embed or your own video.


Author Bio: Veronica Clyde is a tech writer at VPNServices – a place where you can read reviews about the best VPN providers. If interested, check out a IPVanish review
Read More...

Friday, 22 February 2013

Tips For Effective Ecommerce Website Development

Ecommerce website development has helped many businesses emerge successful on the online arena. It has helped them increase the sales and efficiency of the business. Running an ecommerce website is not an easy task.
Here are some tips that can make things easier for ecommerce website developers.
  • The features of the system should be flexible so that changes can be made at any time. You will face no problems if you link the chosen software to the existing hardware and the operating system.
  • You should be able to import the existing data within the range of ecommerce solution. This is especially helpful if you have a long list of products and do not want to download them one after the other.
  • The ecommerce website design should also include a secure and stable virtual shopping cart.
  • Every ecommerce website should have the facility to calculate shipping costs and taxes. These options are important for all types of clients, domestic or foreign. It is always important to educate the customers regarding taxes on expensive goods.
Payment options on the site: Ecommerce website development should keep into consideration that different clients prefer different payment methods. If you have various payment methods you will not lose customers just because of lack of a payment method.
  • Ecommerce developers should perform the legacy application and APIs.
  • To make the ecommerce website more attractive, developers should use various tools. Presentation matters a lot and leaves an impact on the prospective buyer.
  • Special promotions boost sales. An ideal ecommerce website should have the capability to provide ease in sale of old products and attract more clients to the web store using promotional offers.
Thus, it can be concluded that ecommerce website development is a continuous process.

Author Bio: Eliz Barrymore is an App developer and copywriter at Fusion Informatics Ltd.
Read More...

Saturday, 16 February 2013

Turn a Blog into a Business

If you already have a blog and already have regular followers and readers, why not use your prominence to make some money? After all, you have done the hard part: Writing the content and getting an audience. Many bloggers never make it that far. Once you have devoted readers, it is relatively easy to turn them into paying customers. So if you have a blog that you are happy with, but aren’t making any money off of it, consider these ideas for turning it into a money tree.
 Add a Store

Blogs are popular marketing tools for online retailers. Once they have an online store set up, they will start writing a blog that relates somehow to their merchandise, in hopes that the blog will attract readers and then feed those readers into the store. This is a workable approach, but it is hard to draw readers into a blog. On the other hand, it is really easy to set up online stores and add them to Premium WordPress themes. So if you have readers, ask yourself what kind of products those readers might like to buy, and then start selling away. Be careful, though: The blog should remain your focus, at least for the time being. Grow the store slowly, so readers don’t think you are giving up writing and turning commercial.

Write for Others

If you have a personal brand, you are in a very fortunate position. Whereas most small bloggers will pay to have their work included on larger blogs, many big bloggers can command writing fees to contribute their work to small blog, magazines, and newspapers. If you have contacts at other blogs, or in the journalism community, let it be known that you are willing to write on your chosen topic on a freelance basis. To grow your reputation as a freelancer, do an article or two for free, or for small outlets. Soon, the bigger outlets (that cut bigger checks) will come calling.

Add Affiliate Links

So maybe building a store or writing additional articles for other blogs and publications is more work than you care to do. If you don’t want to add to your work load, consider putting some affiliate links on your blog. This takes almost no time, and when your readers click on them and then buy from whichever store they link to, you will get a percentage of their purchase price.

About author: Anny Solway is a creative writer at ThemeFuse.com. She is passionate by WordPress, SEO and Blogging. Don’t forget to check out stunning Premium WordPress Themes
Read More...

Sunday, 23 December 2012

Complete SEO Tips Must Follow By Techsoulz

Complete SEO Tips Must Follow
As a Blogger i know that every one search for the best and easy SEO tips to make their Blogs or websites famous within a short period, Yes you can make your Blogs very famous by following the below important and easy SEO tips.

First Please have a look at our previous SEO tips and make sure that you are following them.

  

Now the Present Article includes the complete SEO tips

1) Sitemap : sitemap is nothing but that which includes all your website URL's in a well defined structure.You have to submit your website sitemap mainly to Google and Bing.

For bloggers, sitemap url to submit more than 26 url's to search engines use below

sitemap eg: www.yourblog.com/feeds/posts/default

If you have more than 100 posts on your blog, then add sitemap url as

/atom.xml?redirect=false&start-index=101&max-results=100

If your blog has more than 200 posts, then add one more sitemap url

/atom.xml?redirect=false&start-index=201&max-results=100

If it has more than 300 posts, then add one more sitemap

/atom.xml?redirect=false&start-index=301&max-results=100 

Submit same sitemap on Bing 

2) Google Analytics: This gives the complete Traffic and other most important data of your website, Must add this code.

Go Here get your Analytics code add this code to your website template just above the </body> tag and save your template, within 24 hrs all your website Traffic and other data is shown, by this you can know whats your site Search engine visits, Direct visits, Referral visits etc.., and you can know at which point your website is strong and week.

3) Keywords: These are the words which best suits your website.

Now you have to add your Blog Description and Keywords that are related to your blog content.
just add these meta codes
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
Now add your blog Description and Keywords(keywords should be sapparated by commas) add more relative Keywords,search the best keywords for your content. save your template.

4) Titles : Choose the Best and common title for your Article in users point of view, that is when you are giving a title to an article just type that title in google and see how many websites contains the same title if there are many websites contains same then you have to change your article title in such a way that how the users search that content (users point of view).Your blog results will be indexed first.

5) Unique content : Just keep on publishing the unique and interesting content, please don't copy from any where.If your content is unique and interesting then your Direct Traffic will be more and you can earn much on your website.Just write a Great Great content.

6) Backlinks : Backlinks are incoming links to a website or web page.
Make a hobby of commenting and posting on other blogs and forums.post your blog url in other famous blogs and forums.this really work great your traffic increases day by day.Your Alexa rank will be decreased day by day

How to increase your Backlinks?
  • Post your webpage url's on Facebook, Twitter, Google plus, Stumbleupon, Pinterest, Bloggers etc...
  • Just connect your website to all famous websites so that your search engine traffic increases.
  • Just comment on other blogs and forums atleast on 3 to 5 other websites per day so that your traffic will increase day by day.
7) Sharing : create a facebook page for your website and post all your articles on that page and share it to all your friends and famous groups on facebook so that your referral traffic will increase.

Tricks to increase your referral traffic?
  • Just keep on posting interesting photos, videos, on your facebook page and tag all your friends so that you may get many shares and many people visit your site.
8) Alexa Toolbar : Add alexa toolbar to your browser so that you can know the popularity of every website that you visit and also the page rank.Keep watching your site alexa rank follow all the tips to get a good rank that's what the actual popularity.

Just keep following these SEO tips don't give up...

Read More...

Thursday, 13 December 2012

Simple Stylish Slideshow For Websites

Searching for a Slideshow code to embed on your website? here is the best Simple, Stylish and reliable Slideshow For your websites.

Picasa slideshow is the simple, stylish slideshow which can be created very easily by just uploading your pictures to your picasa account and get a slideshow embed code for your website.


How To Create Your Slideshow With Picasa?
  • Firstly you should have a google account (eg: gmail account) if you don't have one create it here www.gmail.com
  • Now go to www.picasaweb.com create your album and upload your photos which should be appear in slideshow or you can also create a slideshow which includes all your photos of different albums.
  • Now After uploading your photos go to your album for which you want to create the slideshow
  • you will see option "link to this album" on right side click on it you will get the embed code for your website.
  • If you want to customize your slideshow just click on the "Embed Slideshow" option (see in above image) you will see the below screen.
  • Now you can customize your slideshow, you will have the options like slideshow size, show captions, Autoplay, HTML Links (for My Space).Copy your embed code and put it in your website.
Live example : http://www.techsoulz.com/2012/12/apple-evolution.html

Picasa is the best simple and stylish slideshow which can be created and customize very easily, so guys if you are searching for a slideshow for your website its better to go for a picasa slideshow its awesome...!!!

XTBNSTZYUDUP
Read More...

Friday, 12 October 2012

How To Make Your Blog Smart - Fast Including All SEO Widgets By Techsoulz

Here are the great Methods and widgets to make your Blog Smart, Fast and comfortable to your Readers.By Techsoulz

Every Blogger want to make his Blog Smart, Fast and Comfortable but Smart widgets make your Blog Load very Slow because many smart widgets contains a large Codes which includes CSS, JQUERY, JAVASCRIPT etc...,Already your Blog Template contains all these codes if you make use of those existing codes then your Blog looks Smart and also loads very fast.

How To Do It:

1) Select a smart Blog Template:

Watch my Template which is just 136 KB in size but contains all smart widgets and loads fast also comfortable

2) List Of Smart SEO Widgets To Be Added
  • One Time Facebook Like Box Pop Up For Blogger
Go to Blogger Layout click on Add a Gadget select HTML/JAVASCRIPT and add the below code.

Note: Add this Gadget on top that is below the Header gadget or above the Blog posts Gadget in Layout,because javascript conflict may occur with other gadgets.

Note: If your Blog Template contains a Image Slide Show then Javascript Conflict occurs and your Slide Show may not work,you better Remove image slide show code from blog Template because it slow down the blog.

Widget Code:


Note: Get your Facebook like box code CLICK HERE
Add the Like Box code in place of  ">>>>>>>>>>>>> ADD YOUR FACEBOOK LIKE BOX CODE HERE >>>>>>>>>>>>>>>>" in above given code
  • Smart Wibiya Toolbar.
The Wibiya toolbar is one of the smartest widget for blogs which contains all social media buttons, RSS, Recent posts, Translate, Share, Online members etc..the toolbar is completely optimized it loads faster after your Template is completely loaded.
Get your Wibiya toolbar CLICK HERE
  • Floating social media buttons for blogger (Simple Code)
Floating social media buttons is the best SEO widget that makes your blog popular,if your readers want to Like, Tweet, or Share any Posts this widget helps them better.

Widget Code:

<table><tr>
<td style='position: fixed;top:7%; left:0%;'>
<iframe expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:blog.url + &quot;&amp;amp;layout=box_count&amp;amp;show_faces=false&amp;amp;action=like&amp;amp;font=arial&amp;amp;colorscheme=light&quot;' style='border:none; overflow:hidden; width:56px; height:65px;'/>
</td></tr>
<td style='position: fixed;top:19%; left:0%;'>
<div class='impbutton' id='yy'><a class='twitter-share-button' data-count='vertical' href='http://twitter.com/share'>Tweet</a><script src='http://platform.twitter.com/widgets.js' type='text/javascript'/></div>
</td>
<tr><td style='position: fixed;top:31%; left:0%;'>
<div class='g-plusone' data-size='tall'/>
</td></tr>
<tr><td style='position: fixed;top:43%; left:0%;'>
<div class='addthis_toolbox addthis_default_style '><a class='addthis_counter'/></div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f45e0bd4d2fce85' type='text/javascript'/>
</td></tr>
</table>

 
You have to add the above code in your blog template Go to Template -> Edit Html -> Proceed. Press CTRL + F on your Keyboard and find this code <body> Now add the above Widget code just below this code <body>.Preview your template if everything is ok then save your template. 
  • Smart Linkwithin (You might also like) Widget:
This is the most awesome widget for blogs.Below every post other 5 more posts are added with thumbnail it says "You Might Also Like", your blog traffic will be increased with this widget.
To add this widget Log in to your blogger account and go Here at your right side below you will find the widget options like Email, Blog link, Platform, width that is how many posts should be shown, press Get widget button and save it.
  • Smart Social media buttons for Posts
This widget gives you more likes, shares, Tweets for every posts.You can know whether your readers like a particular post.

Widget Code:


Go to your blog Layout -> Add Gadget -> Select HTML/JAVASCRIPT and add the above code and save it and just put this Gadget above your Blog posts Gadget so that above every post social media buttons appear.
  • Floating Buttons (simple html code)
This floating buttons gives more attraction to your blog,you can add your own buttons and link to that button.
for example: see this code its a simple html code with Link and Image URL

<a href='http://www.techsoulz.forums.com/register' style='position: fixed;top:16%; right:0%;' target='blank'><img border='0' height='142' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj611BaRtzzednlDty6qKjDwz_tiki-nit28lKyP8RcRyORUBNALRwK8dWLLxC52pzcz0CNarxqcdnfD12RK-wj_XDqFuciJ9ItwyNfKOVUHbh47xeFq6Op75bet1DmuzQpcV5PsGvK16g/s170/button%25281%2529.jpeg' width='35'/></a>

You can change the image height, width, position etc..according to your wish.

Output of the above code:
To create Buttons on your own use this online button maker tool CLICK HERE.
you can save them in any format JPG,PNG etc..
  • CSS Code Compression (Importent)
This is the most Importent step because CSS codes will slow down your blog so you have to compress your blog CSS code.kindly observe your blog loading time Before and After the CSS Compression.

Now Go to your blogger Template -> Edit Html -> Proceed.Now your CSS CODE will be Between <b:skin> And </b:skin> codes in Template,Copy the whole CSS code and Go HERE Paste the CSS code in "Insert CSS code:" Box and click on "Compress it" Button,Now copy the compressed CSS CODE and Paste it in your blogger Template Between <b:skin> And </b:skin> codes,Preview your Blog if its OK then SAVE the template and check the loading Speed.Your Blog will load faster than Before.
 
By Techsoulz. Posted by Mohan Pendyala
Read More...

Tuesday, 2 October 2012

Forum - What Is A Forum? What A Forum Does?

An Internet Forum or simply Forum is an Online Discussion site where Users can discuss or convey what they want about a particular topic or view. There are so many names for Forums. Some call them Bulletin Boards or Message Boards.
A Forum is simply a place where people can communicate with each other and reply to other's Threads. A Forum can be started by any user existing in that community and is visible to every member of that community. Once the users read the post or thread can reply using the reply button and every can raise or build a discussion even though everyone are not online at a point of time.
Basic Structure Of A Forum :
It consistes of Four components.
They are
  • The Forum itself.
  • Categories.
  • Topics and 
  • Messages.
Each Forum can have one or more Categories and they can have several Sub-Categories.

The Forum is mainly run by
  • The Forum Owner.
  • Moderators.
  • Users.
Benefits Of Forums :
  • Enhance Traffic of Your Website.
  • Building Our Community.
  • Increasing Sales.
  • Visitors Retention.
  • Interacting as well as Building Relationship with the Customers, Visitors.
  • References - Educational Information can be gathered.
  • Attracting Search Engines (One of the Best SEO Technique).
  • Sharing Ideas.
  • Enrich Discussion & Acknowledge Thoughtful Ideas.




TechSoulz Forums :

Register and start discussion Here.
Read More...

Sunday, 30 September 2012

Fix Blogger Naked Domain 404 Error 100% Working By Techsoulz

Blogger has changed their Custom Domain Option and because of this change Naked Domains showing an 404 Error and the Option "Redirect Example.com to www.Example.com" is also not working,as we know the blogger team is working to fix it but it may take some time.If you want to fix it go through the rest...

What is Naked Domain?
  • If  there is Domain "www.example.com" for this the Naked Domain will be "example.com" i.e. without "www".
How To Fix Naked Domain Error?
  • First login to your Blogger Account.
  • If you have your Domain at Godaddy then login to your Godaddy Account also.
  • Now in Godaddy Account Click on Launch Button see image below
  • Now in next screen Tick mark the check box so that all the Options are Enabled,now you can find forward option in that put your mouse on that a drop down menu will appear in that menu click on "forward Domain".
  • Now forward your Naked Domain (example.com) to www.example.com that is your full Domain.It will take some time to update your settings.
  • After Update is done Go to your Domain Manager there you will find this IP Address 64.202.189.170 in A-Records
  • Now if you have other A-Records that is Google IP's Delete them,there should be only one A-Record (64.202.189.170) and two CNAME Records which Google have given that is 
1. Verification Record
2. www points to ghs.google.com
Your Done...Now check your Naked Domain it will be redirecting to full Domain

NOTE: You have to Add you Domain in Blogger Settings,I have not mentioned these steps above.

NOTE: If you have your Domain at other Accounts then you can follow this Procedure it may work.

If you have any queries feel free to ask us you can post in comments or message us on our Facebook page : https://www.facebook.com/Techsoulz

First on Techsoulz
Read More...