Change default favicon on bloggerGo to the layout click on Edit HTML linkInsert following link code inside head tag<link href='IMAGE_ICON_LINK' rel='icon' type='image/x-icon'/>Replace IMAGE_ICON_LINK url with your icon file url on webUse Dynamic Drive- FavIcon Generator online tool to easily create a favorites icon (favicon) for your site
Rails Tiny MCE – A Rich Text Editor for ruby on rails
RailsTinyMCE - A Rich Text Editor for ruby on railsTinyMCE is a javascript rich text editor. It is easy to integrate with blogs, cms, messages and mailers.Plugin uses jrails(jquery) and paperclip plugin for upload support.FeaturesProvides rich text editorCustomisable TinyMCE pluginsEasy to integrateSupports Image upload & insertSupports Media upload & Youtube embedTODO: Document upload plugin1. Install … Continue reading Rails Tiny MCE – A Rich Text Editor for ruby on rails
Page Cache control in radiant cms
Radiant CachingRadiant cms is very powerful and customizable cms as of now which has inbuilt support for page caching.Radiant caching mechanisam is somehow similar to action caching in rails.In latest radiant version i.e. > 0.8 Responsecache has been replaced with Radiant::Cache.By default radiant cache gets automatically invalidated after every 5 minutes and that is configurable.The interval is easily … Continue reading Page Cache control in radiant cms
