links for 2009-04-16

Remote Debugging PL/SQL with SQL Developer exec DBMS_DEBUG_JDWP.CONNECT_TCP( ‘127.0.0.1’, 4000 ); (tags: remote debug pl/sql)

links for 2009-03-30

Extending XQuery with Window Functions (tags: xquery windows continuous queries)

links for 2009-02-12

Maven Dependency Plugin - Resolving conflicts using the dependency tree (tags: maven dependencies)

links for 2009-02-07

A generic array of is created for a varargs parameter (tags: java java.util.Arrays.asList() varargs generics)

links for 2009-02-04

ftp://ftp.rfc-editor.org/in-notes/rfc-ref.txt (tags: rfc reference)

links for 2009-01-15

Restore Windows MBR using Ubuntu Live CD sudo lilo -M /dev/sda mbr (tags: ubuntu livecd restore mbr)

links for 2009-01-09

Laird Nelson on Concision in Programming Languages Sage advice regarding the ever-present drive to express solutions with the minimum of redundancy, although I don’t find it by itself sufficient argument against closures etc. (tags: sage advice concision)

Bi-directional data synchronization using AtomPub

I spent the first half of 2008 working on a project to enable mobile devices to do bi-directional data synchronization within the web-browser using AtomPub. I meant to blog about it a while back, but got busy with other things. Anyways, we’ve started to document our efforts in this area here. One of our goals is to make it easier to build browser applications that function well even in the absence of a network connection. Read more...

JQuery on Windows Mobile 6.1.4 and Opera Mobile 9.5 Beta

My XDA - Oct 4, 2009 I prefer the WM 6.1 because it has the same view with WM 6.1.4. but I am now using WM 6.5 because it looks very good Regard, My Windows Mobile Blog

JQuery on Windows Mobile 6.1.4 and Opera Mobile 9.5 Beta

Recently Microsoft made available a new version of Windows Mobile, with a new version of Internet Explorer Mobile. Its based on the Desktop Internet Explorer 6 code base, so it should be much improved over the previous version. I wanted to see how well it supports JQuery, so I ran the test suite: http://jquery.com/test/. Disappointingly it failed to execute any tests, which is strange as the sample JQuery snippet displayed on the jquery. Read more...
<< 8 of 13 >>
Ⓗ Home   Ⓑ Blog   Ⓐ About