com_messages like component - joomla2.5

I want to develop a custom component that have tabs like com_messages built in component to joomla 2.5. Any one can guide me?
I look into it but not getting it
http://docs.joomla.org/Developing_a_Model-View-Controller_Component/2.5/Adding_categories

Hi you can easily create your own compoenent by using the following website..
http://www.notwebdesign.com/joomla-component-creator/
Just create an account and create your own component... All the best..

Related

How can I implement keystroke live update from a database?

I am developing a web app with a "search functionality", in the search functionality, I would like the app to display the database matches with every keystroke in the search field by the user. The picture below shows what I am trying to achieve.
I am developing with Python Django.
thanking you in advance.
I think this is not included by default of Django,
You should use a combination of jQuery or something like that, for example, you'll see it - http://www.lalicode.com/post/5/

Clarification about Django-Oscar

I have already finished setting up my home, about and contact us page using bootstrap in one project. I wanted to use the django-oscar for the e-commerce configuration and use it in my products page.
Do I need to add another project or just create another app for django-oscar?
By the way I created another project and am currently stuck on how to connect it the first project I have made
You don't need to create another project for your product's page. You can easily install Oscar (which will install Django as a dependency). It supports a simple design built with Twitter's Bootstrap.
You can read this: Getting started with Oscar and How to customise templates for create home, about and contacts pages.
Hope I help!

How to use C3 charts in ember js

I need to create a web application using ember js.In which there is a need for c3 chart creation.could you please help me?thanks in advance.
You need to create a component, which will render a chart. Check an ember documentation to learn about components. This post from an official blog also should be useful, as it contains a description of new component hooks.

Magento how to make my own admin based custom template?

I am newbie to the magento. I want to develop my own custom template in magento. Where I would like to have some custom settings from admin panel to change the looks of the theme like change colour or to upload logo etc.. So can someone kindly tell me is there any documentation available or any referenced link? Any help and suggestions will be really appreciable.
Have a look at this link http://www.silksoftware.com/magento-module-creator
Near the bottom you have the Magento System Configuration section, with this you can create a module to handle all your admin settings for your entire site. This is by far the best way to learn how to setup modules, especially complicated ones that involve admin settings.
There will however be plugins for what you want so check on Magento connect first, and there are some free themes for older Magento installs that include similar custom plugins for customizing the themes you can use as a potential reference if you can dig them up (sorry I don't have any examples to hand as I used bought themes to learn from).

Redmine custom fields on Projects page

I have recently setup Redmine and really like it. However, a feature which I really want is to set up Project completion in a percentage type facility (such as 5% 10% etc.) which is editable simply by the developer, not automated.
I know that you can create custom fields but something that I really want is that the column can show up on the "Homepage" / "Projects Page" to give a more detailed overview rather than going into each individual project.
Is there a way to do this with any plugins?
I am running Redmine 2.2.0
Any help with this would be greatly appreciated
You can't put custom fields on the project list page (or need to search for third-party solution), but you do can customize custom fields to look as gauge bar using Extended Fields plugin.