If you are just getting started with Graffiti CMS here are a few tips: Continue reading “Getting Started with Graffiti CMS”
Archives
bookmark_borderCreating a Theme for Graffiti CMS
One you have successfully installed the latest version of Graffiti CMS, your next task will be to modify the default theme, or create a new one. Continue reading “Creating a Theme for Graffiti CMS”
bookmark_borderUsing Graffiti CMS Macros
Generally speaking, macros are a short piece of code that help you to easily change the appearance and layout of your site. Continue reading “Using Graffiti CMS Macros”
bookmark_borderGraffiti CMS Chalk Extension for Beginners
Writing Chalk Extensions is very simple. As mentioned here, to extend the functionality of Graffiti CMS you simply need to add a reference to Graffiti.Core.dll, add the Chalk Attribute to the class that you will be extending and put the compiled .dll in the bin directory of your web directory. It is important to note that creating extensions implies that you are using Visual Studio or some other .net code compiling tool. A couple of other notes are: Continue reading “Graffiti CMS Chalk Extension for Beginners”
bookmark_borderUsing www for Your Graffiti CMS Domain Name
New installations of Graffiti CMS default to using just the domain name (http://graffiticmstips.com)
Continue reading “Using www for Your Graffiti CMS Domain Name”