We specialize in projects that combine beautiful interactive design with intelligent technology, developing high-quality on time and on budget.

A well-designed small business web site should:

1. looks good,
2. be easy to navigate, and
3. be easily found in the search engines

We create stunning web sites that really work to promote your company, out of thin air (or at least pixels). It's not magic - just the know-how of our expert team of web designers. The emphasis at our firm isn't just creating nice-looking web sites, but rather creating sites that work seamlessly with your brand image to promote your business.

Would only a good looking website be all for your business? If yes, then you need to think about it once again!

Engaging our team's expertise and utilizing our core strategy and skills, we deliver end-to-end industry specific web solutions to small and medium sized companies across the globe. Our specialty is developing high-quality affordable web design on time and on budget. We specializes affortable personal website design.

Small business website Design Company offers professional graphic design solutions for small business. AddColours website design services help you to fulfill your individual needs and goals.

We engineer powerful and flexible websites using Java, PHP, Flex, Flash, XHTML/CSS and other latest technologies and industry trends. We follow web 2.0 standards and features.

Add value to your business
with our all-inclusive small business solution that is laser-focused towards helping you get more business through the web. Web design for small businesses is our mainstay, so if you would like any advice or information please feel free to contact us without any obligation. Our friendly customer service experts shall help you at every step.

We understand that websites need to be clear and concise as well as visually appealing. Our team blends creativity with a deep understanding of user behavior to develop visually rich, emotionally compelling web experiences. We know what it takes to create a successful website.

AddColours creates the theme specific website for higher conversion rate. Before finalizing a design, we take a few important business-oriented factors, like the niche target audience of your business website and trends your industry follows, into account. Then we decide upon other important elements of a website designing like colour, graphic, placement of content and links to-be-used in the website, user interface and the navigation of the website.

we follow in the process of our designing project

How to Redirect a Web Page

Posted by AddColours | 12:17 AM | | 0 comments »

301 Redirect

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".
You can Test your redirection with Search Engine Friendly Redirect Checker
Below are a Couple of methods to implement URL Redirection


IIS Redirect

  • In internet services manager, right click on the file or folder you wish to redirect
  • Select the radio titled "a redirection to a URL".
  • Enter the redirection page
  • Check "The exact url entered above" and the "A permanent redirection for this resource"
  • Click on 'Apply'

ColdFusion Redirect

<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value="http://www.new-url.com"> 



PHP Redirect

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?> 



ASP Redirect

<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.new-url.com/"
%> 



ASP .NET Redirect

<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com");
}
</script> 



JSP (Java) Redirect

<%
response.setStatus(301);
response.setHeader( "Location", "http://www.new-url.com/" );
response.setHeader( "Connection", "close" );
%> 



CGI PERL Redirect

$q = new CGI;
print $q->redirect("http://www.new-url.com/"); 



Ruby on Rails Redirect

def old_action
headers["Status"] = "301 Moved Permanently"
redirect_to "http://www.new-url.com/"
end 



Redirect Old domain to New domain (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
Please REPLACE www.newdomain.com in the above code with your actual domain name.
In addition to the redirect I would suggest that you contact every backlinking site to modify their backlink to point to your new website.
Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.


Redirect to www (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
Please REPLACE domain.com and www.newdomain.com with your actual domain name.
Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.


How to Redirect HTML

Please refer to section titled 'How to Redirect with htaccess', if your site is hosted on a Linux Server and 'IIS Redirect', if your site is hosted on a Windows Server.

source:http://www.webconfs.com/how-to-redirect-a-webpage.php


I'm a talented and friendly web and graphic designer based in Hyderabad, India.

We believe in excellence !
It is always said, 'A journey of thousand miles, begins with one single step !' , we never realized the meaning of this Quote till we actually experienced the journey our self.
We will learn a little about each other and discuss what your company's needs are right now and 5 years from now. We will get into hopes, dreams, fears, and ballparks. After our conversation, if you would like to meet us in person, we would love to shake your hand. Too far away or don't have the time? We have many long-term working relationships with clients whose smiling faces we have, sadly, never seen. So telecommuting works just as well.
After gathering all the information about you-including your favorite color, we can get busy on our end, drafting up a formal proposal. This proposal does not obligate you in anyway, but will aid you in deciding if we are a match made in design heaven.
It all strats with a phone call
If you decide you like what we do, and you would like us to do this for you, simply pick up the phone and call. Our phone will ring. We will gleefully answer it.
for more information.www.addcolours.com