jQuery alphabetical pagination Multilingual support

Written by Elie Haddad on . Posted in AJAX, Tutorials, Web

Try googeling for “jquery alphabetical pagination” or “jquery alphabetical listing” and you will find that the most commonly used component is the “jQuery ListNav Plugin” developed by IHwy, Inc.

“ This jQuery plugin supplies an easy way to unobtrusively add a letter-based navigation widget to any UL or OL list. An easily stylable (via CSS) nav bar appears above the list, showing the user the letters A-through-Z. Clicking one of the letters filters the list to show only the items in the list that start with that letter. Hovering over a letter (optionally) shows a count above the letter, indicating how many items will be displayed if that letter is clicked. Other options give you control over the basic functionality.”

In2uitions LLC, amended this component to be multi-language. Now “jQuery alphabetical pagination” can be implemented in any language including Arabic.

The Demo, is based on three languages: English, French and Arabic.

For more details you can download the demo.

This version of “jQuery alphabetical pagination Multilingual support”  is based on ““jQuery ListNav Plugin 2.1”, it contains all its feature and implements the multilingual support.

To implement it all you have to do is:

  1. copy the content of the folder js/listnav to your own js folder
  2. In the page where you would like to add the alphabetical pagination / navigation add the two below lines.
    1. <script type=”text/javascript” src=”js/listnav/listnav-[LANG].js”></script>
    2. <script type=”text/javascript” src=”js/listnav/jquery.listnav-2.1.js”></script>

[LANG] represents the language to be displayed and listnav-[LANG].js is the proper JS file to be used for that language.

 

Top Selling Premium WordPress Themes 2012

Written by Souheil Jabbour on . Posted in Design || Creatively, Inspiration, Web

WordPress is a free and open source blogging tool and content management system (CMS) powered by PHP and MySQL. It has many features including a plug-in architecture and a template system. WordPress is used by over 14.7% of Alexa Internet’s “top 1 million” websites and as of August 2011 powers 22% of all new websites. WordPress is currently the most popular CMS in use on the Internet.

Software Integration

Written by Jad Bou Chebl on . Posted in Software Engineering


Abstract

Software systems no longer grow as separate units, but are rather integrated with each other, to achieve greater user-value, lower maintenance, or even both.

Software architectural analysis is one approach where different systems’ architectures are compared and used to select the optimal integration alternative. In this paper, 4 different levels will be analyzed showing their advantages and limitations.