<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThinkSupport.net - Outsourced Web Hosting Support, Cheap Server Management, Cheap Fully Managed Dedicated Servers, Software Development, Website Designing and SEO services, Vision Helpdesk Software &#187; Internet</title>
	<atom:link href="http://www.thinksupport.net/blog/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinksupport.net/blog</link>
	<description>Outsourced Web Hosting and Software Development</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:47:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Alerts &#8211; Amazing tool.</title>
		<link>http://www.thinksupport.net/blog/google-alerts-amazing-tool.html</link>
		<comments>http://www.thinksupport.net/blog/google-alerts-amazing-tool.html#comments</comments>
		<pubDate>Tue, 29 May 2007 12:28:03 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=205</guid>
		<description><![CDATA[How many of you knew you can ?
    * monitor a developing news story.
    * keep current on a competitor or industry.
    * getting the latest on a celebrity or event.
    * keep tabs on your favorite sports teams.
    * [...]]]></description>
			<content:encoded><![CDATA[<p>How many of you knew you can ?</p>
<p>    * monitor a developing news story.<br />
    * keep current on a competitor or industry.<br />
    * getting the latest on a celebrity or event.<br />
    * keep tabs on your favorite sports teams.<br />
    * get to know who is talking about your website.  </p>
<p>I have set up an alert for word &#8220;ThinkSupport&#8221; &#8212; Google Alerts me everyday! if some is talking about ThinkSupport. </p>
<p><a href='http://thinksupport.net/blog/wp-content/uploads/2007/05/google_alerts.JPG' title='Google Alerts'><img src='http://thinksupport.net/blog/wp-content/uploads/2007/05/google_alerts.JPG' alt='Google Alerts' /></a></p>
<p><a href="http://www.google.com/alerts">Google Alert</a> works great for me <img src='http://www.thinksupport.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Sachin J.<br />
<a href="http://ThinkSupport.net">ThinkSupport.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/google-alerts-amazing-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and Configure Squid Proxy Server</title>
		<link>http://www.thinksupport.net/blog/installing-and-configure-squid-proxy-server.html</link>
		<comments>http://www.thinksupport.net/blog/installing-and-configure-squid-proxy-server.html#comments</comments>
		<pubDate>Fri, 27 Apr 2007 08:13:47 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[HSphere]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[WHM/cPanel]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=147</guid>
		<description><![CDATA[Here are the simple steps to install squid &#8211;
Login as root and execute,
cd /usr/local/src
wget http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE14.tar.gz
tar -zxvf squid-2.5.STABLE14.tar.gz
cd squid-2.5.STABLE14
./configure &#8211;prefix=/usr/local/squid &#8211;disable-ident-lookups
make all
make install
Add the user squid, create the cache directory and then set permissions.
useradd -d /usr/local/squid/cache/ -r -s /dev/null squid >/dev/null 2>&#038;1
mkdir /usr/local/squid/cache
chown -R squid:squid /usr/local/squid/cache
chown -R squid:squid /usr/local/squid
chmod -R 755 /usr/local/squid/cache
Now generate the cache files
sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the simple steps to install squid &#8211;</p>
<p><strong>Login as root and execute,</strong></p>
<p>cd /usr/local/src<br />
wget http://www.squid-cache.org/Versions/v2/2.5/squid-2.5.STABLE14.tar.gz<br />
tar -zxvf squid-2.5.STABLE14.tar.gz<br />
cd squid-2.5.STABLE14<br />
./configure &#8211;prefix=/usr/local/squid &#8211;disable-ident-lookups<br />
make all<br />
make install</p>
<p><strong>Add the user squid, create the cache directory and then set permissions.</strong></p>
<p>useradd -d /usr/local/squid/cache/ -r -s /dev/null squid >/dev/null 2>&#038;1<br />
mkdir /usr/local/squid/cache<br />
chown -R squid:squid /usr/local/squid/cache<br />
chown -R squid:squid /usr/local/squid<br />
chmod -R 755 /usr/local/squid/cache</p>
<p><strong>Now generate the cache files</strong></p>
<p>sudo -u squid /usr/local/squid/sbin/squid -z</p>
<p>Now lets change the cache effective user and group to squid.</p>
<p>perl -pi -e &#8217;s/# cache_effective_user nobody/cache_effective_user squid\ncache_effective_group squid/g&#8217; /usr/local/squid/etc/squid.conf</p>
<p>/usr/local/squid/sbin/squid  </p>
<p>You are done installing &#8230;</p>
<p><strong>Configuration </strong></p>
<p>Open the squid configuration,</p>
<p>pico /usr/local/squid/etc/squid.conf</p>
<p>specific your http_port, by default this is 3128, we will use 8080.</p>
<p>Find</p>
<p># http_port 3128</p>
<p>and replace it with</p>
<p>http_port 8080</p>
<p>Now lets configure who can access your proxy, remember to only allow access to YOUR ip.</p>
<p>Find</p>
<p>http_access deny CONNECT !SSL_ports</p>
<p>Add below</p>
<p>acl myip 127.0.0.1<br />
acl all src 0.0.0.0/0.0.0.0<br />
acl connectmethod method CONNECT<br />
http_access deny connectmethod<br />
http_access deny all<br />
http_access allow myip</p>
<p>Remember to replace 127.0.0.1 with the ip you want to allow access.</p>
<p>Find</p>
<p># By default, all headers are allowed (no anonymizing is<br />
# performed).<br />
#<br />
#Default:<br />
# none</p>
<p>Add below</p>
<p>header_access From deny all<br />
header_access Referer deny all<br />
header_access Server deny all<br />
header_access User-Agent deny all<br />
header_access WWW-Authenticate deny all<br />
header_access Link deny all<br />
header_access via deny all</p>
<p>Find</p>
<p># forwarded_for on</p>
<p>Replace with</p>
<p>forwarded_for off</p>
<p>Save and exit squid.conf, then restart squid.</p>
<p>kill -9 $(ps aux | grep squid | awk &#8216;{print $2}&#8217;)<br />
/usr/local/squid/sbin/squid</p>
<p>You have now configured an anoymous proxy with squid.</p>
<p>Thanks to HOstgeekz <img src='http://www.thinksupport.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/installing-and-configure-squid-proxy-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is CSS ?</title>
		<link>http://www.thinksupport.net/blog/what-is-css.html</link>
		<comments>http://www.thinksupport.net/blog/what-is-css.html#comments</comments>
		<pubDate>Mon, 23 Apr 2007 09:28:53 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[DHTML / Ajax / CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=117</guid>
		<description><![CDATA[What is CSS?
CSS is an acronym for Cascading Style Sheets.
What can I do with CSS?
CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things. Just wait and see!
HTML can be (mis-)used to add layout to websites. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is CSS?</strong></p>
<p>CSS is an acronym for Cascading Style Sheets.</p>
<p><strong>What can I do with CSS?</strong></p>
<p>CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things. Just wait and see!</p>
<p>HTML can be (mis-)used to add layout to websites. But CSS offers more options and is more accurate and sophisticated. CSS is supported by all browsers today.</p>
<p>After only a few lessons of this tutorial you will be able to make your own style sheets using CSS to give your website a new great look.</p>
<p><strong>Which benefits will CSS give me?</strong></p>
<p>CSS was a revolution in the world of web design. The concrete benefits of CSS include:</p>
<p>    * control layout of many documents from one single style sheet;<br />
    * more precise control of layout;<br />
    * apply different layout to different media-types (screen, print, etc.);<br />
    * numerous advanced and sophisticated techniques.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/what-is-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PageRank?</title>
		<link>http://www.thinksupport.net/blog/what-is-pagerank.html</link>
		<comments>http://www.thinksupport.net/blog/what-is-pagerank.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 07:35:13 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=92</guid>
		<description><![CDATA[PageRank is a link analysis algorithm which assigns a numerical weighting to each element of a hyperlinked set of documents, such as the World Wide Web, with the purpose of &#8220;measuring&#8221; its relative importance within the set. The algorithm may be applied to any collection of entities with reciprocal quotations and references.
Businesses Beware &#8211; New [...]]]></description>
			<content:encoded><![CDATA[<p>PageRank is a link analysis algorithm which assigns a numerical weighting to each element of a hyperlinked set of documents, such as the World Wide Web, with the purpose of &#8220;measuring&#8221; its relative importance within the set. The algorithm may be applied to any collection of entities with reciprocal quotations and references.</p>
<p>Businesses Beware &#8211; New Battlefront in Email and Web<br />
Email and the Web offers colossal&#8230;<br />
	FierceIPTV<br />
	Research Report: Magic Quadrant for E-Mail Security Boundary, 2006<br />
	The Perfect Storm: Man in the Middle Security Attacks<br />
	Multichannel Merchant<br />
	Hundreds more titles&#8230;</p>
<p>Google might use the following to determine the ranking of your pages:<br />
â€¢ The frequency of web page changes</p>
<p>â€¢ The amount of web page changes (substantial or shallow changes)</p>
<p>â€¢ The change in keyword density</p>
<p>â€¢ The number of new web pages that link to a web page</p>
<p>â€¢ The changes in anchor texts (the text that is used to link to a web page)</p>
<p>â€¢ The number of links to low trust web sites (for example too many affiliate links on one web page)</p>
<p>Domain Name Consideration:<br />
â€¢ The length of the domain registration (one year vs. several years)</p>
<p>â€¢ The address of the web site owner, the admin and the technical contact</p>
<p>â€¢ The stability of data and host company</p>
<p>â€¢ The number of pages on a web site (web sites must have more than one page)</p>
<p>How Google might rate the links to your web site:</p>
<p>â€¢ The anchor text and the discovery date of links are recorded</p>
<p>â€¢ The appearance and disappearance of a link over time might be monitored</p>
<p>â€¢ The growth rates of links as well as the link growth of independent peer documents might be monitored</p>
<p>â€¢ The changes in the anchor texts over a given period of time might be monitored</p>
<p>â€¢ The rate at which new links to a web page appear and disappear might be recorded</p>
<p>â€¢ The distribution rating for the age of all links might be recorded</p>
<p>â€¢ Links with a long life span might get a higher rating than links with a short life span</p>
<p>â€¢ Links from fresh pages might be considered more important</p>
<p>â€¢ If a stale document continues to get incoming links, it will be considered fresh</p>
<p>â€¢ Google doesn&#8217;t expect that new web sites have a large number of links</p>
<p>â€¢ If a new web site gets many new links, this will be tolerated if some of the links are from authorative sites</p>
<p>â€¢ Google indicates that it is better if link growth remains constant and slow</p>
<p>â€¢ Google indicates that anchor texts should be varied as much as possible</p>
<p>â€¢ Google indicates that burst link growth may be a strong indicator of search engine spam</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/what-is-pagerank.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adsense and How You Can Earn More From Adsense Ads</title>
		<link>http://www.thinksupport.net/blog/google-adsense-and-how-you-can-earn-more-from-adsense-ads.html</link>
		<comments>http://www.thinksupport.net/blog/google-adsense-and-how-you-can-earn-more-from-adsense-ads.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 07:29:58 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=91</guid>
		<description><![CDATA[Any web site owner or webmaster who is trying to earn a profit from their sites are likely familiar with Google Adsense.
Businesses Beware &#8211; New Battlefront in Email and Web
Email and the Web offers colossal&#8230;
	FierceIPTV
	Research Report: Magic Quadrant for E-Mail Security Boundary, 2006
	The Perfect Storm: Man in the Middle Security Attacks
	Multichannel Merchant
	Hundreds more titles&#8230;
Google Adsense [...]]]></description>
			<content:encoded><![CDATA[<p>Any web site owner or webmaster who is trying to earn a profit from their sites are likely familiar with Google Adsense.</p>
<p>Businesses Beware &#8211; New Battlefront in Email and Web<br />
Email and the Web offers colossal&#8230;<br />
	FierceIPTV<br />
	Research Report: Magic Quadrant for E-Mail Security Boundary, 2006<br />
	The Perfect Storm: Man in the Middle Security Attacks<br />
	Multichannel Merchant<br />
	Hundreds more titles&#8230;</p>
<p>Google Adsense is a great and easy way to make money from your site if it is done right. Adsense will allow any person with a blog or an informative site to earn money, simply by placing a little code on their site pages. Rather than trying to figure out exactly what ads to put on their web pages, Adsense gives web site owners the ability to concentrate on their sites content.</p>
<p>Many webmasters are able to make a living from Adsense, however, there are also quite a few who spend all their time just trying to figure out the &#8220;magic trick&#8221; used to earn from Google Adsense. Earning a living from Google Adsense ads, can seem difficult, but it&#8217;s not impossible.</p>
<p>If Google Adsense is going to be your only source of income, you will want to do more than just taking some Adsense code and placing it on your site. That is just not enough; you will need to do some experimenting, with placements, formats and choice of keywords.</p>
<p>You really should take care to build your page around a specific topic or keyword that is relevant to your site concept. This will ensure that any Adsense ads which are placed on this page are appropriate and useful to any visitors who want to know more about the topic and they will more than likely end up clicking on the Adsense ad.</p>
<p>You will want to take care where you place your ads. It has been proven that visitors often first look to the top left of a website when they arrive. Because this is were your visitors attention is likely to first, it is going to be one place where you might want to consider placing some ads. You can read the Google help on the Adsense website to learn more about the best locations for placing your adverts.</p>
<p>Another consideration when placing your ads, is to put them on high traffic pages. You can identify the pages visited most on your site by taking a look at your logs or your Google account, where you will get the page-by-page details of your visitors.</p>
<p>Although the skyscraper and banner ads may look good on your site, you may want to avoid using them. Often times, banners are ignored. For example, have you clicked on any banners of sites that you have visited lately?</p>
<p>You will want to blend your Adsense ads into your web page by using the Adsense formats. Google supplies a variety of palettes allowing you to change font colors, borders and backgrounds. There really isn&#8217;t much point in putting an ad on a page if it doesn&#8217;t blend with your site.</p>
<p>A very important resource that many webmasters ignore is the Adsense preview tool. This tool will allow you to preview the ads that will go on each of your pages and gives you sample ads and formats. Here is where the destination of your ads can be checked, as well as, geo targeted locations.</p>
<p>Remain focused on what it is that you want to achieve. However busy you may be, you must take some time and experiment with your Adsense ads so that CTR can improve. No matter what the experts say, just follow the basics, that&#8217;s the real magic to making more from Gooogle Adsense.</p>
<p>Connie McKenzie is a full-time work at home mom who is dedicated to providing detailed information on various subjects including working from home. Learn more about <a href="http://adsense.sitesell.com/request3.html">Google Adsense </a>and find out how you too can build a profitable online business and work from home, watch the free video at => <a href="http://www.getqualityresults.com/">Build A Web Business </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/google-adsense-and-how-you-can-earn-more-from-adsense-ads.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an IP address ?</title>
		<link>http://www.thinksupport.net/blog/what-is-an-ip-address.html</link>
		<comments>http://www.thinksupport.net/blog/what-is-an-ip-address.html#comments</comments>
		<pubDate>Sat, 21 Apr 2007 07:23:48 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://thinksupport.net/blog/?p=90</guid>
		<description><![CDATA[Every machine on the Internet has a unique identifying number, called an IP Address. A typical IP address looks like this: 195.24.53.107
The four numbers in an IP address are used in different ways to identify a particular network and a host on that network. Those numbers are called octets, because they each have eight positions [...]]]></description>
			<content:encoded><![CDATA[<p>Every machine on the Internet has a unique identifying number, called an IP Address. A typical IP address looks like this: 195.24.53.107</p>
<p>The four numbers in an IP address are used in different ways to identify a particular network and a host on that network. Those numbers are called octets, because they each have eight positions when viewed in binary form. The octets serve a purpose other than simply separating the numbers. They are used to create classes of IP addresses.</p>
<p>    * Class A &#8211; This class is for very large networks, such as a major international company might have. IP addresses with a first octet from 1 to 126 are part of this class.</p>
<p>    * Class B &#8211; Class B is used for medium-sized networks. A good example is a large college campus. IP addresses with a first octet from 128 to 191 are part of this class.</p>
<p>    * Class C &#8211; Class C addresses are commonly used for small to mid-size businesses. IP addresses with a first octet from 192 to 223 are part of this class.</p>
<p>    * Class D &#8211; Used for multicasts (where a node sends a packet addressed to a special group address.). For multicasts, the first octet has a value of 224.</p>
<p>    * Class E with the first octet of 225 is used for experimental purposes only. </p>
<p>Loopback &#8211; The IP address 127.0.0.1 is used as the loopback address. This means that it is used by the host computer to send a message back to itself. It is commonly used for troubleshooting and network testing.</p>
<p>Broadcast &#8211; Messages that are intended for all computers on a network are sent as broadcasts. These messages always use the IP address 255.255.255.255.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/what-is-an-ip-address.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.thinksupport.net/blog/hello-world.html</link>
		<comments>http://www.thinksupport.net/blog/hello-world.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[C# / VB/ ASP .net]]></category>
		<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[Fantastico / Installatron]]></category>
		<category><![CDATA[HSP]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Kayako Helpdesk]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ModernBill]]></category>
		<category><![CDATA[PHP / Mysql]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Ubersmith]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[WHM Auto Pilot]]></category>
		<category><![CDATA[WHM/cPanel]]></category>
		<category><![CDATA[WHMCS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/hello-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
