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...
Creating basic shapes with SVG
SVG contains the following elements to create basic shapes: RECT, CIRCLE, ELLIPSE, LINE, POLYLINE, POLYGON. We also have the PATH element with which we could create any shape including the previous ones already named. We will see how to create the different basic shapes with SVG and JavaScript. We...
SVG, CSS and the ‘use’ element
In the post about Illustrator and SVG I already pointed out that the utility I saw in Illustrator to work with SVG was the creation of graphic elements and their gradients and colors. Now I want to use an illustration converted into SVG from Illustrator in order to manipulate...
SVG and the text
To use text in SVG, you use the ‘text’ label, and you can apply the same effects as to any other SVG element. Next, I’ve stressed the characteristics which I think are of most general interest but, for further detail you have to go to the specification at http://www.w3.org/TR/SVG/text.html. The...
Custom Scrollbars in WebKit
The aim of this post is to review the necessary styles to custom the scroll in WebKit, on the basis of its blog tutorial http://www.webkit.org/blog/363/styling-scrolls/ but customizing each of the scroll parts step by step. The example given in http://trac.webkit.org/export/41842/trunk/LayoutTests/scrolls/overflow-scroll-combinations.html is difficult to understand given that, in the same styles page the different...