Tag: PHP
The following posts are tagged PHP.
It’s time for my first true update on the progess of NOVALISTIC 3.0’s development. Covers a little about the style used and its relationship with the rest of the site. Comments are closed. Read the complete article »
I was offered a PHP web development job by a fellow Singaporean this afternoon, and you can read about our conversation and why I ultimately rejected the job offer at BoltClock @ WordPress.com. Comments are closed. Read the complete article »
phpBB3 RC6 is out. How long is this going to take? Hopefully before my birthday. Hell, it could even be their early birthday gift to me Comments are closed. Read the complete article »
I’ve just installed the (new) Simple Tags plugin, and in the first minute of trying it out I’m already impressed! You ought to get this plugin, it’s one of the best supplements to the already robust WordPress 2.3 core tagging system, with features like:
Ajax tag suggestion
Ajax tag autocomplete
Easy tag management (before this I was living [...] 3 comments. Read the complete article »
Weblog Tools Collection has reported on a new Drupal module that integrates Drupal with WordPress.
Yes, WordPress is by itself a great CMS, but since it wasn’t designed to be one, but instead a blog, Drupal is in many aspects more versatile, and with the ability to integrate both together, I can imagine lots of [...] Comments are closed. Read the complete article »
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! Comments are closed. Read the complete article »
PHP functions
Sep 15
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 [...] Comments are closed. Read the complete article »
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 [...] Comments are closed. Read the complete article »
PHP 5.2.4 was released two days ago, which was exactly three weeks after my servers were upgraded to PHP 5.2.3. Would a wait for this new release have been worth it after all? Comments are closed. Read the complete article »
I’ve just stumbled upon WP-United, a package that integrates my two favorite open source projects, phpBB and WordPress, together. And I don’t mean just the design. WP-United merges phpBB’s userbase to WordPress, mapping users to it! That, my friend, is totally cool.
It’s my wet web developer dream come true and through. Seriously.
Even though phpBB 3’s [...] Comments are closed. Read the complete article »