News rund um das Thema Web-Development mit Joomla!

cgTestimonial

cg_Testimonial component is a tool for adding testimonial by the user from frontend and managing and publishing testimonials from backend. This Joomla extension allows website user to submit a testimonials form with several fields on one of your site’s page and enable adding testimonials by either users or admin. This is version 1.0. Please suggest us features if you want more to be done. if you like/dislike our work, please DO NOT forget to add comments here. Suggestion for improvement are always welcome. Note: This is the advanced version of Testimonial Ku Release Notes: 1.1 – Security issues fixed

See the rest here:
cgTestimonial

ContentNotifier

ContentNotifier is the successor of jContentStatus (thanx Josh Prakash!) Plugin to display New and Updated gif files from anywhere in a content or automaticly at the beginning of the article. The plugin enables the webmaster to display nice looking lightweight gif files to notify the users where the contents has been updated or newly created. Just put the given syntax wherever required in the content. Syntax to display NEW : {jnew}{/jnew} or only {jnew} Syntax to display UPDATED : {jupdated}{/jupdated} or only {jupdated} New functionality: – {jnew} is identical to {jnew}{/jnew} (for compatibility) – {jupdated} is identical to {jupdated}{/jupdated} (for compatibility) – Stop the display of NEW or UPDATED according to number of days in the plugin parameters or display it permanently. – Automatic display of NEW or UPDATED at the start of the article is possible; can be switched off in an article using {jno_auto_contentstatus} – The automatic display can be limited in days using plugin parameters. – After NEW or UPDATED a text can be displayed using new tags: {jxnew)text=|text to be displayed|{/jxnew} {jxupdated)text=|text to be displayed|{/jxupdated} – The plugin parameters can be overwritten using: {jxnew}days=|3|{/jxnew} {jxupdated}days=|3|{/jxupdated} – combination also possible: {jxnew}days=|999| text=|text to be displayed for 999 days|{/jxnew} {jxupdated}days=|100| text=|text to be displayed for 100 days|{/jxupdated} Installation: Deactivate the original extension jContentStatus in case it is used. Original jContentStatus http://extensions.joomla.org/extensions/news-display/latest-news/4720

See the original post here: 
ContentNotifier

MiniBooking

A Jomsocial application to show the availability screen from ABPro. The supported ABPro versions are 1.4 and the 2.0 alpha.

Go here to read the rest: 
MiniBooking

Amblog

Joomla 1.5 nativ component. Simple blog engine. Joomla normal section/category stores the entries in the system. A blog uses a category established for by blog. Like this SEO Joomla extensions collaborates well and Joomla his search handles the contents. Use Joomla included WYSIWYG text editor. If the jcomment extension is installed is then remark there is an opportunity. The registered visitors the frontend new entries are known on a surface to take up, to join the discussion about entries. Their own entries and they may modify their remarks. CSS -away appearance which can be customized (See the controller.php being comment). More laguages handler surface support (into the packet Hungarian and English) Author: Tibor Fogler tibor.fogler@gmail.com Licensz: GNU/GPL – free Version history: 1.0.1 2010.08.22 Fixed security errors

More:
Amblog

Twitter Post

Twitter Post is a plugin for joomla to post links to your articles directly to your twitter account. The twitter account status is updated everytime a new article is added. Features: * Autometic adding of twitter status * Section / Category filter * Autogenerated TinyUrl

Read more: 
Twitter Post

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

CN Photos

UPDATED – added a module id, so that you can set a different id for each module, so that you can have more than one module on the same page, and have different annimations for each! Module for images to slide through. Awesome way of using jQuery! -Full list of animations -options for the ’shuffle’ animation -built with jQuery -version 1.3 Module pulls images from the folder you designate and you set a couple params and you are done! Then displays them, however you would like (pic #2). There are many options as you can see.

See more here: 
CN Photos

googleChart plugin

This plugin allows you to include one or more google charts right inside your content item or article. The charts are created using the Google Chart API. Unique Features =============== * You can embed more than one Google charts within an article – each with different chart types. For example, you can have pie chart combined with bar charts, etc. * Hide the complexities of the Google Chart APIs with simple and easy-to-remember parameter names. * For power users, you can use the raw mode to display charts using the raw Google Chart API – so that you can tap onto 100% of whatever that is provided by Google. * Runs on both Joomla 1.0 and native Joomla 1.5!

Continued here: 
googleChart plugin

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

Seite 2 von 342 Seiten«12345678910»...Letzter Eintrag »
6EYES BERLIN