Skip to main content

Posts

Showing posts from 2016

How to Make a Website Everyone Has

Full page smooth CSS scroll

Use the mousewheel to scroll the page in the codepen window (the whole blog will try to scroll as well, of course, the model is supposed to be run in a separate window but you get the idea).   See the Pen Full page CSS-based scroll (pure vanilla JS, no libraries) by Ilya Gerasimenko ( @igstudio ) on CodePen .

May 1st Reboot 2016

My main site gets a facelift (about half-a-decade overdue). Due to a chronic caching issues with iPage, I have to model everything on CodePen , and then FTP files to iPage, where, for some mysterious reason, html gets updated instantly, but CSS and Javascripts marinate somewhere for at least half an hour, before starting to render, which makes it impossible to model anything in real time. Annoying. Oh, well. At least I finally got to re-doing the site. I still do not have a concept for the galleries, though, and a main navigation menu is really primitive, but the new site is HTML5, CSS3 and what not, and I am not ashamed to refer people to it anymore. Yay. P.S. Resolved the cache issue with .htaccess file: FileETag None Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"  everything now works a lot livelier. P.P.S. Why is Blo

3D SVG Logo (iG)

Now, how can I transform this into a navigational unit?... See the Pen 3D Transform Study (SVG logo) by Ilya Gerasimenko ( @igstudio ) on CodePen .