<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Techbray</title>
	<link>http://www.techbray.com</link>
	<description>Tech,Tips N Tricks and Web 2.0</description>
	<lastBuildDate>Mon, 11 Jan 2010 17:19:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Text with moving backgrounds using jQuery</title>
		<description>I have come across a wonderful article on Gayadesign on how to create a moving backgrounds for text using jquery like flash.



Read more on gayadesign >>  </description>
		<link>http://www.techbray.com/2010/01/text-with-moving-backgrounds-using-jquery/</link>
			</item>
	<item>
		<title>49 Innovative Calendars for 2010</title>
		<description>It’s that time of the year again when we kick off our shoes from work and enjoy the festive season. As we welcome the year ahead, I’m sure most of us have made some kind of resolutions for ourselves. 
you will be looking at your new calendar for the new ...</description>
		<link>http://www.techbray.com/2010/01/49-innovative-calendars-for-2010/</link>
			</item>
	<item>
		<title>A Colorful Clock With CSS &amp; jQuery</title>
		<description>A wonderful clock design explained on tutorialzine site using css & jquery.



Read more >> </description>
		<link>http://www.techbray.com/2009/12/a-colorful-clock-with-css-jquery/</link>
			</item>
	<item>
		<title>How to highlight the important keywords in text using jQuery.</title>
		<description>A solution to highlight identified keywords (using named entity recognition) inside the chunk of user generated text had been posted on 5thirtyone .Look at the below pictures which demonstrates the actual working.

With format selected, highlights the particular meaningful text.


Read more on 5thirtyone >> </description>
		<link>http://www.techbray.com/2009/12/how-to-highlight-the-important-keywords-in-text-using-jquery/</link>
			</item>
	<item>
		<title>Click and Increase the Size of an Image using jQuery</title>
		<description>The article on dotnetcurry demonstrates how to click and view a larger image when the thumbnail is clicked on. 

Read more on dotnetcurrey.com </description>
		<link>http://www.techbray.com/2009/12/click-and-increase-the-size-of-an-image-using-jquery/</link>
			</item>
	<item>
		<title>How to disable the right click using jQuery</title>
		<description>Some of us might want to disable the mouse right click .Below simple code snippet can be  used to d the job easily using jQuery.

$(document).ready(function(){
    $(document).bind("contextmenu",function(e){
        return false;
    });
});

 </description>
		<link>http://www.techbray.com/2009/12/how-to-disable-the-right-click-using-jquery/</link>
			</item>
	<item>
		<title>How to prevent form submission when enter key is pressed using jquery.</title>
		<description>As a web developer, most of the times you would have to do some functionality / operation before form gets submitted.By default form gets submitted on click of enter key when the input field is focussed.Below code snipppet can be used to avoid default form submision.


  $(document).ready(function() {
  ...</description>
		<link>http://www.techbray.com/2009/12/how-to-prevent-form-submission-when-enter-key-is-pressed-using-jquery/</link>
			</item>
	<item>
		<title>How to count the number of lines in the input textarea</title>
		<description>Below code snippet helps you to find the number of lines in the input textarea using Jquery & native RegEx functionality.

var textInput = $("#textareaId").val();
var lines = textInput .split(/\r&#124;\r\n&#124;\n/);
alert(lines.length);
 </description>
		<link>http://www.techbray.com/2009/12/how-to-count-the-number-of-lines-in-the-input-textarea/</link>
			</item>
	<item>
		<title>Plurk gets sudden spurge of traffic due to unexpected free publicity</title>
		<description>   Plurk could have not asked more than this.
Canadian startup Plurk, a Twitter-like social networking site that has gotten quite popular in China, accused Microsoft China of not only stealing the service's design, but 80 percent of the service's code too. In response, Microsoft has pulled its microblogging ...</description>
		<link>http://www.techbray.com/2009/12/plurk-gets-sudden-spurge-of-traffic-due-to-unexpected-free-publicity/</link>
			</item>
	<item>
		<title>50 Beautiful Free Icon Sets For Your Next Design</title>
		<description>Beautiful  Free Icon Sets For Your Next Design is on smashing magazine.Go grab it!
...Round-ups of beautiful and useful icons are almost legendary on Smashing Magazine. While some readers complain about the annoying “list”-style of some of our articles, we are confident that useful round-ups of relevant resources are very ...</description>
		<link>http://www.techbray.com/2009/12/50-beautiful-free-icon-sets-for-your-next-design/</link>
			</item>
</channel>
</rss>
