Javascript 2

Tag: ‘JavaScript

Basque – Spanish dictionary for mobiles

This application is based on the Euskeraz ikasi dictionary by Iker Etxebarria, which is based on the collaborative dictionary significadode.org. I find this dictionary ideal for studying the meaning of words because it is very concise, although it has got serious lacks of commonly used words. If I need detailed information about the use of a …

Read more »

Basque – Spanish dictionary, version 1

This first version of the application is focused on the improvement of the user’s experience with respect to Euskeraz ikasi. At a technical level, the improvements I would like to make are: Efficiency: Euskeraz ikasi closes itself too often and I think that when using it on an iPhone 4, a web based application should not cause …

Read more »

Basque – Spanish dictionary, version 2

The main goal of this version has been to be able to add the words we want to a list of favorites. This will allow us to keep the searched words for a later study and therefore the improvement of our Basque vocabulary. At present, with the dictionary I use I need to copy and …

Read more »

Basque – Spanish dictionary, version 2.1. Android adaptation

Till now I have only tried the application with browsers based on Webkit, on the desktop and with the iOS browser. I have tested it on Android but it did not work so I am going to make it work and I will show the different problems I came across with, in case it helps …

Read more »

Relative position of an element with position: fixed

On many webs we often see the use of ‘position:fixed’ to keep an element visible the whole time in spite of the page scrolling. For example, we can see that effect on Privalia’s web, where the navigation menu is always in sight. The problem with ‘position:fixed’ is that most times it needs JavaScript help to …

Read more »