Skip to main content
Tag

jQuery

jQuery TileZoom Plugin

By Development No Comments

The jQuery TileZoom Plugin is an image zoom plugin which uses image tiles and provides a convenient way to zoom in and zoom out of high-resolution images.

The plugin provides a method called tilezoom which is invoked on a container element.
It’s simple html and javascript. Plugin doesn’t use canvas element, that is why it works with IE browsers too!

Tiles for the image should be generated with TileGenerator (modified version of PHP Deep Zoom Tools) for this.

Read More

Drupal Highlighting module

By Development No Comments

Syntax highlighting is very important when we want to show our code example on the Drupal site. It may be useful in the portfolio, if you’re a programmer or in blog posts to highlight pieces of code.

This module integrates JQuery syntax Highlight plugin into Drupal for syntax highlighting of source code snippets in any Drupal contents.

Please feel free to check out and use our Drupal Highlighting module.

Read More

JQuery syntax Highlight plugin

By Development 37 Comments

This plugin allows syntax highlighting of source code snippets in an html page. It is very important especially when we want to show our code example. There are a lot of free and useful syntax highlighting scripts around, but they are big, slow and have unnecessary functionality.
So that people can see examples of work in our portfolio, I wrote this little script to highlight HTML, CSS, PHP and JavaScript syntax. It’s very simple and works quickly.

Read More