Welcome to Kintona, a resource for computer technicans and programmers. Includes tutorials for web programming and content managment as well as a directory of the best tools and utilities around.
Latest Posts
HTML Code to Text Converter
Useful for converting code for presentation on a WordPress post. Converts tags so they are not processed. Good for displaying blocks of code for tutorials etc.. This version seems the best I have found for WordPress. WEBSITE
How to list a specific number of posts from 1 category in WordPress
You can place the following code in one of your theme’s template files to list a particular amount of posts from one of your site’s catagories. <h2>Last 5 Tutorials</h2> <?php query_posts(‘category_name=tutorials&showposts=5’); ?> <?php while (have_posts()) : the_post(); ?> <h2><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h2> <?php the_excerpt(); ?> <?php endwhile; ?> Tested with WordPress 3.3
Format Factory
FREE fully functional video converter tool. Video to various formats, video to audio. WEBSITE
Team Viewer
Remote support tool. Free for personal use. Has iPad app. WEBSITE
Ultimate Boot CD
Ultimate Boot CD is a multifunctional diagnostic and utility tool. Follow link below for more information… WEBSITE