Online tutorials
The section below offers some screen-captured tutorials for you to check out.
These 3 videos discuss how to create/import and edit templates created by Artisteer Web Template Generator (v21) in QuickerSite v24.
- Create and export your template
- Import the template in QuickerSite
- Modify the template in QuickerSite
Enjoy !
Summary:
QuickerSite does great SEO. Check out this video to understand why and how to use it. Make sure to also read this article in my blog in case you are into SEO.
Enjoy!
Summary:
Many users struggle with installing QuickerSite the first time. The built-in IIS-user IUSR_MACHINENAME (or any other user that runs your site) needs full-control permissions on the complete QuickerSite folder. I have added a short tutorial on how to do so. Please note that this tutorial applies to ALL previous and future versions of QuickerSite.
> Are you missing the security tab on your machine?
Summary:
Sometimes you may need custom ASP/VBScripts to run at every page-load. Good candidates for this type of scripts are: custom referer scanning, IP blocking, intercept hacking-attempts, custom logging, calculate hit-counters, etc. In template-driven QuickerSites, these scripts can easily be [included] anywhere in your template(s). In classic QuickerSites (not template-driven) however, your options are rather limited. Check out this video if you want to learn how to do the trick.
Summary:
Any application written in ASP/VBScript (JScript is also supported!) can easily be loaded into any QuickerSite page. I use this feature a lot for customers who have 3rd party solutions that somehow need to integrate with QuickerSite. In this tutorial, I implement a very useless application. You can download it here.
Summary:
Imagine that you organize an international academic conference where students can present their working paper. To be able to gather all papers before a specific deadline, you will need some form on your website. And after that, you will need a simple way to manage this list of hundreds of papers. In QuickerSite, this takes 9 minutes to setup.
Summary:
Having column-like content (like in a newspaper) was never easy in HTML. Most of the times it is done using tables. Tables are not very flexible though. In this tutorial I suggest you use 2 divs to achieve the same effect:
<div style="float: left; margin: 0px 25px 0px 0px; width: 311px; height: 15px">Left Column</div>
<div style="float: left; width: 194px; height: 15px">Right Column</div>
You can play with the numbers of course!
Summary:
Adding images using FCKeditor is easy, but not as easy as doing this in MS Word, dragging, dropping and resizing anything anywhere... In this tutorial, I suggest you add 1 line of CSS code to the image: margin: 0px 0px 10px 20px, in order to properly align images at the right side of your pages. In case you want to align left, this would have been: margin: 0px 20px 10px 0px.
Have fun with it!
