http://ba.rrypark.in/monitoring/index.php
I’ve finally got around to releasing it for public use. There’s still some bits and pieces to do on the front end. I’ve tested the technical stuff behind the scenes as best as I can. I’ve got a list of features still to be worked on for the front end, some of which are fairly key (ho hum). It’s free to sign up; only an email address and a password is needed. I’ll only contact anyone who signs up when a new release is rolled out (by that I mean when major changes are made).
If you want to give it a little test please do. I’ve set a limit of 5 monitors to start with.
If you want to ask questions or get in touch with me, there’s a contact form once you’ve logged in or you can leave a comment here. For email just address emails to anything @rrypark.in (I prefer just a ‘b’ before the @ as it’s my name!)
For anyone interested, I used twitters bootstrap as a jumping of point for the css. It’s still very bootstrap-esque, but I’m not a designer, so forgive me that. I’ll probably take it a bit further on the next update.
So, now for the new project. It’s something I’ve already made a bit of a start on it. In August of this year my fiancée and I took our immediate family with us to Vegas to get married. It was an exceptional trip and one I’d love to repeat next year (although just the two of us!). When we got back I took the time out to gather up everyone’s SD cards and get a copy of all the pictures. I built up a little php script to traverse a series of directories (let’s call them “albums”) and scan for images. Upon finding a suitable image it creates subdirectory to store thumbnails and subsequently creates them. Of course, when you’ve got >2,000 images to process there’s memory issues ahead. The script limits itself to a set number of thumbnails at a time and then reloads itself to process the next set. It took a little while to complete on my little cheap server, but it got the job done. One last php file then acts as the album gallery creating a list of albums and paginates the image list for a gallery effect.
Yeah it’s a little rudimentary and not the most original script in the world, but it’s simple to deploy (2 php files is all that’s needed). Upload however many photos you want into as many directories as you want and it’ll happily give you a little gallery.
I’m intending to spend some time over the next few posts to both give away this little gallery (only took a couple of hours) and use this as a tutorial writing experience for myself.
That’s all for now.