<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intelligrape  Groovy &#38; Grails Blogs &#187; internet explorer</title>
	<atom:link href="http://www.intelligrape.com/blog/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelligrape.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 07:48:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
			<title>Intelligrape  Groovy &amp; Grails Blogs</title>
			<url>http://www.intelligrape.com/blog/wp-content/uploads/2011/05/favicon2.ico</url>
			<link>http://www.intelligrape.com/blog</link>
			<width></width>
			<height></height>
			<description></description>
		</image>		<item>
		<title>Accessing remote fonts on  Client&#8217;s system by @font-face</title>
		<link>http://www.intelligrape.com/blog/2010/06/07/accessing-remote-fonts-on-clients-system-by-font-face/</link>
		<comments>http://www.intelligrape.com/blog/2010/06/07/accessing-remote-fonts-on-clients-system-by-font-face/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 14:59:09 +0000</pubDate>
		<dc:creator>umar</dc:creator>
				<category><![CDATA[HTML-UI-CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Safari.]]></category>

		<guid isPermaLink="false">http://www.intelligrape.com/blog/?p=838</guid>
		<description><![CDATA[@font-face allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts.

We Use it
I.We choose  font and  we have right now. First of all  font format generate four another format as like(ttf, eot,otf,svg,woff)
and upload server where we access.
II. Create  in css This Syntex


@font-face &#123;
font-family: [...]]]></description>
			<content:encoded><![CDATA[<p><code>@font-face </code>allows authors to specify online fonts to display text on their web pages. By allowing authors to provide their own fonts.<br />
<strong><br />
We Use it</strong><br />
I.We choose  font and  we have right now. First of all  font format generate four another format as like(ttf, eot,otf,svg,woff)</p>
<p>and upload server where we access.</p>
<p>II. Create  in css This <strong>Syntex</strong></p>
<blockquote>

<div class="wp_syntax"><div class="code"><pre class="groovy">@font-face <span style="color: #66cc66;">&#123;</span>
font-family: <span style="color: #ff0000;">'PalatinoRegular'</span><span style="color: #66cc66;">;</span>
 src: url<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'palatino-webfont.eot'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span>
 src: local<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Palatino'</span><span style="color: #66cc66;">&#41;</span>, local<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Palatino'</span><span style="color: #66cc66;">&#41;</span>,
url<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'palatino-webfont.woff'</span><span style="color: #66cc66;">&#41;</span> format<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'woff'</span><span style="color: #66cc66;">&#41;</span>,
url<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'palatino-webfont.ttf'</span><span style="color: #66cc66;">&#41;</span> format<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'truetype'</span><span style="color: #66cc66;">&#41;</span>,
 url<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'palatino-webfont.svg#webfontoXFrZcNP'</span><span style="color: #66cc66;">&#41;</span> format<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'svg'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">;</span>
font-weight: normal<span style="color: #66cc66;">;</span>
font-style: normal<span style="color: #66cc66;">;</span>
<span style="color: #66cc66;">&#125;</span></pre></div></div>

</blockquote>
<p>III. We acces in html page as class or Id and define body tag font-family</p>
<h3>Values</h3>
<p>&lt;a-remote-font-name&gt;</p>
<p>Specifies a font name that will be used as font face value for font properties.</p>
<p>&lt;source&gt;</p>
<p>URL for the remote font file location, or the name of a font on the user&#8217;s computer in the form <code>local("Font Name")</code>.</p>
<p>&lt;weight&gt;</p>
<p>A Font-weight value.</p>
<p>You can specify a font on the user&#8217;s local computer by name using the <code>local()</code> syntax. If that font isn&#8217;t found, other sources will be tried until one is found.<strong><br />
Note:</strong> When not avaible font local machine . This time  @font- face download fonts in browser temporary download font and display text</p>
<h3>Supported font formats</h3>
<ul>
<li>Internet      Explorer (all versions): EOT</li>
<li>Safari      (3.2+): TTF / OTF</li>
<li>iPhone      (3.1) SVG</li>
<li>Chrome      (all versions): SVG (TTF/OTF added 25th Jan 2010)</li>
<li>Firefox      (3.5+): TTF/OTF (.WOFF added 3.6)</li>
<li>Opera      (10+) TTF/OTF</li>
</ul>
<h3>Browser compatibility</h3>
<table border="0" cellpadding="0">
<tbody>
<tr>
<td>Browser</td>
<td>Lowest version</td>
<td>Support of</td>
</tr>
<tr>
<td>Internet Explorer</td>
<td><strong>4.0</strong></td>
<td>Embedded OpenType fonts only</td>
</tr>
<tr>
<td rowspan="2">Firefox (Gecko)</td>
<td><strong>3.5</strong> (1.9.1)</td>
<td>TrueType and OpenType fonts only</td>
</tr>
<tr>
<td><strong>3.6</strong> (1.9.2)</td>
<td>Web Open Font Format (WOFF)</td>
</tr>
<tr>
<td>Opera</td>
<td><strong>10.0</strong></td>
<td>TrueType and OpenType fonts only</td>
</tr>
<tr>
<td>Safari (WebKit)</td>
<td><strong>3.1</strong> (525)</td>
<td>TrueType and OpenType fonts only</td>
</tr>
</tbody>
</table>
<p>## Umar Pahat##<br />
<a>umar@intelligrape.com</a><br />
<a>www.IntelliGrape.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelligrape.com/blog/2010/06/07/accessing-remote-fonts-on-clients-system-by-font-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 6/7 Z-index issue</title>
		<link>http://www.intelligrape.com/blog/2010/06/03/ie-67-z-index-issue/</link>
		<comments>http://www.intelligrape.com/blog/2010/06/03/ie-67-z-index-issue/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 13:53:08 +0000</pubDate>
		<dc:creator>Hitesh Bhatia</dc:creator>
				<category><![CDATA[HTML-UI-CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.intelligrape.com/blog/2010/06/03/ie-67-z-index-issue/</guid>
		<description><![CDATA[Recently I got struck in an IE issue &#8230; Z-index did not seem to work on IE 6 or 7 ..
After some surfing found a pretty easy solution .
i.e  use

position:relative

with z-index ..and voila it works
_____________________
Hitesh Bhatia
hitesh@intelligrape.com
_____________________
]]></description>
			<content:encoded><![CDATA[<p>Recently I got struck in an IE issue &#8230; Z-index did not seem to work on IE 6 or 7 ..<br />
After some surfing found a pretty easy solution .<br />
i.e  use</p>

<div class="wp_syntax"><div class="code"><pre class="groovy">position:relative</pre></div></div>

<p>with z-index ..and voila it works</p>
<p>_____________________<br />
Hitesh Bhatia<br />
hitesh@intelligrape.com<br />
_____________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelligrape.com/blog/2010/06/03/ie-67-z-index-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing IEs4Linux on Ubuntu Gutsy Gibbon</title>
		<link>http://www.intelligrape.com/blog/2008/04/23/installing-ies4linux-on-ubuntu-gutsy-gibbon/</link>
		<comments>http://www.intelligrape.com/blog/2008/04/23/installing-ies4linux-on-ubuntu-gutsy-gibbon/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 15:28:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gibbon]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.intelligrape.com/blog/?p=14</guid>
		<description><![CDATA[There are certain sites and applications which work only with Internet Explorer. One such application that I am currently working on is EMC Documentum Webtop.
After getting fed-up of the warning message thrown by Webtop about unsupported browser and some weird behavior sometimes, I finally decided to install IE on my Ubuntu machine.
I followed the following [...]]]></description>
			<content:encoded><![CDATA[<p>There are certain sites and applications which work only with Internet Explorer. One such application that I am currently working on is <a href="http://www.emc.com/products/detail/software/webtop.htm" title="EMC Documentum Webtop">EMC Documentum Webtop</a>.</p>
<p>After getting fed-up of the warning message thrown by <a href="http://www.emc.com/products/detail/software/webtop.htm" title="Webtop">Webtop</a> about unsupported browser and some weird behavior sometimes, I finally decided to install IE on my Ubuntu machine.</p>
<p>I followed the following steps to install IE on my Ubuntu machine</p>
<ul>
<li>modified /etc/apt/sources file to add/un-comment the following 2 lines</li>
</ul>
<blockquote><p> <code>deb http://in.archive.ubuntu.com/ubuntu gutsy universe<br />
deb-src http://in.archive.ubuntu.com/ubuntu gutsy universe<br />
deb http://wine.budgetdedicated.com/apt gutsy main<br />
deb-src  http://wine.budgetdedicated.com/apt gutsy main</code></p></blockquote>
<ul> <code> </code></p>
<li>  <code>sudo apt-get update</code></li>
<li>  <code>sudo apt-get install wine cabextract</code></li>
<li> <code>wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz</code></li>
<li>  <code>tar xzvf ies4linux-2.0.5.tar.gz</code></li>
<li>  <code>cd ies4linux-2.0.5</code></li>
<li> <code>./ies4linux </code>(make sure you are not root here)</li>
</ul>
<p>When running the installer (the last step), I got the following error</p>
<p><code> ui/pygtk/python-gtk.sh: line 6: 15717 Segmentation fault      (core dumped) python "$IES4LINUX"/ui/pygtk/ies4linux-gtk.py</code></p>
<p>After googling around to find a solution to the problem, I had a look at the ies4linux-gtk.py file mentioned in the error message. The line 6 looks like this</p>
<p><code>import gtk, gobject, pango, sys, os</code></p>
<p>Somehow, I suspected that there are some unmet dependencies, so looked for packages by the name gobject</p>
<p><code>apt-cache search gobject</code></p>
<p>and I found this:</p>
<p>gob2 &#8211; GTK+ Object Builder</p>
<p>I installed the gob2 package</p>
<p><code>sudo apt-get install gob2</code></p>
<p>and after that I ran the installer again and this time the installation succeeded without any problems.</p>
<p>Hope this helps somebody.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelligrape.com/blog/2008/04/23/installing-ies4linux-on-ubuntu-gutsy-gibbon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

