Professional Website Design and Development

Our services are: Website Design and Development, Video Editing, Creative Artworks and Email Design. Click here to view our portfolio and read further details about our services.

Recent Posts


MODX Evolution Snippet: Vimeo

MODX Evolution Snippet: Vimeo

Post by Microcipcip, 09/02/2012, 0. Category: MODX Evolution

With this Snippet you can resize a Vimeo video (and also get any parameter of the video!).  Snippet developed by: Lorenzo Stanco. 1. Installation To install Vimeo Snippet, go to  "Elements > Manage Elements > Snippets > New Snippet" and fill in the fields as...

MODX Revolution Plugin: ChangeTemplate

MODX Revolution Plugin: ChangeTemplate

Post by Microcipcip, 16/01/2012, 2. Category: MODX Revolution

ChangeTemplate is a Plugin for MODX Revolution (2.2.0-pl2). This Plugin is particularly useful when we need to control which Template is inherited by children documents of a certain parent document. With ChangeTemplate the user doesn't need to remember to select any Template because that's done...

Implementation of SQL pagination with MS Access

Implementation of SQL pagination with MS Access

Post by Jertix, 10/09/2011, 1. Category: Programming

In this article we are going to see a working example of SQL pagination with Microsoft Access. SQL Pagination Microsoft Access doesn't have, by default, a SQL keyword that enable us to implement the pagination. We can get around this problem by using two nested queries.  Let's suppose we...

Java: use of lastIndexOf with java.util.ArrayList

Java: use of lastIndexOf with java.util.ArrayList

Post by Jertix, 01/09/2011, 0. Category: Programming

In this article we are going to see an example of lastIndexOf property with an ArrayList of <Strings> 1. Here is the example: package org.Jertix;  import java.util.ArrayList;    public class testlastIndexOf  {     /**   *   *...

MODX Evolution Snippet: Get author information

MODX Evolution Snippet: Get author information

Post by Microcipcip, 09/08/2011, 0. Category: MODX Evolution

On MODX Forums sometimes I discover Snippets that are quite useful, but nobody knows about them because they're hidden somewhere, usually in old threads that are difficult to find. I think it's a shame that so many Snippets are not available to MODX Developers and MODX Designers. That's why, from...

MODX Evolution Snippet: ImageInfo, get image information

MODX Evolution Snippet: ImageInfo, get image information

Post by Microcipcip, 09/08/2011, 0. Category: MODX Evolution

ImageInfo is a Snippet for MODX Evolution. With ImageInfo you can get image information and output the resulting data, for example you can get the image file size in KB or MB, the image width and height in pixels, and show a text for the average image dimensions: XLarge, Large, Medium, Small,...

MODX Evolution Snippet: Bliptv

MODX Evolution Snippet: Bliptv

Post by Microcipcip, 09/08/2011, 0. Category: MODX Evolution

This is a Snippet for MODX Evolution. Bliptv Snippet is able to resize blip.tv videos and get any information from the embedded video: title, description, thumbnail, author, category, timestamp, etc. Snippet developed by: Lorenzo Stanco. 1. Installation To install Bliptv, go to  "Elements...

MODX Evolution Snippet: Youtube video resizer

MODX Evolution Snippet: Youtube video resizer

Post by Microcipcip, 09/08/2011, 0. Category: MODX Evolution

This Snippet is a Youtube video resizer for MODX Evolution. Basically, this Snippet overrides the width and height parameters of a embed Youtube video. This Snippet can also get the path for the thumbnail from the embed Youtube video. Snippet developed by: Lorenzo Stanco. 1. Installation To...