Entries Tagged ‘javascript’

Web developer: Why 2017 feels exactly like 1997?

I don’t know how many of you, dear readers, remember still how it was like being a web developer in late 90s? You know, the time when not every kid knew how to do web-sites. The time of Geocities, Angelfire and Lycos. The time without Google (well, nearly). The time before cross-browser javascript frameworks and […]

Javascript string traversing

Lately I needed to parse format that Cisco uses for specifying transfer masks and route patterns to an array of telephone numbers a user could choose from. I wrote a neat javascript function that traverses the string and does what needed. I even wrote a neat recursive function that displayed the numbers in HTML select […]

Designing the web for accesibility

I have been meaning to write this article for some time now. Never got around to write it. So… what am I on about? Well, remember all those beautiful web sites with latest design thing implemented. Enable Zoom Text Only in your Firefox browser (View->Zoom->Zoom Text Only) and zoom in or set larger fonts in […]

Flip IT services

Helped to create this web site (and some other stuff, but let’s focus on web site at the moment). The site is in Slovenian and it presents an awesome idea to virtualize the desktop to maximize security and maintenance for minimal costs. Writing HTML, CSS and JS for all those rounded buttons was fiddly, not […]

Banner animator v1.1

In order to display multiple banners in single spot (and to keep web site from becoming tacky), you will need some sort of client side script that will display first one banner, then the second one etc. This is called banner animator (or even ad animator). In this case, the functionality is written in JavaScript, […]

Organizing Notes Web Applications

This one might sound a bit of a “d’oh” to experienced Lotus Notes developers. However, in my experience most of young Notes developers that are just starting to float (and even some swimming ones) are lacking ideas how to organize their Lotus Notes database.