Web Development

Share

jColibri is a Java framework developed for designing and implementing Cased Based Reasoning  (CBR) applications.  CBR is the process of solving new problems based on the solutions from past problems and has been developed by Roger Schank together with his students from the Yale University in the early 1980. Since then, CBR has become one […]

Continue Reading  

Share

The goal is to simulate a motion by filling this path drawn over a background image using JavaScript only. Will consider a simple way, cut in solid color, with transparent background. In real situation will be, say, a meaningful path with respect to some landscape.

Continue Reading  

Share

In this post i will show you a easy way to add different header images for each page or post in your blog / website. The fastest way to achieve this is to use Custom Fields, this allows us to add additional meta information to posts. In the next example the header image it is […]

Continue Reading  

Share

This post is about encrypting / drecrypting data, files more exactly. After google-ing for a while i found this to be very usefull for what i needed. This class uses RIJNDAEL-256 block cipher, which is based on a symetric key algorithm, this means that it’s using the same key for encryption and decryption.

Continue Reading  

Share

Our client wanted a solution for displaying testimonials on his TYPO3 website. The easiest way to accomplish this was creating some items that can be edited in the backend of the website and a front end plugin for the list and detail view. One of the great things that TYPO3 provides is the TCA (Table […]

Continue Reading  

Share

For starters, for those of you who don’t know, YUI (Yahoo User Interface) is a collection of JavaScript and CSS resources that make it much easier to build richly interactive applications in web browsers. Since 2006 when YUI 2 was released, thousands of websites make use of this popular and very well documented JavaScript/CSS library […]

Continue Reading  

Share

When developing applications with JSF, there is the need to display error messages back to the user, if a user submitted form contains errors, or if the processing of the data went wrong. For this request, JSF meets the <h:message/> tag.

Continue Reading  

Share

Let’s assume that we have to build a price calculator for a osCommerce website, that needs to have price based on dimensions(input from user – length, width), attributes,
for each attribute there are more than 1 options with different prices for each option.

Continue Reading  

Share

The client wanted to limit the access to certain pages based on user account and password. So some pages can only accessed by some users that gave them permission the site manager. For that i create two radio input type with “Yes” or “No” protect page options.When i selected “Yes” option i can chosen from […]

Continue Reading  

Share

TYPO3 is a free and open source content management system as well as a Model–view–controller (MVC) Web Application Development framework written in PHP. It is released under the GNU General Public License and it can run on Apache or IIS on top of Linux, Microsoft Windows, OS/2 or Mac OS X.

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