Updated mobile site version

Today, I finished the mobile layout for this site today.  It uses pure CSS to make the layout, with a bit of JavaScript to set CSS styles when the user hits the navigation pane expand button (at the top left).  The static styles are set with the following CSS selector @media screen and (max-width: 899px){ header […]

Posted in Programming, Projects, Website | Tagged , , , | Leave a comment

Indexer 1.1b5 released (Last change to Indexer for the year)

Today, I released Indexer 1.1b5, which included bug fixes.  My plan for the next few releases is to work on converting the preview system to using MIME types instead of extensions for identifying previewable files.

Posted in Indexer, Programming, Projects | Tagged , , , , | Leave a comment

Indexer 1.1b4 released

I released Indexer 1.1b4 to Github today.  In this update, I the fixed watermark / QR code not appearing properly on link hover.  Now the images mesh properly with the striped background pattern.

Posted in Indexer, Programming, Projects | Tagged , , , , | Leave a comment

Indexer 1.1b3 released

Indexer 1.1b3 includes various bug fixes and feature implementations.  Pictures now show loading progress properly, middle clicking on an item in the file list now opens the file in a new tab, the page’s URL updates to reflect tab new item being previewed which allows users to send links to a preview page. Expect more features and bug fixes coming […]

Posted in Indexer, Programming, Projects | Tagged , , , , | Leave a comment

Indexer 1.1b1 released

Indexer 1.1b1 was released today. This update makes it possible to protect specific folders from anonymous viewing via a password.  To prevent a user from having to re-enter their password every time they change pages in a protected directory, Indexer now uses a PHP session to keep track of the user’s viewing permissions. I am aware […]

Posted in Indexer, Programming, Projects | Tagged , , , , | Leave a comment

Indexer 1.0 released to Github

Today I released Indexer 1.0 to Github.  Indexer is a file explorer program, similar to Windows Explorer or OSX Finder, but for a web server. To learn more about Indexer, you can visit http://0rleans.com/projectDownloads/Indexer/ and it’s Github page.

Posted in Indexer, Programming, Projects | Tagged , , , , | Leave a comment