From the category archives:

Work

Thesis theme customization ebook

by Roberto on February 27, 2010

in Work

Thesis customization book

The Fourblogger team has created an ebook guide to Wordpress Thesis theme customization.
The ebook covers the following topics :

  • Basic Things You Need To Know Before Doing Customization
  • Thesis Hook Reference List
  • Custom_functions.php File
  • Custom.css
  • How to change custom-sample folder into custom folder?
  • Chapter 1: Thesis Theme Header Customization
  • Chapter 2: Thesis Theme Navigation Menu Customization
  • Chapter 3: Thesis Theme Content Menu Customization
  • Chapter 4: Thesis Theme Sidebar Customization
  • Chapter 5: Thesis Theme Footer Customization
  • Chapter 6: Thesis Theme Social Bookmark Customization

If you are interested, you can download the ebook in PDF format, from this link.

{ 0 comments }

Roman Catalog

by Roberto on February 7, 2010

in Portfolio, Work

Post image for Roman Catalog

The Roman graphic agency produces a resorts catalog for SudTirol AltaPusteria Valley.
I developed for them 5 years ago a PHP application that permits to collect data from every single resort and export them in a format compatible with Adobe InDesign to create the PDF files necessary to create the paper catalog.
In these months we decided to rebuild the application to add new features and reduce the manual work for creating the catalog, producing the PDF parts with the data of every resort directly from the application.
The web application has been re-written from scratch using Drupal.

Every resort has his own account where it can manages its resorts.
Additional supervisor roles have been created for power users who need to supervise the data entry.
Many features have been developed using Drupal contrib modules, but many others have been custom developed to make the data entry easier.
The web application is multilingual : English, German and Italian.

The most challenging feature has been the creation of high quality PDF to build the paper catalog.
We needed some special features like over printing and precise elements positioning.
After several tests I choose TCPDF library to create the PDF files, due to its completeness of features.

A special feature has been created that permits to compare the data currently collected with data snapshot saved in the past.
A configuration panel permits to the administrators to control the period when the data gathering is allowed, the data snapshot creation and some application specific settings.

{ 0 comments }

Homelingua maps integration

February 7, 2010
Thumbnail image for Homelingua maps integration

I worked together with Paul Evans on Google Maps integration on Homelingua website.
We introduced the support for location module and geo-referenced every location place : city, region, attractions …
Every place is automatically geo-referenced using its city and zip.
For every place, the list of nearest airports, attractions and cities are showed within a user defined range [...]

Read the full article →

Book : CodeIgniter for Rapid PHP Application Development

September 25, 2009
Thumbnail image for Book : CodeIgniter for Rapid PHP Application Development

Title : CodeIgniter for Rapid PHP Application Development
Authors : David Upton
CodeIgniter is a powerful PHP framework created by EllisLab. CodeIgniter has been used as foundation for the new upcoming version of EllisLab CMS ExpressionEngine.
CodeIgniter has already a very exhaustive documentation that describes in depth its API and provides useful examples.
This book isn’t a reference of [...]

Read the full article →

How to translate the WordPress Thesis Theme

August 16, 2009
Thumbnail image for How to translate the WordPress Thesis Theme

WordPress Thesis Theme is shipped in English language only, but it provides also the strings to translate in a file in PO (GNU Gettext Portable Object) format.
The file is thesis.po and is located in the directory wp-content/themes/thesis of your WordPress installation. The file thesis.mo that you’ll find in the same directory is the same file [...]

Read the full article →

WordPress Thesis Theme : moving the menu

August 13, 2009
Thumbnail image for WordPress Thesis Theme : moving the menu

By default WordPress Thesis Theme puts the navigation menu at the top of the page.
But it is very easy to move the menu around in your theme using the Thesis hooks.
A common situation is when you want to move the menu below the header of your theme, for example to have your logo at the [...]

Read the full article →