Creative web studio The art of online solutions Web development services site map | contact us | our vision   Graphics Designing
  Fast Designing
Home Karachi website designers Services Karachi website designers Services Freelancer for Hire Portfolio Pakistan web consultant About us Online business solution providers Contact us
Karachi Web developers
Navigation
Creative web solutions

Your Tech Guide and Tips | A Tech Blog from Fast Designing

Windows Powershell problem?

If you are running Windows XP Operating System and you have faced Windows PowerShell problem? Don’t worry, We have a solution for you.

First lets understand What is Windows PowerShell?

Windows PowerShell is an extensible automation engine from Microsoft, consisting of a command-line shell and associated scripting language.

Continue reading…

How to add Google Buzz button to your Website, WordPress or to your Blog

How to add Google Buzz button to your Website, WordPress or to your Blog

Google Buzz is a new way to start conversations about the things you find interesting just like twitter. It’s built right into Gmail, so you don’t have to peck out an entirely new set of friends from scratch.

Continue reading…

Change your DNS to Google Public DNS

Change your DNS to Google Public DNS for Faster Browsing Experience.

I have been using PTCL Broadband Connection. But from past few days PTCL is not living up to my expections so i thought to change my DNS to Google Public DNS to browse faster, safer, and fix DNS errors. For those who don’t know what is Google Public DNS, so here is a short introduction of Google Public DNS.

Google Public DNS is a new challenger which is encourging web users to use their settings on Networks to speed up your browsing experience and get improved security.
Continue reading…

How to Change Twitter Username without loosing your Followers

This short written post will help those people who want to “change Twitter Username without loosing Followers“.

In this post, i have used my dummy account ‘Fast Designing’,

Step 1: Sign-in to your twitter account.
Step 2: Click on settings (on top right).

How to Change Twitter  Username without loosing your Followers

Continue reading…

Move your Picture to Different Folders in Facebook

This is a small step by step guide explaining how to move your picture in Facebook to different folder.

Steps to Move your Photo to different folder in Facebook

Step 1: Open the page of the picture.
Step 2: Click the “Edit this Photo”. (Bottom Right)


Continue reading…

Move your blog from blogspot to wordpress without loosing search engine ranking position

In this post, i will guide you ‘How to move your blog/website from blogspot.com to self hosted wordpress platform without loosing your search engine traffic (SERP) or disturbing your page rank.

Blogger and WordPress provides import and export contents and comments feature so what are the issues in moving your blog?

The issues are:

1. Some of your articles on the blogspot blog could already be indexed and could be ranking high in search engines for certain keywords but once you shift these articles to a new domain, you might lose all that search traffic.

2. You cannot use a 301 permanent redirect with Blogger to inform search engines that your site has permanently moved., thus you will loose search engine traffic and you will also loose your page rank.

3. Those who come to read your old articles via links from other sites won’t know about the new location of those articles.

4. If you are not using feedburner or feedblitz, existing blog readers who are subscribed to your Blogger RSS Feed may be lost forever if they don’t manually update their RSS readers with your new WordPress feed address.

5. When you lose RSS subscribers and search engines rankings, the pageviews of your website will drop that will impact your revenues.

Result: you have to start from scratch.

Now that you are aware of the issues associated with moving your sites from Blogger to WordPress, So, is there any solution for moving your websites from blogger to wordpress custom domain website with loosing hurting your traffic? the answer is YES.

You can safely migrate your blog from Blogger to WordPress without losing traffic, RSS Subscriber and pagerank.

Important Note:
Backup your Blogspot blog first by downloading the XML template, posts and comments.
Before implenting these steps on your actual blog, it may be a good idea to run through these steps on a dummy blog first.

Now,

Steps: Move your Blogspot Blog to WordPress Custom Domain

Step 1:
Go to your WordPress Admin Dashboard > Tools > Import and select the Blogger option.
Authorize WordPress to access your Google Account and within minutes, all your old blog posts and comments will be available on the new WordPress site.

Step 2:
Download this file and upload this file into your WordPress themes directory (current theme).
Contents of this file are :

<?php
/*
Template Name: blogger
*/

global $wpdb;
$old_url = $_GET['q'];

if ($old_url != "") {
$permalink = explode("blogspot.com", $old_url);

$q = "SELECT guid FROM $wpdb->posts LEFT JOIN $wpdb->postmeta ".
"ON ($wpdb->posts.ID = $wpdb->postmeta.post_id) WHERE ".
"$wpdb->postmeta.meta_key='blogger_permalink' AND ".
"$wpdb->postmeta.meta_value='$permalink[1]'";

$new_url = $wpdb->get_var($q)? $wpdb->get_var($q) : "/";

header ("HTTP/1.1 301 Moved Permanently");
header("Location: $new_url");
}
?>

Note: do not edit this file and upload to your current wordpress theme directory.

Step 3:
Open your WordPress dashboard and go to Pages > Add New Page.
Keep the title and URL of that page as blogger and select “blogger” from the Template drop-down (you’ll find at right side) and Save. No need to add any content to this page.

Step 4. Open this template generator page, type the full address of your new WordPress blog and this tool will create a new classic template for your blogspot blog.

Step 5:
Open your Blogger Dashboard > Layout > Edit HTML and choose “Revert to Classic Blog” (you’ll find this link at the bottom).
Copy – paste the template generated code (ref: Step 4) in the “Edit Template” area and click “Save Template Changes”.

Step 6:
Insert the following between the <head> and </head> tags of your old blog:

<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>

After seeing this, search engines should remove your old blog from their cache and the old content will stop existing for them. Therefore they are not going to penalize your new blog for duplicate content.

Your are done. Open any page on your old Blogger blog and it should redirect you to the corresponding WordPress page. Since we are using a permanent 301 redirect with the redirection URLs, all the Google Juice will probably pass to your new WordPress pages with time.

Update your RSS Feed:
When you move from Blogger to WordPress, the address of your RSS feed will change as well.

If you are using feedburner,
Step 1: Login to your feedburner account
Step 2: click on your old blogger feed
Step 3: click on ‘Edit Feed Details’ (on the top)
Step 4: change ‘Original Feed’ to your new wordpress rss feed address
Done

If you’re not using feedburner, follow these steps
Go to Blogger > Settings > Site Feed, type the address of your new WordPress RSS feed here and RSS subscribers will automatically move to your new feed.

That’s it. Hope you like my post.

Youtube URL Shortening Service

Youtube has also joined the url shortening caravan. Youtube url shortening service is exclusively available for its own videos.

To use youtube url shortening service, take any youtube video url

http://www.youtube.com/watch?v=xxxxxx

and replace

http://www.youtube.com/watch?v=

with

http://youtu.be/

Your youtube urls will automatically be shortened and the new link will be redirected to the original video.

What is Google Chrome OS?

What is Google Chrome OS

Difference between a Traditional Operating system and Google Chrome OS.

Google Chrome OS is an open source operating system for people who spend most of their time on the web built around the core tenets of speed, simplicity and security.


What is Google Chrome OS?

This is a demo video to give you a feel for the Google Chrome OS user experience.


Share your Contents to Facebook with Facebook Share Count Button

Have you seen facebook share count button on Mashable; Did you like facebook share count button; Look at the right side of this post.

Like the Idea, Want to implement on your website. So here we go:

Copy code and paste following code where you want this widget to appear.

<div style='float:right;'>
<script>
var fbShare = {
url: 'Your Current URL',
size: 'large'
}
</script>
<script src='http://widgets.fbshare.me/files/fbshare.js'></script>
</div>

About Facebook share count button variables
url:
It is an optional variable. By default it picks the current url without parameters.

size:
Optional variable. you can change it to small. If you want your widget to appear smaller.

Have you implemented this cool widget?

No right click menu on start menu items

If your right click menu is not appearing on start menu items when you right click then there is no need to worry. Someone has done some tweeks in your windows.

Here is a tweek that will allow righ click menu on start menu items.

1. Click ‘start’.
2. Click ‘Control Panel’.
3. Click on ‘Taskbar and Start Menu’.
4. Click on ‘Start Menu’ tab.
5. Click on ‘Customize button’ of ‘start menu’.
6. Click on ‘Advanced’ Tab.
7. Click on ‘Enable Dragging and Dropping’ check box. Make sure it was marked as checked.
8. Click ok.

That’s it.

Request InfoPrivacy PolicyTerms and ConditionsSitemapContact Us Request Info now
Copyrights to Fast Designing All rights reserved