Magento 1.4 extension development - magento

HI
Magento introduced a new concept of widget in magento 1.4 , my question is whether to write a magento extension in magento 1.4 is useful or not
Thanks

Magento Extensions provide a variety of different features and enhancements to a Magento System.
Magento widgets prove a way for "less-technical-users" to add a Magento Blocks to a Magento CMS page.
So yes, writing an extension in 1.4 is still useful.

Magento widgets are easy to use. They are the features introduced in magento 1.4 and they can be added anywhere in the pages. Widgets also provide extensive functionalities to magento.

Think of a widget as another way to accomplish things in Magento. You can either make an extension or a widget. At the end of the day you will want to use the best tool for the job.
If you are looking to just add a small block of text to a page, then a widget is for you. If you need more functionality than that, an extension will probably suit you better.

Related

Creating profile page for users in Joomla

I have been developing websites for some years. I know PHP. but I have never worked with a CMS before. I've been told to create a website with Joomla where there's a homepage and also new users may sign up and then they can have a profile page where they can upload their profile picture and write their résumé.
This is easy for me to implement this system if I start coding it by myself. but how can I do this in Joomla? is there a plug-in which I need? could someone please give me some resources?
No need to re-invent the wheel - there are tons of ready-built components at the Extensions Directory. Last I checked Community Builder and JomSocial were the most popular, but they might be overkill for your need, so it's worth having a look at the other choices there. If you're new to Joomla, you're probably interested in a Component, which is essentially a "sub-application" that installs under Joomla. They usually include Modules that can be displayed on the site, as well as Plugins that work with the core Joomla logic to perform specialized functions for the installed component.
There are many plugins, but the simple functionality of user profiles is implemented in Joomla. This question might help you.

How to Implement Rich snippet in magento Products?

I have magento 1.8 and I want to implement Price and Availablity Rich snippet for Magento Products,
on which file I can edit code so my price and Availability snippet will appear in Google?
The plugin suggested by #user2434 seems to be pretty good but it is paid/premium but will make your work much easier and faster. However if you want to go all your own free way, you have to hard-code your pages with rich snippet tags. To make it little easy, you can use third party rich snippet code generator tool like http://www.microdatagenerator.com/ and update your individual pages.

Where place my custom files magento if i want developed design files for custom extension

Where place my custom files in magento if i want develop extension in design/frontend/base/default or design/frontend/default/default. I think be logic place it to design/frontend/default/default, but i am find opinion about that good practice place it to design/frontend/base/default
Thanks!
It depends on what Magento versions will you support.
If you plan to make your extension work on Magento 1.3 and lower than you should put your design files in default/default.
If your extension is for versions 1.4+ then place them in base/default.
You can see other tips and tricks that might help you when building an extension in here

Guide, tutorial for Joomla and a bit more information

May I ask is there any tutorial, guide website or videos that can guide me with template/theme building from scratch for Virtuemart 2.0.8?
Also do you suggest using Joomla with Virtuemart or Zen Cart for making an e-commerce website and I mean making a template and theme from scratch using HTML, CSS and Jquery.
Also I'm planning to add a text file into my database automatically from a ftp server every 8 hours so as to update the product prices of the site automatically. I know with Virtuemart I can do this with CSVI but is there any similar for Zen Cart?
Thank you!
If you are not experienced with HTML, CSS and JQuery, then making your own template will be very hard. You would be better off using a free one or adapting it to suit your own needs.
As for your query about using Zen Cart or VirtueMart. I would recommend using VirtueMart as its fully integrated and however JVitals have made a bridge for those who would prefer to use Zen Cart which can be found here

magento website building help required

I am a j2ee developer, i want to develop a webstore i choosed magento as i found its review best among open source eCommerce projects.
I have search all around the magento wiki they explaining how to configure catalogue and other options.
Mangeto wiki
But i am unable to found how to list down the products on the page. is there any scripting language for it ? please help me out.
This links might help you
Managing your store
http://www.magentocommerce.com/media/screencasts
http://www.magentocommerce.com/knowledge-base/categories/category/manage-your-store/
Working on Theme http://www.magentocommerce.com/design_guide
For understanding and extending magento code http://www.magentocommerce.com/knowledge-base/categories/category/development/

Resources