Zend Certified Engineer

phpguru.org

Quality PHP, Javascript and C# code
Download RGraph: HTML5 canvas graph library... Home ~ Downloads ~ FAQs ~ Licensing
RSS Feed RSS Feed
Follow me on Twitter Follow me on Twitter

Articles

HTML5

Javascript

PHP5

PHP4


Bookmark with delicious Stumble! this site tweet this site

RTemplate: A PHP templating class


Update: 18th April 2009

You're probably looking for RTemplate. RTemplate is a PHP template class which generates the template once, and then caches the output. So it doesn't needlessly regenerate the page on every request. Thus, it can result in a huge performance boost, and because it uses the last modified date, never sends stale templates (ie if you update the template, the changes are reflected immediately and subsequently re-cached. It will speed up your app dramatically by eliminating the needless re-generation of your output. If you're a speed junkie then you could get more performance by using HTTP caching and your server may not even need to deal with the request.



RGraph: HTML5 canvas graph library

Example graph made using RGraph

If you're interested in web development, then you may also be interested in RGraph: HTML5 canvas graph library. It uses HTML5 features to produce a wide variety of graph types. Because it moves the creation of graphs from the server to the client, it can significantly reduce the load on your server and your bandwidth usage.