Software Technologies

Share

In order to feed calendar clients (like MS Outlook, Google Calendar) it is required to supply a plain text file with the ‘.ics’ extension.

Continue Reading  

Share

In a recent project I had to handle with two simultaneous DB connections using SimpleORM. As you probably know SimpleORM, according with the official web site, is “a full featured Java object relational mapping system that avoids exotic technologies such as byte code generation [more]”. After spending some time in searching more info about how to […]

Continue Reading  

Share

As we already discussed in a previous article we started to rewrite one of our custom ASP Controls in order to improve server and network load. During this process we transformed most of old JavaScript functions to jQuery. Please bear in mind that the objective was not to improve script performance and jQuery scripts may […]

Continue Reading  

Share

In this article we will take a brief look at the Oracle SQL FIRST/LAST aggregate functions that allow you to select a value from the first or last row(s) of a sorted group, when the needed value is not the sort key. For example consider a table “PROJECT_COST” having the following structure and data:

Continue Reading  

Share

The Visual Studio Code Snippets feature allows very simple, common, code blocks to be reused without requiring the same thing to be typed out repeatedly, or copied and hacked. The Code Snippets feature allows inserting code, wrapping existing code and replacement of key parts of the Snippet.

Continue Reading  

Share

Internet Explorer 6 or any other version has been and still is every Web Developer’s nightmare when it comes to designing even the most basic CSS for a website. Fortunately, with the release of Internet Explorer 8, most of the IE6’s past bugs have been fixed and slowly, but sure, Microsoft is getting Internet Explorer […]

Continue Reading  

Share

This article was written to emphasize some of advantages and disadvantages of  using  jQuery. What is jQuery? jQuery is a small JavaScript library that includes support for manipulating the DOM, supports AJAX and it provides some basic graphical effects. The functionality can be enhanced with plugins. Compared with other toolkits,  jQuery aims to change the […]

Continue Reading  

Share

Last week I began working on a project for the Lotus Notes platform. This project was designed for learning purposes, in order to understand the concepts of Lotus Notes. The application is composed of two forms, one for items and one for categories .

Continue Reading  

Share

Concurrency Several clients sharing a resource Contention Multiple users try to access a resource at the same time resulting in waits or event deadlocks. Deadlocks A deadlock occurs when two or more transactions are both in a wait state, with each one waiting for the other to release a lock before it proceeds.

Continue Reading  

Share

AJAX (Asynchronous JavaScript and XML.) is not a new programming language, but a new way to use existing standards. AJAX’s intention is to make web pages become faster and therefore more accepted, by doing background exchange of some small amounts of data with the server, in order to avoid the page to be reloaded on […]

Continue Reading  

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close