LiveHelp
:: Our company :: Services :: Portfolio :: Information

Always something

fresh

Blog category (Programming)

The world leading mobile phone supplier Nokia corporation is going to sell it’s Qt commercial licensing and facility establishment to technology services firm Digia Public Limited Company, the two companies said on Monday.

Sometimes in software development you need to run only one application instance. If you want to do this in Java you will have to think about realization, because this feature is not complete in standard Java language library. In the web you can find 2 basic approaches to make it work: port lock and file lock ideas. I've try to create really reusable piece of code :) which can handle cross application lock.

In Drupal function taxonomy_select_nodes() limits results based on "Number of posts on main page" variable.

In API it says "Finds all nodes that match selected taxonomy conditions."

This sounds completly wrong if you consider this function could be called from custom modules to get entries for a custom block for example.

Enum types in Java

An enum type is a type whose fields consist of a fixed set of constants. Common examples include compass directions (values of NORTH, SOUTH, EAST, and WEST) and the days of the week. Because they are constants, the names of an enum type's fields are in uppercase letters.

Ever wanted to set adhock breadcrumbs for pages that were not really part of any logical menu structure? Also want to activate the primary menu for this ad hoc page?

Drupal 6 makes this easy....

Follow us

T F L