Joomla! 2.5 template design book [closed] - joomla

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a complete book for Joomla! 2.5 template design.
(I want to learn the best, the newest and the most standard way to code Joomla 2.5 template)
What do you suggest? (cost is not a problem!)
Thanks.

I'd start off with the free stuff. The Joomla wiki page here on creating a basic template. Personally I found this video made at a Joomla Conference pretty helpful. This tutorial whist for Joomla 1.5 very little template wise changed from 1.5 to 1.6-2.5 versions.
Also make sure you're happy with non-joomla css/html/php templates as that is what these are at the end of the day with some extra bits here and there.
Once you've done that have a look at some of the existing frameworks. Most are available for free. The yootheme warp master theme here, the Nooku framework, Gantry Framework whilst all customizable if you want to make your own template on a existing framework for the first couple of go's to get a feel for it. You can also learn a lot about how site development works from the way that other people have built their templates if you wish to work that way!
So far 0 pence spent and a pretty good idea of how Joomla templates work!! If you are desperate to spend dosh go for the offical Joomla Book on it here.

All you need is here:
http://www.amazon.com/Joomla-Templates-Press-Angie-Radtke/dp/0321827317/ref=pd_sim_b_7
Publication Date: August 1, 2012

Related

Magento VS TYPO3 multishop [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm actually looking for a great eCommerce platform ..
I need to start a project, my employer recommended me Magento, but i can suggest something else.
I really dont know Magento, and im well skilled with TYPO3, so i wonder if im better to use TYPO3 MultiShop or Magento ?
Note : That website will be very big so we need a limitless extensible platform.
What you recommend me for my purposes ? Magento or TYPO3 MultiShop ?
Magento is the better shop system, Typo3 is the better CMS system.
Since the shop is probably your focus since you want to sell something, I would vote for Magento.
Another option, though, is to combine the best of both worlds by using Magento together with Typo3, for example with this: http://www.typogento.com/

The best Joomla forms module [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am just looking for some opinions on a preferable module to us efor Joomla. It must:
allow CMS users to edit fields etc.
store data in the database
not have excessive mark up
have easily editable themes.
I have used Breezing forms and some others, but they all seem a bit clunky and over kill for what is required.
I would like a fairly lightweight form module with easy customisation from a dev point of view.
You can use Fabrik extension. You can get it by go to this link
It's free and simple to use. Fabrik gives you the power to create forms and tables that run inside Joomla without requiring knowledge of MySQL and PHP. Then feed your data into Google Maps, Charts or an AJAX based calendar etc.It's my personal opinion, I have used this and found it interesting.
And others extension such as RSform ,Breezing forms, Red form etc. but these are commercial extension.
RSForm! Pro is the best form module.
http://www.rsjoomla.com/
RSForms Pro is a really good component for forms in Joomla. But it isn't really lightweight, it's fairly extensive. But still quite easy to use. ;)
I would recommend RSForms!
Well maintained
Easy to use and powerful
Theming engine
The price is low enough to avoid all the hassle "free" components can provide
Have a look at their website : http://www.rsjoomla.com/joomla-extensions/joomla-form.html

Need suggestion on database design structure design for a ASP.NET MVC application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i am trying to learn ASP.Net MVC2/3 and trying to work on a web project that will actually be a blogging project. So i would have the similar structure as a normal blog looks like. I would have title, blog entry, some tags and other stuff. Now i want suggestion on using database. Since the blog entry i.e. an article would be a text with multiple paragraphs and might also contain some images. So i was wondering what kind of database should be good to store these texts. I can use SQL for storing text but not sure if it would be fast enough. Any suggestions on where can i get or i should say learn about good database design for such application.
Also it would be helpful if anyone can suggest a good source for ASP.net MVC3 learning. I can look online for tutorials, but some good books for beginners would be helpful.
Any suggestion would be great.
Thanks. :)
download sqlExpress from Microsoft, it will be plenty fast enough to store/retrieve text, it's free and it works well with .net
I think the easiest way to store the posts would be to store the text as HTML, with tags that point to somewhere in your file structure. When you add an image, you upload it to that directory, and generate a link for it.
Take a look at how wordpress works, that should give you plenty of ideas for writing your own code.

Joomla ! A MVC framework or CMS? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Sorry.i am new to joomla.Is there anyone who could tell me whether joomla is mvc framework or content management system?? I am confused.kind regards
Joomla is a content management system built using the MVC pattern. Joomla provide interfaces and APIs to let you extend it and build addons to add more feature to it. So some people define it as a framework too
The public facing presence is of Joomla! the CMS - architecturally though since version 1.6 it's been moving to Joomla! the CMS [GitHub] which sits on top of the Joomla! Platform [GitHub].
The idea is to leverage all the good in the framework for applications other than the original CMS functionality. So, you can create stand alone applications using the platform, they don't even have to be web applications. e.g. we have several small apps that are fired from cron to run background tasks that leverage the platform framework and the models etc of our larger Joomla components.

Best Online Video Tutorial Source to Learn Web Development similar to Lynda.com [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Please suggest premium or free online video sources that address web development.
I'm looking for the satisfy the following areas in particular.
Web architecture and planning
Web Usability and Design
Specific programming languages/frameworks namely (PHP, RoR, javascript, CSS)
Database Design
AJAX, jQuery
Any other areas needed to be a top notch developer (Note I didn't mean 'web designer', or 'web programmer')
So far the only great premium sites I'm aware of are lynda.com (for everything) and Peepcode.com (RoR). I know there's more out there like them. Please share.
The best foundational programming information that I've found is Stanford Open Campus, specifically:
CS106A
Here are some other resources to compete with Lynda.com
UDEMY
Learnable
Video2Brain
Creative Live
Kelby
VTC
TUTSPLUS
Digital Tutors
Team Treehouse
Code Academy
Code School
Peepcode
TotalTraining
I just found a good resource:
Harvard CS-75 - Building Dynamic Websites
http://academicearth.org/courses/building-dynamic-websites
A previous version is also on iTunes.
How about lynda.com's main competitor (but number two, I think), http://www.vtc.com.

Resources