Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://ozinisle.blogspot.com/feeds/posts/default?alt=rss

  1. <?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-9076986602227142053</atom:id><lastBuildDate>Wed, 13 Mar 2024 18:32:27 +0000</lastBuildDate><category>Lotus Notes</category><category>XPages</category><category>Lotusscript</category><category>Java</category><category>Javascript</category><category>HTML</category><category>Dojo</category><category>Bugs</category><category>CSS</category><category>Unix</category><category>Server Side Javascript</category><category>Tools</category><category>Eclipse</category><category>Formula</category><category>Mobile Application Development</category><category>AJAX</category><category>Struts 2</category><category>XML</category><category>Tomcat</category><category>Oracle</category><category>Android</category><category>Domino Administration</category><category>Hacks</category><category>IPad</category><category>Microsoft Excel</category><category>Sencha Touch Framework</category><category>Windows XP</category><category>XPage Extension Library</category><category>Crash Lotus Notes</category><category>Did You Know?</category><category>General</category><category>Videos</category><category>Android SDK</category><category>Composite Applications</category><category>Ext-js</category><category>JSON</category><category>Windows 2007</category><category>ActiveXObjects</category><category>Fun</category><category>Idea Jam</category><category>Internet Explorer</category><category>JSONP</category><category>Microsoft outlook</category><category>Regular Expressions</category><category>WindowsScript</category><category>XSS</category><category>jquery</category><category>Add-ons</category><category>Bookmarks</category><category>Chrome</category><category>DXL</category><category>JSP</category><category>MIME</category><category>Microsoft Office</category><category>Microsoft Power Point</category><category>ODBC Connectivity</category><category>Quickr</category><category>SQL</category><category>Safari</category><category>UI</category><category>WebService</category><category>asp</category><title>ozinisle</title><description>Share your thoughts and find that its getting better every day. This work of mine helps me realize that.</description><link>http://ozinisle.blogspot.com/</link><managingEditor>noreply@blogger.com (Karthikeyan Alagirisamy)</managingEditor><generator>Blogger</generator><openSearch:totalResults>379</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-189457190834622966</guid><pubDate>Thu, 29 Dec 2016 08:13:00 +0000</pubDate><atom:updated>2016-12-29T13:43:48.764+05:30</atom:updated><title>&#39;node&#39; is not recognized as an internal or external command, operable program or batch file - even after installing node in Windows</title><atom:summary type="text">        &lt;!--[if !mso]&gt;v\:* {behavior:url(#default#VML);}  o\:* {behavior:url(#default#VML);}  w\:* {behavior:url(#default#VML);}  .shape {behavior:url(#default#VML);}  &lt;![endif]--&gt;&lt;!--  /* Font Definitions */  @font-face   {font-family:&quot;Cambria Math&quot;;   panose-1:2 4 5 3 5 4 6 3 2 4;}  @font-face   {font-family:Calibri;   panose-1:2 15 5 2 2 2 4 3 2 4;}  /* Style Definitions */  p.MsoNormal, </atom:summary><link>http://ozinisle.blogspot.com/2016/12/node-is-not-recognized-as-internal-or.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-wRZHRA89ass/WGTFvf_XOdI/AAAAAAAABAQ/r6bPSDFEfVQFEE6hzEw0lf-w4sV6JU1IgCK4B/s72-c/image001-728765.png" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-4593046134187030861</guid><pubDate>Thu, 29 Dec 2016 07:59:00 +0000</pubDate><atom:updated>2016-12-29T13:29:39.489+05:30</atom:updated><title>typings ERR! caused by certificate not trusted</title><atom:summary type="text">  &amp;nbsp;  I happened to fix this issue by creating a file named &amp;#8220;.typingsrc&amp;#8221; with the following contents in my project&amp;#8217;s root directory  &amp;nbsp;  {  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;rejectUnauthorized&amp;quot;: false,  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;</atom:summary><link>http://ozinisle.blogspot.com/2016/12/typings-err-caused-by-certificate-not.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-4476434150275005619</guid><pubDate>Tue, 23 Aug 2016 12:42:00 +0000</pubDate><atom:updated>2016-08-23T18:12:32.845+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Javascript</category><title>Detecting IE11 and other browsers with plain Javascript</title><atom:summary type="text">
  2. I found that IE11 does not support document.all any more. I had tradinally used it for quickly detecting if an existing browser is IE or not.
  3.  
  4. Well I did find a work around for that, will come to that later. As of now, I find the following code to be generic to be used across browsers for browser detection
  5.  
  6. // Opera 8.0+
  7. var isOpera = (!!window.opr &amp;amp;&amp;amp; !!opr.addons) || !!window.opera || </atom:summary><link>http://ozinisle.blogspot.com/2016/08/detecting-ie11-and-other-browsers-with.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-8456151645257825051</guid><pubDate>Tue, 19 Jul 2016 07:42:00 +0000</pubDate><atom:updated>2016-07-19T13:12:53.513+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Lotus Notes</category><category domain="http://www.blogger.com/atom/ns#">Lotusscript</category><title>Creating text file with lotusscript</title><atom:summary type="text">
  8.  
  9. Following is a block of lotusscript code that helps one understand how a text file can be created and updated using Freefile and NotesStream concepts
  10.  
  11.  
  12.  
  13. As a catch, the code employs a validation mechanism that check if a given file exists or not and create it only if its not found.
  14.  
  15.  
  16.  
  17. Hope this helps
  18.  
  19.  
  20.  
  21. Function
  22. updateLog(logText As String)
  23.  
  24. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim session As New </atom:summary><link>http://ozinisle.blogspot.com/2016/07/creating-text-file-with-lotusscript.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://2.bp.blogspot.com/-w35dkX3gKg0/V43ZR2nAhMI/AAAAAAAAA_A/ObzS-hC1A9saEDWUdAExM4KSh6YeTbDAACLcB/s72-c/a.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-2309513133513340483</guid><pubDate>Thu, 23 Jun 2016 16:39:00 +0000</pubDate><atom:updated>2016-06-23T22:09:40.144+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><title>Screen flickers when hovering on li elements - a possible relief</title><atom:summary type="text">
  25. I had a list of nested un-ordered list which were working fine until I made a few changes.
  26.  
  27. I am speaking about nested ul and li tags.
  28.  
  29. I spent an hour trying to figure out what was causing the issue and had been inspecting through the style&amp;nbsp;associated&amp;nbsp;with the page and nothing seemed to help.
  30.  
  31. The culprit was the chrome&#39;s developer tool itself. I turned off the developer tool and the </atom:summary><link>http://ozinisle.blogspot.com/2016/06/screen-flickers-when-hovering-on-li.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-8942547001625331250</guid><pubDate>Wed, 25 May 2016 10:49:00 +0000</pubDate><atom:updated>2016-05-25T16:26:06.160+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><title>Some basic experiments with dojo/_base/lang</title><atom:summary type="text">
  32.  
  33. Dojo/_base/lang
  34. The important pointers to remember about this package are, this provides following functionalities
  35. Clone – helps clone a node to an other. A literal copy
  36. Delegate – helps create a bounded subclassed object. Changes are reflected to child when parent object is changed, provided, its done in the oops way *(note1:refer note below)
  37. exists getObject setObject
  38. extend mixin partial – </atom:summary><link>http://ozinisle.blogspot.com/2016/05/some-basic-experiments-with-dojobaselang.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-470053003809664057</guid><pubDate>Tue, 25 Aug 2015 05:21:00 +0000</pubDate><atom:updated>2016-05-25T15:52:45.173+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Eclipse</category><title>This compilation unit is not on the build path of a Java project</title><atom:summary type="text">
  39.  
  40. Problem: Eclipse Showing error message - &quot;This compilation unit is not on the build path of a Java project&quot;
  41.  
  42. If you import a project as a General Project, it wont have the java nature and that will be a problem. In my case this was true . And rectifying the same will be as follows,
  43.  
  44.  
  45.  
  46. &amp;nbsp;Add the below lines in the .project file of your workspace and refresh.
  47.  
  48.  
  49.  
  50.  
  51.  
  52. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;</atom:summary><link>http://ozinisle.blogspot.com/2015/08/this-compilation-unit-is-not-on-build.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-3986055237028727448</guid><pubDate>Thu, 14 May 2015 07:17:00 +0000</pubDate><atom:updated>2015-05-18T13:11:08.665+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><category domain="http://www.blogger.com/atom/ns#">Tomcat</category><title>Deploying dojo in Apache Tomcat</title><atom:summary type="text">       v\:* {behavior:url(#default#VML);}  o\:* {behavior:url(#default#VML);}  w\:* {behavior:url(#default#VML);}  .shape {behavior:url(#default#VML);}  &lt;!--  /* Font Definitions */  @font-face   {font-family:Wingdings;   panose-1:5 0 0 0 0 0 0 0 0 0;}  @font-face   {font-family:Wingdings;   panose-1:5 0 0 0 0 0 0 0 0 0;}  @font-face   {font-family:Calibri;   panose-1:2 15 5 2 2 2 4 3 2 4;}  @</atom:summary><link>http://ozinisle.blogspot.com/2015/05/deploying-dojo-in-apache-tomcat.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-gCtpQIjcs-M/VVRMIHS0OSI/AAAAAAAAA8g/eOpQbtcqses/s72-c/image006-772057.jpg%22" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-701776286703166633</guid><pubDate>Tue, 12 May 2015 06:54:00 +0000</pubDate><atom:updated>2015-05-18T12:39:58.030+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><category domain="http://www.blogger.com/atom/ns#">JSON</category><category domain="http://www.blogger.com/atom/ns#">JSONP</category><title>A simple dojo JSONP example</title><atom:summary type="text">
  53.  
  54.  
  55. Well I almost got sick of find out the missing link. The missing link I am talking about is something like “What the hell am I missing for a dojo JSONP request to work?” as I was trying those examples provided in dojotoolkit.org.&amp;nbsp;
  56.  
  57. Thanks to the post by   Jason Schock&amp;nbsp; titled “So how does JSONP really work?”. With little tinkering I understood how native plain JSONP requests work.  
  58. </atom:summary><link>http://ozinisle.blogspot.com/2015/05/a-simple-dojo-jsonp-example.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-paDx_XRUXZ0/VVGju6gtEaI/AAAAAAAAA7I/QgOXb6K99uk/s72-c/image001-790370.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-5584204178529223160</guid><pubDate>Tue, 12 May 2015 06:51:00 +0000</pubDate><atom:updated>2015-05-18T12:56:44.797+05:30</atom:updated><title>Ajax in dojo are deep</title><atom:summary type="text">
  59.        &lt;!--  /* Font Definitions */  @font-face   {font-family:Wingdings;   panose-1:5 0 0 0 0 0 0 0 0 0;}  @font-face   {font-family:Wingdings;   panose-1:5 0 0 0 0 0 0 0 0 0;}  @font-face   {font-family:Calibri;   panose-1:2 15 5 2 2 2 4 3 2 4;}  @font-face   {font-family:Tahoma;   panose-1:2 11 6 4 3 5 4 4 2 4;}  @font-face   {font-family:Consolas;   panose-1:2 11 6 9 2 2 4 3 2 4;}  /* Style</atom:summary><link>http://ozinisle.blogspot.com/2015/05/ajax-in-dojo-are-deep.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-7606346276246850812</guid><pubDate>Tue, 12 May 2015 06:47:00 +0000</pubDate><atom:updated>2015-05-12T12:37:59.144+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">CSS</category><category domain="http://www.blogger.com/atom/ns#">Dojo</category><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><category domain="http://www.blogger.com/atom/ns#">JSON</category><category domain="http://www.blogger.com/atom/ns#">JSONP</category><title>Handling security errors due to Cross Domain Ajax  (JSONP)</title><atom:summary type="text">  Some basic issues that I face while working with iframes include t not limited to the following,    &lt;!--[if !supportLists]--&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &lt;!--[endif]--&gt;Unable to access iframe – document object    &lt;!--[if !supportLists]--&gt;2.t &amp;nbsp;when I am unable to access iframe’s document object or vice versa, the issue could be due to browser settings or because the url in the </atom:summary><link>http://ozinisle.blogspot.com/2015/05/handling-security-errors-due-to-cross.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-4562438493105721104</guid><pubDate>Tue, 12 May 2015 06:32:00 +0000</pubDate><atom:updated>2015-05-18T12:59:03.923+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tomcat</category><title>Apache Tomcat server runs but does not display home page</title><atom:summary type="text">
  60.        &amp;lt;!--[if !mso]&amp;gt;v\:* {behavior:url(#default#VML);}  o\:* {behavior:url(#default#VML);}  w\:* {behavior:url(#default#VML);}  .shape {behavior:url(#default#VML);}  &amp;lt;![endif]&lt;!--  /* Font Definitions */  @font-face   {font-family:Calibri;   panose-1:2 15 5 2 2 2 4 3 2 4;}  @font-face   {font-family:Tahoma;   panose-1:2 11 6 4 3 5 4 4 2 4;}  /* Style Definitions */  p.MsoNormal, </atom:summary><link>http://ozinisle.blogspot.com/2015/05/apache-tomcat-server-runs-but-does-not.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-Ltkjfn7_pbQ/VVGebnVK1mI/AAAAAAAAA6s/fvO6DOE3D4w/s72-c/image001-733871.jpg%22" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-2653940663715697180</guid><pubDate>Fri, 13 Feb 2015 14:28:00 +0000</pubDate><atom:updated>2015-05-12T12:09:01.893+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Java</category><title>Got Crazy with nested classes :)</title><atom:summary type="text">This time I tried enclosing 23 levels of sub classes with a combination of static and plain nested subclasses and guess what!!! It worked for me. Guess My demo of nested sub classes in java is world class rofl
  61.  
  62. Step 1: created a class like the following
  63.  
  64. package com.oz.core.NestedClasses;
  65.  
  66. public class OuterClass {
  67.  
  68. public static class NestedClass {
  69.  
  70. public class SubNestedClass {
  71. public </atom:summary><link>http://ozinisle.blogspot.com/2015/02/got-crazy-with-nested-classes.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-7994622537389017851</guid><pubDate>Wed, 11 Feb 2015 12:41:00 +0000</pubDate><atom:updated>2015-02-11T18:11:24.738+05:30</atom:updated><title>LOL with Arrays in Java</title><atom:summary type="text">Well I do get crazy when I start experimenting some times. Never dared to do this in real life aparting from pushing my limits when it came to swallowing stuffs and touching electric bulbs. But I really do feel like I get very crazy when it comes to my computers. It does not cost me much ehh... apart from the time I spent on doing it :D
  72.  
  73. Coming to the point, I grew interest in Nano technology, </atom:summary><link>http://ozinisle.blogspot.com/2015/02/lol-with-arrays-in-java.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-2914813343167872839</guid><pubDate>Wed, 11 Feb 2015 11:54:00 +0000</pubDate><atom:updated>2015-02-11T17:24:41.425+05:30</atom:updated><title>A day for Enumeration perhaps</title><atom:summary type="text">I had written a post about how to implement a Switch Case using String in past. I had to do a similar thing now and felt like it time I dig more about Enum Classes and objects.
  74.  
  75. I understand that an object definition using the Enum keyword is similar to a class definition and can be put in its own file. And that the Enum objects by default will extend java.lang.Enum implicitly
  76.  
  77. An enum type is a</atom:summary><link>http://ozinisle.blogspot.com/2015/02/a-day-for-enumeration-perhaps.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-638909127579608288</guid><pubDate>Sat, 15 Nov 2014 11:13:00 +0000</pubDate><atom:updated>2015-05-12T12:30:56.752+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Ext-js</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><title>Extjs best practises</title><atom:summary type="text">  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.use MVC</atom:summary><link>http://ozinisle.blogspot.com/2014/11/extjs-best-practises.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-2684458076107037114</guid><pubDate>Wed, 12 Nov 2014 09:08:00 +0000</pubDate><atom:updated>2014-11-12T14:38:45.209+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Ext-js</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><title></title><atom:summary type="text">
  78.  
  79.  
  80. While trying samples with Ext.tab.Panel, as usual I though about the next step of using nested panels and load an external html file into a panel.
  81.  
  82. And I tried a few simple straight forward stuffs and for some reason it kept failing. Eventually I came up with an answer as usual. Guess I dont want to be stuck with this silly issue every again. And hence this post. Following is a part of my </atom:summary><link>http://ozinisle.blogspot.com/2014/11/while-trying-samples-with-ext.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://4.bp.blogspot.com/-_9v9qYVnRfA/VGMgq36UuwI/AAAAAAAAA4A/einqLbYC9bA/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-1691021094870725177</guid><pubDate>Wed, 12 Nov 2014 08:57:00 +0000</pubDate><atom:updated>2014-11-12T14:27:01.216+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Ext-js</category><category domain="http://www.blogger.com/atom/ns#">Javascript</category><title>Nested Tab example in Ext-Js</title><atom:summary type="text">
  83.  
  84.  
  85. While trying samples with Ext.tab.Panel, as usual I though about the next step of using nested panels.
  86. And I tried a few simple straight forward stuffs and for some reason it kept failing. Eventually I came up with an answer as usual. Guess I dont want to be stuck with this silly issue every again. And hence this post. Following is a part of my practise project which is necessary for the </atom:summary><link>http://ozinisle.blogspot.com/2014/11/nested-tab-example-in-ext-js.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="//4.bp.blogspot.com/-_9v9qYVnRfA/VGMgq36UuwI/AAAAAAAAA4A/einqLbYC9bA/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-4911686725325773682</guid><pubDate>Wed, 05 Nov 2014 10:24:00 +0000</pubDate><atom:updated>2014-11-05T15:54:44.654+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Java</category><title>File Upload using Servlets</title><atom:summary type="text">
  87.  
  88.  
  89.  
  90.  
  91. Create a simple Dynamic Web project in the eclipse IDE. I have installed Apache Tomcat 7.0.10 and following is my folder stucture. You can safely skip the HelloWorld.java and LogFilter.java files from this folder structure as they don&#39;t have any thing to do with this post.
  92.  
  93.  
  94.  
  95.  
  96.  
  97. My motive is to give a simple explanation/illustration on how a file upload control can be implemented in java </atom:summary><link>http://ozinisle.blogspot.com/2014/11/file-upload-using-servlets.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-6qzCbuZVmIU/VFnvmSN54dI/AAAAAAAAA28/LXWxeCt9WXY/s72-c/1.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-1728462176594748953</guid><pubDate>Fri, 17 Oct 2014 14:56:00 +0000</pubDate><atom:updated>2014-10-17T20:26:46.187+05:30</atom:updated><title>replacing newline with characters in java</title><atom:summary type="text">&lt;!--  /* Font Definitions */  @font-face   {font-family:&quot;Cambria Math&quot;;   panose-1:2 4 5 3 5 4 6 3 2 4;}  @font-face   {font-family:Calibri;   panose-1:2 15 5 2 2 2 4 3 2 4;}  @font-face   {font-family:Consolas;   panose-1:2 11 6 9 2 2 4 3 2 4;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal   {margin:0in;   margin-bottom:.0001pt;   font-size:11.0pt;   font-family:&quot;Calibri&quot;,&quot;</atom:summary><link>http://ozinisle.blogspot.com/2014/10/replacing-newline-with-characters-in.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-505641229588106126</guid><pubDate>Thu, 14 Aug 2014 13:44:00 +0000</pubDate><atom:updated>2014-10-15T15:22:36.567+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Java</category><category domain="http://www.blogger.com/atom/ns#">Struts 2</category><title>error c00c0240 - &amp;quot;Could not complete the operation due to error c00c0240.&amp;quot; - AJAX request in Struts</title><atom:summary type="text">I happened to encounter this error when I was attempting to debug an Ajax call to a Struts action. It made me feel miserable for a while as both firebug as well as eclipse debuggers with console showed no trace of the origins of the error. As usual I searched out for the error number and ended up with a lot of stack overflow posts. One of these posts were typically explaining me the same issue </atom:summary><link>http://ozinisle.blogspot.com/2014/08/error-c00c0240-could-not-complete.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-3630724930570457844</guid><pubDate>Fri, 25 Jul 2014 09:54:00 +0000</pubDate><atom:updated>2014-10-15T15:21:40.009+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Eclipse</category><category domain="http://www.blogger.com/atom/ns#">Java</category><category domain="http://www.blogger.com/atom/ns#">Tools</category><title>Writting run time code in eclipse for debugging as in firebug console</title><atom:summary type="text">&lt;!--  /* Font Definitions */  @font-face   {font-family:&quot;Cambria Math&quot;;   panose-1:2 4 5 3 5 4 6 3 2 4;}  @font-face   {font-family:Calibri;   panose-1:2 15 5 2 2 2 4 3 2 4;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal   {margin:0in;   margin-bottom:.0001pt;   font-size:11.0pt;   font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;}  a:link, span.MsoHyperlink   {mso-style-priority:99;   </atom:summary><link>http://ozinisle.blogspot.com/2014/07/writting-run-time-code-in-eclipse-for.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-7472942256598229042</guid><pubDate>Thu, 24 Jul 2014 15:00:00 +0000</pubDate><atom:updated>2014-07-24T20:32:50.332+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Unix</category><title>Customizing the UNIX User Environment - Part 1 - UNIX shell configuration files - Part 1</title><atom:summary type="text">Customizing the UNIX User Environment**********************************************************************************UNIX shell configuration files**********************************************************************************Introducing shell configuration files---------------------------------------&amp;nbsp;A shell is an interactive interface that you use to communicate with the UNIX kernel. </atom:summary><link>http://ozinisle.blogspot.com/2014/07/customizing-unix-user-environment-part_91.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-3185275216767540109</guid><pubDate>Thu, 24 Jul 2014 15:00:00 +0000</pubDate><atom:updated>2014-07-24T20:32:39.040+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Unix</category><title>Customizing the UNIX User Environment - Part 1 - UNIX shell configuration files - Part 2</title><atom:summary type="text">Customizing the UNIX User Environment**********************************************************************************UNIX shell configuration files**********************************************************************************&amp;nbsp;Configuring user profiles----------------------------------------The file that most directly affects a user&#39;s experience of a shell is the .profile file located </atom:summary><link>http://ozinisle.blogspot.com/2014/07/customizing-unix-user-environment-part_86.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9076986602227142053.post-7801691252674633661</guid><pubDate>Thu, 24 Jul 2014 15:00:00 +0000</pubDate><atom:updated>2014-07-24T20:32:27.480+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Unix</category><title>Customizing the UNIX User Environment - Part 1 - Working with UNIX environment - Part 3</title><atom:summary type="text">Customizing the UNIX User Environment**********************************************************************************Working with UNIX environment**********************************************************************************Global and local variables-----------------------------&amp;nbsp;You use variables to customize how a shell looks, behaves, and responds to user input.There are two kinds of</atom:summary><link>http://ozinisle.blogspot.com/2014/07/customizing-unix-user-environment-part_65.html</link><author>noreply@blogger.com (Karthikeyan Alagirisamy)</author><thr:total>0</thr:total></item></channel></rss>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda