There was an issue raised on Stack Overflow for the liScroll news ticker which I updated a while back now. So I delved in to the code and made a few modifications and the fix.
I have been continuing my work with Arnold Zokas on building a scaleable JavaScript solution which combines with a simple console app. It was initially created for use with Juxtapo but as it has grown I felt it needed it’s own identity and so have renamed it “Rivet”.
It’s not only had a name change, we have also been adding new features and test cases and have now got a rich and stable version 2 release.
I can’t believe how long it has been since my last post. Things certainly haven’t been quiet. I have a few things up my sleeve to show you in the near future but just wanted to point you to a new Juxtapo article I wrote for the Aqueduct Blog talking about it’s different features, how we use it along with a download of examples.
I’ve come across some really good articles recently which I thought I would share.
Responsive Web Design
There is a lot of talk going around about using CSS media queries to create flexible, fluid and responsive web sites. I have been doing some work at getting this website to restructure itself on smaller screens and I’ve found these articles really helpful.
I have been working on a new server-side JavaScript framework insired by jQuery called sjs. I wanted to give a developer the ability to distribute a JavaScript program which could be run on various platforms. I have initially chosen two to support: Mozilla Rhino and Microsoft CScript. This means that the scripts you have written would work cross platform on Windows, Linux, Mac.