<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Collections</title>
	<atom:link href="http://scvinodkumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://scvinodkumar.wordpress.com</link>
	<description>Php,javascript,ajax,etc</description>
	<lastBuildDate>Tue, 10 Nov 2009 12:40:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='scvinodkumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/43339ce9d8390a10c46f608df43f938e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web Collections</title>
		<link>http://scvinodkumar.wordpress.com</link>
	</image>
			<item>
		<title>Advantages of stored procedures, triggers, indexes</title>
		<link>http://scvinodkumar.wordpress.com/2009/11/10/advantages-of-stored-procedures-triggers-indexes/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/11/10/advantages-of-stored-procedures-triggers-indexes/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:37:21 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[stored procedures]]></category>
		<category><![CDATA[triggers]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=272</guid>
		<description><![CDATA[A stored procedure is a set of SQL commands that can be compiled and stored in the server. Once this has been done, clients don’t need to keep re-issuing the entire query but can refer to the stored procedure. This provides better overall performance because the query has to be parsed only once, and less [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=272&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/11/10/advantages-of-stored-procedures-triggers-indexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Get image src using JavaScript</title>
		<link>http://scvinodkumar.wordpress.com/2009/11/07/get-image-src-using-javascript/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/11/07/get-image-src-using-javascript/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:38:21 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[image src]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=269</guid>
		<description><![CDATA[The very simple method in javascript to swap images of named imag tags
For example,
&#60;img name=&#8221;image1&#8243; src=&#8221;image.jpg&#8221; /&#62;&#60;script&#62;document["image1"].src=&#8221;image1.jpg&#8221;;&#60;/script&#62;
So If I name a Div tag that wraps the image can I use that to specify the image tag in question?
Something like..
&#60;div id=&#8221;namedDiv&#8221;&#62;&#60;img src=&#8221;image.jpg&#8221; /&#62;&#60;/div&#62;
The answer is possible, every dom node have childNodes property which is an array [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=269&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/11/07/get-image-src-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Form Validation functions</title>
		<link>http://scvinodkumar.wordpress.com/2009/11/06/php-form-validation-functions/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/11/06/php-form-validation-functions/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 12:04:51 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[php functions]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=266</guid>
		<description><![CDATA[Recently i have involve myself in another application development. Regular  Hungred Dot Com visitors will notice that the site currently offer advertisement  space through this form. But  really, we as a developers are always looking for such snippets or writing them  out from scratch every single time regardless of how many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=266&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/11/06/php-form-validation-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>What’s difference between display: none and visibility: hidden?</title>
		<link>http://scvinodkumar.wordpress.com/2009/10/31/what%e2%80%99s-difference-between-display-none-and-visibility-hidden/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/10/31/what%e2%80%99s-difference-between-display-none-and-visibility-hidden/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:49:08 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[visbility]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=263</guid>
		<description><![CDATA[just when you tread into the world of dhtml or javascript, you can require the display property of CSS more than expected. So it becomes necessary to clearly understand some of the facts behind this powerful language. Here is the difference between the visibility and display property of an element.
visibility: hidden hides the element, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=263&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/10/31/what%e2%80%99s-difference-between-display-none-and-visibility-hidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimising MYSQL</title>
		<link>http://scvinodkumar.wordpress.com/2009/10/20/optimising-mysql/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/10/20/optimising-mysql/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:53:13 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimising mysql]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=259</guid>
		<description><![CDATA[Hello,
I’d like to share with the Web Collections my knowledge about tuning / tweaking mysql.
First of all, sorry if my English is not perfect. Maybe some sentences may be difficult to understand. So do not hesitate to ask me for explanations :-p
Secondly,
DO NOT CHANGE   your setting without understanding what you do.
Make a backup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=259&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/10/20/optimising-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Keyboard ShortcutsFirefox Keyboard Shortcuts</title>
		<link>http://scvinodkumar.wordpress.com/2009/10/15/firefox-keyboard-shortcutsfirefox-keyboard-shortcuts/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/10/15/firefox-keyboard-shortcutsfirefox-keyboard-shortcuts/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 11:00:20 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=255</guid>
		<description><![CDATA[Firefox is a one of the most popular browser on Internet because of supporting various themes and thousands of add-ons for customizations. Today i am sharing Some of my favorite 50 Useful Firefox Keyboard Shortcuts, you can use this keyword shortcut for view and save web pages, organize your favorite bookmark , search the web, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=255&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/10/15/firefox-keyboard-shortcutsfirefox-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>What is SPAM?</title>
		<link>http://scvinodkumar.wordpress.com/2009/10/14/what-is-spam/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/10/14/what-is-spam/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 06:19:53 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/2009/10/14/what-is-spam/</guid>
		<description><![CDATA[It is really difficult to define spam. But generally speaking, spam is unsolicited information, which is forced upon the reader and is purported to advertise some service or product. The unsolicited information is not provided just once or twice; the reader is, in fact, so much bombarded with the same kind of information that he [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=253&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/10/14/what-is-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Iframe / Virus in Website Pages, How to Fix Iframe issue</title>
		<link>http://scvinodkumar.wordpress.com/2009/10/08/iframe-virus-in-website-pages-how-to-fix-iframe-issue/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/10/08/iframe-virus-in-website-pages-how-to-fix-iframe-issue/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 05:28:54 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[iframe virus]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=249</guid>
		<description><![CDATA[The reason why this virus comes is only because of the either of the following :
1) You have a weak 7 vulnerable code on your website which is exploited by a hacker.
2) Your ftp password is weak and generally a dictionary word which is cracked by brute force attempts.
How Iframe Virus Works?
The hackers behind this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=249&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/10/08/iframe-virus-in-website-pages-how-to-fix-iframe-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Importance of Positive Attitude</title>
		<link>http://scvinodkumar.wordpress.com/2009/09/22/importance-of-positive-attitude/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/09/22/importance-of-positive-attitude/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 07:06:07 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Self-help]]></category>
		<category><![CDATA[attitude]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=246</guid>
		<description><![CDATA[What is Attitude?
The simplest definition of attitude is the way we look at life. It is the way we think, talk with others, present ourselves, etc.
- Our thoughts take us ahead in life and not our appearance. Thought makes the man. Good and positive thoughts make us positive in our life and approach, while negative thoughts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=246&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/09/22/importance-of-positive-attitude/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to prevent right click on website?</title>
		<link>http://scvinodkumar.wordpress.com/2009/09/22/how-to-prevent-right-click-on-website/</link>
		<comments>http://scvinodkumar.wordpress.com/2009/09/22/how-to-prevent-right-click-on-website/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 05:24:15 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[prevent right click]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=243</guid>
		<description><![CDATA[
We can prevent ricght click on website pages by using following code
&#60;!– This for right click
//Disable right mouse click Script
var message=”Copyright bwsipl!!”;
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers&#124;&#124;document.getElementById&#38;&#38;!document.all){
if (e.which==2&#124;&#124;e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&#38;&#38;!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function(”alert(message);return false”)
// –&#62;

Posted in html, Javascript, Programming, Web Tagged: prevent right click      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&blog=4113160&post=243&subd=scvinodkumar&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2009/09/22/how-to-prevent-right-click-on-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
	</channel>
</rss>