Tag: web

  • A Fun Adventure in PGP

    So I got curious about PGP keys and signing and encrypting using them. I managed to figure out how to use the semi-popular gpg4win (the standard windows port of GnuPG) with its built in Kleopatra GUI, Outlook add-ins and all the other fun stuff.

  • PHP Access Control List

    A quick little Access Control List (ACL) snippet I made for PHP/HTML. Enjoy! <?php $acl = array( // Populate with IP/Subnet Mask pairs. // Any zero bit in the subnet mask acts as a wildcard in the IP address check. array(“192.168.10.24″,”255.255.255.255”), ); $acl_allow = false; for ($i = 0; $i < count($acl); $i++) { $ip2chk […]

  • Expired Domains – A Headache (but a learning experience)

    Hey all! It’s been a few months, I know. But I wanted to share an experience I had with my recent domain name headache. So as you may or may not know, I’ve owned ppsstudios.com since May 2013. I purchased it via Google Apps which in turn set my registrar to eNom. Both are useful services and work […]

  • Pandora Music

    Pandora.. Great selection of music, stays on topic and all that. But seriously..is there a way to prevent the computer inactivity timeout? Stops playing, starts giving me whiny messages of “Are we playing to an empty room? It costs us to play these songs so we don’t want to be playing to nobody.” However, I’ve […]

  • Ruby on Rails for Windows

    It was only recently that I FINALLY figured out just what Ruby on Rails is. From most of the posts I saw all I could make of it was “it’s the thing that runs Twitter.” Okay..so what’s it DO? Well as it turns out, from what I can make of it, Rails is a new […]

  • Garfield!!

    A long time ago, I discovered that Jim Davis, the author of Garfield comics, syndicates his stuff with uComics. An interesting, and probably well-known, fact is that uComics actually stores the images from a particular cartoon in a fairly friendly directory structure! At least, they do with Garfield comics. So I was able to do some back-door hacks […]

  • Faster Internet is (at least for now) better

    We’ve just gone live with our newly activated ADSL connection. As of 5:00 this evening, I was able to plug in the aforementioned modem that we bought on Friday and successfully connect to first Qwest’s initial login page, then, well, everywhere else! Of course, everybody’s test to see if they’re connected is Google. Well, not […]

  • My Router-Modem Setup

    Here’s what I’ve figured out with my router/modem setup. The router has two sets of plugs in it. One set is the regular ethernet ports to hook in single computers to. However, there is a single yellow port known as the WAN or Internet port. What really is the difference here? I’ve figured it out. […]

  • danipavliashvili2 is Getting Limelight!

    So I did a vanity search today just to see where this site is going and it turns out that my Myst tutorial on FlyMode was published on Technorati.com. Also, the Georgian characters for the title (the phonetic translation in English is “Danieli Pavliashvili”) got the attention of Holmes.ge with search results on my Photoshop brushes, Camstudio and […]

  • Brinkster

    Alright yew people.  I’ve decided that my website is getting really boring.  You can see how boring here. The story writer is not being hit at all, hardly (probably because of the password protection).  If anyone has any ideas on what to add to it, shoot me (the webmaster) an email on http://ppsstudios.brinkster.net/sendMail.asp. I check it about once […]