<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-807896393197537069</id><updated>2012-02-15T23:05:12.108-08:00</updated><title type='text'>Shubelal Kumar</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-2389296044168184750</id><published>2012-01-05T23:35:00.000-08:00</published><updated>2012-01-05T23:35:06.334-08:00</updated><title type='text'>Text-shadow with CSS3, Photoshop like effects using CSS</title><content type='html'>&lt;p&gt;With the help of CSS3 finally get simple shadow. The text-shadow property is used as follows:&lt;/p&gt;&lt;br /&gt;&lt;pre style="background-color: #d0e8fc; border: 1px solid #448fd1; margin-right: 20px; padding: 10px; white-space: normal;"&gt;text-shadow: 2px 2px 3px #000;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;CSS3 produces the following text with a shadow 3px right and below of the text, which blurs for 3px:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style="font-weight: bold;text-shadow: 2px 2px 2px #999999;"&gt;Users of Crome, Webkit 3+, Opera 9.5, Firefox 3.1 should see a grey drop-shadow behind this paragraph.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-2389296044168184750?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/2389296044168184750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=2389296044168184750' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/2389296044168184750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/2389296044168184750'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2012/01/text-shadow-with-css3-photoshop-like.html' title='Text-shadow with CSS3, Photoshop like effects using CSS'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-1245529060331100015</id><published>2012-01-04T19:56:00.000-08:00</published><updated>2012-01-04T19:56:07.883-08:00</updated><title type='text'>How to Embed Font in you HTML Webpage – Simple way to Embed Custom Web Fonts</title><content type='html'>&lt;div&gt;  &lt;h3&gt;Simple Way to Embed Font in HTML Webpage &lt;/h3&gt;      &lt;p&gt;Easy Step to Embed Font in HTML Webpage. Many different ways you can embed custom fonts on your  website without any server side processing and without killing SEO in your pages with the help of  Typeface.js, Cufon, sIFR, CSS 3.0 . you know which one is best and  easiest ways to embed fonts.&lt;/p&gt;&lt;/div&gt;&lt;div&gt;  &lt;p&gt;In this tutorial we show you different ways which you can use to &lt;strong&gt;embed font in html webpage&lt;/strong&gt;.  We Show the step how can you embed font in your HTML Page&lt;/p&gt;  &lt;p&gt;There are 4  newer and better ways you can Embed Font in HTML Webpage&lt;/p&gt;  &lt;ol&gt;    &lt;li&gt;Typeface.js&lt;/li&gt;    &lt;li&gt;Cufon&lt;/li&gt;    &lt;li&gt;sIFR 3&lt;/li&gt;    &lt;li&gt;CSS 3&lt;/li&gt;  &lt;/ol&gt;  &lt;p&gt;The above mentioned ways have their own pros and cons which we’ll   discuss as we go on, but most of the above listed ways are SEO friendly,   with no server side processing and fast. But before we start we should   mention most of the above mentioned methods are supported by recent   browsers but older browsers will have rendering problem so depending on   what you need you might want to check on the website as of the list of   browsers supported.&lt;/p&gt;  &lt;h2&gt;Typeface.js&lt;/h2&gt;  &lt;p&gt;This works simply by using browsers capability to draw vectors in   HTML documents. But before doing so the font must be converted to its   internal format using the perl module.&lt;/p&gt;  &lt;p&gt;1) Download Latest &lt;a href="http://typeface.neocracy.org/download.html" rel="nofollow"&gt;Typeface.js&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;2) &lt;a href="http://typeface.neocracy.org/fonts.html" rel="nofollow"&gt;Convert the Font&lt;/a&gt; and download the js.&lt;/p&gt;  &lt;p&gt;3) Link the js files in head.&lt;/p&gt;  &lt;pre&gt;&lt;/pre&gt;  &lt;p&gt;4) Any HTML element you want to be rendered in typeface.js should   have typeface-js in its class name and font-name in the CSS. If you are   loading the style from external CSS make sure the CSS is linked on top   of the js files. For my test i have used this.&lt;/p&gt;  &lt;div align="center"&gt;Test of Gentilis Selectable Font&lt;/div&gt;  &lt;p&gt;5) &lt;a href="http://typeface.neocracy.org/examples.html" rel="nofollow"&gt;Demo Of The Above Method&lt;/a&gt;. Also refer to &lt;a href="http://typeface.neocracy.org/usage.html" rel="nofollow"&gt;Typeface Usage&lt;/a&gt; for more details on its usage.&lt;/p&gt;  &lt;h2&gt;Cufon&lt;/h2&gt;  &lt;p&gt;This works similarly to Typeface, but main difference being the texts   are NOT selectable which i think is a drawback, as far as embedding is   concerned its almost same and as typeface, but the size in case of Cufon   is less by some 40% with better loading time.&lt;/p&gt;  &lt;p&gt;1) Download Latest &lt;a href="http://cufon.shoqolate.com/js/cufon-yui.js" rel="nofollow"&gt;Cufon JS&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2) &lt;a href="http://cufon.shoqolate.com/generate/" rel="nofollow"&gt;Convert the font&lt;/a&gt; and download JS&lt;/p&gt;  &lt;p&gt;3) Link the js files in head, and just add the elements to replace in   Cufon.replace(); css styles will be added from the predetermined   stylesheet.&lt;/p&gt;  &lt;pre&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;cufon-yui.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;yourFont.font.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;//&lt;br /&gt; &amp;lt; ![CDATA[  // &amp;lt; ![CDATA[  // &amp;lt; ![CDATA[  // &amp;lt;&lt;br /&gt; ![CDATA[   &lt;br /&gt;Cufon.replace('#cufon');  // ]]&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;  &lt;p&gt;4) Write the body as usual no need to stick to certain class.&lt;/p&gt;  &lt;div id="cufon" align="center"&gt;This text will be shown in Vegur.&lt;/div&gt;  &lt;p&gt;5) &lt;a href="http://wiki.github.com/sorccu/cufon/demos" rel="nofollow"&gt;Demo Of The Above Method&lt;/a&gt;. Also refer to &lt;a href="http://wiki.github.com/sorccu/cufon/usage" rel="nofollow"&gt;Cufon Documentation&lt;/a&gt; for more details on its usage.&lt;/p&gt;  &lt;h2&gt;sIFR 3&lt;/h2&gt;  &lt;p&gt;sIFR use Javascript, Flash and CSS to implement the display of custom   font. Good thing is the text are selectable and this method is   perfectly SEO friendly. Bad thing is it requires users to have flash   plug-in installed to display the font, and also the size of the final   file is pretty large by 20-30% from Typeface method.&lt;/p&gt;  &lt;p&gt;The implementation is not as straight forward as other methods   mentioned above, many steps are required and you need to have Adobe   Flash on your machine on 1st place, follow the &lt;a href="http://wiki.novemberborn.net/sifr3/How+to+use" rel="nofollow"&gt;Official Guide&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Find here the &lt;a href="http://dev.novemberborn.net/sifr3/beta/demo/" rel="nofollow"&gt;Official Demo&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;CSS 3.0&lt;/h2&gt;  &lt;p&gt;As earlier as CSS 2.0 in 1998 it was implemented but discontinued in   CSS 2.1, but again in CSS 3.0 it has been re-introduced. Compatible with   all major latest browsers, this is really the best method unless again   it is discontinued by W3C.&lt;/p&gt;  &lt;p&gt;1) Declare each font-family you want to use using @font-face rule and styles all in CSS&lt;/p&gt;  &lt;pre&gt;@font-face { font-family: yourFont; src: url('yourFont.ttf'); }&lt;br /&gt;  h1 { font-family: yourFont, sans-serif; } &lt;/pre&gt;  &lt;p&gt;4) Write the body code as usual !!&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-1245529060331100015?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/1245529060331100015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=1245529060331100015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/1245529060331100015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/1245529060331100015'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2012/01/how-to-embed-font-in-you-html-webpage.html' title='How to Embed Font in you HTML Webpage – Simple way to Embed Custom Web Fonts'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-5508340589865102406</id><published>2012-01-03T21:14:00.000-08:00</published><updated>2012-01-03T21:14:14.250-08:00</updated><title type='text'>Website Usability Checklist : Web Page Accessibility Checklist</title><content type='html'>&lt;h3&gt;About  Accessibility&lt;/h3&gt;Accessiblity section contains not only traditional accessibility issues, but   anything that might keep a visitor from being able to access the   information on a website. If no one can load your site, or the type is   too small to read, all of the usability in the world won't matter.&lt;br /&gt;&lt;p&gt;&lt;strong&gt;1. Site Load-time Is Reasonable&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Call   me old-school, but I still like to see sites come in under 100KB (60KB   is even better). If a site takes forever to load, most people will just   leave. Yes, many of us have broadband now, but that makes our patience   even thinner.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2. Adequate Text-to-Background Contrast&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Dark-gray   on light-gray may seem stylish, but I'm not going to ruin my eyesight   to read your blog. Eyes and monitors vary wildly, so keep your core copy   contrast high. Good, old-fashioned black-on-white is still best most of   the time.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3. Font Size/Spacing Is Easy to Read&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Opinions   vary on the ideal size for text, but err on the side of slightly too   big. Poor readability increases frustration, and frustration leads to   site abandonment. Also, make sure your line spacing is adequate -   white-space is a designer's best friend.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;4. Flash &amp;amp; Add-ons Are Used Sparingly&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  No   matter how great your site looks, people won't wait 5 minutes for a   plug-in to load. Use new technology sparingly and only when it really   enhances your goals. Sticking to standard HTML/CSS is also a plus for   search engines.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;5. Images Have Appropriate ALT Tags&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Not   only do sight-impaired visitors use ALT tags, but search engines need   them to understand your images. This is especially critical when you use   images for key content, such as menu items.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;6. Site Has Custom Not-found/404 Page&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  If   a page on your site doesn't exist, a white page with &amp;quot;404 Not Found&amp;quot; is   a good way to lose a customer. Create a custom 404 page, preferably one   that guides your visitors to content.&lt;/p&gt;  &lt;h3&gt;About  Navigation&lt;/h3&gt;Once people generally know who you are and what you do, they need clear   paths to the content that interests them. Information architecture is a   huge topic, but these points cover some of the basics.&lt;br /&gt;&lt;p&gt;&lt;strong&gt;12. Main Navigation Is Easily Identifiable&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Almost   every site on the web has had a main menu since the first browsers came   on the market. Make your main navigation easy to find, read, and use.   If you have two or more navigation areas, make it clear why they're   different.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;13. Navigation Labels Are Clear &amp;amp; Concise&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Don't   say &amp;quot;Communicate Online With Our Team&amp;quot; when &amp;quot;Contact Us&amp;quot; will do just   fine. Your main navigation should be short, to the point, and easy for   mere mortals to grasp.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;14. Number of Buttons/Links Is Reasonable&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Psychologists   like to argue about how many pieces of information we can process, but   if you start to get past 7-or-so menu items, think hard about whether   you need them. If you've got 3 layers of flyaway Javascript menus, do   yourself a favor and start over.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;15. Company Logo Is Linked to Home-page&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  This   may sound minor, but people expect logos to link to home-pages, and   when they don't, confusion follows. I've seen video of users clicking on   a logo over and over, with no idea what to do next.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;16. Links Are Consistent &amp;amp; Easy to Identify&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  The   underlined, blue link is a staple of the web. A little artistic license   is ok, but consider at least making your links either blue or   underlined. Links should stand out, and you should use them sparingly   enough that they don't disrupt your content.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;17. Site Search Is Easy to Access&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  If   you have a site search, make sure it's prominent. Usability guidelines   tend to prefer the upper-right corner of the page. Keep the button   simple and clear - &amp;quot;Search&amp;quot; still works best for most sites.&lt;/p&gt;&lt;h3&gt;About Identity&lt;/h3&gt;A key question when someone first comes to your site is &amp;quot;Who are you?&amp;quot;   It's important to answer it quickly, and make the paths to obvious   follow-up questions (&amp;quot;What do you do?&amp;quot;, &amp;quot;Why should I trust you?&amp;quot;, etc.)   clear.&lt;br /&gt;&lt;p&gt;&lt;strong&gt;7. Company Logo Is Prominently Placed&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Put your logo   or brand where it's easy to find, and that usually means the upper-left   of the screen. People expect it, and they like it when you make their   lives easy.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;8. Tagline Makes Company's Purpose Clear&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Answer   &amp;quot;What do you do?&amp;quot; concisely with a descriptive tagline. Avoid marketing   jargon and boil your unique value proposition down to a few words. This   is also a plus for SEO.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;9. Home-page Is Digestible In 5 Seconds&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  In   usability, we often talk about the 5-second rule. There's some   disagreement over just how many seconds you get, but website visitors   are a fickle bunch, and they need to get the basic gist of your   home-page in just a few moments.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;10. Clear Path to Company Information&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  The   good old &amp;quot;About Us&amp;quot; page may seem boring, but confidence is important   on the web, and people need an easy way to learn more about you.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;11. Clear Path to Contact Information&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Similarly,   visitors want to know that they can get in touch with you if they need   to. It's also hard to do business if no one can contact you. Preferably,   list your contact information as text (not in an image) - it'll get   picked up by search engines, including local searches.&lt;/p&gt;&lt;br /&gt;&lt;h3&gt;About Content&lt;/h3&gt;You've heard it before - Content is king. If you don't want the kingdom   to crumble, though, content needs to be consistent, organized, and easy   to skim through.&lt;br /&gt;&lt;p&gt;&lt;strong&gt;18. Major Headings Are Clear &amp;amp; Descriptive&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Most   people don't read online, they skim. Use headings (major and minor) to   set content apart and keep it organized. Headings should be clear, and   for SEO benefit, using heading tags (&amp;lt;H1&amp;gt;, &amp;lt;H2&amp;gt;, etc.).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;19. Critical Content Is Above The Fold&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  The   &amp;quot;fold&amp;quot; is that imaginary line where the bottom of your screen cuts off a   page. Content can fall below the fold, but anything critical to   understanding who you are or what you do (especially on the home-page)   should fit on that first screen. Average screen resolution these days is   about 1024x768, depending on your audience.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;20. Styles &amp;amp; Colors Are Consistent&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Make   sure people know they're still on your site by being consistent -   confuse them and you'll lose them. Layout, headings, and styles should   be consistent site-wide, and colors should usually have the same   meaning. Don't use red headers on one page, red links on another, and   red text somewhere else.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;21. Emphasis (bold, etc.) Is Used Sparingly&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  It's   a fact of human cognition: try to draw attention to everything and   you'll effectively draw attention to nothing. We've all seen that site,   the one with a red, blinking, underlined &amp;quot;NEW!&amp;quot; next to everything.   Don't be that guy.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;22. Ads &amp;amp; Pop-ups Are Unobtrusive&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  Ads   are a fact of life, but integrate them nicely into your site. Don't try   to force ads and pop-ups down peoples' throats. Also, do people a favor   and make your ads clear. If you blur the line between ads and content   too much, your content may suffer.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;23. Main Copy Is Concise &amp;amp; Explanatory&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  This   isn't a lesson in copywriting, but look at your home-page - can you say   the same thing in half as many words? Try to be concrete and   descriptive and avoid jargon - nobody cares if you can &amp;quot;leverage your   synergies&amp;quot;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;24. URLs Are Meaningful &amp;amp; User-friendly&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  This   is a point of some debate, but meaningful keyword-based URLs are   generally good for both visitors and search engines. You don't have to   re-engineer an entire site just to get new URLs, but do what you can to   make them descriptive and friendly.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;25. HTML Page Titles Are Explanatory&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;  More   importantly, your page titles (in the &amp;lt;TITLE&amp;gt; tag) should be   descriptive, unique, and not jammed full of keywords. Page titles are   the first thing search-engine visitors see, and if those titles don't   make sense or look spammy, they'll move on to the next result.&lt;/p&gt;  &lt;br /&gt;  &lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;&lt;br /&gt;&lt;br /&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt;&lt;br /&gt;                &lt;br /&gt;            &lt;p&gt;&lt;a href="http://www.shubelal.com/"&gt;View more&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-5508340589865102406?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/5508340589865102406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=5508340589865102406' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/5508340589865102406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/5508340589865102406'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2012/01/website-usability-checklist-web-page.html' title='Website Usability Checklist : Web Page Accessibility Checklist'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-7436021689750031877</id><published>2012-01-03T19:46:00.000-08:00</published><updated>2012-01-03T19:46:40.141-08:00</updated><title type='text'>Image Alt Text Vs. Image Title : What’s the Difference?</title><content type='html'>&lt;p&gt;&lt;strong&gt;Image Alt Text Vs. Image Title : What’s the Difference?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Image Alt : &lt;/strong&gt;&lt;br /&gt;  Alt tag describe about images, It is alternative information about Image.&lt;br /&gt;Alt text is meant to be an alternative information source for those people who have chosen to disable images in their browsers and those user agents that are simply unable to view the images. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Image title:&lt;/strong&gt;&lt;br /&gt;Image title should provide additional information and follow the rules of the regular title: it should be relevant, short, catchy and concise (a title &amp;quot;offers advisory information about the element for which it is set&amp;quot;). In FireFox and Opera it showing like &lt;strong&gt;Tooltip&lt;/strong&gt;.&lt;/p&gt;&lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt;                            &lt;p&gt;  &lt;a href="http://www.shubelal.com/"&gt;View more&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-7436021689750031877?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/7436021689750031877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=7436021689750031877' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/7436021689750031877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/7436021689750031877'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2012/01/image-alt-text-vs-image-title-whats.html' title='Image Alt Text Vs. Image Title : What’s the Difference?'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-7200269335393538431</id><published>2011-12-26T22:00:00.001-08:00</published><updated>2012-01-03T19:06:59.160-08:00</updated><title type='text'>Difference between GET and POST methods</title><content type='html'>&lt;h1&gt;Difference in GET and POST method in posting data&lt;/h1&gt;&lt;p&gt;We can send Request to the  Server by both the &lt;strong&gt;GET&lt;/strong&gt; and &lt;strong&gt;POST &lt;/strong&gt;methods of a form.  Both methods are used for form data handling where  bothe have some difference on the way they work. &lt;br /&gt;  &lt;br /&gt;  &lt;strong&gt;GET&lt;/strong&gt; : In GET method data gets transferred to the processing page in name value   pairs through URL, so it is exposed and can be easily traced by   visiting history pages of the browser. So any login details with   password should never be posted by using GET method. &lt;/p&gt;  i) Data is not secure. &lt;br /&gt;  ii) Data is appended to the URL.&lt;br /&gt;  iii) It is a single call system &lt;br /&gt;  iv) Maximum data that can be sent is 256. &lt;br /&gt;  v) GET request is comparatively faster  &lt;br /&gt;  vi) This is the default method for many browsers &lt;br /&gt;&lt;br /&gt;  &lt;strong&gt;POST&lt;/strong&gt;: &lt;br /&gt;  i) Data is more secure. &lt;br /&gt;  ii) Data is appended to the URL. &lt;br /&gt;  iii) It is a two call system. &lt;br /&gt;  iv) There is no Limit on the amount of data.That is characters any amount of data can be sent. &lt;br /&gt;  v) POST request is comparatively slower. &lt;br /&gt;  vi) No default and should be Explicitly specified.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.shubelal.com/devquery.html"&gt;View details&lt;/a&gt;&lt;/p&gt;  &lt;div id="topAd"&gt;                         &lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-7200269335393538431?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/7200269335393538431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=7200269335393538431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/7200269335393538431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/7200269335393538431'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/difference-between-get-and-post-methods.html' title='Difference between GET and POST methods'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-4729689899144576037</id><published>2011-12-26T21:39:00.001-08:00</published><updated>2011-12-26T21:39:29.612-08:00</updated><title type='text'>Display:None vs. Visibility:Hidden</title><content type='html'>&lt;p&gt;&lt;strong&gt;What's the difference between display: none and visibility: hidden&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;If visibility property set to &amp;quot;hidden&amp;quot;, the browser will still take space  on the page for the content even though it's invisible.&lt;br /&gt;  But when we set an object to &amp;quot;display:none&amp;quot;, the browser does not allocate space on the page for its content.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;&amp;lt;div style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;  Content not display on screen and even space not taken.&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;div style=&amp;quot;visibility:hidden&amp;quot;&amp;gt;&lt;br /&gt;  Content not display on screen but it will take space on screen.&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.shubelal.com/devquery.html"&gt;View details&lt;/a&gt;&lt;/p&gt;   &lt;div id="topAd"&gt;                         &lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-4729689899144576037?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/4729689899144576037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=4729689899144576037' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/4729689899144576037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/4729689899144576037'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/displaynone-vs-visibilityhidden.html' title='Display:None vs. Visibility:Hidden'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-1549949591575636368</id><published>2011-12-22T22:23:00.000-08:00</published><updated>2011-12-26T21:40:17.070-08:00</updated><title type='text'>How To Embed SWF In HTML Code</title><content type='html'>&lt;p&gt;&lt;a href="http://www.shubelal.com/"&gt;Valid XHTML flash embed code | Simple flash embed code&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;embed width=&amp;quot;480&amp;quot; height=&amp;quot;290&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; src=&amp;quot;images/player.swf&amp;quot; style=&amp;quot;&amp;quot; id=&amp;quot;main_flash&amp;quot; name=&amp;quot;main_flash&amp;quot; bgcolor=&amp;quot;transparent&amp;quot; quality=&amp;quot;true&amp;quot; wmode=&amp;quot;transparent&amp;quot; allowscriptaccess=&amp;quot;always&amp;quot; allowfullscreen=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;Embedding Flash &lt;/p&gt;&lt;div&gt;  &lt;div&gt;&amp;lt;object type=&amp;quot;application/x-shockwave-flash&amp;quot; data=&amp;quot;player.swf&amp;quot; width=&amp;quot;300&amp;quot; height=&amp;quot;50&amp;quot;&amp;gt;&lt;/div&gt;  &lt;div&gt;    &amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;movie.swf&amp;quot; /&amp;gt;&lt;/div&gt;  &lt;div&gt;&amp;lt;/object&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.shubelal.com/"&gt;View Details&lt;/a&gt;&lt;/p&gt;&lt;div id="topAd"&gt;                         &lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-1549949591575636368?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/1549949591575636368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=1549949591575636368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/1549949591575636368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/1549949591575636368'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/how-to-embed-swf-in-html-code.html' title='How To Embed SWF In HTML Code'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-2088515514774893495</id><published>2011-12-22T22:21:00.000-08:00</published><updated>2011-12-22T22:21:53.651-08:00</updated><title type='text'>How to Embed YouTube Playlists in a Website / WebPage</title><content type='html'>&lt;p&gt;&lt;a href="http://www.shubelal.com/"&gt;How to Embed YouTube Playlists in a Website / WebPage&lt;/a&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;object width=&amp;quot;480&amp;quot; height=&amp;quot;385&amp;quot;&amp;gt;   &lt;br /&gt;&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.youtube.com/p/ID&amp;quot;&amp;gt;&amp;lt;/param&amp;gt; &lt;br /&gt;  &amp;lt;param name=&amp;quot;allowFullScreen&amp;quot; value=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/param&amp;gt; &lt;br /&gt;  &amp;lt;param name=&amp;quot;allowscriptaccess&amp;quot; value=&amp;quot;always&amp;quot;&amp;gt;&amp;lt;/param&amp;gt; &lt;br /&gt;  &amp;lt;embed src=&amp;quot;http://www.youtube.com/p/ID&amp;quot; width=&amp;quot;480&amp;quot; height=&amp;quot;385&amp;quot; &lt;br /&gt;   type=&amp;quot;application/x-shockwave-flash&amp;quot; allowscriptaccess=&amp;quot;always&amp;quot; &lt;br /&gt;  allowfullscreen=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/embed&amp;gt;&lt;br /&gt;&amp;lt;/object&amp;gt;&lt;/pre&gt;&lt;a href="http://www.shubelal.com/"&gt;View Details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-2088515514774893495?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/2088515514774893495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=2088515514774893495' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/2088515514774893495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/2088515514774893495'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/how-to-embed-youtube-playlists-in.html' title='How to Embed YouTube Playlists in a Website / WebPage'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-5899166404572683550</id><published>2011-12-22T22:17:00.001-08:00</published><updated>2012-01-03T22:01:34.424-08:00</updated><title type='text'>How to Embed Flash and Non Flash in a Website</title><content type='html'>&lt;p&gt;&lt;strong&gt;Alt content for Flash browsers | Code for Flash and Non Flash&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;flashBannerContent1&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;http://www.shubelal.com/&amp;quot;  target=&amp;quot;_self&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;img src = &amp;quot;storebilling-hero-756x252.jpg&amp;quot; border = &amp;quot;0&amp;quot;  alt=&amp;quot;Store Billing&amp;quot; title=&amp;quot;Store Billing&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://www.shubelal.com/script/swfobject.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;var fo = new SWFObject(&amp;quot;hero-756x252.swf&amp;quot;, &amp;quot;frontpage&amp;quot;, &amp;quot;756&amp;quot;, &amp;quot;252&amp;quot;, &amp;quot;8&amp;quot;, &amp;quot;#FFFFFF&amp;quot;, true);&lt;br /&gt;&lt;br /&gt;fo.addParam(&amp;quot;allowscriptaccess&amp;quot;, &amp;quot;sameDomain&amp;quot;);&lt;br /&gt;&lt;br /&gt;fo.addParam(&amp;quot;wmode&amp;quot;, &amp;quot;transparent&amp;quot;);&lt;br /&gt;&lt;br /&gt;fo.addParam(&amp;quot;menu&amp;quot;, &amp;quot;false&amp;quot;);&lt;br /&gt;&lt;br /&gt;fo.write(&amp;quot;flashBannerContent1&amp;quot;);&lt;br /&gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;&lt;br /&gt;&lt;br /&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-5899166404572683550?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/5899166404572683550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=5899166404572683550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/5899166404572683550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/5899166404572683550'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/how-to-embed-flash-and-non-flash-in.html' title='How to Embed Flash and Non Flash in a Website'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-7815958244982530798</id><published>2011-12-06T20:42:00.000-08:00</published><updated>2011-12-06T20:42:07.400-08:00</updated><title type='text'>visibility: hidden versus display: none.</title><content type='html'>visibility: hidden versus display: none.&lt;br /&gt;&lt;br /&gt; What are the differences and when would you use one over the other?&lt;br /&gt;&lt;br /&gt;visibility: hidden means that the element is still there and taking up&lt;br /&gt;space on the screen but just can't be seen. (the space taken up by the&lt;br /&gt;content is just a white box).&lt;br /&gt;&lt;br /&gt;display: none means that the content is taken out of the flow of the page&lt;br /&gt;altogether. (it may as well not be there in the first place). So this space release.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-7815958244982530798?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/7815958244982530798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=7815958244982530798' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/7815958244982530798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/7815958244982530798'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/visibility-hidden-versus-display-none.html' title='visibility: hidden versus display: none.'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-807896393197537069.post-8192710100812517098</id><published>2011-12-06T02:33:00.000-08:00</published><updated>2012-01-03T22:01:15.770-08:00</updated><title type='text'>Conditional CSS Comment for IE</title><content type='html'>&lt;pre&gt;&amp;lt;p class="content"&amp;gt;&lt;br /&gt;&amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;Codes comes here&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!--[if IE 8]&amp;gt;&lt;br /&gt;Codes comes here&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&amp;lt;!--[if IE 9]&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!--[if lte IE 7]&amp;gt;&lt;br /&gt;Codes comes here&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&amp;lt;!--[if gt IE 6]&amp;gt;&lt;br /&gt;Codes comes here&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&amp;lt;!--[if !IE]&amp;gt; --&amp;gt;&lt;br /&gt;&lt;br /&gt;Codes comes here&lt;br /&gt;&amp;lt;!-- &amp;lt;![endif]--&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;script type="text/javascript"&gt;        // &lt;![CDATA[     google_ad_client = "ca-pub-2645155578993003";     /* add468x60 */     google_ad_slot = "2905080190";     google_ad_width = 468;     google_ad_height = 60;     // ]]&gt;     &lt;/script&gt;&lt;br /&gt;&lt;br /&gt;     &lt;script type="text/javascript"     src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;    &lt;/script&gt;&lt;br /&gt;&lt;a href="http://www.shubelal.com/devquery.html"&gt;Conditional CSS&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/807896393197537069-8192710100812517098?l=shubelal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://shubelal.blogspot.com/feeds/8192710100812517098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=807896393197537069&amp;postID=8192710100812517098' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/8192710100812517098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/807896393197537069/posts/default/8192710100812517098'/><link rel='alternate' type='text/html' href='http://shubelal.blogspot.com/2011/12/conditional-css-comment-for-ie_06.html' title='Conditional CSS Comment for IE'/><author><name>Shubelal kumar</name><uri>https://profiles.google.com/116561011093519687750</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-31Ngqzl43LA/AAAAAAAAAAI/AAAAAAAAA-g/Ra88q7-_1BI/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry></feed>
