News rund um das Thema Web-Development mit Joomla!

SoundCloud Latest Tracks

Now you can easily display latest tracks from SoundCloud. In backend can be set: – User soundcloud name – Show description – Show comments – Auto play – maxheight – color

More here: 
SoundCloud Latest Tracks

JEFAQ Pro

Please visit our demo Link http://www.joomla-faq-demo.jextn.com/ 20 Different Colors/Themes, Joomfish/Multi Langauge, SEO Friendly, Multiple Category. — Supports more than 20 different color themes, can be added to any websites without modifying single line of coding. — Supports Multi Categorie Faq’s , Admin can assign each category for different menu’s — Front End Users can ask new questions , automatically an email will be sent to admin , the admin and reply and publish the question. — It capture the IP Address of the person who asks the question. — It supports multi language ( joomFish Plugin ) — Sh404sef plugin for seo friendly url. — Whole control of all the front end view from the backend — Display, Create date, Hits, User Response — It supports Single line Question . Multi line answers with images. — Contain Category over view page to display all the categories with the images and the shot description. — FAQ List layout to display all the FAQ ‘s present in all the categories. — Supports most of the third party joomla templates. — Very much compatible for Joomla!™ 1.5 version Back End Features in JE FAQ Pro. ———————————– — Add Unlimitted categories from the back end. — Admin side we have seperate controller “Global settings”, here the admin can change the settings for email, front end displays, views & especially themes. — In the view settings, we have lot of options incluing show posted by, show posted date etc.. — Admin can able to see the preview for each themes. — We can enter unlimitted questions and comments. — Adding any number of images inside any number of questions. — You can decide which one should come in 1st and which one comes in 2nd and 3rd from the backend. — Admin can able to see ip address for users, hits ( No. of visitors ) & responses for each and every faq’s — Can Edit the HTML code more user friendly. — Also we can add multimedia contents like youtube videos. — Also you can simply un-publish any FAQ & Categories, if you don’t want to show it to the front end. — Easily adaptable for alignment of text and formatting like alignments, indentation, bullets list.. etc — Font formatting : type, size, color, style, bold, italic.. etc — Also can color it, size it with other formatting list.

Original post:
JEFAQ Pro

Facebook gallery

Facebook Gallery – Free Joomla! gallery extension. It contains the basic functionality of extremely popular Facebook Lightbox extension. – Display photos and albums from your facebook – Simple control albums, number of latest photos ** New features added: + Display albums from Fan page + Display photos from single album + You can config number photo per row and number row per page

More here: 
Facebook gallery

EMI Host

A simple easy to use Image hosting Component for Joomla Native 1.5 , which aims to make it easy to setup and maintain a image hosting site or a site for you to share your photos with your friends, family and colleges. With the social bookmarking links generated for each image, sharing your images or photos across the web couldn’t be made any easier

Read the original post:
EMI Host

Flickr Album Embedding

This is an extension to embed an album of Flickr in a Joomla’s article. It is very easy to use, simply you have to add this to your article Flickr_albumid=[album_id] where [album_id] is the identification of your album in Flickr. 2010-08-21 Some corrections

Continued here: 
Flickr Album Embedding

New Warp 5.5 framework

Over the last couple of months we developed the new Warp 5.5 theme framework which is the new foundation of all our YOOtheme templates. In this time we have rewritten the complete Warp theme framework to make it more modular, flexible and also extendible. Currently all Warp 5 templates are updated and six more will follow in the next days so all our templates since 2009 run on the new framework. This means 20 templates will use Warp 5.5! In this article we want to highlight some of the key features of our new Warp 5.5 theme framework. Enjoy! Framework Core Basically Warp 5.5 provides a rich toolset for crafting a modern template. We designed the new framework in a way that every tool or helper as we call them in Warp, is a modular component doing a single task. Like the good’ old unix philosophy: “Write programs that do one thing and do it well.” So we created a bunch of helpers to do just a single task for example like rendering layouts, minification, caching or XML parsing. This makes the framework really flexible as we can use only the helpers we need when creating a template, the framework also ensures that only helpers are loaded which are currently used. Since every helper has a modular design its makes it easy to add new helpers anytime to extend the frameworks functionality. Also we extracted the framework from the template, so now the new Warp framework is placed in a separate directory called “warp” in the templates directory. Applying updates or patches to the framework is easily done now, because all the generic framework source code can be updated independently from the individual template code. CSS/JS/Image Compression With Warp 5.0 we introduced a really great feature to automatically combine, cache and compress stylesheets and javascripts of a template. You can find more information about it in the ” Faster loading with Warp5 ” article. As a result a template will speed up its overall loading time in the browser, because it needs less HTTP requests and also all resources are compressed on-the-fly using the GZIP data stream compression. Warp 5.5 takes this concept even further and now minifies stylesheets and javascripts. This means all unnecessary characters are removed from the stylesheets and javascripts sources. These unnecessary characters usually include white space characters, new line characters and comments which are used to add readability to the code during the development, but are not required for it to execute. The minification is now a part of the caching process and its enabled by default so you need worry about it. Finally the minified stylesheets and javascripts will save some more KB’s of bandwidth to improve the templates loading times. But that’s not all! We like to introduce a brand new compression feature: Data URIs! Since Warp5 we already minimize the image requests by merging image slices into so-called CSS sprites. This means that we put as many image slices as possible into a single image file which significantly reduces the loading time of your website. But of course there are still some neccesary image request left. With Warp 5.5 we use Data URIs to get rid of them. Data URIs allow to include images and other files in-line in HTML and CSS as if they were external resources. This means that all template images which are smaller than 30KB are now embedded into the templates CSS and there no extra HTTP request required to load the images. In most cases only 2 HTPP file requests (CSS + JS) are necessary to load a template. That’s it! Isn’t this awesome? This feature is only available for modern browsers (Firefox, Safari, Chrome, Opera, IE8). But you don’t have to worry about older browsers like IE7. They are still loading the images the normal way. Mootools 1.2 ready The recently released Joomla version 1.5.20 adds support for using Mootools 1.2 as your primary Javascript library. Therefor Joomla now includes a new plugin called “mtupgrade” which will include Mootools version 1.2.4 instead of the old Mootools version 1.1.2. With the new Warp framework 5.5 we included native Mootools 1.2 implementations of all the template Javascripts! Further the framework auto-dectects if your are using the Mootools upgrade plugin or not and will include the compatible scripts to match your Mootools version. Presets We introduce a new preset parameter in the template configuration. With presets you can define and load a specific configuration of the template parameters. Currently the presets only change the “Template Color” parameter but future templates we will use more options than just the “Template Color”. Further you can “Allow dynamic presets”, which means a preset configuration can be loaded adding a HTTP get parameter to your website link like: &preset=blue. And last but not least you can disable dynamic presets so it is not possible to change the preset by adding the &preset parameter to a link. This means it is no longer possible change the color variation of your template if you don’t want to allow it. New Versioning When updating all our templates we also changed the template versioning. The first two numbers are now referring to the Warp framework version and not the Joomla version which the template is created for. So you can immediately check which framework version the template is using. We did this to avoid confusion in the future because the new Warp 5.5 theme framework not depends on the current Joomla version. Future Currently we are very focused on our Warp framework and a lot of development is going on. With Warp 5.5 we updated the whole php code base. Now Warp is a platform independent CMS theme framework. This improvements on the framework level were very important to add more features in the future. This means you can expect more Warp updates soon… :-) We hope you like the new Warp theme framework as much as we do! Enjoy!

Read the original here:
New Warp 5.5 framework

Easiness login

Presenting J!337 ’s Easiness login and register module! A easy modifyable module to show the login and/or register form. Choose and display: – a vertical module, horizontal, CSS popup or lightbox. – register form: hide, show next to login, show underneath – register, forgot username, forgot password URLS (stand alone, CB or Jomsocial) – icons next to the forgot username, password and register url – inputbox values inside or outside the inputboxes – completely styleable via backend: module borders, border-radius, background, inputboxes, buttons, spaces between inputboxes and much more. Click on the demo link to see all the display styles in action. Check the screenshots to see the backend. Enjoy! Please report all your bugs, questions, requests and suggestions at the J!337 forum. You can expect a fast response. Last update: – improved code – cleaner code

Continued here: 
Easiness login

DW Clear Contacts

The easy and effective way to improve your Joomla! site conversion is to place your contact information on every page, make it easy to notice, and encourage your visitors to use it. This is what the DW Clear Contacts was designed to do. It takes the most important contact information from your site’s “Contacts” component and displays it in a module position: telephone, email, and street address. The features include: * The clear, readable pre-set layout for your contact information works just out of the box * Options to display phone number, email, and street address from your Joomla! site’s contacts * The option to select primary contact to display on top * The custom encouraging message is set in the module parameters * CSS classes are assigned to each contact item to make the layout easy to customize * The module supports Joomla! 1.5 template overrides technique to make highly personalized layouts. You can even include additional contact data, such as fax or mobile phone number, to your layout using this technique

Here is the original:
DW Clear Contacts

jLikeFlexi for Flexicontent

A simple field plugin for Flexicontent that allows you to configure and output a Facebook “Like” button based on the configuration values specified by Facebook. Version 1.1 adds news features : + Add a xfbml method + Add an api application (for xfbml method) + Add a language option

Here is the original post: 
jLikeFlexi for Flexicontent

Pop Image Slider

View images and texts (as image) with more exciting and interactive way. The images slide left and right, and when the cursor is over an image, the image is magnified. The images are also links to urls specified by you. Using clever ideas (images with border, images with shadow, transparent images, images with text etc) you can have impressive results. The height and the width of the images, in normal and zoomed state, can be set according to the needs of the developer. Pop Image Slider for Joomla works with Mootools 1.2.4. So, you need to use Joomla version 1.5.19 or higher and to enable “System – Mootools Upgrade” in “Plugin Manager”.

See the original post here:
Pop Image Slider

Seite 1 von 37 Seiten12345678910»...Letzter Eintrag »
6EYES BERLIN