<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; html</title>
	<atom:link href="http://www.sajithmr.me/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Carousels with jQuery</title>
		<link>http://www.sajithmr.me/carousels-with-jquery</link>
		<comments>http://www.sajithmr.me/carousels-with-jquery#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:40:14 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[carousels]]></category>
		<category><![CDATA[circular]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sliding]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=632</guid>
		<description><![CDATA[jCarousel is a simple jQuery plugin to create continuous sliding effect.  I like the way they created the plugin. http://sorgalla.com/jcarousel/ jCarousel uses both javascript array and structured html  for inputing data. The data can be modified with html using post callback functions. For example, you can show flicker images using jCarousel by importing the images [...]]]></description>
			<content:encoded><![CDATA[<p><strong>jCarousel</strong> is a simple jQuery plugin to create continuous sliding effect.  I like the way they created the plugin.</p>
<p><a href="http://sorgalla.com/jcarousel/" target="_blank">http://sorgalla.com/jcarousel/</a></p>
<p><img class="alignnone size-full wp-image-633" title="jcarousel" src="http://www.sajithmr.me/wp-content/uploads/2010/04/jcarousel.tiff" alt="jcarousel" /></p>
<p>jCarousel uses both javascript array and structured html  for inputing data. The data can be modified with html using post callback functions. For example, you can show flicker images using jCarousel by importing the images as an javascript array. To format the appearance and style , you can use html in callback function.</p>
<p>If you need to you fully html based Carousel, use  <a href="http://plugins.jquery.com/project/jCarouselLite" target="_blank">jCarouselLite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/carousels-with-jquery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sliding menu using jQuery and ScrollTo</title>
		<link>http://www.sajithmr.me/sliding-menu-using-jquery-and-scrollto</link>
		<comments>http://www.sajithmr.me/sliding-menu-using-jquery-and-scrollto#comments</comments>
		<pubDate>Sat, 20 Feb 2010 21:38:53 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=583</guid>
		<description><![CDATA[Recently I created a sliding menu for a project using jQuery and ScrollTo functions. See demo: Slider  Menu We can use the jQuery function $(&#8220;.menubar&#8221;).scrollTo(id_of_element) to scroll any scrollable area to a particular location. The idea behind every smooth sliding is using scroll function with overflow:hidden mode. You can download the source code from : [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-584" title="jquery-logo" src="http://www.sajithmr.me/wp-content/uploads/2010/02/jquery-logo.gif" alt="jquery-logo" width="168" height="146" /></p>
<p>Recently I created a sliding menu for a project using jQuery and ScrollTo functions.</p>
<p>See demo: <a href="http://www.sajithmr.me/downloads/slider/slider.html" target="_blank">Slider  Menu</a></p>
<p>We can use the jQuery function $(&#8220;.menubar&#8221;).scrollTo(id_of_element) to scroll any scrollable area to a particular location.</p>
<p>The idea behind every smooth sliding is using scroll function with overflow:hidden mode.</p>
<p>You can download the source code from : <a href="http://www.sajithmr.me/downloads/slider/slider.zip" target="_self">http://www.sajithmr.me/downloads/slider/slider.zip</a></p>
<p>Here div menu-bar is the scrollable div with overflow:hidden mode contains set of menu and a duplicate as a  buffer</p>
<p>At the bottom of the code, you can see a filler div, this is for filling the menu one by one to the right side menu-bar to make the sliding very smooth</p>
<p>The function setMotion(this) calls  the scroll function and it moves till the called DOM object&#8217;s id reaches</p>
<p>If you use an ajax call after the motion to load the content at the bottom, you can make this sliding menu for proper navigation purpose.</p>
<p>Thanks</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/sliding-menu-using-jquery-and-scrollto/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Onchange, form submit &#8211; Error</title>
		<link>http://www.sajithmr.me/onchange-form-submit-error</link>
		<comments>http://www.sajithmr.me/onchange-form-submit-error#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:27:27 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[form submit]]></category>
		<category><![CDATA[onchange]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/?p=480</guid>
		<description><![CDATA[If you are facing onchange and form submit of select-box (combo box) in html, you are not alone. In sometimes onchange = &#8220;document.formname.submit()&#8221; won&#8217;t submit the form, while it works on other html pages. There is hidden truth of this problem is , there may be some other input having the name &#8220;submit&#8221;. This cause [...]]]></description>
			<content:encoded><![CDATA[<p>If you are facing onchange and form submit of <strong>select-box</strong> (combo box) in html, you are not alone.</p>
<p>In sometimes onchange = &#8220;<span style="color: #008000;"><strong>document.formname.submit()</strong></span>&#8221; won&#8217;t submit the form, while it works on other html pages.</p>
<p>There is hidden truth of this problem is , there may be some other input having the name &#8220;submit&#8221;. This cause problem in IE and some other browsers. So rename the input field name from <strong>submit</strong> to any other name (In most case we use the name of submit button as &#8220;submit&#8221;).</p>
<p>It is a rare tip,  you may  face this someday !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/onchange-form-submit-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Media Player</title>
		<link>http://www.sajithmr.me/yahoo-media-player</link>
		<comments>http://www.sajithmr.me/yahoo-media-player#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:22:08 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=447</guid>
		<description><![CDATA[It may be an unwanted post, but I recently got this information while sufing through.. It is nothing but a javascript file from Yahoo. It is duty is to convery every mp3 link inside an html page into mp3 player and it also creates a playlist according the the mp3 links available.&#60;a href=&#34;http://www.sajithmr.com/wp-content/uploads/2009/08/yplayer.jpg&#34;&#62;&#60;img class=&#34;alignnone size-full [...]]]></description>
			<content:encoded><![CDATA[<p>It may be an unwanted post, but I recently got this information while sufing through.. It is nothing but a javascript file from Yahoo. It is duty is to convery every mp3 link inside an html page into mp3 player and it also creates a playlist according the the mp3 links available.</p><pre class="crayon-plain-tag"><code>&lt;a href=&quot;http://www.sajithmr.com/wp-content/uploads/2009/08/yplayer.jpg&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-448&quot; title=&quot;yplayer&quot; src=&quot;http://www.sajithmr.com/wp-content/uploads/2009/08/yplayer.jpg&quot; alt=&quot;&quot; width=&quot;499&quot; height=&quot;67&quot; /&gt;&lt;/a&gt;</code></pre><p>What you have to do, is just add this js file below your html page which contains some mp3 href</p><pre class="crayon-plain-tag"><code>&amp;lt;&lt;span class=&quot;start-tag&quot;&gt;script&lt;/span&gt;&lt;span class=&quot;attribute-name&quot;&gt; type&lt;/span&gt;=&lt;span class=&quot;attribute-value&quot;&gt;&quot;text/javascript&quot; &lt;/span&gt;&lt;span class=&quot;attribute-name&quot;&gt;src&lt;/span&gt;=&lt;span class=&quot;attribute-value&quot;&gt;&quot;http://mediaplayer.yahoo.com/js&quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class=&quot;end-tag&quot;&gt;script&lt;/span&gt;&amp;gt;</code></pre><p></p><pre class="crayon-plain-tag"><code>You can see the demo here,if your browser supports flash</code></pre><p></p><pre class="crayon-plain-tag"><code>&lt;a href=&quot;http://www.sajithmr.com/downloads/yplayer.html&quot; target=&quot;_blank&quot;&gt;http://www.sajithmr.com/downloads/yplayer.html&lt;/a&gt;</code></pre><p></p><pre class="crayon-plain-tag"><code>Take view source to see how does it work</code></pre><p></p><pre class="crayon-plain-tag"><code>Thanks</code></pre><p></p><pre class="crayon-plain-tag"><code>Sajith</code></pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/yahoo-media-player/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JQuery &#8211; Play with html</title>
		<link>http://www.sajithmr.me/jquery-play-with-html</link>
		<comments>http://www.sajithmr.me/jquery-play-with-html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 23:23:00 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=430</guid>
		<description><![CDATA[Start jquery for manipulating html file and execute javascript just like sql queries. Simply pointer the dom object with a $  and manipulate with different built in function. For example  $(&#8220;p.neat&#8221;).addClass(&#8220;ohmy&#8221;).show(&#8220;slow&#8221;); Don&#8217;t need to write javascript inside each node. It is like prototyping. Insted of adding an onClick=&#8221;function()&#8221; inside the node, jquery define the onclick [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sajithmr.com/wp-content/uploads/2009/06/jquery-logo.png"><img class="alignnone size-full wp-image-426" title="jquery-logo" src="http://www.sajithmr.com/wp-content/uploads/2009/06/jquery-logo.png" alt="" width="190" /></a></p>
<p>Start jquery for manipulating html file and execute javascript just like sql queries.</p>
<p>Simply pointer the dom object with a $  and manipulate with different built in function.</p>
<p>For example </p>
<p><span style="color: #008000;">$(&#8220;p.neat&#8221;).addClass(&#8220;ohmy&#8221;).show(&#8220;slow&#8221;);</span></p>
<p>Don&#8217;t need to write javascript inside each node. It is like prototyping. Insted of adding an onClick=&#8221;function()&#8221; inside the node, jquery define the onclick function from the top level. Your html code will be clean and tidy. If CSS removes all the styling bits, Jquery removes all the javascript bits from html.</p>
<p>You can remap every default action from an html object.</p>
<p>For example normally when you click a link  (&lt;a&gt; tag) it navigate you through the href value. But if you add the jquery code as below:</p><pre class="crayon-plain-tag"><code>$(document).ready(function(){
   &lt;strong&gt;$(&quot;a&quot;).click(function(event){
     alert(&quot;Thanks for clicking!&quot;);
   });&lt;/strong&gt;
 })</code></pre><p></p><pre class="crayon-plain-tag"><code>It adds a thanks alert for every click in links.</code></pre><p></p><pre class="crayon-plain-tag"><code>and if you add :</code></pre><p></p><pre class="crayon-plain-tag"><code>&lt;pre&gt;&lt;strong&gt;event.preventDefault();&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;It prevents the default action also.&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;You can go to JQuery homepage: &lt;a href=&quot;http://jquery.com/&quot;&gt;http://jquery.com/&lt;/a&gt;&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;and can learn more about JQuery.&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;The intention of this post was not an explaination about jquery, but some addition website which develops addons based on jquery.&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;Those are:&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;a href=&quot;http://jqueryui.com/&quot;&gt;http://jqueryui.com/&lt;/a&gt;</code></pre>
</pre>
<pre class="crayon-plain-tag"><code>&lt;pre&gt;&lt;strong&gt;&lt;a href=&quot;http://jquerystyle.com/&quot;&gt;jquerystyle.com/&lt;/a&gt;
&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;&lt;a href=&quot;http://visualjquery.com/&quot;&gt;visualjquery.com/&lt;/a&gt;
&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;&lt;a href=&quot;http://15daysofjquery.com/&quot;&gt;http://15daysofjquery.com/&lt;/a&gt;
&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;&lt;a href=&quot;http://usejquery.com/&quot;&gt;http://usejquery.com/&lt;/a&gt;
&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;
&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;&lt;a href=&quot;http://blog.themeforest.net/?s=jquery&quot;&gt;http://blog.themeforest.net/?s=jquery&lt;/a&gt;
&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;Comment me if you know any other jquery websites.&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;Logging out&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;-Sajith&lt;/strong&gt;</code></pre>
<pre class="crayon-plain-tag"><code>&lt;strong&gt;&lt;/strong&gt;</code></pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/jquery-play-with-html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fun Time</title>
		<link>http://www.sajithmr.me/fun-time</link>
		<comments>http://www.sajithmr.me/fun-time#comments</comments>
		<pubDate>Tue, 04 Nov 2008 03:14:45 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[webworld]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=344</guid>
		<description><![CDATA[Hello Techies , Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect. Dont maximise (enlarge ) your browser window  after clicking the below link. Wait a moment  after the click. REMEMBER, DONT MAXIMIZE the window http://www.fly-a-balloon.be/ Regards Sythoos]]></description>
			<content:encoded><![CDATA[<p>Hello Techies ,</p>
<p>Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect.</p>
<p>Dont maximise (enlarge ) your browser window  after clicking the below link. Wait a moment  after the click.</p>
<p><strong><span style="color: #ff6600;">REMEMBER, DONT MAXIMIZE</span></strong> the window</p>
<p><a href=" http://www.fly-a-balloon.be/ " target="_blank"> http://www.fly-a-balloon.be/ </a></p>
<p>Regards</p>
<p>Sythoos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/fun-time/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Stylish Blockquote</title>
		<link>http://www.sajithmr.me/stylish-blockquote</link>
		<comments>http://www.sajithmr.me/stylish-blockquote#comments</comments>
		<pubDate>Sat, 19 Apr 2008 03:44:29 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[blockquote]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[style sheet]]></category>
		<category><![CDATA[stylish]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/stylish-blockquote/</guid>
		<description><![CDATA[The tag blockquote in html has a special beauty than any other tags by default. And when you use blockquote in your post, it gets more meaning than merely a text. Then what will happen if you make your blockquote more stylish. See my blockquote below: There are 10 kinds of people in this world&#8230;.Those [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/blockquote1.jpg" alt="Stylish Blockquote" /></p>
<p>The tag blockquote in html has a special beauty than any other tags by default. And when you use blockquote in your post, it gets more meaning than merely a text.</p>
<p>Then what will happen if you make your blockquote more stylish.</p>
<p>See my blockquote below:</p>
<blockquote><p>There are 10 kinds of people in this world&#8230;.Those who understand binary and those who don&#8217;t &#8220;</p></blockquote>
<p>How i made this type of blockquote is simple. Add the following text to your style sheet.</p><pre class="crayon-plain-tag"><code>blockquote:first-letter {
background: url(http://www.sajithmr.com/downloads/quote-left.png) no-repeat left top;
padding-left: 45px;
font: italic 1.4em Georgia, &quot;Times New Roman&quot;, Times, serif;
}

blockquote p:first-letter {
background: url(http://www.sajithmr.com/downloads/quote-left.png) no-repeat left top;
padding-left: 45px;
font:  3.4em Georgia, &quot;Times New Roman&quot;, Times, serif;
}

blockquote {
font:  1.3em Georgia, Times, serif;
color: #555555;
}</code></pre><p>
the second block in not necessary. Some blogs automatically add P tag after blockquote , thats why i used blockquote &#8220;p&#8221;.</p>
<p>Download the file  http://www.sajithmr.com/downloads/quote-left.png and save locally, (if you want) and you can change the quote picture according to your blog style.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/stylish-blockquote/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

