Greek problem Crafty Syntax Live Help (version 2.15.0)

Crafty Syntax Live Help Version (version 2.15.0) Download and replace this file This is strange to me.. it seems that some browsers are auto encoding the characters? download the following file: http://www.craftysyntax.com/security_functions.txt rename it to .php “rather then “.txt” and upload it. security_functions

FCK editor Greek Character

Open The fckconfig.js code: FCKConfig.AutoDetectLanguage   = true ;  FCKConfig.DefaultLanguage = ‘el’ ;  FCKConfig.ContentLangDirection   = ‘ltr’ ;  FCKConfig.EnableXHTML = true ;  FCKConfig.EnableSourceXHTML   = true ;  FCKConfig.ProcessHTMLEntities   = true ;  FCKConfig.IncludeLatinEntities   = true ;  FCKConfig.IncludeGreekEntities   = false ;  FCKConfig.FillEmptyBlocks   = true ;  FCKConfig.FormatSource = true ;  FCKConfig.FormatOutput = true ;  FCKConfig.FormatIndentator = ‘    ‘ ; code: …

Create Effective Auto Attendants and Voicemail Greetings

There are many kinds of people who call your company. Some have never called you before; others may call your system frequently and just want to reach their party quickly without having to listen to the entire menu. Keep this in mind as you review the following sample scripts and create your own Auto Attendants …

Flash include file #include

Usage #include ” filename.as ” Parameters filename.as The filename for the script to add to the Actions panel; .as is the recommended file extension. Returns Nothing. Description Action; includes the contents of the file specified in the parameter when the movie is tested, published, or exported. The #include action is invoked when you test, publish, …