Liferay Mobile Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 17 December 2007

CSS2 - Tableless forms

Posted on 15:22 by Unknown
CSS2 - Tableless forms: "Tableless forms"
Read More
Posted in | No comments

Tuesday, 11 December 2007

Emacs Using 100% CPU

Posted on 08:27 by Unknown
Looks like I will be using EMACS more, again. I am getting sick of waiting for my IDE to "help" me by getting in the way, being slow and hogging lots of memory.

I did run into a problem with EMACS hogging the CPU which is fixed by:


(custom-set-variables
'(semantic-idle-scheduler-idle-time 200))

Emacs Using 100% CPU: "quick fix is to set the Emacs variable semantic-idle-scheduler-idle-time to a large number (by default it is 2 seconds) so that the idle scheduler does not kick in (which is what is using all the CPU)!"
Read More
Posted in | No comments

Book Review: Effective Java

Posted on 05:29 by Unknown


If I had to choose one single book on Java programming, I would choose Effective Java.
Read More
Posted in | No comments

Thursday, 6 December 2007

Mylyn User Guide - Eclipsepedia

Posted on 12:49 by Unknown
I have been having problems with Mylyn hogging the CPU and making Eclipse unusable. The workaround is to exclude certain parts of the project from being included in Mylyn. I excluded all the generated directories.

Mylyn User Guide - Eclipsepedia: "If an external builder (e.g. Maven, pydev, or other Ant-based builders) is producing output files that are being automatically added to your context because they are not being marked 'derived' as with Eclipse-based builders. You may note that such files are always show as interesting when they are generated or updated and can not be filtered away, since Mylyn expects all files that have changed as part of the task context to have interest. In this case you can explicitly exclude these files from being added to the task context the Preferences -> Mylyn -> Resources page. For example, if the output folder of the builder is 'target', you could set this the following way. Similarly, you could add a filter for '*.pyc' to exclude all files generated with that extension."
Read More
Posted in | No comments

Developer's Guide - Google Chart API - Google Code

Posted on 12:39 by Unknown
Developer's Guide - Google Chart API - Google Code: "The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it: http://chart.apis.google.com/chart?cht=lc&chs=200x125&chd=s:helloWorld"
Read More
Posted in | No comments

Wednesday, 5 December 2007

You WILL experience the Day of the Ninja -- December 5

Posted on 07:45 by Unknown
You WILL experience the Day of the Ninja -- December 5: "As last year (and every year from now on), December 5th is the Day of the Ninja. Plague your co-workers with ninja-ness and wear a ninja mask to work! Got the day off? Run wild in the streets, or dress like a ninja at the mall! Just show the world that YOU ARE NINJA!"
Read More
Posted in | No comments

Tuesday, 4 December 2007

Springframework Presentations

Posted on 10:50 by Unknown
Not sure if you guys are aware of this website http://parleys.com/display/PARLEYS/Home. It has lots of video presentations (mostly focusing on Spring).
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • ASP.NET caching based on a cookie
    You have to use VaryByCustom parameter. Your OutputCache directive will look like this and you have declare the following method in which w...
  • Chapter�16.�Portlet MVC Framework
    Spring Portlet MVC applies the same principles to portlet development as the the Spring Web MVC framework applies to servlet development. F...
  • Wicket and Guice
    Are you sick of XML? I sure am. While I really like Spring Framework, I am sick of all the XML. Writing unit tests is hard enough, but ho...
  • Open Source Technical Support by OpenLogic
    This gets filed under the category of "Why didn't I think of this?". What an excellent business model. Take a free product a...
  • Linux.com | GNU Emacs 22 finally released
    I have just recently switched from Emacs to Eclipse for my Java development work. I still use Emacs almost everyday I even have an Emacs r...
  • Clojure: lazy seq + database = bad
    In my work on topoged-hibernate I naively thought that it would be great to return a lazy-seq of the results of a query like: However, th...
  • Hexlify in Clojure
    Looking at this gist , I have created functionality similar to EMACS hexlify-buffer. In EMACS, it reads a binary file and presents two views...
  • Watch "Advanced Topics in Programming Languages: Java Puzzlers, Episode VI"
    Advanced Topics in Programming Languages: Java Puzzlers, Episode VI 1 hr 13 min 49 sec - Jul 23, 2007 Average rating: (23 ratings) Descr...
  • LISP Cycles
    I admit it, I like LISP. There are a certain set of programming problems that it handles elegantly. I feel the same about AWK, BASH, SQL a...
  • Coding Horror: The "Works on My Machine" Certification Program
    I think we will be doing this at work. Coding Horror: The "Works on My Machine" Certification Program : " 1. Compile your a...

Categories

  • 1.3.0
  • abiword
  • apache
  • archiva
  • browser
  • clojure
  • ClojureScript
  • derby
  • exception
  • java
  • javaone
  • javascript
  • jdk
  • jquery
  • lein
  • Liferay
  • page background
  • patterns
  • swank
  • watermrk

Blog Archive

  • ►  2013 (3)
    • ►  November (1)
    • ►  July (1)
    • ►  May (1)
  • ►  2012 (5)
    • ►  December (3)
    • ►  February (1)
    • ►  January (1)
  • ►  2011 (5)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2010 (6)
    • ►  September (6)
  • ►  2009 (10)
    • ►  July (2)
    • ►  June (1)
    • ►  April (5)
    • ►  March (1)
    • ►  January (1)
  • ►  2008 (23)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (2)
    • ►  June (3)
    • ►  May (6)
    • ►  April (4)
    • ►  March (2)
    • ►  February (1)
    • ►  January (1)
  • ▼  2007 (45)
    • ▼  December (7)
      • CSS2 - Tableless forms
      • Emacs Using 100% CPU
      • Book Review: Effective Java
      • Mylyn User Guide - Eclipsepedia
      • Developer's Guide - Google Chart API - Google Code
      • You WILL experience the Day of the Ninja -- Decemb...
      • Springframework Presentations
    • ►  October (5)
    • ►  September (1)
    • ►  August (4)
    • ►  June (3)
    • ►  May (15)
    • ►  April (7)
    • ►  March (3)
Powered by Blogger.

About Me

Unknown
View my complete profile