<?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>Mobile development and Website design company from Surat, India</title>
	<atom:link href="http://blog.augustinfotech.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.augustinfotech.com</link>
	<description>August Infotech web design</description>
	<lastBuildDate>Fri, 27 Apr 2012 03:32:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>3 Web Design Mistakes To Avoid</title>
		<link>http://blog.augustinfotech.com/?p=98</link>
		<comments>http://blog.augustinfotech.com/?p=98#comments</comments>
		<pubDate>Fri, 27 Apr 2012 03:32:55 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=98</guid>
		<description><![CDATA[Here is a list of three things to remember when designing (or updating) a new website for yourself or clients: Keep fonts, sizes, colors, and other design attributes consistent throughout the site. Don&#8217;t bloat your site with unnecessary features and &#8230; <a href="http://blog.augustinfotech.com/?p=98">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash actionscript: Using the ESC Key to Quit a Flash Projector</title>
		<link>http://blog.augustinfotech.com/?p=95</link>
		<comments>http://blog.augustinfotech.com/?p=95#comments</comments>
		<pubDate>Fri, 16 Mar 2012 11:54:41 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=95</guid>
		<description><![CDATA[With the code below, you can enable a Flash Player 6 standalone projector to quit via the ESC key: escKey = {}; escKey.onKeyDown = function(){ if(Key.getCode() == Key.ESCAPE){ fscommand(&#8220;quit&#8221;, &#8220;&#8221;); } }; Key.addListener(escKey); fscommand(&#8220;trapallkeys&#8221;, &#8220;true&#8221;); Hope you find this useful. &#8230; <a href="http://blog.augustinfotech.com/?p=95">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=95</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrap: Twitter’s CSS Framework</title>
		<link>http://blog.augustinfotech.com/?p=92</link>
		<comments>http://blog.augustinfotech.com/?p=92#comments</comments>
		<pubDate>Fri, 16 Mar 2012 07:31:26 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=92</guid>
		<description><![CDATA[Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. Twitter has a new CSS framework, named Bootstrap, that they launched recently, which includes things like grids, custom form styles, tooltips and popovers, etc.. Bootstrap is &#8230; <a href="http://blog.augustinfotech.com/?p=92">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build quality links for your site</title>
		<link>http://blog.augustinfotech.com/?p=89</link>
		<comments>http://blog.augustinfotech.com/?p=89#comments</comments>
		<pubDate>Mon, 27 Feb 2012 10:44:44 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[SEO Services]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=89</guid>
		<description><![CDATA[A couple of years back a link building campaign consisting of forum posting, blog commenting, article marketing, link exchanges and buying a few links would have done the trick, but a lot has changed since then, buying links is more &#8230; <a href="http://blog.augustinfotech.com/?p=89">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Autoplay Embedded YouTube Videos with the New iframe Embed Code</title>
		<link>http://blog.augustinfotech.com/?p=86</link>
		<comments>http://blog.augustinfotech.com/?p=86#comments</comments>
		<pubDate>Mon, 27 Feb 2012 10:29:03 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=86</guid>
		<description><![CDATA[A standard embed code looks something like this: &#60;iframe title=”YouTube video player” width=”640″ height=”510″ src=”http://www.youtube.com/embed/5yle1USyhCY” frameborder=”0″ allowfullscreen&#62;&#60;/iframe&#62; To make the video autoplay when a person lands on your site you should add ‘?autoplay=1′ to the end of the URL.  For &#8230; <a href="http://blog.augustinfotech.com/?p=86">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Finally Launches &#8220;Real-Time&#8221; Analytics</title>
		<link>http://blog.augustinfotech.com/?p=79</link>
		<comments>http://blog.augustinfotech.com/?p=79#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:02:47 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[SEO Services]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=79</guid>
		<description><![CDATA[Google finally launched much awaited &#8220;Real-Time&#8221; analytics. It started showing up in my google analytics account today and it certainly looks very promising. List of features: Right now: It displays actual number of visitors on the site at that moment, &#8230; <a href="http://blog.augustinfotech.com/?p=79">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent changes Facebook made</title>
		<link>http://blog.augustinfotech.com/?p=68</link>
		<comments>http://blog.augustinfotech.com/?p=68#comments</comments>
		<pubDate>Thu, 22 Sep 2011 07:22:57 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[SMO Services]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=68</guid>
		<description><![CDATA[In wake of competition or to keep improving, Facebook has come up with new set of changes. At August Infotech, we think they are really cool, though the response from the net community is mix with majority not liking those &#8230; <a href="http://blog.augustinfotech.com/?p=68">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pros and Cons of Link Building Services</title>
		<link>http://blog.augustinfotech.com/?p=60</link>
		<comments>http://blog.augustinfotech.com/?p=60#comments</comments>
		<pubDate>Wed, 07 Sep 2011 04:13:47 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[SEO Services]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[link building services]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=60</guid>
		<description><![CDATA[In this blog you will find some pros and cons regarding link building, before you proceed to build links for your website please go through this niche link building blog, it will help you build better and strong backlink for &#8230; <a href="http://blog.augustinfotech.com/?p=60">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hire iPhone Mobile Application Developers</title>
		<link>http://blog.augustinfotech.com/?p=54</link>
		<comments>http://blog.augustinfotech.com/?p=54#comments</comments>
		<pubDate>Sat, 23 Jul 2011 11:57:28 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[hire developers]]></category>
		<category><![CDATA[hire iPhone developers]]></category>
		<category><![CDATA[hire mobile applications developers]]></category>
		<category><![CDATA[iPhone developers]]></category>
		<category><![CDATA[mobile application developers]]></category>
		<category><![CDATA[mobile applications developers]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=54</guid>
		<description><![CDATA[August Infotech an web development company, has recently emerged into iPhone application development services for their customers. August Infotech is focusing into Mobile application development and to provide their customers an end users solutions. With the growth of iPhone applications, &#8230; <a href="http://blog.augustinfotech.com/?p=54">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Customized Facebook Fan Page Design!</title>
		<link>http://blog.augustinfotech.com/?p=46</link>
		<comments>http://blog.augustinfotech.com/?p=46#comments</comments>
		<pubDate>Wed, 13 Jul 2011 11:25:25 +0000</pubDate>
		<dc:creator>SEOteam</dc:creator>
				<category><![CDATA[SMO Services]]></category>
		<category><![CDATA[create facebook fan pages]]></category>
		<category><![CDATA[facebook fan page]]></category>
		<category><![CDATA[facebook fan page design]]></category>
		<category><![CDATA[smo]]></category>
		<category><![CDATA[smo services]]></category>

		<guid isPermaLink="false">http://blog.augustinfotech.com/?p=46</guid>
		<description><![CDATA[A Facebook Fan Page is one such feature which has proved to be substantial for marketers and online firms in order to communicate, interact and share with their fans. A Fan Page is extremely effective as it is a medium &#8230; <a href="http://blog.augustinfotech.com/?p=46">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.augustinfotech.com/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

