Forumsblogswikis - forumsblogswikis.com

General Information:

Latest News:

PHP – Return first n words from a string 2 Feb 2009 | 02:00 am

Do you ever find yourself needing to shorten a string in PHP? Maybe return the first 25 words of a long story? Give this routine a try. It will return the first n words from a string, or the entire st...

nextSaturday and lastSunday functions for PHP 2 Feb 2009 | 01:56 am

I needed a way to find the first second of a week and the last second of a week based on a Unix timestamp. Credit for the previous Sunday goes to Shaun who posted a way to find it on the PHP site for ...

How to add a timer to Eventum 3 Jan 2009 | 05:39 am

I've been using Eventum for a while to keep track of bugs in a web application of mine. There was one feature missing that I really needed, and which made me switch to dotProject for a few months and ...

Prototype returning status code 0 in Opera 2 Jan 2009 | 09:18 am

Seems like browsers don't handle Ajax calls returning a 204 no content status code very well. I've had issues with IE7 gets a 1223 status code instead of the 204. Well, it looks like Opera, at least 9...

Holiday Cheer on Forums 28 Dec 2008 | 06:02 pm

Seems like Google has made it popular to change the logo of a website for holidays.  My question is how many of y’all do the same, and more importantly do your members like it?  Over on my photography...

How to know when to drop a domain 22 Dec 2008 | 06:27 am

We've all been there. You have a great idea for a web site and go out and grab up a domain before someone else can get to it. 5 years later the domain still has a parking page and you haven't done any...

WordPress, source code, and smart quotes 16 Dec 2008 | 01:02 pm

Turns out WordPress tries to make your posts look a little better by swapping out all normal quotes with smart quotes. That's great for typography, but really bad when you're posting source code like ...

Editing a page from FireFox 8 Dec 2008 | 04:13 am

Found a quick little JavaScript trick that lets you edit page content from within FireFox. Copy and paste the following into your address bar and press enter. javascript:document.body.contentEditable=...

SMF and StopForumSpam.com 4 Dec 2008 | 04:02 pm

Found a great site over at StopForumSpam.com. Over the past few weeks I've been checking registrations on a couple of my forums against their database. What I've found is that most of the registration...

isDivisible function for PHP 16 Nov 2008 | 10:45 am

A quick function to check if a number is divisible by another. PLAIN TEXT PHP: function isDivisible($number, $divisibleBy)     {     if ($number % $divisibleBy == 0)         return true;     return fa...

Recently parsed news:

Recent searches: