Archive
Listed are the posts for September 2007.
Custom PHP functions
Sep 20
As I’d promised, today I’ll teach you how to create your own functions to assist you in your programming.
It’s pretty simple, but some people might not be able to grasp the concept so I’ll try to make things clear for everyone On to the tutorial! No comments. Read the complete article »
In English?
Arrr! Shiver me timbers, I be spyin’ WordPress 2.3 RC1 adrift, n’ I be tradin’ in me chumbucket fer a better deal. I also be keepin’ this top-grade gold from ‘em bilge-sucking scallywags who be spyin’ me ship.
I be taggin’ me parchm’nts from me first WordPress writin’ all ‘cross thar seas t’ tis’ n’ [...] No comments. Read the complete article »
Avast! T’day be International Talk Lik’a Pirate Day. I be riggin’ me decks n’ shiverin’ me mates’ timbers, arrr!
Ye wanna see what I wrote at WordPress.com, be off! I got business t’ do on board ’tis chumbucket! No comments. Read the complete article »
According to Mark Jaquith, Six Apart recently announced their move to release Movable Type’s source code under the GNU General Public License, exactly what beloved WordPress is under.
Something notable about this move is that since Six Apart is still the sole operator of MT, contributions made to its source code by anyone can only be [...] 2 comments. Read the complete article »
I was browsing the archives of an excellent web design site called Deziner Folio (which I highly recommend you check out for detailed Photoshop, XHTML and CSS tutorials and resources), then I saw this post that in turn links to this page and decided I should post about it too.
This pie chart depicts the breakdown [...] No comments. Read the complete article »
Today we’re going to look at what most programmers call functions.
A function is what you call in your program to tell it to perform a series of smaller actions, like echo(), substr(), mysql_query(), or your very own functions like calculate_age() or bake_cookies() (which we will learn how to create in the next tutorial).
I’ll be explaining [...] No comments. Read the complete article »
This wasn’t filed under Asides because it’s so important… I think.
I’ve officially ’shut down’ both of my Blogger blogs and removed them from my blogroll. I know what you’re thinking: what a great date I picked. But I just felt like it I guess. Comments are closed. Read the complete article »
WordPress 2.3 beta 3. The first release candidate will be out next Monday. Comments are closed. Read the complete article »
WordPress 2.2.3 live
Sep 8
WordPress 2.2.3 has just been released. Also, that is not an extra ‘2.’, get over it Comments are closed. Read the complete article »
Paamayim Nekudotayim
Sep 5
I was just messing around with PHP and the very promising web application framework CodeIgniter, which I’m using to develop NOVALISTIC 3.0, and I encountered a funny parse error listed below:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in D:\NOVALISTIC\3.0\ci\system\application\views\header.php on line 10
The first thing I (obviously and intuitively) did, was search PHP Bugs for the string [...] No comments. Read the complete article »