329 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Overloading functions in Lotusscript
Fri, Apr 20th 2012 261
Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 172
A sample Calendar file
Tue, Feb 21st 2012 153
Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 184
A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 203
Connecting Oracle through Eclipse
Sat, Nov 12th 2011 176
JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 159
Top 10
Expanding and Collapsing Categories in a XPage View
Mon, Oct 4th 2010 520
Lotusscript code to append hotspot to a richtext field
Tue, Nov 23rd 2010 486
How to get the current node/leaf selected in a NestedList - Sencha Touch Framework
Fri, Feb 4th 2011 483
Get Current URL in XPage
Wed, Jan 5th 2011 437
"Automation server can't create object" - Occuring with "ActiveXObject('Word.Application')"
Thu, Jul 14th 2011 388
Export view contents to excel using LotusScript on web
Tue, Jan 4th 2011 387
Lotusscript code to add attachment to a richtext field
Wed, Dec 1st 2010 353
How to capture orientation change event using Sencha Touch
Fri, Feb 4th 2011 315
Running Scheduled Agents from Server Console
Wed, Oct 6th 2010 301
Implementing JQuery in XPages
Thu, Mar 24th 2011 297


Is 0.1+0.2==0.3
   

Recently a friend of mine brought it up. Try the following in Javascript and to my amusement the answer is false. What are our computers doing... funny :). Probably the compilers fault. javascript:var a=0.1;var b=0.2; alert(a+b==0.3). This one is anologous to the other one posted in http://ozinisle.blogspot.com/2010/05/what-is-20-11-any-idea.html Hope you enjoyed :)

---------------------
http://ozinisle.blogspot.com/2011/06/is-010203.html
Jun 16, 2011
120 hits



Recent Blog Posts
261


Overloading functions in Lotusscript
Fri, Apr 20th 2012 6:10a   A Karthikeyan
At times I find it difficult with out the ability to over load functions in lotusscript. The following way just helped me do it. Since I dont do this often its like new to me every time I do this :) Sub new(key As Variant)      Select Case Typename(key)      Case "STRING":            your code for this type      Case "INTEGER"           your code for this type      Case "NOTESDOCUMENT" [read] Keywords: lotusscript notes
172


Microsoft Outlook Collection of Constants
Tue, Feb 21st 2012 7:10a   A Karthikeyan
Ever seen a vb code which says something like "Set MyItem = MyOlApp.CreateItem(olAppointmentItem)" or "MyRequiredAttendee.Type = olRequired" and had a tough time figuring out what those constants stating with ol stand for when implementing them in your technology. I had my share of head ache to find the nice simple solution for it http://msdn.microsoft.com/en-us/library/aa210886(v=office.11). [read] Keywords: microsoft office outlook
153


A sample Calendar file
Tue, Feb 21st 2012 7:10a   A Karthikeyan
Following is a content of a fully functional calendar file BEGIN:VCALENDAR METHOD:PUBLISH VERSION:2.0 PRODID:-//ORG//LN//LS BEGIN:VEVENT SUMMARY:My Subject! DESCRIPTION:My Description content UID:D70C88D5-E5A1-48EC-84A4-D05DBD5CD8F6-99 DTSTART:20120218T160000 DTEND:20120218T163000 LOCATION:My Location END:VEVENT END:VCALENDAR This is a really nice concept that I liked very much. If you search [read] Keywords: microsoft outlook
184


Bugs: "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 5:09a   A Karthikeyan
[read] Keywords:
203


A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator
Tue, Jan 3rd 2012 5:09a   A Karthikeyan
[read] Keywords:
176


Connecting Oracle through Eclipse
Sat, Nov 12th 2011 9:11a   A Karthikeyan
[read] Keywords: eclipse oracle
159


JDBC Driver URL Format for connection with Oracle
Sat, Nov 12th 2011 9:11a   A Karthikeyan
[read] Keywords: oracle
34


Interceptors with Struts 2
Wed, Nov 9th 2011 8:11a   A Karthikeyan
[read] Keywords:
101


Configuring Struts.xml for Interceptors
Thu, Nov 3rd 2011 8:11a   A Karthikeyan
Well learning curve is quite breath taking with java technologies. I got curious about the interceptors feature in Struts 2 and eventually I ended up trying to sample them out for my reference and understanding. I am not yet successful on it, but at least I have had some progress on the same.   The first wall I had to jump over was that whenever I added the interceptors tag in struts.xml, I was [read] Keywords: java xml




110


Hello world – Struts 2
Mon, Oct 31st 2011 4:53a   A Karthikeyan
@font-face { font-family: Wingdings; } @font-face { font-family: Cambria Math; } @font-face { font-family: Calibri; } @font-face { font-family: Tahoma; } @page Section1 {margin: 1.0in 1.0in 1.0in 1.0in; } P.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt } LI.MsoNormal { LINE-HEIGHT: 115%; MARGIN: 0in 0in 10pt; FONT-FAMILY: " [read] Keywords:




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition