loader loader

In this tutorial we will guide you how to integrate Tonjoo Theme Options Maker (TTOM) into your WordPress Theme. Please note that the current version of TTOM is only come in plugin version. So every theme using TTOM must have TTOM installed on their plugin.

WorPress page template is a feature that enable us to create different layout for each page in our website. In this tutorial we are going to create a new Page Template called “Contact” . This tutorial is using the default Twenty Fourteen theme. However this technique can be applied to other themes, we choose Twenty Fourteen to simplify matters.

W3Total Cache Page caching mechanism is somewhat very confusing. Which page to purge ? does the archive need to purge to? how about the widget?

We know that W3 Total Cache already have mechanism to purge archive page with similiar tag / category (post term purge). However this is not sufficient.

Consider this scenario :

Web sitemap :

  • Home
    • category/category_1
    • post_type_2
    • pages_x (contain post_type_2 with custom WP_Query )

    With normal W3 Total cache if you publish post with post_type_2 and category 1 the /pages_x will not purge !

    Our solution is to purge all the page cache during a post is marked publish. Read More

Backup Rotation Script

Description

This script allow you to create a rotation backup for your files and mysql database. The backup target can be local or remote (FTP).

The script have 3 backup type

  • Daily backup
  • Weekly backup (default : perform every sixth day of the week)
  • Monthly backup (default : perform every first day of the month)
  • Read More

    Finally after 4 month of development and testing, we’re pleased to announce the update of our easy custom auto excerpt plugin.

    With the new version you will be able to show image on the excerpt. And also the excerpt now doesn’t break on word, so your blog will look nicer 🙂

    Here the update list :

    • Add option to keep / preserve the image
    • Excerpt now preserve word
    • Tested on WP 3.6 !

    Download for free here

    Hope you like it !

    Easy Custom Auto Excerpt

    Easy Custom Auto Excerpt is wordpress plugin to cut/excerpt your post displayed on the home , search or archive pages. By using this plugin you don’t need to excpert your post manualy, just active the plugin, configure the word length and you’re good to go.

    WordPress Shortcode

    Shortcode enable wordpress plugin developer to create special content (form,gallery,slideshow, etc) that users can easly attach to certain page/post.

    [shortcode_name shortcode_parameter]

    Mostly shortcode was inserted into post/page. But  actually  we can also call shortcode within our theme  directly. For example if you have a shortcode to call a gallery and you want the gallery to be displayed on top of your web page / landing page. Read More

    Last week i got a project to develop a small HTML5 web pages as that behave like a powerpoint slide. This web application is going to act like a flash replacement. So the user must be able to run this web app with a double click on the file. One way to accomplish that task is by using command line script either in mac or windows.

    We’re going to use bat file in Windows to do this task.

    File : [windows]autostart_browser.bat

    @ECHO OFF
    
    START CHROME.EXE %~dp0index.html

    In Mac we’re going to use a command file : Read More

    Description

    Sangar Slider is a premium high quality slider plugin for WordPress. With smooth animation, layered slide, touch and swipe support, easy to use and trully responsive. Packed with premium skins and template, and also easy to create your very own custom template for your slider.

    Features

  • 10 template, 15 preset & 90 theme!
  • WYSIWYG Layer Editor
  • Paralax
  • Multiple Content Type
  • Full Animation Control
  • Mobile Mode Layer editor
  • Youtube and vimeo layer
  • Build in CSS editor
  • Fanatical support
  • Read More