About The Author

You can search and download free Joomla, Magento, Wordpress many other links. No registration is required to download

Get The Latest News

Sign up to receive latest news





Td Zanet Free Joomla 1.5 Template | Demo: http://demo.joomlatd.com/
Td zanet is a new Joomla1.5 Free Template from joomlatd. It uses the standard Joomla modules ( left, mainbody, right, user1, user2, user5, user 6, user7 and newsflash). This free template has moo menu.
If you want the flash header source which is used in this template click here: http://www.joomlatd.com/shop/viewcategory-2.html
If you don't have flash program to work with .fla inside zip is also header.swf with nothing written (the text "designed by joomlatd.com" is deleted). The only thing for you to do is to replace header.swf inside images folder with the header.swf inside .zip you will download. After replacing delete temporary internet files.

Download Link:
http://demo.joomlatd.com/download/td_zanet.zip
http://rapidshare.com/files/271098385/td_zanet_j15.rar
http://hotfile.com/dl/10803503/86f176d/td_zanet_j15.rar.html
[More]



XML Banner Rotator is a free Flash component to display rotating images with style. It is highly customizable via a XML file & comes with 35+ options including the masking size and speed.

The position of the elements on the screen, number of images & colors can all be controlled.

Besides any HTML page, XML Banner Rotator can be inserted into any FLA file too.

P.S. Download requires free membership.


http://www.flabell.com/flash/XML-Banner-Rotator-233

Download Link:
http://rapidshare.com/files/271980781/flabell-XML-Banner-Rotator.zip
http://hotfile.com/dl/10932745/4fa2ddb/flabell-XML-Banner-Rotator.zip.html
http://www.megaupload.com/?d=TCV094J3
[More]




Demo: http://www.en.joomgallery.net/component/option,com_joomgallery/Itemid,15/

JoomGallery is a gallery component completely integrated into Joomla, with support for Joomla 1.0 and 1.5 native. JoomGallery 1.5.0.3 (stable) works in Joomla 1.5 native.

Features include, but are not limited to:
- CSS-based layout (table-free, wherever possible)
- fullscreen animated JavaScript view (Lightbox, Slimbox or Thickbox3)
- manifold possibilities in the detail view: voting, commenting, BBCode for external linking, "Send to a friend" feature, adding nametags ("That’s me!")
- support for user profiles in Community Builder, Community Builder Enhanced and JomSocial
- optional usage of EasyCapture for comments
- configurable watermarks
- EXIF and IPTC image data support
- access rights for categories
- user-created uploads and categories
- Favourites: users can store and download their favourite pictures
- Cooliris support
- configurable view of Toplists (top rated, last added, last commented, most viewed)
- several upload possibilities from backend and frontend (single upload, batch upload (Zip), FTP upload, Java upload)
- image processing using GD, GD2 or ImageMagick
- an interface class (API) gives other extensions (Plugins, Modules, ...) the possibility to integrate JoomGallery content
- afterwards resizing of detail pictures and thumbnails

An existing PonyGallery ML can be migrated to JoomGallery using the migration script. Previous versions of JoomGallery can be upgraded with the upgrade packages from the download section.

Download : http://www.en.joomgallery.net/downloads.html

Download JoomGallery v1.5.0.3 Full with module and plugin For Joomla! 1.5:
http://rapidshare.com/files/272830738/JOOMGALLERY_1_5_0_3_AIO.rar
http://hotfile.com/dl/11043630/9e72881/JOOMGALLERY_1_5_0_3_AIO.rar.html
http://www.rapidspread.com/file.jsp?id=ln08z8xk0u
[More]
Dirk Jesse’s extensive (X)HTML/CSS Framework offers the whole bunch of default-templates for a number of simple or more complex web-projects. YAML is based on web standards and supports every modern web browser. All Internet Explorer’s major rendering bugs are countered. YAML fully supports all IE versions from 5.x/Win to 7.0.

Apart from a number of standard-conform layouts the framework also offers a debugging stylesheet, print stylesheet as well as various robust tools for web-development in YAML. All CSS components of the framework as well as the various layout methods are thoroughly documented in both English and German, supplemented by numerous examples.
[More]
You need time to fully understand the framework.
“For the average user, [..] the time required to understand the architecture of the framework far outweighs the menial task of coding it from scratch.” [Why I don’t use frameworks]
You need a close familiarity with your code’s architecture.
Using external CSS frameworks, you still need a profound understanding of your code. You need to know exactly how your framework is actually built. “By building a site from the ground up, you gain a knowledge of your site’s architecture that can’t be learned through any study or documentation.” [Why I don’t use frameworks]
You might inherit someone’s bugs or mistakes.
If you use external CSS Frameworks you might get in trouble fixing someone else’s bugs which is far more time-consuming than fixing your own bugs.
You develop sites upon a framework, not upon the solid knowledge of CSS.
“A big problem with frameworks is when up and coming developers attach themselves to a framework as opposed to the underlying code itself. The knowledge gained in this case surrounds a specific framework, which severely limits the developer.” [Please Do Not Use CSS Frameworks, by Jonathan Christopher]
You get a bloated source code.
“Whether it be in a server side language framework or JavaScript library, there is often a large percentage of code that will never be executed. While not a major issue server side, this can greatly degrade the performance of a client side framework such as a JavaScript library.” [Please Do Not Use CSS Frameworks, by Jonathan Christopher]
CSS can not be framed semantically.
“CSS and (X)HTML go hand in hand. (X)HTML is a language semantic in nature, which is impossible to wrap up in the style of a framework. Each and every project is unique in and of itself, right down to the document structure, classes, and ids. A CSS framework passively removes a great majority of semantic value from the markup of a document and, in my opinion, should be avoided.” [Please Do Not Use CSS Frameworks, by Jonathan Christopher]
Ignoring the uniqueness of your projects.
Designs should be based upon the content, not upon a standard template you use over and over again.
[More]
A framework is a basic (usually abstract) conceptual structure which you can use as a “scratch” for your web-projects. For instance, instead of defining global reset, consistent baseline, typographic rules or basic styles for forms over and over again — every time you work on a new project — you can prepare a default-style once and reuse it in all your future projects. This is what you call a CSS Framework.
CSS frameworks don’t have to be complex or large, they may contain a set of simple CSS-styles such as
typography.css for basic typographic rules,
grid.css for grid-based layouts or
layout.css for general layouts,
form.css for basic form styling,
general.css for further general rules

and so on. In your code segmentation you can also go further, for instance: structure, typography, design presentation, specialist sections (e.g. menus, navigation), print, mobile web, tweaks (mostly old style browser hacks), browser specific workarounds (via IE conditional statement). “On the whole code segmentation in frameworks is handy to work with, but it can add some real load to a server with the extra http request per page view.” [Treading Lightly With CSS Frameworks, by Gary Barber]
“[Framework is] a set of tools, libraries, conventions, and best practices that attempt to abstract routine tasks into generic modules that can be reused. The goal here is to allow the designer or developer to focus on tasks that are unique to a given project, rather than reinventing the wheel each time around.” [Framework For Designers, by Jeff Croft]
[More]
You increase your productivity and avoid common mistakes.
If you develop several sites of the similar nature, an abstraction of CSS code can dramatically speed up your productivity, help you to avoid common mistakes and simplify the management of CSS code.

You normalize your code/class base.
You have a common “default” CSS-code and (X)HTML-markup, so you always use the same IDs and class names in your projects. Code consistency throughout a number of projects makes it’s easier for you to maintain a web-site without digging into the source code of every project you’ve ever worked on — to understand how you’ve actually built the web-site.
You have a better workflow within a team.

If a CSS-framework is well documented, it can be used within a team as a common ground-up; thus you can avoid misunderstandings and ensure an optimal workflow. The latter results in avoiding mistakes and helps you to meet deadlines without compromising on product quality and without overtime costs.

You gain an optimal browser-compatibility.
Since your CSS-framework is “bulletproof”, you don’t have to worry about browser-compatibility issues and can start coding right away.
You have a clean, well-structured and complete code.

CSS Frameworks provide you with a well thought-out foundation for your sites; using them you have the basic styling of all html-elements you’ll ever need to style from the very beginning of your projects. Have you ever forgotten about code or abbr? That’s the point.
[More]