<?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>AP ARTS International LLC</title>
	<atom:link href="http://www.aparts.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aparts.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 10 Oct 2011 14:20:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to implement Aprant Web IME ( Unicode )</title>
		<link>http://www.aparts.org/tutorials/how-to-implement-aprant-web-ime-unicode/</link>
		<comments>http://www.aparts.org/tutorials/how-to-implement-aprant-web-ime-unicode/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 23:23:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1711</guid>
		<description><![CDATA[This tutorial talks about HOW TO implement Aprant Web IME ( Unicode ) on your website. Please note that Aprant Web IME is a licensed product. Steps : 1. Upload the entire aprant_ime folder ( after you unzipped it ) &#8230; <a href="http://www.aparts.org/tutorials/how-to-implement-aprant-web-ime-unicode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This tutorial talks about HOW TO implement Aprant Web IME ( Unicode ) on your website. Please note that Aprant Web IME is a licensed product.</p>
<p><strong style="font-size:16px;">Steps :</strong></p>
<p>1. Upload the entire aprant_ime folder ( after you unzipped it ) and it&#8217;s entire content to document root of your server ( htdocs or httpdocs etc.) .</p>
<p>2. Include the following Javascript as the top most lines among all others Stylesheets and Javascript lines.</p>
<pre class="qoate-code">
&lt;head&gt;
&lt;script type="text/javascript" src="/aprant_ime/AprantDynamic.js"&gt;&lt;/script&gt;
&lt;script src="/aprant_ime/aprant_ime_basic.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;link href="/aprant_ime/aprantstyle.css" rel="stylesheet" type="text/css" /&gt;

. . . . . other stylesheet and javascript files follow from here...

. . . . .
&lt;/head&gt;
</pre>
<p>3. Your new Font Family is &#8220;AprantWeb&#8221; and for your convenience using this font family we have defined some style classes for you in the stylesheet file that is included in the package and ready to use purpose. If you wish you can modify the stylesheet css file.</p>
<p>4. See the following example how it is used in a div element using class.</p>
<pre class="qoate-code">
&lt;div class="aprant18"&gt;
odia texts goes here....
odia texts goes here....

odia texts goes here....

&lt;/div&gt;
</pre>
<p>5. Now in order the Aprant Web IME to appear on webpage ( the select box ), you need to place the following javascript code wherever you want this to appear on your webpage. </p>
<pre class="qoate-code">&lt;script type="text/javascript"&gt;startAprantIME();&lt;/script&gt;</pre>
<p>For example, let us say we want this to be in a table cell.</p>
<pre class="qoate-code">
&lt;table&gt;
   &lt;tr&gt;
     &lt;td&gt;
      &lt;script type="text/javascript"&gt;startAprantIME();&lt;/script&gt;
     &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;
</pre>
<p>6. Finally you have to enable a textbox or textarea on your webpage for someone to write Odia. To do that, you have to simply use a class &#8220;aprant_bharat&#8221; for that element.</p>
<p>For example, for textboxes , </p>
<pre class="qoate-code">
&lt;form id="searchform" method="get" action="/"&gt;
  &lt;strong&gt;&lt;input class="aprant_bharat" type="text" name="s" id="s" size="30" /&gt;&lt;/strong&gt;&lt;/form&gt;
</pre>
<p>if you have another class already defined for the that textbox then you can still attach Aprant IME in the following way. There is already a class called &#8220;otherclass&#8221; attached to the textbox in the following example.</p>
<pre class="qoate-code">
&lt;form id="searchform" method="get" action="/"&gt;
  &lt;input class="otherclass  aprant_bharat" type="text" name="s" id="s" size="30" /&gt;&lt;/form&gt;
</pre>
<p>You are done ! </p>
<p>To switch between Odia and English , you have to press F12  ( this will change the selectbox we talked about in step 5 to English or Odia ) . </p>
<p><em>Please note that, on your desktop if Aprant IME ( the desktop version ) is already running then please exit from it. Otherwise, the Aprant WEB IME may not function properly because there is already an Aprant IME running on your desktop.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/tutorials/how-to-implement-aprant-web-ime-unicode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to implement Aprant Dyanamic Font on your website</title>
		<link>http://www.aparts.org/tutorials/how-to-implement-dyanamic-font-font-face-in-css/</link>
		<comments>http://www.aparts.org/tutorials/how-to-implement-dyanamic-font-font-face-in-css/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 02:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1678</guid>
		<description><![CDATA[It is very important to follow exactly what is given here in order to use Arpant Dynamic Font and that works on most of the browsers properly . The first step is to upload the eot file and ttf file &#8230; <a href="http://www.aparts.org/tutorials/how-to-implement-dyanamic-font-font-face-in-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It is very important to follow exactly what is given here in order to use Arpant Dynamic Font and that works on most of the browsers properly . </p>
<p><b>The first step</b> is to upload the eot file and ttf file into a folder on your Web Server, the next step is to load these files to browser ( using stylesheets ) whenever your website is accessed.</p>
<p><strong style="font-size:16px">FOR INTERNET EXPLORER 6.0+ </strong></p>
<p>You can change the location of the eot file (url) and font-family name . </p>
<p>src (url) : it is the full path on your server where the eot file you have uploaded.  You should change this path as it suits to your environment. You should only change the url portion.</p>
<pre class="qoate-code">
&lt;!--[if IE]&gt;
&lt;style type="text/css"&gt;
/* Font rule for MSIE referencing EOT font */

  @font-face {
    font-family:"OdiaDynFont"; /* Give a suitable name */
    font-style:  normal;
    font-weight: normal;
    src: url(/eot/APUNIAP0.eot); /* Location of the eot file on your server */
  }
&lt;/style&gt;
&lt;![endif]--&gt;
</pre>
<p><strong style="font-size:16px">FOR NON-IE BROWSERS ( ie, Firefox, Chrome, Safari, Opera etc.) </strong></p>
<pre class="qoate-code">
&lt;!--[if !IE]&gt;--&gt;
&lt;style type="text/css"&gt;

/* Font rule for other browsers referencing TTF font 

src (url) : it is the full path on your server where the ttf file you have uploaded. You should change this path as it suits to your environment. You should only change the url portion.

*/
@font-face {
    font-family:"OdiaDynFont"; /* Give a suitable name */
    font-style:  normal;
    font-weight: normal;
    src: local("'APUni Aprant Web'"), url(/eot/APUniAprantWeb.ttf) format("truetype") ;
}
&lt;/style&gt;
&lt;!--&lt;![endif]--&gt;
</pre>
<p><strong>Important Note : </strong>Make sure the above stylesheet portion appears as the first stylesheet code under your HTML head section before you load any other css files. This way, you assure the browser that font is alrady loaded prior to any CSS files that might refer to the dynamic fonts. It is a best practice to follow this note.</p>
<p>Once you define the font-family for dynamic font definited above and instruct the browser to load the dynamic fonts, define your own stylesheet with classes. See the following example. In our example the name of the dynamic font above is <b>OdiaDynFont</b></p>
<pre class="qoate-code">
&lt;style&gt;
.odia16{
font-family:OdiaDynFont,'APUni Aprant Web','APUni Aprant';
/* We have also included above the local fonts as well */
font-size:16px;
line-height:26px; /* Adjust this value as per your requirement. */
}

.odia18_bold{
font-family:OdiaDynFont,'APUni Aprant Web','APUni Aprant';
/* We have also included above the local fonts as well */
font-size:18px;
line-height:30px; /* Adjust this value as per your requirement. */
font-weight:bold;
}

&lt;/style&gt;
</pre>
<p>Now you can use the above CSS classes to any DIV / SPAN elements which contains <strong>Odia Unicode Text</strong>  in your HTML file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/tutorials/how-to-implement-dyanamic-font-font-face-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purnachheda ( &#124; &amp; &#124;&#124; ) issue on Win Vista and Win 7</title>
		<link>http://www.aparts.org/tutorials/purnachheda-issue-on-win-vista-and-win-7/</link>
		<comments>http://www.aparts.org/tutorials/purnachheda-issue-on-win-vista-and-win-7/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 01:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1668</guid>
		<description><![CDATA[How to get Purnachheda and Ghosha in Odia ( ie, &#124; and &#124;&#124; ) using Aprant ? Many people complain, Purnachheda and Ghosha in Odia doesn&#8217;t come properly using Aprant Odia ( Unicode ) . They say it shows a &#8230; <a href="http://www.aparts.org/tutorials/purnachheda-issue-on-win-vista-and-win-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>How to get Purnachheda and Ghosha in Odia ( ie,  | and || ) using Aprant ?</strong></p>
<p>Many people complain, Purnachheda and Ghosha in Odia doesn&#8217;t come properly using Aprant Odia ( Unicode ) . <b>They say it shows a square box</b> when they try to type purnachheda using Aprant Unicode.</p>
<p>You are going to face this issue if you are using Kalinga Font and use Arpant Unicode to type Odia. The reason is, Kalinga is an old font based on older version of Unicode Standard. At that time Purnachheda in Odia was not defined properly by Unicode standard. So the purnachheda in Kalinga font was mapped to Hindi Language purnachheda. Aprant is based on the latest Unicode Standard ( 6.0 ) and it implements the Purnachheda and Ghosha as per the new definition. </p>
<p><b>Solution :</b> Always choose or use &#8220;APUni Aprant&#8221; or any of our font whenever you compose odia. You can do so by selecting Aprant font from the <b>font drop down box</b> in Wordpad, MS Word etc.</p>
<p>In future version of Kalinga font this issue will be hopefully resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/tutorials/purnachheda-issue-on-win-vista-and-win-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to type Odia using Aprant Unicode</title>
		<link>http://www.aparts.org/tutorials/how-to-type-odia-using-aprant-unicode/</link>
		<comments>http://www.aparts.org/tutorials/how-to-type-odia-using-aprant-unicode/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 15:19:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1639</guid>
		<description><![CDATA[How to type Odia ? ( Easy 6 step proceess ) step-1. Start Aprant Keyboard Manager ( Make sure it is running on your PC ) step-2. Open Wordpad or Notepad or any other text processors such as MS word, &#8230; <a href="http://www.aparts.org/tutorials/how-to-type-odia-using-aprant-unicode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>How to type Odia  ?  ( Easy 6 step proceess )</strong></p>
<p><b>step-1.</b>  Start Aprant Keyboard Manager ( Make sure it is running on your PC ) </p>
<p><b>step-2.</b>  Open Wordpad or Notepad or any other text processors such as MS word, Excel etc.</p>
<p><b>step-3.</b>  Click on the<strong> Aprant icon</strong> located in System Tray of your computer,  choose your  keyboard ( Phonetic or Modular ) . After you choose Odia Keyboard , you will see the icon is changed to &#8220;OD&#8221; .  The keyboard you selected becomes the defualt setting.  Hence you don&#8217;t have to choose the keyboard again and again ( instead you may choose between English and Odia usig &#8220;F11&#8243; function key ) .</p>
<p><b>step-4.</b>  If requred press the “F11” button to switch between English and Odia . Pressing &#8220;F11&#8243; function key will change the Icon from &#8220;EN&#8221; to &#8220;OD&#8221; and vice-versa .  &#8220;EN&#8221; means English and &#8220;OD&#8221; means Odia mode.</p>
<p><b>step-5.</b>  Select “APUni Aprant”  or  other Unicode Font and font size to 20 or 24 whatever you like in your text-editor you opened in step-2 above. </p>
<p><b>step-6.</b>  Start typing as per the Keyboard Layout or Guideline given in our document .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/tutorials/how-to-type-odia-using-aprant-unicode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aprant Odia (Unicode) Free &#8211; version 1.1 released</title>
		<link>http://www.aparts.org/top-news/aprant-odia-unicode-free-version-v1-1-released/</link>
		<comments>http://www.aparts.org/top-news/aprant-odia-unicode-free-version-v1-1-released/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 01:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1633</guid>
		<description><![CDATA[We are pleased to announce that a new version of, Aprant Odia (Unicode) v1.1 ( FREE ) has been released. One can download this latest version from the client area ( registration required if you have not done so earlier &#8230; <a href="http://www.aparts.org/top-news/aprant-odia-unicode-free-version-v1-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.aparts.org/wp-content/uploads/2011/06/Aprant_Free_11.jpg" alt="Aprant Odia (Unicode ) Free v1.1" title="Aprant Odia (Unicode ) Free v1.1" class="th" />We are pleased to announce that a new version of, <strong>Aprant Odia (Unicode) v1.1 ( FREE ) </strong> has been released. One can download this latest version from the client area ( registration required if you have not done so earlier ) for FREE.</p>
<div class="fix"></div>
<p><b>Following are the new features and bug fixings</b></p>
<ul class="midboxul">
<li>Changes in documentation and new shortcut keys to Aprant Menu for keyboard help.</li>
<li><strong>Rupee symbol </strong>has been incorporated both in Aprant, Mahanadi font and Keyboard level.</li>
<li>Minor Bugs fixed at font level.</li>
<li>English characters has been incorporated to make Aprant a Bilingual Unicode Font.</li>
<li>Few more old styled <strong>Alphabet + Maatra </strong>has been added in Aprant Classic font.</li>
<li>A new bilingual Web Font has also been added. This will be helpful for using in browsers as default font and for developing Odia websites.</li>
</ul>
<div style="margin-top:30px; font-size:20px;font-weight:bold"><a href="http://www.aparts.org/products/aprant-font-odia-key-board-manager/download-aprant-kbdm/" style="font-size:20px;font-weight:bold;text-decoration:underline"> Download FREE !!</a> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/top-news/aprant-odia-unicode-free-version-v1-1-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Read and Write Odia on Facebook and Emails.</title>
		<link>http://www.aparts.org/tutorials/how-to-read-and-write-odia-on-facebook-and-emails/</link>
		<comments>http://www.aparts.org/tutorials/how-to-read-and-write-odia-on-facebook-and-emails/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 13:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1560</guid>
		<description><![CDATA[This tutorial assumes i. Aprant Software has been installed ( this will also install the Aprant font as well ) on your computer. If not please click here to download now. ii. You know how to use Aprant Software on &#8230; <a href="http://www.aparts.org/tutorials/how-to-read-and-write-odia-on-facebook-and-emails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>This tutorial assumes </strong></p>
<p>i. Aprant Software has been installed ( this will also install the Aprant font as well ) on your computer. If not please <a href="http://www.aparts.org/products/aprant-font-odia-key-board-manager/download-aprant-kbdm/">click here to download now</a>.</p>
<p>ii. You know how to use Aprant Software on windows applications such as Wordpad, MS Word etc. </p>
<p>If you don&#8217;t know how to use Aprant Software please read the User Manual included in the software.</p>
<p>Now let us see how to use this software perfectly on various internet browsers such as IE, Firefox, Chrome , Safari etc. </p>
<p><strong>Browser Setup on Windows XP</strong></p>
<p><b>Since Unicode for Odia language is not fully supported on Windows XP</b>, you need to prepare your browser accordingly to setup the default font for Unicode Odia.</p>
<p><strong>For Internet Exploler 7.0 and 8.0</strong></p>
<p>1. Select Tools &#8211;> Internet Options </p>
<p>2. The above will bring a small window. Select the &#8220;Fonts&#8221; button located on the bottom of this Window. See below.</p>
<p><img src="http://www.aparts.org/wp-content/uploads/2011/06/Tools_Options.jpg" alt="" title="Tools_Options" width="414" height="520" class="alignnone size-full wp-image-1602" /></p>
<p>3. This will bring another small Window as below. Please select &#8220;Language Script&#8221; as &#8220;Oriya&#8221; . This will bring up a list of Odia Unicode fonts installed on your system. Select &#8220;AP Uni Aprant&#8221; or &#8220;AP Uni Aprant Classic&#8221; font . Click OK and exit from the windows. See below.</p>
<p><img src="http://www.aparts.org/wp-content/uploads/2011/06/Font_Selection.jpg" alt="" title="Font_Selection"    /></p>
<p>4. Now your I.E browser is all set with Aprant Odia Font as default font for Unicode Odia. You can change this font in future if you like . But we would recommend Aprant Odia Font as it supports max. number of Odia Juktakshyara.</p>
<p>Now your computer is all set for Reading and Writing Odia for Any Unicode font based Text or content. </p>
<p><strong>FIREFOX 3.5 and Above</strong></p>
<p>1. Select Tools &#8211;> Options </p>
<p>2. The above will bring a small window. Higlight the &#8220;Content Tab&#8221; and select the &#8220;Default Font&#8221; to &#8220;APUni Aprant&#8221; or &#8220;APUni Aprant Classic&#8221; as shown below.</p>
<p><img src="http://www.aparts.org/wp-content/uploads/2011/06/Tools_Options_Firefox.jpg" alt="" title="Tools_Options_Firefox"  /></p>
<p>Your firefox browser is now ready to read and write Odia. Same thing can be carried in case of Google Chrome and Safari Browsers.</p>
<p><b>Since your browser is ready for Odia, you can now start writing Odia wherever you want on your browsers ( such as facebook, orkut or yahoo email etc. ) using Aprant Software. Yes pressing the F11 key&#8230;..</b></p>
<blockquote><p><strong>Windows Vista and Windows 7</strong> support Unicode Odia almost 100%. By default Odia font that comes with these OS is &#8220;Kalinga&#8221; and are set as default by browsers as well . So if you wish you can set &#8220;Aprant&#8221; font as default font ( of course we would like to recommend you to do that ) as explained above for &#8220;Windows XP&#8221;. It is up to you.</p>
<p>If you are happy with Kalinga font then leave as it is and you don&#8217;t have to worry about any setting on the browsers. Honestly speaking I personally feel the look and feel ( shape) of the Kalinga font could have been better. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/tutorials/how-to-read-and-write-odia-on-facebook-and-emails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aprant Odia (Unicode)  Pro &#8211; v1.1 released</title>
		<link>http://www.aparts.org/top-news/aprant-odia-unicode-v1-1-released/</link>
		<comments>http://www.aparts.org/top-news/aprant-odia-unicode-v1-1-released/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 22:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=1576</guid>
		<description><![CDATA[We are quite excited to announce that a new version of, Aprant Odia (Unicode) v1.1 &#8211; Professional has been released. Existing customers can download from client area and can request for License ID and password ( this is required to &#8230; <a href="http://www.aparts.org/top-news/aprant-odia-unicode-v1-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.aparts.org/wp-content/uploads/2011/06/Aprant-v11.jpg" alt="" title="Aprant-v11" width="272" height="107" class="th" />We are quite excited to announce that a new version of, <strong>Aprant Odia (Unicode) v1.1 &#8211; Professional </strong> has been released. Existing customers can download from client area and can request for License ID and password ( this is required to activate Aprant Software ). </p>
<div class="fix"></div>
<p><b>Following are the new features and bug fixings</b></p>
<ul class="midboxul">
<li><strong>Online Activation </strong>( in addition to option of phone activation ) through internet. Please note that we don&#8217;t support email activation any more. Please find the <a href="/wp-content/uploads/2011/06/Activation_Guide-Unicode-.pdf" target="_blank">ACTIVATION SCREEN SHOTS HERE</a></li>
<li><strong>A 10 days trial option is included</strong> in case you didn&#8217;t get a chance to Activate the software but still want to use it.</li>
<li>License management ( activation and deactivation of license ) has been incorporated using internet. The deactivation feature help you to transfer the license from one computer to another computer. But this feature is allowed twice only.</li>
<li><strong>Inscript Keyboard</strong> Layout has been added.</li>
<li>Changes in documentation and new shortcut keys to Aprant Menu for keyboard help.</li>
<li><strong>Rupee symbol </strong>has been incorporated both in Aprant, Mahanadi font and Keyboard level.</li>
<li>Minor Bugs fixed at font level.</li>
<li>English characters has been incorporated to make Aprant a Bilingual Unicode Font.</li>
<li>Few more old styled <strong>Alphabet + Maatra </strong>has been added in Aprant Classic font.</li>
</ul>
<div style="margin-top:30px; font-size:20px;font-weight:bold"><a href="http://www.aparts.org/products/aprant-font-odia-key-board-manager/" style="font-size:20px;font-weight:bold;text-decoration:underline"> Download Now !!</a> | Contact : 87632-54557 ( India )</div>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/top-news/aprant-odia-unicode-v1-1-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Odia Language Unicode Editor Released ( FREE )</title>
		<link>http://www.aparts.org/top-news/odia-language-unicode-editor-released-free/</link>
		<comments>http://www.aparts.org/top-news/odia-language-unicode-editor-released-free/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:18:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Top News]]></category>
		<category><![CDATA[e-ODIA Ventures]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=884</guid>
		<description><![CDATA[We are pleased to announce the release of<strong> ODIA UNICODE Editor</strong> for Windows based Desktop and Internet Browsers under our <strong>Aprant Odia Community Project</strong>.

In last few months, there have been some releases from various organizations including Microsoft and Google to make ODIA user friendly , particularly on Web. But those are based on TRANSLITRATION ( It converts the English words to possible odia words ) . However we believe that , our effort in making Odia more user-friendly with maximum coverages of  Juktakshyara is one step ahead. <a href="http://www.aparts.org/top-news/odia-language-unicode-editor-released-free/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the release of<strong> ODIA UNICODE Editor</strong> for Windows based Desktop and Internet Browsers under our <strong>Aprant Odia Community Project</strong>.</p>
<p>In last few months, there have been some releases from various organizations including Microsoft and Google to make ODIA user friendly , particularly on Web. But those are based on TRANSLITRATION ( It converts the English words to possible odia words ) . However we believe that , our effort in making Odia more user-friendly with maximum coverages of  Juktakshyara is one step ahead.</p>
<p>Like our previous release this one is also very user-friendly in many ways particularly in terms of its dual Keyboard typing mode , Phonetic and <strong>Modular ( Same as Akruti and Shrilipi Keyboard ) </strong>. While the first one is addressed to laymen and who don’t have much speed on keyboard, the later one is for Professional computer operator/DTP Professionals. </p>
<blockquote><p>“We are sure this will not only revolutionise the way Odia being used on computers and Internet but can also make life easier for many who find it hard to type Odia alphabets using the keyboard. Being it is FREE , it surely reach most of the corners of the world easily “ said Prashant K Sahoo ( Chief Executive of AP Arts International LLC, USA and Director of AP Info Arts Pvt. Ltd, Rourkela ). </p></blockquote>
<p>With this version in addition to typing Odia easily on various Windows based Editor/Application like MS Word, Wordpad, Notepad, Pagemakers etc, <strong>one can also send emails in Odia, Chat in Odia </strong>etc.</p>
<p>Being developed on unicode standard , the Odia Texts are portable to various OS and applications as long as it supports Unicode. This version supports <strong>Windows XP / Vista and Windows 7 </strong> and comes along with Aprant Unicode Font Family for your immediate use. </p>
<p>
<a href="/products/aprant-font-odia-key-board-manager/">&bull;&nbsp;&nbsp;Visit Aprant Software Home Page</a></p>
<p><p>
<a href="/products/aprant-font-odia-key-board-manager/aprant-version-comparison/">&bull;&nbsp;&nbsp;Comparison between ISCII and UNICODE ( Aprant KBM )</a></p>
<p><p>
<a href="/products/aprant-font-odia-key-board-manager/odia-fonts//">&bull;&nbsp;&nbsp;See our UNIICODE Odia Fonts</a></p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/top-news/odia-language-unicode-editor-released-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AP ARTS Releases Free Odia Keyboard Manager</title>
		<link>http://www.aparts.org/top-news/ap-arts-releases-free-odia-keyboard-manager/</link>
		<comments>http://www.aparts.org/top-news/ap-arts-releases-free-odia-keyboard-manager/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 02:29:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=519</guid>
		<description><![CDATA[We are pleased and proud to announce the World’s Best Free Odia Keyboard Manager/Editor &#8220;Aprant Odia Sampadaka&#8221;. As of today though efforts are on, the Unicode Odia Fonts are not developed properly and standardized. Because of which there are lots &#8230; <a href="http://www.aparts.org/top-news/ap-arts-releases-free-odia-keyboard-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are pleased and proud to announce the World’s Best Free Odia Keyboard Manager/Editor  <strong>&#8220;Aprant Odia Sampadaka&#8221;.</strong></p>
<p>As of today though efforts are on, the Unicode Odia Fonts are not developed properly and standardized. <strong>Because of which there are lots of flaws in usage of Maatras and Juktakshyara on Unicode Odia implementations</strong>. So it is not possible to write in Odia in different browsers with Unicode font support flawlessly . While Indian languages like Tamil , Hindi , Telugu etc. are marching ahead with its rich features and sofistication of usage on computers and world wide web, Odia language has been far behind.</p>
<blockquote><p>The current version of Aprant Keyboard Manager is based on ASCII characters with an aim for Unicode support in its next version.</p></blockquote>
<p>It is user-friendly in many ways particularly in terms of its dual Keyboard typing mode , phonetic and Inscript . While the first one is addressed to laymen and who don’t  have much speed on keyboard, the later one is for Professional computer operator/DTP Professionals. </p>
<blockquote><p><em>&#8220;We are sure this will not only revolutionise the way Odia being used on computers and Internet but can also make life easier for many who find it hard to type Odia alphabets using the keyboard. And its FREE version will surely reach most of the corners of the world easily &#8220;</em> said Prashant K Sahoo ( Chief Executive of  AP Arts International LLC, USA and Director of AP Info Arts Pvt. Ltd, Rourkela ). </p></blockquote>
<p>Being it is a keyboard manager, one can type Odia on any Windows based Editor/Application like MS Word, Wordpad, Notepad, Pagemakers etc. exactly the way one type English flawlessly. Just open your favorite editor and select the font and start typing Odia. Its that easy.</p>
<p>The power of this technology is the way it is compatible and enable for web for both viewing and writing on various browsers. Its dynamic font ( Aprant Dynamic Font ) is supported not only on old version but also many new versions of the  browsers like <strong>Internet Explorer, Firefox, Safari and Opera on Windows, Linux and Mac Computers</strong>.</p>
<p>Aprant Keyboard Manager ( Aprant Odia Sampadaka ) is available both in <strong>Free  and Commercial license version.</strong></p>
<p><A href="http://www.aparts.org/products/aprant-font-odia-key-board-manager/" style="font-size:14px">Visit Aprant Home Page Now</A></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/top-news/ap-arts-releases-free-odia-keyboard-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VPS Hosting &#8211; ( Fully Managed , India Datacenter )</title>
		<link>http://www.aparts.org/top-news/showcasing-odias-and-odisha-globally/</link>
		<comments>http://www.aparts.org/top-news/showcasing-odias-and-odisha-globally/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 20:36:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Top News]]></category>

		<guid isPermaLink="false">http://www.aparts.org/?p=19</guid>
		<description><![CDATA[FULLY MANAGED VPS Plans at an INDIAN DATACENTER (Hyderabad Datacenter). Odisha Hosting is pleased to announce its new datacenter VPS hosting plans. We have chosen CtrlS Datacenters Ltd. Hyderabad, India for our new venture (Mumbai Datacenter coming soon) . The &#8230; <a href="http://www.aparts.org/top-news/showcasing-odias-and-odisha-globally/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>FULLY MANAGED VPS Plans at an INDIAN DATACENTER (Hyderabad Datacenter).</strong></p>
<p>Odisha Hosting is pleased to announce its new datacenter VPS hosting plans. We have chosen <strong>CtrlS Datacenters Ltd. Hyderabad, India </strong> for our new venture (Mumbai Datacenter coming soon) . The Datacenter is backed up with multiple bandwidth providers such as <strong>VSNL, Reliance, BSNL, Airtel, Tata Tele </strong>etc. Currently we are providing awesome fully managed VPS plans to our customers. <em><strong>We will start rolling out our Linux VPS and Reseller plans in India after 4th July 2009.</strong></em></p>
<p>Quality is our key and we won’t compromise our service by providing poor hardware, software and/or support. All of our servers are fully loaded with high-end industry leading processors, (contrast to many hosts who use desktop quality CPUs and hardware). We utilize  Dual Quad Core Xeon 5420 and Nehalem 5520 CPUs with a minimum of 16Gig RAM and RAID-10 HDD to speed up the I/O and protect drive failure, which is an absolute requirement for a healthy hosting setup.</p>
<p><A href="http://www.odishahosting.in" target="_blank" style="font-size:14px">Click to visit Website</A></p>
<blockquote><p><strong>OHVS-25</strong><br />
- 10 GB of RAID-10 diskspace<br />
- 30 GB bandwidth<br />
- Equal share cpus ( High-end CPU Quad Core Xeon 5420 / Nehalem 5520 )<br />
- 384MB of guaranteed RAM<br />
- 1GB of burstable RAM<br />
- 2 Dedicated IPs<br />
<strong>$55/month ( Approx. 2,550 INR)</strong>
</p></blockquote>
<blockquote><p>
<strong>OHVS-50</strong></p>
<p>- 15 GB of RAID-10 diskspace<br />
- 50 GB bandwidth<br />
- Equal share cpus ( High-end CPU Quad Core Xeon 5420 / Nehalem 5520 )<br />
- 512MB of guaranteed RAM<br />
- 1GB of burstable RAM<br />
- 2 Dedicated IPs<br />
<strong>$75/month ( Approx. 3,500 INR)</strong>
</p></blockquote>
<blockquote><p><strong>OHVS-100</strong></p>
<p>- 20GB of RAID-10 diskspace<br />
- 80 GB bandwidth<br />
- Equal share cpus ( High-end CPU Quad Core Xeon 5420 / Nehalem 5520 )<br />
- 1GB of guaranteed RAM<br />
- 2GB of burstable RAM<br />
- 2 Dedicated IPs<br />
<strong>$100/month ( Approx. 4,700 INR)</strong></p></blockquote>
<p><strong>ALL VPS Plans Come With:</strong><br />
-99.9% Uptime<br />
-Proactive Server Management ( Fully managed)<br />
-Weekly Backups<br />
-CentOS 5.3 / Parallel&#8217;s Virtuozzo Power Panel/Webmin<br />
-24&#215;7 Helpdesk Support<br />
-An average of only 6-10 VPS per server<br />
-30 Day Money Back Guarantee<br />
-Month to month payment , absolutely no contract.</p>
<p><strong>Add on :</strong></p>
<p>- Plesk/Cpanel/WHM control panel ( $15/month)</p>
<p>Note : The above plans are not on our website yet. Please contact sales and we will be happy to accommodate your questions or order.</p>
<p>Have any questions? Please contact us:</p>
<p><strong>VPS FAQ:</strong></p>
<p><em><strong>Can you migrate my accounts from my old host to your server?</strong></em><br />
Yes, we will migrate all of your accounts for free as long as you are currently using cpanel/whm.</p>
<p><em><strong>How fast is the setup time?</strong></em><br />
Since we are in processing of launching our Indian servers, please allow up to 2-3 days for setup time. However, ALL orders can be RUSHED by submitting a ticket at our helpdesk or by calling us at 1-732-253-0169.</p>
<p><em><strong>What are your sales office hours?</strong></em><br />
Our sales office works 7 days a week, 9AM-5PM eastern time. However, we are often online and working 24×7. We do NOT guarantee a response time on any sales/billing related inquiries.</p>
<p><em><strong>Do you support my clients’ sales/billing issues?</strong></em><br />
At this time, we only support your clients’ technical support related issues.</p>
<p><strong><em>What kind of latency does you data center have to other Indian cities ?</em></strong><br />
Latency to other parts of India is somewhere between 10ms – 80 ms depending upon your ISP.</p>
<p><em><strong>Which are the other countries will have the low latency as well?</strong></em><br />
We believe that Asian countries such as Singapore, Malaysia , and China will have great connection speeds and low latency.</p>
<p><strong><em>What is the port speed ?</em></strong><br />
The port speed is 100mbps uplink shared.</p>
<p><em><strong>Can I get test IP(s)?</strong></em><br />
Sure, please ping 202.65.132.81 &#038; 202.65.159.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aparts.org/top-news/showcasing-odias-and-odisha-globally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

