ISO FileMaker Magazine: FileMaker Video Tutorials, Templates, Help & More

FileMaker Deals

Video Browser

Scriptology Video Browser

Tools & Resources

Say Hello To Our New Web Site

Posted by: Editor / Wednesday, January 31, 2007 – 3:30pm

Ah, the day is finally here! It's time for beta testing the new ISO FileMaker Magazine website. It's been a long time coming and I'm excited about the new features. I'm sure many have longed for a smoother experience here on this site. Over the previous year, I've been working on the site whenever I could find the time and this included some coding necessary for customization.

ISO FileMaker Magazine has been running off a battered, quite old, installation of a content management system called Postnuke http://www.postnuke.com . This new site is now running off the popular Drupal http://www.drupal.org CMS. I'm pleased with how things are going and it looks like the user experience will be much more enjoyable.

Some of the additional features for the site includes areas for news, templates and hosted blogs. If you're interested in writing about your own FileMaker experiences then please ask for a blogging account here on this site. It's free to have one and you can write anything you like (so long as it has something to do with FileMaker) whenever you wish - daily, weekly or even monthly.

As we move through this short beta period I'd like you to send your feedback by using the Editor feedback form. I'm always willing to hear what you have to say about this site and our services.

Here's to a great 2007!

Sincerely,

Matt Petrowsky

About author

Matt Petrowsky is the Senior Editor for ISO FileMaker Magazine. Matt has been involved with FileMaker Pro since the early '90s. Having authored many articles, a popular book, spoken at conferences and seminars, as well as provided private training, Matt is continuously updating his knowledge and skill about the powerful FileMaker platform. You can contact Matt by sending email to editor@filemakermagazine.com.

Filed under:
-
.

Cool Code Comment Feature - ADMIN POSTED THIS

.
.
.

One of the cool new features for the site is including FileMaker code. Simply wrap the code in blockcode html tags. The code will show up nice and pretty.

 
 
Logicals = If, Case, Choose, IsEmpty, IsValid, IsValidExpression, Let, Evaluate
Variables = $var or $$global_var
Operators = and, or, xor, not
Functions = GetAsText, GetField
Script Steps = Unsort Records, Go to Portal Row
Get Functions = Get(ScriptParameter)
Symbols = ( ) [ ] { } ! ¶ & * /  ≤ ≥ ≠
Comments = //Comment line
Strings = "this is some text"
Numbers = 1024
 
 
 
 
Let( [
$unix = ( GetAsDate(current_timestamp) - Date(1;1;1970) ) * 86400;
$offset = ( Hour( GetAsTimestamp(current_timestamp) ) - time_zone ) * 3600
];
 
$unix + $offset
)
 

The above code is a custom function which will convert a FileMaker date or timestamp value into a unix compatible timestamp.

An example script

 
 
If [ Get( ScriptParameter ) = "download" ]
  Set Field [ Resources | Articles::Resource_Download; Abs( Resources | Articles::Resource_Download - 1) ]
Else If [ Get( ScriptParameter ) = "b"
 
// Body ]
  Set Field [ Resources | Articles::<Field Missing>; Abs( Resources | Articles::<Field Missing> - 1) ]
Else If [ Get( ScriptParameter ) = "free"
 
// Free vs. Paid ]
 
  Set Field [ Resources | Articles::Resource_Free; Abs( Resources | Articles::Resource_Free - 1) ]
Else If [ Get( ScriptParameter ) = "time" ]
  Set Field [ Resources | Articles::Resource_AddToTotal; Abs( Resources | Articles::Resource_AddToTotal - 1) ]
End If
 
 
.
.

Nicely done

.
.
.

Love the new site!

.
.

How's great!

.
.
.

Congraturations! It's totally changed! I found a lots of new features but couldn't notice this code comment feature! It's fun.

.
.

Congratulations on an awesome job Matt! - The FMPug Team

.
.
.

Matt,

I had to drop you a quick comment and wish you congratulations from everyone at FMPug Headquarters.

We know what it is like to get "Smacked in the face" by web design and implimentation. Your site is beautiful (but then we would not expect any less from you) and extrmely functional and well laid out. And your FileMaker code view is fantastic.

The only thing missing is the link to FMPug at the top (oh, and the Function poster!)

All the best

Andy Gaunt & the FMPug Team

.
.

Pressure on Filmaker for 8.6

.
.
.

I have started to email them daily. I cannot find any other way to put on pressure. Has anyone got a suggestion? Is there a way to online petition them to support 8.5?

Geraldo

.