Main Page

Archives
Archives >> Category >> Site Updates
 
19
Sep
2007
  Filed under: Site Updates
  Comments: 1 Comment »
I've finally, finally posted some pictures in the gallery. I also updated the script to correct a problem where it wouldn't display the number of sub-galleries. I doubt anyone noticed other than me, but just in case, that's corrected. Also on the agenda, (e.g. I hope to correct these things ...
 
 
2
May
2007
  Filed under: Site Updates
  Comments: No Comments »
I just updated from Wordpress 2.0.5 to 2.1.3. While most things seem to be working correctly, a few of the plugins seem to be spitting out funny results. I'll fix these things as soon as my exam tomorrow morning is over. Ciao! UPDATE: Okay, everything should be fixed. Props to ...
 
 
1
May
2007
  Comments: No Comments »
The last post was depressing, so in order to prevent ending on that note, here's a shoutout to Davemo, who has started his blog. North American Scum. Yay, go Dave. Also, I installed a new plug-in so I can have a cool audio player for when I want to post ...
 
 
22
Mar
2007
  Filed under: All Entries, Site Updates, Coding
  Comments: 1 Comment »
Quick update, I installed a new plugin that spits out a list of people who commented on a post and links their name back to their respective websites. It's a comment-whoring move to let others plug their sites on yours, but oh well, seeing as how most of the traffic into my site comes in that form anyway. If you want to do the same thing (see the "complements of" after each post on the index page?), you can download it from that site. I made a few quick changes to the code, though. I wanted commas in-between each person, so I needed to have the script put in a comma after every entry other than the last one. In order to do so, after the script files all comment authors and URLs into the array $commenters, I assigned a new variable $count the integer one and got a count of the array. In code form: $result = count($commenters); $count = 1; (Hint: $count starts at 1 to account for the fact that I don't want a comma after the last commenter) After that, I concatenated a comma onto the string after each commenter and added one to the count, other than the last one, by adding the following line:
 
 
10
Feb
2007
  Comments: 2 Comments »
For a long time, there was a Container Store ad that would play on 106.1 KISS FM in Dallas, Texas that had circus music in the background. Then, there's be a pause and the voice would say "I see we have more time" -- and then the ad would start ...
 
 
Site Stats
  • There are 100 posts, 0 pages and 105 comments in this blog.
  • 2 currently online
  • 96365 total page loads
Meta Nonsense
© the M stands for Monster 2007