How to close a window in windows 8

Window 8 new version
Show you how to close a window in windows 8.It's very simple.You see, and follow video bellow you will do it.


How to create a free website with free domain name

In this 21st century, technology is going ahead and ahead. There is a competition between many companies, individuals to become popular using Technology services. The fastest, easiest and cheapest way to become popular is Internet. Companies, Individuals can make their websites to promote their products, services, etc online.
free domain to create website
 There are many domain registering sites and web hosting services available. Some are cheap, while some are expensive, it depends on the quality.  But, there are some free website making sites also available. If you are beginner in TechWorld, then you should start with a free website.

Free Website Provider:
KeepIndiaOnline has made website making easy. It provides you a free domain for 1 year and free web hosting, too. It doesn’t give you a subdirectory domain, it gives you a free Top Level Domain.
You can register these Top Level Domains for FREE:

.IN
.CO.IN
.NET.IN
.ORG.IN
.FIRM.IN
.GEN.IN
.IND.IN
It provides you free web hosting with these features:

50 MB Space
50 Email IDs


Free Website Creation Process:
Free website creation process is simple. First of all, you have to go to http://www.keepindiaonline.com, register your domain, and then they will call you to confirm the domain registration. That’s all !

This is an offer from KeepIndiaOnline, the offer expires on 31st Dec, 2013. Register now before offer expires.

How to create Blogger Recent Post Widget via label

Hi.Today i want to show you how to create blogger recent post widget via label.This widget will auto get the lastest post in your blog feed.You don't need add manual and it get post via your label you use.

The first loggin to your blog, go to layout setting menu.Click add gadget where do you want, choice html gadget and add code bellow:











Replace your_domain and your_label you want use you'll get Result:

How to create Blogger shortcode

May be you used shortcode in Wordpress but Blogger don't have it.So now i want to show you how to create a shortcode in Blogger use Javascript.
This is a diagram to create Blogger Shortcoe
Now let's do it.

Create a function with pID parameter.




1 - Get post content.



2 - Find shortcode



3 - Replace shortcode content



4 - Replace old content


The last you must find post-body class remove all and add code bellow to active your shortcode.



Use:

Insert shortcode into post where do you want.
Result:

SEO Keywords [My Share]

There are some experienced seo want to share with you as well as offer to discuss with the desire can learn more from you.
1 - Page Rank is not important, but is a measure of the trust's website.

As I see high PR sites will seo faster, speed index other also the site khac.Mat faster page PR is not just a mere index is a measure of trust site If your site PR The higher the priority, Google will and frequently crawl your website.

2 - effective link exchange article than global link exchange on site.

As you know that every website now has a module used to display the link exchange (if available). It can be placed in the footer, sidebar .. v ... v.Almost it is the global position (that is not change or disappear when the content changes.) So obviously this exchange links in most posts on website do.When the subject is not relate with link exchange ca.Google will know as soon as link exchange or considered link spam, which led to the exchange of links you achieve his name qua.Theo should exchange the articles and topics have content similarity.

3 - Use the maximum power internal link

Spam on your main site is a very effective measure in time.If you have quality articles (High visit, high PR, High Comment), then you can spam on the article itself to pull the keywords that you are looking for SEO

4 - Increasing comment on posts containing keywords need SEO

Google has algorithms to identify those comments on popular blogs such as blogger, wordpress ... so if your article many readers comment, ie content that nice and useful ich.Because it does not have reason that google is not your priority keywords for SEO in that post ^ ^!.

5 - Do not think the backlinks from. Gov or. Edu is good idea.

According to reviews, tips backlink on website with google domain has been noticed and ineffective as before nua.May be it's so much too google will leave your site in the sandbox.

That's a tiny bit of experience you want to share hihi.I hope it helpful

Redirect non-www to www with blogger [Godaddy DNS]

When you buy domain from godaddy services and create website on blogger but you can't Redirect non www to www.It's very simple if you follow me.

The first you login to godadday account and go to Domain manager.Choice domain you want redirect and choice DNS manager or choice Edit Zone.

Delete all host record and add to ip: 74.125.128.121

Affter that login to blogger account, go to Setting menu -> Bassic -> Publishing click edit and choice Redirect your-domain.com to www.your-domain.com.

Save change and wait 5 minutes for godaddy take to change.

Page Navigation wordpress post

When you have a post too long!.You want to create a navigator for it.I's very simple, I will show you how to do it now.

Into wordpress loop you can add bellow code.



 

Affter that you must active Next Page button in Wordpress TinyMce Editor.
Add bellow code for functions.php into your theme you used.





Now you can add next page where you want to break up.


Result:


How to fix bug Jcart plugin for wordpress?


Jcart is simple shopping cart plugin for Wordpress and very easy use it but some bug when use this plugin.To day I want show you a solution for it.
The first error:

File jcart-javascript.php could’t load correct. 


Fix:
  1. Open file jcart-defaults.php
  2. Find line 11
  3. Replace “wp-blog-header.php” to “wp-load.php”

The second error:

Fatal error</b>: Cannot use object of type __PHP_Incomplete_Class as array in ‘jcart-javascript.php’.

Fix:

  1. Open file jcart-defaults.php
  2. Replace all variable $jcart with another variable name ( Ex: $jcart_cfg )
  3. Open file jcart-javascript.php replace all variable $jcart with variable name on step 2 ( Ex: $jcart_cfg )
  4. Similar with jcart-relay.php file.
  5. Open jcart-admin.php file find function wp_jcart and replace all variable $jcart with variable name on step 2.

Now you can use Jcart for your projects.Nice work!.