Monthly Archives, September 2008.
Login
Popular Posts
Categories
- Internet (1)
- News (6)
- PHP (4)
- Web Hosting (1)
- WordPress (3)
- Wordpress Plugins (12)
Tags
Monthly Archives, September 2008.
Filed under Wordpress Plugins.
Many blogs out there can only produce a couple articles a week while their visitors ask for loads more. It’s sometimes a good idea to add related articles from other blogs to your sidebar. Adding them manually takes lots of time we don’t have. With this new Community News plugin you allow your visitors to [...]
Sep30
Filed under Wordpress Plugins.
The moment is here, the release of the FV Code Highlighter plugin version 1.1. In this release PHP is completely supported. I told you that I would try to implement JavaScript and Java as well, but unfortunately this isn’t done yet. The reason for this is that I simply already wanted to release this version [...]
Sep29
Yesterday, when I was creating a new plugin for my friend Stefan Vervoort, I needed sessions to work. Unfortunately, WordPress doesn’t support them?! I searched the whole source code of this great piece of blogging software, and not on one single line I found even one session. Also the session_start() function is not called, but [...]
Sep20
Filed under PHP, Wordpress Plugins.
Hey everyone, As you could have read here, the current release of my code highlighter has some trouble with highlighting PHP on servers running PHP version 4. I told you I should try to fix the problem and include a better PHP highlighter in the next release. I worked very hard this morning to get [...]
Sep18
Filed under PHP.
In addition to the enlarged if – else statement that you will use in most cases, there is also a short structure for an if – else statement. This format uses the so-called “ternary operator ‘. The syntax of this shorthand structure is as follows: 1 $var = [condition] ? [true] : [false]; Condition = [...]
Sep16
Filed under Wordpress Plugins.
The main subject of this blog will be web development and feature some interesting articles and tutorials ranging from PHP and jQuery to HTML and CSS. The problem I was facing when I built this theme was the lack of awesome code highlight plugin. I just couldn’t find one that was working for me. I [...]
Sep10