Browsing the archives for the PHP category

Break Things, Please!

I posted this in my status on Facebook, but crossposting yields wider audiences. Amber conscripted me to build a simple submission and voting script for an upcoming Doctor Who fanvideo contest. I think I’m mostly done with it, which means that there’s a ton of bugs to be fixed, naturally. I’ve already gotten the obvious [...]

Success!

So. After who knows how long of not working on my plugin, I came to a revelation last night: Why bother replacing the spaces in the URLS with plusses?? Browsers nowadays should be able to handle that with no problem! Opera replaces the spaces with “%20″s automatically. Firefox doesn’t replace them, but can handle them [...]

I’m Thinking Green

How about you? Anyone have any idea how one might go about creating a graph (specifically a line graph) with PHP? I wanna record and plot my connection speeds over a period of time (I’ve been having issues for the past two months or so). Plus I would learn more about PHP in the process. [...]

Sweet

Alright! I’ve got a basic example of what I want to happen! My Poem (without the spaces) becomes My Poem!! However! It doesn’t replace the spaces in the URL with +’s yet, nor does it add the title attribute to the a tag… But! I DO have a script that does JUST that with a [...]

Awesomeness

Check it out: It’s my very own little “progress” bar script that shows how far along I am to getting my computer! I didn’t realize PHP could output graphics, that’s so cool! This brought me back to the days of Demonica (a playerworld Paul and I used to work on for Graal). I created an [...]