<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" version="2.0">
  <channel>
    <title>Gokulnath's weBLOG - HTML</title>
    <link>http://blogs.gokulnath.com//</link>
    <description>learned/learning/to learn</description>
    <language>en-us</language>
    <copyright>Gokulnath</copyright>
    <lastBuildDate>Mon, 05 Jul 2010 20:57:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>mailme@gokulnath.com</managingEditor>
    <webMaster>mailme@gokulnath.com</webMaster>
    <item>
      <trackback:ping>http://blogs.gokulnath.com//Trackback.aspx?guid=459646e6-fa74-466b-bed4-1abe23bc3681</trackback:ping>
      <pingback:server>http://blogs.gokulnath.com//pingback.aspx</pingback:server>
      <pingback:target>http://blogs.gokulnath.com//PermaLink,guid,459646e6-fa74-466b-bed4-1abe23bc3681.aspx</pingback:target>
      <dc:creator>Gokulnath</dc:creator>
      <wfw:comment>http://blogs.gokulnath.com//CommentView,guid,459646e6-fa74-466b-bed4-1abe23bc3681.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.gokulnath.com//SyndicationService.asmx/GetEntryCommentsRss?guid=459646e6-fa74-466b-bed4-1abe23bc3681</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have learned a lot on developing my website, about .NET, ASP.NET, Web Design, Servers,
Database etc., it’s been a good platform to learn the new technologies and implement
them. I have played and been playing many roles in its development, here are them:<br /><br /><strong>Web Designer 
<br /></strong>Being a creative person, I’ve always liked web designing, graphics, animation
etc. This pushed me to create my first version of my website (HTML based), spent a
lot of time on it and at the same time learned (self-learned) a lot on designing,
good and bad techniques :). When I started working closely with a designer in HHS,
learned many good practices on HTML Designing from her. It eventually pushed me to
redesign my website. Though I acquired decent designing skills, I didn’t spend much
time on designing as I wanted it to be simple and neat. I just followed the good practices
on designing, this made my site look consistent in most of the browsers, in different
resolutions, colors, point sizes etc.<br /><br /><strong>Network Administrator<br /></strong>Before setting up my site I just had a minimal knowledge on networking -
to just share folders, open firewall/router ports, setup static ip etc. But, after
setting up my site or in the process of setting up my site I learned a lot about networking
technologies/methodologies like Virtualization, Domain Controllers, Backup Strategies,
Re-routing Network Traffic, Security, Access Control etc. Initially, I had my site
hosted on Godaddy’s Servers, and later on built my own servers and deployed everything
on my servers. It was definitely worth spending extra bucks in building my own server
and taking business connection (as I my ISP blocked port 80 for residential connections).
Its advantages – installed softwares as I wished, and upgraded them as and when updates
were released, opened ports in the firewall, changed security settings as per my needs,
and many more. My responsibilities as a network admin:-<br />
1. Instead of buying a  server machine, I just converted my desktop to a server
by installing server 2003 r2, and added RAM (had 4 GB RAM, added another 4 GB) and
hard drives (bought another hard drive for backup).<br />
2. Thought Virtualization will serve me better in terms of security, availability,
usage etc. So, I used <a href="https://www.vmware.com/products/server/" target="_blank">VMWare
Server</a> to setup virtualized servers. Built a virtualized server in my main server
machine (server 2003 r2), and another virtualized server in my personal computer (windows
7), thus got 3 servers (windows 2003 r2). Setup my server machine as the domain controller
(just for reference, I’ll name it as “A”), the virtual machine in it as the web/ftp/file/shoutcast/sql
servers (name - “B”), and the virtual machine in my PC as the backup server (or testing
machine), clone of B (name - “C”). Just before major software updates or changes in
the network settings or any other changes that was supposed to affect the web traffic
in B, I rerouted my network traffic to C. 
<br />
3. Synchronization Strategy – Synchronized servers B and C using <a href="http://www.microsoft.com/downloads/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&amp;displaylang=en" target="_blank">SyncToy</a> (for
folders) and Backup/Restore feature in SQL Server (for database). I will explain this
in detail in my next blog. 
<br />
4. Backup Strategy – Scheduled nightly backup of windows folders, SQL server and few
other settings, and monthly backup of virtual machines (manually copied virtual machine
files) to a hard drive dedicated for backups.<br />
5. At least at the time of writing this blog, I didn’t have anything to do with ASP.NET
Sessions, so rerouting the web traffic was not a big deal – just opening and closing
ports in my router took care of it. However, as I didn’t have a proper way to reroute
my radio traffic, I just played some pre-recorded announcements saying “Server is
going to be restarted, it will be back in X minutes” or “Server is unavailable due
to maintenance, it will be back in few minutes (or hours)”<br />
6. Domain Management – I added and modified @ and CNAME records, changed name servers
etc. 
<br /><br /><strong>Database Administrator/Developer<br /></strong>Godaddy’s ASP.NET Hosting was good (not great though), but their Database
Hosting was ridiculous. They had an ASP.NET based interface, just to execute db scripts…
running DDL scripts was not a problem; however, executing DML  or importing data
was not easy. So, decided to host my SQL Server Database in a different place, and
only when I found that Godaddy blocked remote SQL Server access. All these limitations
and the price factor pushed me to setup my own database server. My responsibilities
as a database administrator or developer:<br />
1. I’ve never liked writing dynamic or inline queries in the frontend, so always followed
stored procedure approach. Performed most of the database operations using stored
procedures. Once I started using LINQtoSQL and Entity Framework, the usage of stored
procedures got reduced, I used them only for complex operations.   
<br />
2. Created database, user accounts, roles etc., mapped user accounts or roles to data
objects appropriately. 
<br />
3. Built backup (full and differential) and restore strategy, and scheduled sql server
jobs to perform these operations appropriately. 
<br />
4. Created and used SSIS for routine GeoIP to Location data imports from <a href="http://www.maxmind.com/" target="_blank">MaxMind</a>. 
<br /><br /><strong>Tester</strong><br />
I used my server “C” as a backup or a testing server. I always applied patches or
installed/upgraded softwares here, and only after thorough testing, I performed the
same operations in my server “B” (my main server). 
<br /><br /><strong>Web Developer<br /></strong>Working as a Web Developer, I created many Web 2.0 websites at my work, and
at one point I found Web Development to be interesting than Windows Development. At
that point, I felt I should convert my HTML site to Web 2.0 using all the latest web
technologies. With all the experiences that I gained on web development from my job,
I developed my website, and based on the experiences that I gained from developing
my website, I did many things at my office – my work and my website served each other
well.  
<br />
I developed the first .NET version of my site using VS 2005/.NET 2.0 Framework with
SQL Server 2005. Later on, upgraded to .NET Framework 3.5/VS 2008, used LINQtoSQL
and other new features in VS 2008. My current version (as of Aug 15 2010), uses .NET
4.0 and SQL Server 2008. 
<br /><br />
If you need any help on building your own server, feel free to contact me.<br /><br />
Link to my site – <a href="http://www.gokulnath.com" target="_blank">http://www.gokulnath.com</a></p>
        <img width="0" height="0" src="http://blogs.gokulnath.com//aggbug.ashx?id=459646e6-fa74-466b-bed4-1abe23bc3681" />
      </body>
      <title>My Website</title>
      <guid isPermaLink="false">http://blogs.gokulnath.com//PermaLink,guid,459646e6-fa74-466b-bed4-1abe23bc3681.aspx</guid>
      <link>http://blogs.gokulnath.com//2010/07/05/MyWebsite.aspx</link>
      <pubDate>Mon, 05 Jul 2010 20:57:00 GMT</pubDate>
      <description>&lt;p&gt;
I have learned a lot on developing my website, about .NET, ASP.NET, Web Design, Servers,
Database etc., it’s been a good platform to learn the new technologies and implement
them. I have played and been playing many roles in its development, here are them:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Web Designer 
&lt;br&gt;
&lt;/strong&gt;Being a creative person, I’ve always liked web designing, graphics, animation
etc. This pushed me to create my first version of my website (HTML based), spent a
lot of time on it and at the same time learned (self-learned) a lot on designing,
good and bad techniques :). When I started working closely with a designer in HHS,
learned many good practices on HTML Designing from her. It eventually pushed me to
redesign my website. Though I acquired decent designing skills, I didn’t spend much
time on designing as I wanted it to be simple and neat. I just followed the good practices
on designing, this made my site look consistent in most of the browsers, in different
resolutions, colors, point sizes etc.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Network Administrator&lt;br&gt;
&lt;/strong&gt;Before setting up my site I just had a minimal knowledge on networking -
to just share folders, open firewall/router ports, setup static ip etc. But, after
setting up my site or in the process of setting up my site I learned a lot about networking
technologies/methodologies like Virtualization, Domain Controllers, Backup Strategies,
Re-routing Network Traffic, Security, Access Control etc. Initially, I had my site
hosted on Godaddy’s Servers, and later on built my own servers and deployed everything
on my servers. It was definitely worth spending extra bucks in building my own server
and taking business connection (as I my ISP blocked port 80 for residential connections).
Its advantages – installed softwares as I wished, and upgraded them as and when updates
were released, opened ports in the firewall, changed security settings as per my needs,
and many more. My responsibilities as a network admin:-&lt;br&gt;
1. Instead of buying a&amp;nbsp; server machine, I just converted my desktop to a server
by installing server 2003 r2, and added RAM (had 4 GB RAM, added another 4 GB) and
hard drives (bought another hard drive for backup).&lt;br&gt;
2. Thought Virtualization will serve me better in terms of security, availability,
usage etc. So, I used &lt;a href="https://www.vmware.com/products/server/" target="_blank"&gt;VMWare
Server&lt;/a&gt; to setup virtualized servers. Built a virtualized server in my main server
machine (server 2003 r2), and another virtualized server in my personal computer (windows
7), thus got 3 servers (windows 2003 r2). Setup my server machine as the domain controller
(just for reference, I’ll name it as “A”), the virtual machine in it as the web/ftp/file/shoutcast/sql
servers (name - “B”), and the virtual machine in my PC as the backup server (or testing
machine), clone of B (name - “C”). Just before major software updates or changes in
the network settings or any other changes that was supposed to affect the web traffic
in B, I rerouted my network traffic to C. 
&lt;br&gt;
3. Synchronization Strategy – Synchronized servers B and C using &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&amp;amp;displaylang=en" target="_blank"&gt;SyncToy&lt;/a&gt; (for
folders) and Backup/Restore feature in SQL Server (for database). I will explain this
in detail in my next blog. 
&lt;br&gt;
4. Backup Strategy – Scheduled nightly backup of windows folders, SQL server and few
other settings, and monthly backup of virtual machines (manually copied virtual machine
files) to a hard drive dedicated for backups.&lt;br&gt;
5. At least at the time of writing this blog, I didn’t have anything to do with ASP.NET
Sessions, so rerouting the web traffic was not a big deal – just opening and closing
ports in my router took care of it. However, as I didn’t have a proper way to reroute
my radio traffic, I just played some pre-recorded announcements saying “Server is
going to be restarted, it will be back in X minutes” or “Server is unavailable due
to maintenance, it will be back in few minutes (or hours)”&lt;br&gt;
6. Domain Management – I added and modified @ and CNAME records, changed name servers
etc. 
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Database Administrator/Developer&lt;br&gt;
&lt;/strong&gt;Godaddy’s ASP.NET Hosting was good (not great though), but their Database
Hosting was ridiculous. They had an ASP.NET based interface, just to execute db scripts…
running DDL scripts was not a problem; however, executing DML&amp;nbsp; or importing data
was not easy. So, decided to host my SQL Server Database in a different place, and
only when I found that Godaddy blocked remote SQL Server access. All these limitations
and the price factor pushed me to setup my own database server. My responsibilities
as a database administrator or developer:&lt;br&gt;
1. I’ve never liked writing dynamic or inline queries in the frontend, so always followed
stored procedure approach. Performed most of the database operations using stored
procedures. Once I started using LINQtoSQL and Entity Framework, the usage of stored
procedures got reduced, I used them only for complex operations.&amp;nbsp;&amp;nbsp; 
&lt;br&gt;
2. Created database, user accounts, roles etc., mapped user accounts or roles to data
objects appropriately. 
&lt;br&gt;
3. Built backup (full and differential) and restore strategy, and scheduled sql server
jobs to perform these operations appropriately. 
&lt;br&gt;
4. Created and used SSIS for routine GeoIP to Location data imports from &lt;a href="http://www.maxmind.com/" target="_blank"&gt;MaxMind&lt;/a&gt;. 
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Tester&lt;/strong&gt;
&lt;br&gt;
I used my server “C” as a backup or a testing server. I always applied patches or
installed/upgraded softwares here, and only after thorough testing, I performed the
same operations in my server “B” (my main server). 
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Web Developer&lt;br&gt;
&lt;/strong&gt;Working as a Web Developer, I created many Web 2.0 websites at my work, and
at one point I found Web Development to be interesting than Windows Development. At
that point, I felt I should convert my HTML site to Web 2.0 using all the latest web
technologies. With all the experiences that I gained on web development from my job,
I developed my website, and based on the experiences that I gained from developing
my website, I did many things at my office – my work and my website served each other
well.&amp;nbsp; 
&lt;br&gt;
I developed the first .NET version of my site using VS 2005/.NET 2.0 Framework with
SQL Server 2005. Later on, upgraded to .NET Framework 3.5/VS 2008, used LINQtoSQL
and other new features in VS 2008. My current version (as of Aug 15 2010), uses .NET
4.0 and SQL Server 2008. 
&lt;br&gt;
&lt;br&gt;
If you need any help on building your own server, feel free to contact me.&lt;br&gt;
&lt;br&gt;
Link to my site – &lt;a href="http://www.gokulnath.com" target="_blank"&gt;http://www.gokulnath.com&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.gokulnath.com//aggbug.ashx?id=459646e6-fa74-466b-bed4-1abe23bc3681" /&gt;</description>
      <comments>http://blogs.gokulnath.com//CommentView,guid,459646e6-fa74-466b-bed4-1abe23bc3681.aspx</comments>
      <category>.NET</category>
      <category>HTML</category>
      <category>Miscellaneous</category>
      <category>SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://blogs.gokulnath.com//Trackback.aspx?guid=824e5307-df64-4d10-a032-6238943b364c</trackback:ping>
      <pingback:server>http://blogs.gokulnath.com//pingback.aspx</pingback:server>
      <pingback:target>http://blogs.gokulnath.com//PermaLink,guid,824e5307-df64-4d10-a032-6238943b364c.aspx</pingback:target>
      <dc:creator>Gokulnath</dc:creator>
      <wfw:comment>http://blogs.gokulnath.com//CommentView,guid,824e5307-df64-4d10-a032-6238943b364c.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.gokulnath.com//SyndicationService.asmx/GetEntryCommentsRss?guid=824e5307-df64-4d10-a032-6238943b364c</wfw:commentRss>
      <title>CSS Friendly Adapters</title>
      <guid isPermaLink="false">http://blogs.gokulnath.com//PermaLink,guid,824e5307-df64-4d10-a032-6238943b364c.aspx</guid>
      <link>http://blogs.gokulnath.com//2009/11/19/CSSFriendlyAdapters.aspx</link>
      <pubDate>Thu, 19 Nov 2009 15:39:14 GMT</pubDate>
      <description>&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CGMURUG%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;
	text-underline:single;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
--&gt;
&lt;/style&gt;
&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;p class="MsoNormal"&gt;
&lt;span style="font-size: 10pt; font-family: Tahoma;"&gt;If we want to get control over
finally rendered output of ASP.NET controls like Menu, TreeView, DataList etc, we
can use CSS Control Adapter. This adapter emits CSS friendly html output and can significantly
help when using CSS on the website.&lt;o:p&gt;&lt;/o:p&gt;
To know more about this adapter, follow this link - &lt;a href="http://www.codeplex.com/cssfriendly"&gt;&lt;span style="color: windowtext;"&gt;http://www.codeplex.com/cssfriendly&lt;/span&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;
. To see the difference between the html generated with and without using this adapter,
follow this link - &lt;a href="http://www.asp.net/CSSAdapters/Menu.aspx"&gt;&lt;span style="color: windowtext;"&gt;http://www.asp.net/CSSAdapters/Menu.aspx&lt;/span&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;o:p&gt;
&lt;br&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.gokulnath.com//aggbug.ashx?id=824e5307-df64-4d10-a032-6238943b364c" /&gt;</description>
      <comments>http://blogs.gokulnath.com//CommentView,guid,824e5307-df64-4d10-a032-6238943b364c.aspx</comments>
      <category>.NET</category>
      <category>HTML</category>
    </item>
    <item>
      <trackback:ping>http://blogs.gokulnath.com//Trackback.aspx?guid=d9ce5380-3f93-4e1f-95a1-e1e655c7aa30</trackback:ping>
      <pingback:server>http://blogs.gokulnath.com//pingback.aspx</pingback:server>
      <pingback:target>http://blogs.gokulnath.com//PermaLink,guid,d9ce5380-3f93-4e1f-95a1-e1e655c7aa30.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://blogs.gokulnath.com//CommentView,guid,d9ce5380-3f93-4e1f-95a1-e1e655c7aa30.aspx</wfw:comment>
      <wfw:commentRss>http://blogs.gokulnath.com//SyndicationService.asmx/GetEntryCommentsRss?guid=d9ce5380-3f93-4e1f-95a1-e1e655c7aa30</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'll usually set my font-sizes in units of 'pt', but this gave me weird results when
I increased my monitor's DPI from 96 to 120 (as all the fonts were too small
in my HD wide-screen monitor, I increased it). I was doing some research on this
and I came across this article, this article clearly explains the right unit
to use while developing websites. Though this article says percent (%) is the best,
I have used 'px', as it gave me consistent results in IE, Mozilla and Chrome. 
</p>
        <p>
          <a href="http://www.thesug.org/Blogs/kyles/archive/2009/04/17/CSS_FontSize_em_vs_px_vs_pt_vs_percent.aspx.aspx" target="“_blank”">Click
here</a> to see the article.
</p>
        <p>
You can use the below chart for conversion:
</p>
        <p>
          <span class="Apple-style-span" style="word-spacing: 0px; font-family: Verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 16px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; text-align: left; orphans: 2; widows: 2;">
            <table class="pts" style="width: 65%; font-family: verdana,arial,sans-serif; border-collapse: collapse;" cellspacing="0">
              <tbody>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;">
Points</th>
                  <th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;">
Pixels</th>
                  <th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;">
Ems</th>
                  <th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;">
Percent</th>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
6pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
8px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.5em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
50%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
7pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
9px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.55em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
55%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
7.5pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
10px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.625em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
62.5%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
8pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
11px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.7em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
70%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
9pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
12px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.75em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
75%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
10pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
13px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.8em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
80%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
10.5pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
14px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.875em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
87.5%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
11pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
15px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
0.95em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
95%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
12pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
16px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
100%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
13pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
17px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.05em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
105%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
13.5pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
18px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.125em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
112.5%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
14pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
19px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.2em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
120%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
14.5pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
20px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.25em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
125%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
15pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
21px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.3em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
130%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
16pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
22px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.4em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
140%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
17pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
23px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.45em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
145%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
18pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
24px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.5em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
150%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
20pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
26px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.6em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
160%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
22pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
29px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
1.8em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
180%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
24pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
32px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
200%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
26pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
35px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.2em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
220%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
27pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
36px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.25em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
225%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
28pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
37px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.3em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
230%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
29pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
38px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.35em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
235%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
30pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
40px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.45em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
245%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
32pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
42px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.55em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
255%</td>
                </tr>
                <tr class="on" style="background-color: rgb(255, 255, 255);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
34pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
45px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
2.75em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
275%</td>
                </tr>
                <tr class="off" style="background-color: rgb(238, 238, 238);">
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
36pt</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
48px</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
3em</td>
                  <td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;">
300%</td>
                </tr>
              </tbody>
            </table>
          </span>
          <br class="Apple-interchange-newline" />
        </p>
        <p>
        </p>
        <img width="0" height="0" src="http://blogs.gokulnath.com//aggbug.ashx?id=d9ce5380-3f93-4e1f-95a1-e1e655c7aa30" />
      </body>
      <title>CSS Font-Size: em vs. px vs. pt vs. percent</title>
      <guid isPermaLink="false">http://blogs.gokulnath.com//PermaLink,guid,d9ce5380-3f93-4e1f-95a1-e1e655c7aa30.aspx</guid>
      <link>http://blogs.gokulnath.com//2009/05/12/CSSFontSizeEmVsPxVsPtVsPercent.aspx</link>
      <pubDate>Tue, 12 May 2009 17:40:36 GMT</pubDate>
      <description>&lt;p&gt;
I'll usually set my font-sizes in units of 'pt', but this gave me weird results when
I increased my monitor's&amp;nbsp;DPI from 96 to 120 (as all the fonts were too small
in my HD wide-screen monitor, I increased it). I was doing some research on&amp;nbsp;this
and I came across this article, this article&amp;nbsp;clearly explains the right unit
to use while developing websites. Though this article says percent (%) is the best,
I have used 'px', as it gave me consistent results in IE, Mozilla and Chrome. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.thesug.org/Blogs/kyles/archive/2009/04/17/CSS_FontSize_em_vs_px_vs_pt_vs_percent.aspx.aspx" target="“_blank”"&gt;Click
here&lt;/a&gt; to see the article.
&lt;/p&gt;
&lt;p&gt;
You can use the below chart for conversion:
&lt;/p&gt;
&lt;p&gt;
&lt;span class="Apple-style-span" style="word-spacing: 0px; font-family: Verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 16px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; text-align: left; orphans: 2; widows: 2;"&gt; 
&lt;table class="pts" style="width: 65%; font-family: verdana,arial,sans-serif; border-collapse: collapse;" cellspacing="0"&gt;
&lt;tbody&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;"&gt;
Points&lt;/th&gt;
&lt;th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;"&gt;
Pixels&lt;/th&gt;
&lt;th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;"&gt;
Ems&lt;/th&gt;
&lt;th style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; color: white; background-color: rgb(102, 102, 102); text-align: right;"&gt;
Percent&lt;/th&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
6pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
8px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.5em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
50%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
7pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
9px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.55em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
55%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
7.5pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
10px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.625em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
62.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
8pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
11px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.7em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
70%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
9pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
12px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.75em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
75%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
10pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
13px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.8em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
80%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
10.5pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
14px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.875em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
87.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
11pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
15px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
0.95em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
95%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
12pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
16px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
100%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
13pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
17px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.05em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
105%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
13.5pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
18px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.125em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
112.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
14pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
19px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.2em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
120%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
14.5pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
20px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.25em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
125%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
15pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
21px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.3em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
130%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
16pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
22px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.4em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
140%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
17pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
23px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.45em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
145%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
18pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
24px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.5em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
150%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
20pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
26px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.6em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
160%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
22pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
29px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
1.8em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
180%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
24pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
32px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
200%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
26pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
35px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.2em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
220%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
27pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
36px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.25em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
225%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
28pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
37px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.3em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
230%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
29pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
38px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.35em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
235%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
30pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
40px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.45em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
245%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
32pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
42px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.55em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
255%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="on" style="background-color: rgb(255, 255, 255);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
34pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
45px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
2.75em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
275%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="off" style="background-color: rgb(238, 238, 238);"&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
36pt&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
48px&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
3em&lt;/td&gt;
&lt;td style="border: 1px solid rgb(0, 0, 0); padding: 2px 5px; font-size: 0.7em; width: 25%; text-align: right;"&gt;
300%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/span&gt;
&lt;br class="Apple-interchange-newline"&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blogs.gokulnath.com//aggbug.ashx?id=d9ce5380-3f93-4e1f-95a1-e1e655c7aa30" /&gt;</description>
      <comments>http://blogs.gokulnath.com//CommentView,guid,d9ce5380-3f93-4e1f-95a1-e1e655c7aa30.aspx</comments>
      <category>HTML</category>
    </item>
  </channel>
</rss>