Selasa, 17 Juli 2012

Play Free Online Flash Game Dark Soul: Path to Awakening


Free Online Games

variations

I also have the same picture, although a bit different. it's a variation and I also have lots of this view because, remember
is one of my favourite places in Ávila.
Mine is a postcard and yours is to be framed. They all belong to a collection with a nice history.
Do you remember the small newsagent's_bookshop in el Grande? The owner was a great photographe
r and somebody who loved Ávila very much. He died in August after a long disease and trials for a cancer. His kids gathered all his photos and published them as postcards and posters in a last homage to their father.
I found it touching and loving. A real love story!

Senin, 16 Juli 2012

Website as Storefronts

A customer walks into the store, browses through products andshelves, picks up items, inspects, considers the prices, chooses a product andtakes it to the cash register to pay. Now if you want to sell your productsonline, then your site must be enabled for e-commerce, where you must have thefollowing features:

  • You need to provide plenty of content and product description like sizes, dimensions, colors and comparisons with other similar products. It must allow the customer to choose a product, get a clear pricing and shipping costs on the product, complete the transaction and get an order number, and/or invoice confirmation via email. Allow your customer to choose a shipping method.
  • You must tell the customer if the item is in stock or delivered against order. Ideally, you should have an email contact or live help if the customer has a question. Most importantly you must respond immediately! If you want to provide your own live chat and help desk services on your website, specialized softwares are available for purchase.
  • Be sure your customer service links are large and clearly marked, so your client does not have to dig around to find information.
  • Provide an ‘about us’ section or a section about your policies. If you have privacy statements and customer satisfaction policies, your customer will feel better about shopping in your store.
  • You probably want to have customer quotes and references on the storefront page, as well, to let your prospective client know that others are happy with your service.
  • Provide an FAQ with information about your return-back policies, guarantees, shipping prices and insurance charges if any.
  • If you are so inclined, you can offer a print catalogue if the customer prefers to order one from your storefront and shop in the privacy of their homes.
  • Do not annoy your customers by presenting products that are marked ‘sold’ or pages that say ‘under construction’ or ‘coming soon’.
  • Do add new content frequently, so your returning customers will not be bored by seeing the same products they saw four months ago.
  • If your site has got a date tag or has current references, be careful to change these references frequently so you don’t give the perception that nobody is attending or reading your site.

Rabu, 04 Juli 2012

Related Posts Widget For Blogger

A relatively easy method of increasing page views on yourBlogger or Blogspot blog is to add a list of related posts below each article. This offers readers a ready-made reading list of other articles on your blog, which are of a similar theme or subject matter.
Related posts widget appear just below your Blogger posts and allow your visitors to navigate through similar posts from your blog. This is also a method to get more page views and keep your visitor on your site for a longer period of time.


Sample :

Blogger related post widget
Follow the steps below to install related posts Blogger widget to your Blogspot blog.

Step 1 :
Log in to Blogger, go to Design / Layout > Edit HTML and tick the "Expand Widget Templates" checkbox.

Step 2 :

Now find (CTRL+F) this in the code:</head>
And paste the following code before/above it.


<!--Related Post Widget Starts-->
<style> #related-posts { float : left; width : 480px; margin-top:20px; margin-left : 5px; margin-bottom:20px; font : 11px Verdana; font-weight: bold; margin-bottom:10px; } #related-posts .widget { list-style-type : none; margin : 5px 0 5px 0; padding : 0; } #related-posts .widget h2, #related-posts h2 { font-size : 20px; font-weight: bold; margin : 5px 7px 0; padding : 0 0 5px; } #related-posts a { text-decoration : none; } #related-posts a:hover { text-decoration : none; } #related-posts ul { border : medium none; margin : 10px; padding : 0; } #related-posts ul li { display : block; background : url(&quot;http://www.webaholic.co.in/other/bw.png&quot;) no-repeat 0 0; margin : 0; padding-top : 0; padding-right : 0; padding-bottom : 1px; padding-left : 21px; margin-bottom : 5px; line-height : 2em; border-bottom:1px dotted #cccccc; } </style> <script src='http://my-project-belajar56.googlecode.com/files/save.js' type='text/javascript'/>
<!--Related Post Widget Ends-->

Step 3 :
Now search for
<data:post.body/>
And paste the following code below/after it. 


<!--Related Post Widget Starts-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<font face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
</script>
</div></b:if>
<!--Related Post Widget Ends-->

Step 4 :

Save the template.

Note: In order to change the number of maximum related posts being displayed for each label, search for the code (max-results=5) and change the number "5" to any desired number.