<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Techmodi&#039;s Blog</title>
	<atom:link href="http://techmodi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techmodi.wordpress.com</link>
	<description>Technical blog..... outsourcing search ends here.</description>
	<lastBuildDate>Sat, 25 Feb 2012 13:17:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techmodi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Techmodi&#039;s Blog</title>
		<link>http://techmodi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techmodi.wordpress.com/osd.xml" title="Techmodi&#039;s Blog" />
	<atom:link rel='hub' href='http://techmodi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>20 Top Practical Testing Tips A Tester Should Know</title>
		<link>http://techmodi.wordpress.com/2012/02/24/20-top-practical-testing-tips-a-tester-should-know/</link>
		<comments>http://techmodi.wordpress.com/2012/02/24/20-top-practical-testing-tips-a-tester-should-know/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 05:43:57 +0000</pubDate>
		<dc:creator>Prashant Sutariya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web Testing]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=404</guid>
		<description><![CDATA[Testing doesn&#8217;t stop with de bugging. It is very rare to come across all kind of scenarios at a single instant while testing. After all testers learn all these testing practices by experience and here are Top 20 practical software testing tips a tester should read before testing any application. 1) Analyze your test results Troubleshooting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=404&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Testing doesn&#8217;t stop with de bugging. It is very rare to come across all kind of scenarios at a single instant while testing. After all testers learn all these testing practices by experience and here are Top 20 practical software testing tips a tester should read before testing any application.</p>
<p><strong>1) Analyze your test results</strong> Troubleshooting the root cause of failure will lead you to the solution of the problem, thus analyzing is very much needed, proper analyzing may get you out of all the possible mistakes. Bugs in softwares are introduced by both man and machine and some of the other practical reasons for the occurrence of bugs are miscommunication, software complexity, Programming errors, changing requirements, time pressures and reluctance.</p>
<p><strong>2) Maximized Test coverage</strong> Make use of the entire possible tool for testing application. It can be done by trial and error method for better results, but practically it is impossible to include all the testing methods therefore it is advised to use the testing methods which gave best results earlier. Selecting a testing tool from a QA perspective will result in producing media verification, release scenario and Decision to release the product.</p>
<p><strong>3) Ensure maximum test coverage</strong> Breaking your Application Under Test (AUT) in to smaller functional modules will help you to cover the maximum testing applications also if possible break these modules into smaller parts and here is an example to do so.</p>
<p>E.g: Let&#8217;s assume you have divided your website application in modules and accepting user information is one of the modules. You can break this User information screen into smaller parts for writing test cases: Parts like UI testing, security testing, functional testing of the User information form etc. Apply all form field type and size tests, negative and validation tests on input fields and write all such test cases for maximum coverage.</p>
<p><strong>4) While writing test cases</strong> First preference should be given to intended functionality before writing a test case and then for invalid conditions. This will cover expected as well unexpected behavior of application under test.</p>
<p>Some of the Cases should be considered while testing web applications. • Functionality Testing • Performance Testing • Usability Testing • Server Side Interface • Client Side Compatibility • Security</p>
<p><strong>5) Error finding attitude</strong> Being a software Tester or a QA engineer you must stay curious about finding a bug in an application, existence of subtle bugs may even crash the entire system. So finding such a subtle bug is most challenging work and it gives you satisfaction of your work and to remain positive.</p>
<p><strong>6) Test cases in requirement analysis</strong> Designing the pre requirements about the test cases and analysis can help you to ensure that all the cases are testable.</p>
<p><strong>7) Availability of test cases to developers.</strong> Let developers analyze your test cases thoroughly to develop quality application. Letting them to do your work will help them to stay vigil while coding. This is also a time consuming scenario which will help you to release a quality product.</p>
<p><strong>8) To ensure quick testing</strong> If possible identify and group your test cases for regression testing. This will ensure quick and effective manual regression testing.</p>
<p><strong>9) Performance testing</strong> When it comes to the case of applications it consumes critical response time, therefore it must be given highest priority by choosing performance testing. But at many instants performance testing is avoided as it requires large data volume.</p>
<p><strong>10) Avoid testing your own code</strong> Developers are not good testers, none of the developers like to be blamed for their work because they remain optimistic when it comes to their product and they tend to skip their bugs as the person who develops the code generally sees only happy paths of the product and don&#8217;t want to go in much detail.</p>
<p><strong>11) Testing requirement has no limits</strong> Sky is the only limit for testing an application, use all the available means for testing application to improve the quality.</p>
<p><strong>12) Advantage of previous bug graph</strong> Using a previous graph will be an aid for finding bugs against different time modules, especially while doing regression testing. This module-wise bug graph can be useful to predict the most probable bug part of the application.</p>
<p><strong>13) Review your Test process</strong> Keep in track with your test results, these results may teach you a lot about learning new things. Keep a text file open while testing an application and use these notepad observations while preparing final test release report. This good habit will help you to provide the complete unambiguous test report and release details.</p>
<p><strong>14) Importance of code changes</strong> When it comes to the banking projects it requires lots of steps in development or testing environment to avoid execution of live transaction processing. Therefore note down all the changes done for the testing purpose, as testers or developers make changes in code base for application under test.</p>
<p><strong>15) Stay away &#8211; Developers</strong> If developers don&#8217;t have access to testing environment they will not do any such changes accidentally on test environment and these missing things can be captured at the right place.</p>
<p><strong>16) Role of a tester in design</strong> When you bring in testers right from software requirement and design phase it is obvious they will also become a part of development hence request to your lead or manager to involve your testing team in all decision making processes or meetings. In this way testers can get knowledge of application dependability resulting in detailed test coverage.</p>
<p><strong>17) Rapport with the other testing team</strong> Holding a good relationship with your co testers from other team helps both the parties to share best of their testing experience.</p>
<p><strong>18) Together testers and developers</strong> Do not keep anything verbal. To know about more details of the product, testers should relate with the developers, maintaining such kind of relationship will resolve more issues which are coming up in the product in the initial stage, make sure to communicate the same over written communication ways like emails.</p>
<p><strong>19) Timing priority</strong> Analyzing all risks helps a lot to prioritize work and it is the first stage of implementing time saving method. From this you can avoid wasting time.</p>
<p><strong>20) Importance of final report</strong> Testing is a creative and challenging task and do not fail to create a clear report about the bugs and possible solutions. This will remain as a record for Do&#8217;s and Dont&#8217;s in testing for future generation.&#8217;</p>
<br /> Tagged: <a href='http://techmodi.wordpress.com/tag/software-testing/'>Software Testing</a>, <a href='http://techmodi.wordpress.com/tag/testing/'>Testing</a>, <a href='http://techmodi.wordpress.com/tag/web-testing/'>Web Testing</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/404/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=404&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2012/02/24/20-top-practical-testing-tips-a-tester-should-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c031509179cdb08a5af3394d0b875b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prashantstechmodi</media:title>
		</media:content>
	</item>
		<item>
		<title>AWS Free Usage Tier now includes Amazon EC2 instances</title>
		<link>http://techmodi.wordpress.com/2012/02/24/aws-free-usage-tier-now-includes-amazon-ec2-instances/</link>
		<comments>http://techmodi.wordpress.com/2012/02/24/aws-free-usage-tier-now-includes-amazon-ec2-instances/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 04:47:31 +0000</pubDate>
		<dc:creator>Prashant Sutariya</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon AWS]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=398</guid>
		<description><![CDATA[Amazon is excited to announce that the AWS (Amazon Web Services) Free Usage Tier now includes Amazon EC2 instances running Microsoft Windows Server. Customers eligible for the AWS Free Usage Tier can now use up to 750 hours per month of t1.micro instances running Microsoft Windows Server for free. With this announcement, customers familiar with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=398&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Amazon is excited to announce that the AWS (Amazon Web Services) Free Usage Tier now includes Amazon EC2 instances running Microsoft Windows Server. Customers eligible for the AWS Free Usage Tier can now use up to 750 hours per month of t1.micro instances running Microsoft Windows Server for free. With this announcement, customers familiar with Windows Server can gain hands-on experience with AWS at no cost. Customers can select from a range of pre-configured Amazon Machine Images with Microsoft Windows Server 2008 R2. Once running, customers can connect via Microsoft Remote Desktop Client to begin building, migrating, testing, and deploying their web applications on AWS in minutes. The expanded Free Usage Tier with Microsoft Windows Server t1.micro instances is available today in all regions, except for AWS GovCloud. For more information about the AWS Free Usage Tier, please visit the AWS Free Usage Tier web page. To get started using Microsoft Windows Server on AWS, visit the <a href="http://aws.amazon.com/windows/">AWS Windows web page</a>.</p>
<h4>AWS Free Usage Tier</h4>
<p>To help <strong>new AWS customers</strong> get started in the cloud, AWS is introducing a free usage tier. New AWS customers will be able to run a free Amazon EC2 Micro Instance for a year, while also leveraging a free usage tier for Amazon S3, Amazon Elastic Block Store, Amazon Elastic Load Balancing, and AWS data transfer. AWS’s free usage tier can be used for anything you want to run in the cloud: launch new applications, test existing applications in the cloud, or simply gain hands-on experience with AWS.</p>
<p>Below are the highlights of AWS’s free usage tiers. All are available for one year (except SWF, DynamoDB, SimpleDB, SQS, and SNS which are free indefinitely):</p>
<p><strong>AWS Free Usage Tier (Per Month):</strong></p>
<ul>
<li>750 hours of <a href="http://aws.amazon.com/ec2">Amazon EC2</a> Linux Micro Instance usage (613 MB of memory and 32-bit and 64-bit platform support) – enough hours to run continuously each month*</li>
<li>750 hours of <a href="http://aws.amazon.com/ec2">Amazon EC2</a> Microsoft Windows Server Micro Instance usage (613 MB of memory and 32-bit and 64-bit platform support) – enough hours to run continuously each month*</li>
<li>750 hours of an <a href="http://aws.amazon.com/elasticloadbalancing/">Elastic Load Balancer</a> plus 15 GB data processing*</li>
<li>30 GB of <a title="EBS" href="http://aws.amazon.com/ebs">Amazon Elastic Block Storage</a>, plus 2 million I/Os and 1 GB of snapshot storage*</li>
<li>5 GB of <a href="http://aws.amazon.com/s3">Amazon S3</a> standard storage, 20,000 Get Requests, and 2,000 Put Requests*</li>
<li>100 MB of storage, 5 units of write capacity, and 10 units of read capacity for <a href="http://aws.amazon.com/dynamodb/">Amazon DynamoDB</a>.**</li>
<li>25 <a href="http://aws.amazon.com/simpledb">Amazon SimpleDB</a> Machine Hours and 1 GB of Storage**</li>
<li>1,000 <a href="http://aws.amazon.com/swf">Amazon SWF</a> workflow executions can be initiated for free. A total of 10,000 activity tasks, signals, timers and markers, and 30,000 workflow-days can also be used for free**</li>
<li>100,000 Requests of <a title="SQS" href="http://aws.amazon.com/sqs">Amazon Simple Queue Service</a>**</li>
<li>100,000 Requests, 100,000 HTTP notifications and 1,000 email notifications for <a title="SNS" href="http://aws.amazon.com/sns">Amazon Simple Notification Service</a>**</li>
<li>10 <a href="http://aws.amazon.com/cloudwatch">Amazon Cloudwatch</a> metrics, 10 alarms, and 1,000,000 API requests**</li>
<li>15 GB of bandwidth out aggregated across all AWS services*</li>
</ul>
<p>In addition to these services, the <a href="http://aws.amazon.com/console">AWS Management Console</a> is available at no charge to help you build and manage your application on AWS.</p>
<p><code>*</code> These free tiers are only available to new AWS customers, and are available for 12 months following your AWS sign-up date. When your free usage expires or if your application use exceeds the free usage tiers, you simply pay standard, pay-as-you-go service rates (see each <a href="http://aws.amazon.com/products">service page</a> for full pricing details). Restrictions apply; see <a href="http://aws.amazon.com/free/terms">offer terms</a> for more details.</p>
<p><code>**</code> These free tiers do not expire after 12 months and are available to both existing and new AWS customers indefinitely.</p>
<br /> Tagged: <a href='http://techmodi.wordpress.com/tag/amazon-aws/'>Amazon AWS</a>, <a href='http://techmodi.wordpress.com/tag/amazon-ec2/'>Amazon EC2</a>, <a href='http://techmodi.wordpress.com/tag/cloud-computing/'>Cloud Computing</a>, <a href='http://techmodi.wordpress.com/tag/cloud-hosting/'>Cloud Hosting</a>, <a href='http://techmodi.wordpress.com/tag/ec2/'>EC2</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/398/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/398/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/398/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=398&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2012/02/24/aws-free-usage-tier-now-includes-amazon-ec2-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c031509179cdb08a5af3394d0b875b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prashantstechmodi</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Flashy Menu</title>
		<link>http://techmodi.wordpress.com/2012/02/14/creating-flashy-menu/</link>
		<comments>http://techmodi.wordpress.com/2012/02/14/creating-flashy-menu/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 08:18:18 +0000</pubDate>
		<dc:creator>Prashant Sutariya</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=385</guid>
		<description><![CDATA[Today We will going to learn how to create a flashy menu using CSS3. This tutorial is for beginners and can be completed fairly quickly.  To see the demo click here. The HTML Our HTML document contains an unordered list and each list item is a link with an anchor tag. The span contains the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=385&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today We will going to learn how to create a flashy menu using CSS3. This tutorial is for beginners and can be completed fairly quickly.  To see the demo <a href="http://www.techmodi.com/demo/RND/practice/FlashyMenu.html">click here</a>.</p>
<h3>The HTML</h3>
<p>Our HTML document contains an unordered list and each list item is a link with an anchor tag. The span contains the name of the menu item.</p>
<blockquote>
<ol>
<li>&lt;ul class=&#8221;main-ul&#8221;&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Article&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Blog&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Gallery&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;About&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Contact Us&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Alumini&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>     &lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;span&gt;Portfolio&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</li>
<li>&lt;/ul&gt;</li>
</ol>
</blockquote>
<h3>The CSS</h3>
<p>Now let’s position menu list items. I am using 25% width for each item, so in each row four menu items can be positioned. I’m aligning text of each list item to center.</p>
<blockquote>
<ol>
<li>body{</li>
<li>     background: #eee url(../images/white_paperboard.png) repeat top right;</li>
<li>}</li>
<li>.main-ul li {</li>
<li>     float:left;</li>
<li>     position:relative;</li>
<li>     width:25%;</li>
<li>     text-align:center;</li>
<li>}</li>
</ol>
</blockquote>
<p>Next let’s position each anchor tag and change text decoration to none. I am using a light gray color background. I am also adding <a href="http://dev.w3.org/csswg/css3-transitions/">CSS3 transition</a> effects to these elements with a duration of one second.</p>
<blockquote>
<ol>
<li>.main-ul li a {</li>
<li>     display:block;</li>
<li>     padding-bottom:20px;</li>
<li>     padding-right:10px;</li>
<li>     padding-top:10px;</li>
<li>     padding-left:10px;</li>
<li>     text-decoration:none;</li>
<li>     position: relative;</li>
<li>     z-index: 100;</li>
<li>     background-color: rgba(164, 164, 164, 0.2);</li>
<li>     -webkit-transition: all 1s;</li>
<li>     -moz-transition: all 1s;</li>
<li>     -o-transition: all 1s;</li>
<li>     transition: all 1s;</li>
<li>}</li>
</ol>
</blockquote>
<p>I am using ‘Kotta One’ font for span text, normal font size and weight of 20px and 700 respectively. I’ve made the font color for the text in its hover state white.</p>
<blockquote>
<ol>
<li>.main-ul li a span{</li>
<li>     display:block;</li>
<li>     padding-top:10px;</li>
<li>     font-weight:700;</li>
<li>     font-size: 20px;</li>
<li>     color: rgba(120, 120, 120, 0.9);</li>
<li>     text-transform:uppercase;</li>
<li>     font-family: &#8216;Kotta One&#8217;, serif;</li>
<li>}</li>
<li>.main-ul li:hover span{</li>
<li>     color: #fff;</li>
<li>}</li>
</ol>
</blockquote>
<p>Here comes our main part, I have already added transition effect for the anchor tags. Now add hover effects for each anchor tag list item by changing its background color. So when someone hovers over each list menu item it will change background color to a new color. I’m also adding <a href="http://www.w3.org/TR/css3-2d-transforms/">CSS3 transform</a>rotate effects of 3 degrees.</p>
<blockquote>
<ol>
<li>.main-ul li:nth-child(1):hover a{</li>
<li>     background-color: rgba(175,54,55,0.8);</li>
<li>     -moz-transform: rotate(-3deg);</li>
<li>     -webkit-transform: rotate(-3deg);</li>
<li>     -o-transform: rotate(-3deg);</li>
<li>     transform: rotate(-3deg);</li>
<li>}</li>
</ol>
</blockquote>
<p>Now repeat the above step for all list items with a new background color of your choice!</p>
<blockquote>
<ol>
<li>.main-ul li:nth-child(2):hover a{</li>
<li>     background-color: rgba(199, 204, 73, 0.8);</li>
<li>     -moz-transform: rotate(-3deg);</li>
<li>     -webkit-transform: rotate(-3deg);</li>
<li>     -o-transform: rotate(-3deg);</li>
<li>     transform: rotate(-3deg);</li>
<li>}</li>
<li>.main-ul li:nth-child(3):hover a{</li>
<li>     background-color: rgba(213, 135, 11, 0.8);</li>
<li>     -moz-transform: rotate(3deg);</li>
<li>     -webkit-transform: rotate(3deg);</li>
<li>     -o-transform: rotate(3deg);</li>
<li>     transform: rotate(3deg);</li>
<li>}</li>
<li>.main-ul li:nth-child(4):hover a{</li>
<li>     background-color: rgba(51, 143, 144, 0.8);</li>
<li>     -moz-transform: rotate(3deg);</li>
<li>     -webkit-transform: rotate(3deg);</li>
<li>     -o-transform: rotate(3deg);</li>
<li>     transform: rotate(3deg);</li>
<li>}</li>
<li>.main-ul li:nth-child(5):hover a{</li>
<li>     background-color: rgba(117,18,98,0.8);</li>
<li>     -moz-transform: rotate(-3deg);</li>
<li>     -webkit-transform: rotate(-3deg);</li>
<li>     -o-transform: rotate(-3deg);</li>
<li>     transform: rotate(-3deg);</li>
<li>}</li>
<li>.main-ul li:nth-child(6):hover a{</li>
<li>     background-color: rgba(33, 136, 215, 0.8);</li>
<li>     -moz-transform: rotate(-3deg);</li>
<li>     -webkit-transform: rotate(-3deg);</li>
<li>     -o-transform: rotate(-3deg);</li>
<li>     transform: rotate(-3deg);</li>
<li>}</li>
<li>.main-ul li:nth-child(7):hover a{</li>
<li>     background-color: rgba(109, 109, 109, 0.8);</li>
<li>     -moz-transform: rotate(3deg);</li>
<li>     -webkit-transform: rotate(3deg);</li>
<li>     -o-transform: rotate(3deg);</li>
<li>     transform: rotate(3deg);</li>
<li>}</li>
<li>.main-ul li:nth-child(8):hover a{</li>
<li>     background-color: rgba(152, 120, 92, 0.8);</li>
<li>     -moz-transform: rotate(3deg);</li>
<li>     -webkit-transform: rotate(3deg);</li>
<li>     -o-transform: rotate(3deg);</li>
<li>     transform: rotate(3deg);</li>
<li>}</li>
</ol>
</blockquote>
<p>That’s it, we have accomplished a simple flashy menu, so that when someone hovers over our menu items simultaneously it will change background color and slightly rotate. Thanks for reading!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=385&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2012/02/14/creating-flashy-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c031509179cdb08a5af3394d0b875b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prashantstechmodi</media:title>
		</media:content>
	</item>
		<item>
		<title>A Fast and Scalable NoSQL Database Service Designed for Internet Scale Applications</title>
		<link>http://techmodi.wordpress.com/2012/02/14/a-fast-and-scalable-nosql-database-service-designed-for-internet-scale-applications/</link>
		<comments>http://techmodi.wordpress.com/2012/02/14/a-fast-and-scalable-nosql-database-service-designed-for-internet-scale-applications/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 08:17:14 +0000</pubDate>
		<dc:creator>Prashant Sutariya</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=388</guid>
		<description><![CDATA[Jan 18, 2012 is a very exciting day as we release Amazon DynamoDB, a fast, highly reliable and cost-effective NoSQL database service designed for internet scale applications. DynamoDB is the result of 15 years of learning in the areas of large scale non-relational databases and cloud services. Several years ago we published a paper on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=388&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Jan 18, 2012 is a very exciting day as we release <a href="http://aws.amazon.com/DynamoDB">Amazon DynamoDB</a>, a fast, highly reliable and cost-effective NoSQL database service designed for internet scale applications. DynamoDB is the result of 15 years of learning in the areas of large scale non-relational databases and cloud services. Several years ago we published a paper on the details of <a href="http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html">Amazon’s Dynamo technology</a>, which was one of the first non-relational databases developed at Amazon. The original Dynamo design was based on a core set of strong distributed systems principles resulting in an ultra-scalable and highly reliable database system. Amazon DynamoDB, which is a new service, continues to build on these principles, and also builds on our years of experience with running non-relational databases and cloud services, such as Amazon SimpleDB and Amazon S3, at scale. It is very gratifying to see all of our learning and experience become available to our customers in the form of an easy-to-use managed service.</p>
<p>Amazon DynamoDB is a fully managed NoSQL database service that provides fast performance at any scale. Today’s web-based applications often encounter database scaling challenges when faced with growth in users, traffic, and data. With Amazon DynamoDB, developers scaling cloud-based applications can start small with just the capacity they need and then increase the request capacity of a given table as their app grows in popularity. Their tables can also grow without limits as their users store increasing amounts of data. Behind the scenes, Amazon DynamoDB automatically spreads the data and traffic for a table over a sufficient number of servers to meet the request capacity specified by the customer. Amazon DynamoDB offers low, predictable latencies at any scale. Customers can typically achieve average service-side in the single-digit milliseconds. Amazon DynamoDB stores data on Solid State Drives (SSDs) and replicates it synchronously across multiple AWS Availability Zones in an AWS Region to provide built-in high availability and data durability.</p>
<p><strong>History of NoSQL at Amazon – Dynamo</strong></p>
<p>The Amazon.com ecommerce platform consists of hundreds of decoupled services developed and managed in a decentralized fashion. Each service encapsulates its own data and presents a hardened API for others to use. Most importantly, direct database access to the data from outside its respective service is not allowed. This architectural pattern was a response to the scaling challenges that had challenged Amazon.com through its first 5 years, when direct database access was one of the major bottlenecks in scaling and operating the business. While a service-oriented architecture addressed the problems of a centralized database architecture, each service was still using traditional data management systems. The growth of Amazon’s business meant that many of these services needed more scalable database solutions.</p>
<p>In response, we began to develop a collection of storage and database technologies to address the demanding scalability and reliability requirements of the Amazon.com ecommerce platform. We had been pushing the scalability of commercially available technologies to their limits and finally reached a point where these third party technologies could no longer be used without significant risk. This was not our technology vendors’ fault; Amazon&#8217;s scaling needs were beyond the specs for their technologies and we were using them in ways that most of their customers were not. A number of outages at the height of the 2004 holiday shopping season can be traced back to scaling commercial technologies beyond their boundaries.</p>
<p>Dynamo was born out of our need for a highly reliable, ultra-scalable key/value database. This non-relational, or NoSQL, database was targeted at use cases that were core to the Amazon ecommerce operation, such as the shopping cart and session service. Any downtime or performance degradation in these services has an immediate financial impact and their fault-tolerance and performance requirements for their data systems are very strict. These services also require the ability to scale infrastructure incrementally to accommodate growth in request rates or dataset sizes. Another important requirement for Dynamo was predictability. This is not just predictability of median performance and latency, but also at the end of the distribution (the 99.9th percentile), so we could provide acceptable performance for virtually every customer.</p>
<p>To achieve all of these goals, we needed to do groundbreaking work. After the successful launch of the first Dynamo system, we documented our experiences in a paper so others could benefit from them. Since then, several Dynamo clones have been built and the <a href="http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html">Dynamo paper</a> has been the basis for several other types of distributed databases. This demonstrates that Amazon is not the only company than needs better tools to meet their database needs.</p>
<p><strong>Lessons learned from Amazon&#8217;s Dynamo</strong></p>
<p>Dynamo has been in use by a number of core services in the ecommerce platform, and their engineers have been very satisfied by its performance and incremental scalability. However, we never saw much adoption beyond these core services. This was remarkable because although Dynamo was originally built to serve the needs of the shopping cart, its design and implementation were much broader and based on input from many other service architects. As we spoke to many senior engineers and service owners, we saw a clear pattern start to emerge in their explanations of why they didn&#8217;t adopt Dynamo more broadly: while Dynamo gave them a system that met their reliability, performance, and scalability needs, it did nothing to reduce the operational complexity of running large database systems. Since they were responsible for running their own Dynamo installations, they had to become experts on the various components running in multiple data centers. Also, they needed to make complex tradeoff decisions between consistency, performance, and reliability. This operational complexity was a barrier that kept them from adopting Dynamo.</p>
<p>During this period, several other systems appeared in the Amazon ecosystem that did meet their requirements for simplified operational complexity, notably Amazon S3 and Amazon SimpleDB. These were built as managed web services that eliminated the operational complexity of managing systems while still providing extremely high durability. Amazon engineers preferred to use these services instead of managing their own databases like Dynamo, even though Dynamo&#8217;s functionality was better aligned with their applications’ needs.</p>
<p>With Dynamo we had taken great care to build a system that met the requirements of our engineers. After evaluations, it was often obvious that Dynamo was ideal for many database use cases. But &#8230; we learned that engineers found the prospect of running a large software system daunting and instead looked for less ideal design alternatives that freed them from the burden of managing databases and allowed them to focus on their applications.</p>
<p>It became obvious that developers strongly preferred simplicity to fine-grained control as they voted &#8220;with their feet&#8221; and adopted cloud-based AWS solutions, like Amazon S3 and Amazon SimpleDB, over Dynamo. Dynamo might have been the best technology in the world at the time but it was still software you had to run yourself. And nobody wanted to learn how to do that if they didn’t have to. Ultimately, developers wanted a service.</p>
<p><strong>History of NoSQL at Amazon &#8211; SimpleDB</strong></p>
<p>One of the cloud services Amazon developers preferred for their database needs was Amazon SimpleDB. In the 5 years that SimpleDB has been operational, we have learned a lot from its customers.</p>
<p>First and foremost, we have learned that a database service that takes away the operational headache of managing distributed systems is extremely powerful. Customers like SimpleDB’s table interface and its flexible data model. Not having to update their schemas when their systems evolve makes life much easier. However, they most appreciate the fact that SimpleDB just works. It provides multi-data center replication, high availability, and offers rock-solid durability. And yet customers never need to worry about setting up, configuring, or patching their database.</p>
<p>Second, most database workloads do not require the complex query and transaction capabilities of a full-blown relational database. A database service that only presents a table interface with a restricted query set is a very important building block for many developers.</p>
<p>While SimpleDB has been successful and powers the applications of many customers, it has some limitations that customers have consistently asked us to address.</p>
<p><em>Domain scaling limitations</em>. SimpleDB requires customers to manage their datasets in containers called Domains, which have a finite capacity in terms of storage (10 GB) and request throughput. Although many customers worked around SimpleDB’s scaling limitations by partitioning their workloads over many Domains, this side of SimpleDB is certainly not simple. It also fails to meet the requirement of incremental scalability, something that is critical to many customers looking to adopt a NoSQL solution.</p>
<p><em>Predictability of Performance</em>. SimpleDB, in keeping with its goal to be simple, indexes all attributes for each item stored in a domain. While this simplifies the customer experience on schema design and provides query flexibility, it has a negative impact on the predictability of performance. For example, every database write needs to update not just the basic record, but also all attribute indices (regardless of whether the customer is using all the indices for querying). Similarly, since the Domain maintains a large number of indices, its working set does not always fit in memory. This impacts the predictability of a Domain’s read latency, particularly as dataset sizes grow.<br />
Consistency. SimpleDB’s original implementation had taken the &#8220;eventually consistent&#8221; approach to the extreme and presented customers with consistency windows that were up to a second in duration. This meant the system was not intuitive to use and developers used to a more traditional database solution had trouble adapting to it. The SimpleDB team eventually addressed this issue by enabling customers to specify whether a given read operation should be strongly or eventually consistent.</p>
<p><em>Pricing complexity</em>. SimpleDB introduced a very fine-grained pricing dimension called “Machine Hours.” Although most customers have eventually learned how to predict their costs, it was not really transparent or simple.</p>
<p><strong>Introducing DynamoDB</strong></p>
<p>As we thought about how to address the limitations of SimpleDB and provide 1) the most scalable NoSQL solution available and 2) predictable high performance, we realized our goals could not be met with the SimpleDB APIs. Some SimpleDB operations require that all data for a Domain is on a single server, which prevents us from providing the seamless scalability our customers are demanding. In addition, SimpleDB APIs assume all item attributes are automatically indexed, which limits performance.</p>
<p>We concluded that an ideal solution would combine the best parts of the original Dynamo design (incremental scalability, predictable high performance) with the best parts of SimpleDB (ease of administration of a cloud service, consistency, and a table-based data model that is richer than a pure key-value store). These architectural discussions culminated in Amazon DynamoDB, a new NoSQL service that we are excited to release today.</p>
<p>Amazon DynamoDB is based on the principles of Dynamo, a progenitor of NoSQL, and brings the power of the cloud to the NoSQL database world. It offers customers high-availability, reliability, and incremental scalability, with no limits on dataset size or request throughput for a given table. And it is fast – it runs on the latest in solid-state drive (SSD) technology and incorporates numerous other optimizations to deliver low latency at any scale.</p>
<p>Amazon DynamoDB is the result of everything we’ve learned from building large-scale, non-relational databases for Amazon.com and building highly scalable and reliable cloud computing services at AWS. Amazon DynamoDB is a NoSQL database service that offers the following benefits:</p>
<ul>
<li><strong>Managed</strong>. DynamoDB frees developers from the headaches of provisioning hardware and software, setting up and configuring a distributed database cluster, and managing ongoing cluster operations. It handles all the complexities of scaling and partitions and re-partitions your data over more machine resources to meet your I/O performance requirements. It also automatically replicates your data across multiple Availability Zones (and automatically re-replicates in the case of disk or node failures) to meet stringent availability and durability requirements. From our experience of running Amazon.com, we know that manageability is a critical requirement. We have seen many job postings from companies using NoSQL products that are looking for NoSQL database engineers to help scale their installations. We know from our Amazon experiences that once these clusters start growing, managing them becomes the same nightmare that running large RDBMS installations was. Because Amazon DynamoDB is a managed service, you won’t need to hire experts to manage your NoSQL installation—your developers can do it themselves.</li>
<li><strong>Scalable</strong>. Amazon DynamoDB is designed to scale the resources dedicated to a table to hundreds or even thousands of servers spread over multiple Availability Zones to meet your storage and throughput requirements. There are no pre-defined limits to the amount of data each table can store. Developers can store and retrieve any amount of data and DynamoDB will spread the data across more servers as the amount of data stored in your table grows.</li>
<li><strong>Fast</strong>. Amazon DynamoDB provides high throughput at very low latency. It is also built on Solid State Drives to help optimize for high performance even at high scale. Moreover, by not indexing all attributes, the cost of read and write operations is low as write operations involve updating only the primary key index thereby reducing the latency of both read and write operations. An application running in EC2 will typically see average service-side latencies in the single-digit millisecond range for a 1KB object. Most importantly, DynamoDB latencies are predictable. Even as datasets grow, latencies remain stable due to the distributed nature of DynamoDB&#8217;s data placement and request routing algorithms.</li>
<li><strong>Durable and Highly Available</strong>. Amazon DynamoDB replicates its data over at least 3 different data centers so that the system can continue to operate and serve data even under complex failure scenarios.</li>
<li><strong>Flexible</strong>. Amazon DynamoDB is an extremely flexible system that does not force its users into a particular data model or a particular consistency model. DynamoDB tables do not have a fixed schema but instead allow each data item to have any number of attributes, including multi-valued attributes. Developers can optionally use stronger consistency models when accessing the database, trading off some performance and availability for a simpler model. They can also take advantage of the atomic increment/decrement functionality of DynamoDB for counters.</li>
<li><strong>Low cost</strong>. Amazon DynamoDB’s pricing is simple and predictable: Storage is $1 per GB per month. Requests are priced based on how much capacity is reserved: $0.01 per hour for every 10 units of Write Capacity and $0.01 per hour for every 50 units of Read Capacity. A unit of Read (or Write) Capacity equals one read (or write) per second of capacity for items up to 1KB in size. If you use eventually consistent reads, you can achieve twice as many reads per second for a given amount of Read Capacity. Larger items will require additional throughput capacity.</li>
</ul>
<p>In the current release, customers will have the choice of using two types of keys for primary index querying: Simple Hash Keys and Composite Hash Key / Range Keys:</p>
<p>Simple Hash Key gives DynamoDB the Distributed Hash Table abstraction. The key is hashed over the different partitions to optimize workload distribution. For more background on this please read the original Dynamo paper.</p>
<p>Composite Hash Key with Range Key allows the developer to create a primary key that is the composite of two attributes, a “hash attribute” and a “range attribute.” When querying against a composite key, the hash attribute needs to be uniquely matched but a range operation can be specified for the range attribute: e.g. all orders from Werner in the past 24 hours, all log entries from server 16 with clients IP addresses on subnet 192.168.1.0</p>
<p><strong>Performance Predictability in DynamoDB</strong></p>
<p>In addition to taking the best ideas of Dynamo and SimpleDB, we have added new functionality to provide even greater performance predictability.</p>
<p>Cloud-based systems have invented solutions to ensure fairness and present their customers with uniform performance, so that no burst load from any customer should adversely impact others. This is a great approach and makes for many happy customers, but often does not give a single customer the ability to ask for higher throughput if they need it.</p>
<p>As satisfied as engineers can be with the simplicity of cloud-based solutions, they would love to specify the request throughput they need and let the system reconfigure itself to meet their requirements. Without this ability, engineers often have to carefully manage caching systems to ensure they can achieve low-latency and predictable performance as their workloads scale. This introduces complexity that takes away some of the simplicity of using cloud-based solutions.</p>
<p>The number of applications that need this type of performance predictability is increasing: online gaming, social graphs applications, online advertising, and real-time analytics to name a few. AWS customers are building increasingly sophisticated applications that could benefit from a database that can give them fast, predictable performance that exactly matches their needs.</p>
<p>Amazon DynamoDB’s answer to this problem is “Provisioned Throughput.” Customers can now specify the request throughput capacity they require for a given table. Behind the scenes, DynamoDB will allocate sufficient resources to the table to predictably achieve this throughput with low-latency performance. Throughput reservations are elastic, so customers can increase or decrease the throughput capacity of a table on-demand using the AWS Management Console or the DynamoDB APIs. CloudWatch metrics enable customers to make informed decisions about the right amount of throughput to dedicate to a particular table. Customers using the service tell us that it enables them to achieve the appropriate amount of control over scaling and performance while maintaining simplicity. Rather than adding server infrastructure and re-partitioning their data, they simply change a value in the management console and DynamoDB takes care of the rest.</p>
<p><strong>Summary</strong></p>
<p>Amazon DynamoDB is designed to maintain predictably high performance and to be highly cost efficient for workloads of any scale, from the smallest to the largest internet-scale applications. You can get started with Amazon DynamoDB using a free tier that enables 40 million of requests per month free of charge. Additional request capacity is priced at cost-efficiently hourly rates as low as $.01 per hour for 10 units of Write Capacity or 50 strongly consistent units of Read Capacity (if you use eventually consistent reads you can get twice the throughput at the same cost, or the same read throughput at half the cost) Also, replicated solid state disk (SSD) storage is $1 per GB per month. Our low request pricing is designed to meet the needs of typical database workloads that perform large numbers of reads and writes against every GB of data stored.</p>
<p>To learn more about Amazon DynamoDB its functionality, APIs, use cases, and service pricing, please visit the detail page at <a href="http://aws.amazon.com/DynamoDB">aws.amazon.com/DynamoDB</a> and also the <a href="http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/">Developer Guide</a>. I am excited to see the years of experience with systems such as Amazon Dynamo result in an innovative database service that can be broadly used by all our customers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/388/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=388&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2012/02/14/a-fast-and-scalable-nosql-database-service-designed-for-internet-scale-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c031509179cdb08a5af3394d0b875b7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">prashantstechmodi</media:title>
		</media:content>
	</item>
		<item>
		<title>TechModi made it in the top 15 providers</title>
		<link>http://techmodi.wordpress.com/2012/01/10/techmodi-made-it-in-the-top-15-providers/</link>
		<comments>http://techmodi.wordpress.com/2012/01/10/techmodi-made-it-in-the-top-15-providers/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 07:59:39 +0000</pubDate>
		<dc:creator>Techmodi</dc:creator>
				<category><![CDATA[TechModi as a company]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[Techmodi]]></category>
		<category><![CDATA[techmodi rank]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=379</guid>
		<description><![CDATA[Techmodi made it at rank 11th into the top 11 Service Providers out of 29,187   registered providers on Elance across the Globe. Techmodi Rank 11th on Elance Tagged: rank, Techmodi, techmodi rank<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=379&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_367" class="wp-caption alignright" style="width: 642px"><a href="http://techmodi.files.wordpress.com/2012/01/tm_elance3.png"><img class="alignright size-full wp-image-380" title="TM_Elance3" src="http://techmodi.files.wordpress.com/2012/01/tm_elance3.png?w=632&#038;h=309" alt="" width="632" height="309" /></a><p class="wp-caption-text">TM_Elance</p></div>
<p><strong><a title="techmodi" href="http://www.Techmodi.com" target="_blank">Techmodi</a> made it at rank 11th into the top 11 Service Providers out of 29,187   registered providers on <a title="Techmodi on Elance" href="//techmodi.elance.com" target="_blank">Elance</a> across the Globe.</strong></p>
<div class="mceTemp">
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"></dt>
<dd class="wp-caption-dd">Techmodi Rank 11th on Elance</dd>
</dl>
</div>
<br /> Tagged: <a href='http://techmodi.wordpress.com/tag/rank/'>rank</a>, <a href='http://techmodi.wordpress.com/tag/techmodi/'>Techmodi</a>, <a href='http://techmodi.wordpress.com/tag/techmodi-rank/'>techmodi rank</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=379&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2012/01/10/techmodi-made-it-in-the-top-15-providers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f640771f4bd0c264796a0ffb478f15ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techmodi</media:title>
		</media:content>

		<media:content url="http://techmodi.files.wordpress.com/2012/01/tm_elance3.png" medium="image">
			<media:title type="html">TM_Elance3</media:title>
		</media:content>
	</item>
		<item>
		<title>Christmas</title>
		<link>http://techmodi.wordpress.com/2011/12/25/370/</link>
		<comments>http://techmodi.wordpress.com/2011/12/25/370/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 12:10:41 +0000</pubDate>
		<dc:creator>Techmodi</dc:creator>
				<category><![CDATA[TechModi as a company]]></category>
		<category><![CDATA[christams techmodi]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[festivals in india]]></category>
		<category><![CDATA[Techmodi]]></category>
		<category><![CDATA[techmodi festivals]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=370</guid>
		<description><![CDATA[Christmas is an annual commemoration of the birth of Jesus Christ, celebrated generally on 25th December as a religious and cultural holiday by billions of people around the world.  In India also we celebrate Christmas to mark the birth of Jesus Christ, its not only celebrated by the Christians but by all the religions and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=370&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div id="attachment_371" class="wp-caption alignright" style="width: 642px"><a href="http://techmodi.files.wordpress.com/2011/12/card.jpg"><img class="size-full wp-image-371" title="Christmas  Greetings" src="http://techmodi.files.wordpress.com/2011/12/card.jpg?w=632&#038;h=389" alt="Christmas Greetings" width="632" height="389" /></a><p class="wp-caption-text">Christmas Greetings</p></div>
<p>Christmas is an annual commemoration of the birth of Jesus Christ, celebrated generally on 25th December as a religious and cultural holiday by billions of people around the world.  In India also we celebrate Christmas to mark the birth of Jesus Christ, its not only celebrated by the Christians but by all the religions and across all the 28 states of India. At various places people celebrate it in masses to mark the birth of Christ.</p>
<p>Techmodi also celebrates Christmas &amp; the festive season with all its employees in office to ensure that there is fun at work. Techmodi Wishes all a Merry Christmas &amp; Wish a Happy new year 2012.</p>
<br /> Tagged: <a href='http://techmodi.wordpress.com/tag/christams-techmodi/'>christams techmodi</a>, <a href='http://techmodi.wordpress.com/tag/christmas/'>christmas</a>, <a href='http://techmodi.wordpress.com/tag/festivals-in-india/'>festivals in india</a>, <a href='http://techmodi.wordpress.com/tag/techmodi/'>Techmodi</a>, <a href='http://techmodi.wordpress.com/tag/techmodi-festivals/'>techmodi festivals</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/370/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=370&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2011/12/25/370/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f640771f4bd0c264796a0ffb478f15ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techmodi</media:title>
		</media:content>

		<media:content url="http://techmodi.files.wordpress.com/2011/12/card.jpg" medium="image">
			<media:title type="html">Christmas  Greetings</media:title>
		</media:content>
	</item>
		<item>
		<title>Diwali</title>
		<link>http://techmodi.wordpress.com/2011/10/25/diwali/</link>
		<comments>http://techmodi.wordpress.com/2011/10/25/diwali/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 12:45:41 +0000</pubDate>
		<dc:creator>Techmodi</dc:creator>
				<category><![CDATA[Our Festivals]]></category>
		<category><![CDATA[TechModi as a company]]></category>
		<category><![CDATA[diwali]]></category>
		<category><![CDATA[techmodi festivals]]></category>
		<category><![CDATA[techmodi holidays]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=356</guid>
		<description><![CDATA[In Maharashtra, Diwali starts from Vasubaras which is the 12th day of the 2nd half of the Marathi month Ashvin. This day is celebrated by performing an Aarti of the cow and its calf &#8211; which is a symbol of love between mother and her baby. The next day is Dhana Trayodashi. This day is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=356&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In <a title="Maharashtra" href="http://en.wikipedia.org/wiki/Maharashtra">Maharashtra</a>, Diwali starts from <em>Vasubaras</em> which is the 12th day of the 2nd half of the Marathi month <em>Ashvin</em>. This day is celebrated by performing an <em><a title="Aarti" href="http://en.wikipedia.org/wiki/Aarti">Aarti</a></em> of the cow and its calf &#8211; which is a symbol of love between mother and her baby.</p>
<p>The next day is <em>Dhana Trayodashi</em>. This day is of special importance for traders and business people. It is also considered an auspicious day for making important purchases, especially metals, including kitchenware and precious metals like silver and gold.</p>
<p>This is followed by <em>Naraka Chaturdashi</em>. On this day people get up early in the morning and take their bath before sunrise while stars are still visible. Bathing is an elaborate process on this day with abundant use of ‘ubtans’, oils and perfumes, and is preceded by an <a title="Aarti" href="http://en.wikipedia.org/wiki/Aarti">Aarti</a> performed on the person by some lady, usually mother or wife. The whole process is referred to as ‘abhyanga-snaan’.</p>
<p>Then comes <em>Lakshmi- pooja</em>. It occurs on <em>Amavasya</em> i.e. no moon day. The dark night is illuminated by lamps and at dusk firecrackers are burst. New account books are opened after a <em>pooja</em>. Generally the traders do not make any payments on that day (according to their belief <em>Lakshmi</em> should not be given away but must come home). In every household, cash, jewellery and an idol of the goddess Lakshmi is worshipped. Friends, neighbours and relatives are invited over and celebrations are in full swing. The broom used to clean one&#8217;s house is also worshipped as a symbol of Lakshmi in some places .</p>
<p><a href="http://techmodi.files.wordpress.com/2011/10/images.jpg"><img title="images" src="http://techmodi.files.wordpress.com/2011/10/images.jpg?w=275&#038;h=183" alt="" width="275" height="183" /></a></p>
<p><em>Padwa&#8217; is the 1st day of the new month –</em> Kartik <em>in the Hindu calendar. It marks the start of Hindu financial year. Its a special day for Husband and wife. The wife puts tilak on her husbands forehead and gets an expensive gift. In recent times there is a growing trend of organising a cultural event called &#8216;Diwali Padwa&#8217; early in the morning.</em></p>
<p><em>Bhaubeej</em> – it is the time when the bond of love between a brother and sister is further strengthened as the sister asks God for her brother/s&#8217; long and successful life while she receives presents from her beloved brothers.  More can be checked at :- <a title="http://en.wikipedia.org/wiki/Diwali" href="http://en.wikipedia.org/wiki/Diwali" target="_blank"><a href="http://en.wikipedia.org/wiki/Diwali" rel="nofollow">http://en.wikipedia.org/wiki/Diwali</a> </a></p>
<p><em>TechModi has an official holiday on the 26th, 27th &amp; 28th of August 2011 on the occasion of  Diwali.</em></p>
<br /> Tagged: <a href='http://techmodi.wordpress.com/tag/diwali/'>diwali</a>, <a href='http://techmodi.wordpress.com/tag/techmodi-festivals/'>techmodi festivals</a>, <a href='http://techmodi.wordpress.com/tag/techmodi-holidays/'>techmodi holidays</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=356&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2011/10/25/diwali/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f640771f4bd0c264796a0ffb478f15ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techmodi</media:title>
		</media:content>

		<media:content url="http://techmodi.files.wordpress.com/2011/10/images.jpg" medium="image">
			<media:title type="html">images</media:title>
		</media:content>
	</item>
		<item>
		<title>Independence Day of India is celebrated on Fifteenth&#8230;</title>
		<link>http://techmodi.wordpress.com/2011/08/12/15th-august-indias-independence-day/</link>
		<comments>http://techmodi.wordpress.com/2011/08/12/15th-august-indias-independence-day/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 09:30:52 +0000</pubDate>
		<dc:creator>Techmodi</dc:creator>
				<category><![CDATA[TechModi as a company]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=341</guid>
		<description><![CDATA[Independence Day of India is celebrated on Fifteenth of August (8/15/47) to commemorate its independence from British rule and its birth as a sovereign nation in 1947.[1] The day is a national holiday in India. All over the country, flag-hoisting ceremonies are conducted by the local administration in attendance. The main event takes place in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=341&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Independence Day of India is celebrated on Fifteenth of August (8/15/47) to commemorate its independence from British rule and its birth as a sovereign nation in 1947.[1] The day is a national holiday in India. All over the country, flag-hoisting ceremonies are conducted by the local administration in attendance. The main event takes place in New Delhi, the capital city of India, where the Prime Minister hoists the national flag at the Red Fort and delivers a nationally televised speech from its ramparts. In his speech, he highlights the achievements of his government during the past year, raises important issues and gives a call for further development. The Prime Minister also pays his tribute to leaders of the freedom struggle.<br />
<img alt="" src="http://techmodi.files.wordpress.com/2011/08/indian-flag33_26.jpg?w=435&#038;h=283" class="alignnone" width="435" height="283" /><br />
The Prime Minister of India hoists the Indian flag on the ramparts of the historical site, Red Fort (लाल क़िला), Delhi, on August 15. This is telecasted live on the National Channel Doordarshan and many other News Channels all over India. Flag hoisting ceremonies and cultural programs take place in all the state capitals. In the cities around the country the national flag is hoisted by politicians in their constituencies. In various private organisations the flag hoisting is carried out by a senior official of that organisation. All over the country, flags are given out to citizens who wear them proudly to show their patriotism towards India. Schools and colleges around the country organise flag hoisting ceremonies and various cultural events within their premises, where younger children in costume represent their idols of the Independence era.</p>
<p>TechModi has an official holiday on the 15th of August 2011 on the occasion of  Independence Day &amp; would compensate for the same by working on the 20th August 2011.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=341&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2011/08/12/15th-august-indias-independence-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f640771f4bd0c264796a0ffb478f15ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techmodi</media:title>
		</media:content>

		<media:content url="http://techmodi.files.wordpress.com/2011/08/indian-flag33_26.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>TechModi made it in the top 15 providers</title>
		<link>http://techmodi.wordpress.com/2011/06/06/techmodi-made-it-in-the-top-20-providers/</link>
		<comments>http://techmodi.wordpress.com/2011/06/06/techmodi-made-it-in-the-top-20-providers/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 14:57:04 +0000</pubDate>
		<dc:creator>Techmodi</dc:creator>
				<category><![CDATA[TechModi as a company]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[Techmodi]]></category>
		<category><![CDATA[techmodi rank]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=310</guid>
		<description><![CDATA[Techmodi made it at rank 15th into the top 15 Service Providers out of 29,187   registered providers on Elance across the Globe. Techmodi Rank 15th on Elance Tagged: rank, Techmodi, techmodi rank<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=310&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_367" class="wp-caption alignright" style="width: 642px"><a href="http://techmodi.files.wordpress.com/2011/06/tm_elance.png"><img class="size-full wp-image-367" title="TM_Elance" src="http://techmodi.files.wordpress.com/2011/06/tm_elance.png?w=632&#038;h=306" alt="TM_Elance" width="632" height="306" /></a><p class="wp-caption-text">TM_Elance</p></div>
<p><strong><a title="techmodi" href="http://www.Techmodi.com" target="_blank">Techmodi</a> made it at rank 15th into the top 15 Service Providers out of 29,187   registered providers on <a title="Techmodi on Elance" href="//techmodi.elance.com" target="_blank">Elance</a> across the Globe.</strong></p>
<div class="mceTemp">
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"></dt>
<dd class="wp-caption-dd">Techmodi Rank 15th on Elance</dd>
</dl>
</div>
<br /> Tagged: <a href='http://techmodi.wordpress.com/tag/rank/'>rank</a>, <a href='http://techmodi.wordpress.com/tag/techmodi/'>Techmodi</a>, <a href='http://techmodi.wordpress.com/tag/techmodi-rank/'>techmodi rank</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=310&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2011/06/06/techmodi-made-it-in-the-top-20-providers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f640771f4bd0c264796a0ffb478f15ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techmodi</media:title>
		</media:content>

		<media:content url="http://techmodi.files.wordpress.com/2011/06/tm_elance.png" medium="image">
			<media:title type="html">TM_Elance</media:title>
		</media:content>
	</item>
		<item>
		<title>Gudi Padwa</title>
		<link>http://techmodi.wordpress.com/2011/04/03/gudi-padwa/</link>
		<comments>http://techmodi.wordpress.com/2011/04/03/gudi-padwa/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 18:07:31 +0000</pubDate>
		<dc:creator>Techmodi</dc:creator>
				<category><![CDATA[Our Festivals]]></category>

		<guid isPermaLink="false">http://techmodi.wordpress.com/?p=303</guid>
		<description><![CDATA[&#160; Gudi Padwa or Gudhi Padwa (Marathi: गुढी पाडवा often mis-pronounced as guDi padwa because ढी sounds like डी while speaking) is the Marathi name for the Hindu holy day of Chaitra Shukla Pratipada.[1] It is celebrated on the first day of the Chaitra month to mark the beginning of the New year according to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=303&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="396" valign="top">&nbsp;</p>
<p><strong>Gudi Padwa</strong> or <strong>Gudhi Padwa</strong> (<a title="Marathi language" href="http://en.wikipedia.org/wiki/Marathi_language">Marathi</a>:   गुढी पाडवा often mis-pronounced as guDi padwa   because ढी sounds like डी while speaking) is the <a title="Marathi language" href="http://en.wikipedia.org/wiki/Marathi_language">Marathi</a> name for the <a href="http://en.wikipedia.org/wiki/Hindu">Hindu</a> holy day   of <a href="http://en.wikipedia.org/wiki/Chaitra">Chaitra</a> <a title="Shukla paksha" href="http://en.wikipedia.org/wiki/Shukla_paksha">Shukla</a> Pratipada.<sup><a href="http://en.wikipedia.org/wiki/Gudi_Padwa#cite_note-hindujagruti-0">[1]</a></sup> It is celebrated on the first day of the <a href="http://en.wikipedia.org/wiki/Chaitra">Chaitra</a> month to mark the   beginning of the New year according to the <a title="Lunisolar calendar" href="http://en.wikipedia.org/wiki/Lunisolar_calendar">lunisolar</a> <a href="http://en.wikipedia.org/wiki/Hindu_calendar">Hindu calendar</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</td>
<td width="242" valign="top">
<p><div class="wp-caption alignnone" style="width: 510px"><img title="gudi padwa" src="http://www.mumbaispider.com/pictures/gallery/163-Happy-Gudi-Padwa-messages-and-greetings-wallpapers.gif" alt="gudi padwa" width="500" height="350" /><p class="wp-caption-text">gudi padwa</p></div></td>
</tr>
</tbody>
</table>
<p>The word <em>padwa</em> is derived from the <a href="http://en.wikipedia.org/wiki/Sanskrit">Sanskrit</a> word Pratipada for first day of a lunar month i.e. first day after new moon day (<a href="http://en.wikipedia.org/wiki/Amavasya">Amavasya</a>). A <em>Gudhi</em> is also erected on this occasion giving this festival its name. The term <em>padwa</em> or <em>padavo</em> is also associated with <a href="http://en.wikipedia.org/wiki/Balipratipada">Balipratipada</a> the third day of <a href="http://en.wikipedia.org/wiki/Diwali">Diwali</a> which is another celebration that comes at the end of the harvesting season.</p>
<p>Known as Gudhi Padwa in <a href="http://en.wikipedia.org/wiki/Maharashtra">Maharashtra</a>, this festival is also known as</p>
<ul>
<li><em>Samvatsar Padvo</em> among Hindu <a title="Konkani people" href="http://en.wikipedia.org/wiki/Konkani_people">Konkanis</a> of <a href="http://en.wikipedia.org/wiki/Goa">Goa</a></li>
<li><em>Yugadi</em> among the rest of <a title="Konkani people" href="http://en.wikipedia.org/wiki/Konkani_people">Konkani</a> diaspora in <a href="http://en.wikipedia.org/wiki/Karnataka">Karnataka</a> and <a href="http://en.wikipedia.org/wiki/Kerala">Kerala</a><sup><em><a title="Wikipedia:Citation needed" href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed"><br />
</a></em></sup></li>
<li><em>Nav Varsha Samvat</em> among the North Indian states of <a href="http://en.wikipedia.org/wiki/Uttar_Pradesh">Uttar Pradesh</a>, <a href="http://en.wikipedia.org/wiki/Himachal_Pradesh">Himachal Pradesh</a>, <a href="http://en.wikipedia.org/wiki/Haryana">Haryana</a>, <a href="http://en.wikipedia.org/wiki/Madhya_Pradesh">Madhya Pradesh</a>, <a href="http://en.wikipedia.org/wiki/Rajasthan">Rajasthan</a>, <a href="http://en.wikipedia.org/wiki/Uttarakhand">Uttarakhand</a>, <a href="http://en.wikipedia.org/wiki/Bihar">Bihar</a> and <a href="http://en.wikipedia.org/wiki/Chhattisgarh">Chhattisgarh</a><sup><em><a title="Wikipedia:Citation needed" href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed"><br />
</a></em></sup></li>
</ul>
<p>In other parts of <a href="http://en.wikipedia.org/wiki/India">India</a> this festival is celebrated during</p>
<ul>
<li><em>Nau Roz</em> in <a href="http://en.wikipedia.org/wiki/Kashmir">Kashmir</a></li>
<li><a title="Yugadi" href="http://en.wikipedia.org/wiki/Yugadi">Yugadi</a> in <a href="http://en.wikipedia.org/wiki/Karnataka">Karnataka</a></li>
<li><a title="Vaisakhi" href="http://en.wikipedia.org/wiki/Vaisakhi">Baisakhi</a> in <a title="Punjab (India)" href="http://en.wikipedia.org/wiki/Punjab_%28India%29">Punjab</a></li>
<li><a href="http://en.wikipedia.org/wiki/Cheti_Chand">Cheti Chand</a> among the <a href="http://en.wikipedia.org/wiki/Sindhi_people">Sindhi people</a><sup><em><a title="Wikipedia:Citation needed" href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed"><br />
</a></em></sup></li>
<li><a title="Bihu" href="http://en.wikipedia.org/wiki/Bihu">Goru Bihu</a> in <a href="http://en.wikipedia.org/wiki/Assam">Assam</a></li>
<li><a href="http://en.wikipedia.org/wiki/Puthandu">Puthandu</a> in <a href="http://en.wikipedia.org/wiki/Tamil_Nadu">Tamil Nadu</a> and</li>
<li><a title="Yugadi" href="http://en.wikipedia.org/wiki/Yugadi">Yugadi</a> in <a href="http://en.wikipedia.org/wiki/Andhra_Pradesh">Andhra Pradesh</a></li>
<li><a href="http://en.wikipedia.org/wiki/Vishu">Vishu</a> in <a href="http://en.wikipedia.org/wiki/Kerala">Kerala</a>.</li>
</ul>
<p>Being the first day of the first month of a year, Gudhi Padwa is the New Year&#8217;s Day for <a title="Marathi people" href="http://en.wikipedia.org/wiki/Marathi_people">Marathi</a> people. India is a predominantly agrarian society. Thus celebrations and  festivals are often linked to the turn of the season and to the sowing  and reaping of crops. This day marks the end of one agricultural harvest  and the beginning of a new one. In this context, the Gudhi Padwa is  celebrated at the end of the <a title="Rabi crop" href="http://en.wikipedia.org/wiki/Rabi_crop">Rabi</a> season.</p>
<p>TechModi has an official holiday on the 4th of April 2011 on the occasion of Gudi Padwa &amp; would compensate for the same by working on the 9th April 2011.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmodi.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmodi.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmodi.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmodi.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmodi.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmodi.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmodi.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmodi.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmodi.wordpress.com&amp;blog=11294870&amp;post=303&amp;subd=techmodi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmodi.wordpress.com/2011/04/03/gudi-padwa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f640771f4bd0c264796a0ffb478f15ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techmodi</media:title>
		</media:content>

		<media:content url="http://www.mumbaispider.com/pictures/gallery/163-Happy-Gudi-Padwa-messages-and-greetings-wallpapers.gif" medium="image">
			<media:title type="html">gudi padwa</media:title>
		</media:content>
	</item>
	</channel>
</rss>
