Owner: Frank Verhoeven - WebDevelopment Blog URL:http://www.frank-verhoeven.com/ Join Date: Thu, 16 Oct 2008 06:33:31 -0500 Rating:0 Site Description: Frank-Verhoeven is a Web-development blog covering articles, tutorials, WordPress plugins, free resources and more Web-development-related. Site statistics:Click here
FV Community News Version 1.1 2008-10-10 10:05:31 After one week of release, I already have a new version of my Community News plugin. This version has some improvements, new features, and some bug fixes:
The submission moderation panel is improved and some bugs are fixed.
The option that users must be logged in is added.
The form is already filled in in parts for users [...]
Create an RSS Feed with WordPress 2008-10-06 11:41:00 When you are busy creating a wonderful plugin for your WordPress blog, it might be possible that you need to create a RSS feed. For example, when creating a guestbook people could ask for a RSS feed to view the recent added posts and stay updated, or take a look at my own Community News [...] Read more:RSS Feed
Wordpress Plugin - FV Community News 2008-09-30 10:02:23 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 [...] Read more:Plugin
, Wordpress
FV Code Highlighter V1.1 2008-09-29 12:36:00 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 [...]
New PHP Highlighter In Town 2008-09-18 04:31:57 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 PHP fixed, [...] Read more:Highlighter
Short If-Else Structure 2008-09-16 12:33:54 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:
$var = [condition] ? [true] : [false];
Condition = The condition which [...] Read more:Short
, Structure
Wordpress Plugin - FV Code Highlighter 2008-09-10 12:05:32 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.
FV Code [...] Read more:Highlighter
, Plugin
, Wordpress
Code Highlighter Preview 2008-09-09 17:45:40 Below is an example of my Code Higlighter that I will release whithin this week.
A reallife example can be found at DivitoDesign.com.
CSS Code
/* Comment */
@import url("main.css");
h2, .head2 {
font-family: "Sans-Serif";
font-weight: bold;
color: #336699 !important;
}
@media screen, print {
pre { margin: 0px 10px [...] Read more:Highlighter
, Preview
Welcome! 2008-07-21 08:32:07 Welcome on the Frank-Verhoeven.com Blog. Read more:Welcome
FV Community News V1.2 2008-10-31 10:33:45 Finally, after a lot of programming the time is here. It’s the time for another update of my Community News plugin. This version includes a better way to protect you from being spammed, image uploading, edit submissions and more…
Spam Protection
While I was looking how my plugin works on different sites, I noticed that a lot [...]
New JavaScript Used 2009-01-17 09:40:07 Hey everyone.
After adding version 1.3, I received a few notifications about the javascript. It gave errors, wasn’t compatible with most plugins and/or themes and just sucked
My decision was to update the complete javascript used with version 2.0, since that one is going to have a complete makeover. However, more and more emails came, [...] Read more:JavaScript
2009, Here We Come 2008-12-31 18:40:24 I wanna wish everyone all the best for 2009!
Fv Community News Version 1.3 2008-12-28 07:54:56 After more then 1000 downloads, and a few weeks since the last update, it is time for the next level of this plugin. Improved Akismet, Translatable, and more.
Template Tags
A lot of people were asking for it, template tags for use in posts/pages. Well, here they are:
<!--fvCommunityNews:Form-->
<!--fvCommunityNews:Submissions-->
The first one will display the form, just as the [.