Editing a menu bar to create links to your articles: Making a web site using a Content Management System. A step-by-step web design tutorial using the worlds favorite database driven web design system, Joomla!
Duration : 0:7:44
Editing a menu bar to create links to your articles: Making a web site using a Content Management System. A step-by-step web design tutorial using the worlds favorite database driven web design system, Joomla!
Duration : 0:7:44
So I am a web designer, I design web sites in Photoshop and then I create HTML code. I am great with static web sites but I am not very good at web programming (PHP) and I would like to learn it but really cannot find much time for it lately. So my question is is there a way for me to create my own design in Photoshop/Dreamweaver and then use my own design with CMS solutions like Wordpress, Joomla etc… The point is I want to create database websites and update them trough CMS but have my own design used and not those templates that you can find on web for Joomla for example. So is this possible and which CMS solution do you recommend: Joomla, Wordpress or some other? Thanks
use joomla for that, you can use your own designs with joomla but you will have to tweak them so they can work with joomla. You can find much info about that on forums on their official site www.joomla.org…
26 Jul 2009
Joomla! is a free open source content management system for blogging and web design. Joomla has alot of great features..
Find out more about website design, internet marketing, seo, web design templates, affiliate programs and more at visit: www.makemoneyonline.co.nz
Search for other tags: joomla blogging software blogger free web design
Duration : 0:1:10
24 Jul 2009
Do you need attachments, add ons etc.
If not where is the best place to get templates from
You cannot design templates with Joomla. You create a template, install it and tell Joomla if you want this template used on a specific page or if it should be the default template. www.siteground.com has a good selection of free templates.
21 Jul 2009
We are going to be putting part of a site on joomla, mainly so 1 person can go in and edit content etc. This will be like an employee corner. There will be another section that they are requesting where counselors can go in and post notes about patients. This part will be secure. They are wanting to be able to post notes where other counselors can read etc. do you think this would be best by blog or forum or any other recommendations?
You could do this with Joomla, but I question the security of the "secure part" in that.
I would recommend Drupal. http://drupal.org
That may be a bit over the top for some, but you may like that better, plus the security is better than Joomla IMO.
Putting Articles on the Front Page and Uploading Pictures to embed in your articles: Making a web site using a Content Management System. A step-by-step web design tutorial using the worlds favorite database driven web design system, Joomla!
Duration : 0:6:42
I currently got a job as Director of Studio Operations for this small studio in Hollywood. Now I need to redo the website and I have had some experience editing and designing sites using Joomla software. I have never started a site on my own though, and was wondering if anyone else has and what they used to Host the site and install open source software to design and edit the site?
I would start by looking at some templates and go from there. I also understand that Joomla has a fairly large support community where Joomla users share ideas and methods. Perhaps an on-line Joomla forum is in order?
Templates: http://www.compassdesigns.net/
Making a web site using a Content Management System. A step-by-step web design tutorial using the worlds favorite database driven web design system, Joomla! Part 2 : “Creating Sections, Categories, and Content”
Duration : 0:8:12
17 Jul 2009
Collection photos of a Free Web2.0 Templates, for Wordpress, Blogger, CSS, Flash, Joomla and Much more, high Quality Design, available for Free at http://www.template4all.com Enjoy!
Duration : 0:1:2
I’m not talking about a generic out of the box solution, but a full web build. I’m looking to build a directory website, which would allow users various levels of access… I’m looking at doing it through either Durpal or Joomla… but really confused which path to take. I want to be able to customize the scripts that will appear on the page as well, & integrate widgets/data feeds from other sources….
Also a take on my process of how to put everything together…
1) define requirements/functions
2) develop wireframe
3) design the creative
4) code it into css
5) code it? (through the CMS or other path?)
does this make sense?
Use a library like JQuery, but build the site yourself.
Your process is the artwork creation, but leaves the programming (the major part of the site) out completely. (CSS is just a statement of the style of the various elements.) You’re going to have to write the HTML (the content itself), then the Javascript (the program that runs in the browser), the server-side program (language to be determined by what’s available on the server - PHP is a pretty universal choice) and SQL to talk to the database (which you’ll need if you have user accounts - which you have to have to let people log in).
Depending on the content of the site, you might also want to use AJAX.