I have placed ads on my sites in various ways (and locations) now. With all those attempts, I tried to avoid overly intrusive ads and wanted to always clearly mark an ad as such. What I have currently implemented actually fulfills that nicely in my view. My ads follow these principles: Ad areas are underlayed […] Read more..
My SketchUp extension Ruby Code Editor held a top spot on my to-do list for quite a while… until now. I finally got around to giving the code a major overhaul and can now proudly announce that version 4.0 has just been released. If you are a seasoned coder or a newbie just wanting to […] Read more..
I decided to make my Favorite Places web app (that was the basis for the UMass Favorite Places site) open source. You can now find it on my GitHub page: https://github.com/alexschreyer/My-Favorite-Places In doing so, I made a bunch of improvements and squashed some bugs. Don’t forget to look at the readme.txt file. Please drop me […] Read more..
I finally got around to updating my Ruby Code Editor to version 3.0. There are quite a few upgrades including: better environment stability (editor, scrolling, results, etc.), code completion for SketchUp classes and methods and a variety of other minor updates (including the fact that it now remembers the last file). The following video gives a […] Read more..
Although there are ways to get SketchUp models to display on the web (most notably using the 3D Warehouse or VRML if you have SketchUp Pro), none of those technologies are as elegant as using WebGL. This technology needs no plugins and relies only on 3D display capability that is already built into modern browsers. While […] Read more..
The best way nowadays to set up information displays like these is to have them simply consist of an LCD screen and a Raspberry Pi, with the mini-computer connected to the internet and set to only display a single webpage. This project shows some of my implementations.
I just posted an update to the SketchUp Ruby Code Editor. It now sports buttons instead of text, which makes it easier to use on a small screen. It also has three new buttons: One to explore the current selection, one to explore attributes of the current selection and a third to display the Ruby […] Read more..