Michael

Show:

What's happening?

  • Password strength in displayed on the refence

    When setting a reference to a password KeePass displays the strength of the refence and not of the referenced value.

    2009-10-20 17:25:00 UTC in KeePass Password Safe

  • Comment: Dereference field in entry view

    Hi Mitch, the first option would be very tedious. I would have to hover over every entry :-( The second option seems to be usable. Real values (refs) could be displayed in the edit mode only. The entry view and the list view could show the resolved values. Of course obfuscated values remain obfuscated.

    2009-10-20 17:19:27 UTC in KeePass Password Safe

  • Derefence field in entry view

    I heavily rely on field references but the downside is that you only see uuids and the end, you don't know what your entry is any more. It would be great if at least in the entry view the references would be derefenced for preview purposes.

    2009-10-18 18:08:05 UTC in KeePass Password Safe

  • Followup: RE: Oracle w/ timestamp column won't work

    Hi Heiko, sorry just noticed your message after months of absence. I did what you have advised me: alter session set TIME\_ZONE='+02:00'; select SESSIONTIMEZONE from dual; Seems to be ok but if I run: alter session set TIME\_ZONE='+02:00'; select * from table; it still keeps telling me tha the session timezone is not set. Setting to manual commit has no avail...

    2009-09-28 13:31:14 UTC in Eclipse SQL Explorer [RCP/Plugin]

  • Oracle w/ timestamp column won't work

    I have Oracle 9.2i and a table with a TIMESTAMP column. Running a select on this column results in "session timezone not set". This means that I cannot query this table without converting the column. Please fix this.

    2009-06-17 09:19:57 UTC in Eclipse SQL Explorer [RCP/Plugin]

  • Cannot serialize object and function pointers

    I have came across a very nasty functional limitation in the lib. I wanted to pass a object and funtion pointer: "{text: "hello", fn: pointer, obj: pointer2}" This cannot be parsed nor created. The does not need to care what the pointers are, it just needs to parse and serialize them. I guess we need a JSONPointer.java.

    2009-02-17 12:21:47 UTC in Json-lib

  • Improve all JS for loops

    JavaScript suffers from a severe performance penality in traditional for loops: for (var i = 0; i < array.length; i++) should always changed to: var len = array.length; for (var i = 0; i < len; i++) OR use Prototype iterators which describes the problem too.

    2008-09-24 14:16:32 UTC in Ajax JSP Tag Library

  • Comment: ajax:displayTag ignores JavaScripts

    include this in line 63 in ajaxtags.js: var thisCall = new Ajax.Updater(ajaxupdateData.id,ajaxupdateData.href,{onComplete: ajaxupdateData.postFunction, evalScripts: ajaxupdateData.evalScripts});.

    2008-09-18 13:15:51 UTC in Ajax JSP Tag Library

  • ajax:displayTag ignores JavaScripts

    I have to use the callout inside ajax:displayTag to provide tooltips on a paginating table. By default Prototype ignores scripts in the responsBody. I have patched the tag to provide this script evaluation feature.

    2008-09-18 13:01:47 UTC in Ajax JSP Tag Library

  • TabPanel won't update content

    The Tab Panel JS function send the Ajax.Updater request as GET which causes the IE6 to cache the first request and ignore all subsequent requests. The problem is described here: http://www.skybyte.net/articles/ajax_updater_cache/ Which is caused by line 588 in ajaxtags.js: method: 'get' 1. I tried the first solution which did not work here. 2. The random param does the trick but the...

    2008-09-05 13:24:49 UTC in Ajax JSP Tag Library

About Me

  • 2006-03-05 (4 years ago)
  • 1468139
  • michael-o (My Site)
  • Michael

Send me a message