Tiny MCE HTML editor Set Height / Width

<script language=”javascript” type=”text/javascript”> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : “textareas”, height : “380”, width : “380”, theme : “advanced”, valid_elements : “a[href|target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote”, entity_encoding : “utf-8” }); </script>

Setup TinyMCE

<script language=”javascript” type=”text/javascript” src=”Scripts/editors/tiny_mce/tiny_mce.js”></script> <script language=”javascript” type=”text/javascript”> // Notice: The simple theme does not use all options some of them are limited to the advanced theme //tinyMCE.init({ // mode : “textareas”, //theme : “advanced”, //valid_elements : “a[href|target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote”, //entity_encoding : “utf-8” //}); tinyMCE.init({ mode : “textareas”, theme : “advanced”, entity_encoding : “utf-8”, content_css : “http://www.domain.gr/css/style.css”, entities …

25 Rounded Corners Techniques with CSS

http://www.cssjuice.com/25-rounded-corners-techniques-with-css/   Rounded corners is one of the most popular and frequently requested CSS techniques even the father of internet Google also launch the rounded corners style markup with her Google Adsenseand let users to custom their ads recently. Actually, there are a lot of methods and techniques to create rounded corners with Cascading Stylesheets. Some are quite …

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: …