OpenAI Explorer 2.0 Released

On the heels of the latest 1.0.3 update of this extension comes version 2.0 of my experimental OpenAI Explorer SketchUp extension, which I am releasing today. As it turns out, creating a chat-type interface for it wasn’t too hard to implement, so I did it.

Creating better in-text ads with jQuery

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..

SketchUp Ruby Code Editor 4.0 is now available!

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..

Favorite Places mapping web app is now open source

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..

Ruby Code Editor updated to version 3.0

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..

Sketchfab uploader

Putting SketchUp models on the web – with Sketchfab.com

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..