• Home
  • Forums
  • Contact
  • Log in (Lost Password?)
  • Register

Frank Verhoeven

Webdevelopment Blog

Forums

  • General Discussion
  • FV Community News
  • FV Code Highlighter

Recent Topics

  • FV Community News Alpha 2
  • FV Community News 3.0 Alpha Preview 1
  • word wrap / copy code
  • Adding a phone number to Community Events Form
  • Removing line numbers

Recent Comments

  • 12 WordPress Plugins to Display and Highlight Code within your Blog | Public Graphic Site on WordPress Plugin – FV Code Highlighter
  • Maxime Kieffer on Using Sessions in WordPress
  • 17 Useful WordPress Plugins That You Should Install On Your Own Blog « UShareDesign on WordPress Plugin – FV Community News
  • 10 个 WordPress 的代码语法高亮插件 | 61we.com on WordPress Plugin – FV Code Highlighter
  • nützliche neue und ältere WP Plugins on WordPress Plugin – FV Community News

Short If-Else Structure

Posted by Frank | 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;
  1. Condition = The condition which must be met.
  2. True = Executed if the condition is met.
  3. False = Executed if the condition failes.
Read More | 7 Replies | September 16, 2008

WordPress Plugin – FV Code Highlighter

Posted by Frank | 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 thought maybe more people were looking for a plugin that simply publish codes that looks great. I started to write my own, and the FV Code Highlight plugin was born and now open for the public. The features are plain and simple, read on.

Read More | September 10, 2008

Code Highlighter Preview

Posted by Frank | Filed under Wordpress Plugins

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Comment */
@import url("main.css");
h3, .head2 {
    font-family: "Sans-Serif";
    font-weight: bold;
    color: #336699 !important;
}
@media screen, print {
    pre { margin: 0px 10px 10px; }
    h1 { font-size: 14px; padding-top: 10px; }
}
Read More | 2 Replies |

Welcome!

Posted by Frank | Filed under News

Welcome on the Frank-Verhoeven.com Blog.

Read More | 2 Replies | July 21, 2008
4 3 2 1 Newer Posts →

Categories

  • Internet (1)
  • News (8)
  • PHP (4)
  • Web Hosting (1)
  • WordPress (3)
  • Wordpress Plugins (14)

Popular Posts

  • Wordpress Plugin - FV Community News
  • Using Sessions in WordPress
  • Wordpress Plugin - FV Code Highlighter
  • Short If-Else Structure

Tags

Community News FV Community News Hosting Internet News PHP Web WordPress Wordpress Plugins

On The Next Page

There are no more posts on the next page.

Copyright © 2012 Frank Verhoeven

Home | Sitemap | Top