From where can i start magento extension development [closed] - magento

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i am familiar with magento and also wrote some widget for magento as well , now i want to create some magento extension, Can you please help me out from where can i start the magento extension programming . Please advice me good tutorial and books
Thanks

The best resource I found is Alan Storm's (our fellow stacker) series of blog posts which he calls Magento for PHP MVC Developers. He explains all the issues relating to magento development in much detail.

I think you'll also find this extension a great start: http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator. You can trawl through the code it creates to get a really good idea of the key pieces of the puzzle.
Also, review the Magento sequence diagram to understand important steps in the flow:
http://www.magentocommerce.com/wiki/_detail/general/doc/page-request-flow.png?id=doc:magento-architecture&cache=cache

Magento-Debug to navigate Magento's modules and layouts: https://github.com/madalinoprea/magneto-debug

Related

What coding language do I need to learn to make a widget builder? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
stackoverflow community. I'm new here and I just started learning how to code in ruby with the goal of making a twitter widget maker. Do I need to learn any other languages to make it work?
Thanks a lot in advance,
Ghilia
Do you know any html, css, or javascript? These are essential in creating just about any custom web content.
Also, have you considered following along on some youtube tutorials?
Here are some that really helped me out in using different rails gems when I was starting out:
https://www.youtube.com/watch?v=7-1HCWbu7iU&list=PL23ZvcdS3XPLNdRYB_QyomQsShx59tpc-
And finally, Michael Hartl's tutorial :
https://www.railstutorial.org/book
Hartl actually builds a twitter app. Incredible tutorial but it can take months. He uses very little external libraries. This is considered one of the best web application tutorials ever made.
Good luck!

CKeditor 4x User Guide [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I know this is not the right website to ask for this but I couldn't find an appropriate one among the StackExchange network.
So my question is pretty simple. Where can I find a guide that has detailed explanations of all buttons (on toolbar) of the CKEditor? (I am writing a documentation for a website and i want to find a guide to refer to)
I 've been trying to find something all day but with no luck. If anyone could share a link please...
[...] all buttons (on toolbar) of the CKEditor?
There are so many plugins and custom builds of CKEditor so there's no such thing like "all buttons". You can browse the official plugin repo for brief descriptions of each plugin.
Also the official documentation website may help you.

Block magento website by users country? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i need to block the magento website by the visitors country without any extension , how to do it, where i need to edit the code? can i use .htaccess to do this?, else any native supports form the magento ?
please help me.
Thanks in advance
You can try Maxmind's mod_geoip apache module:
http://dev.maxmind.com/geoip/mod_geoip2
If you are using WHM/cPanel then it is easy to block entire contry IP ranges from firewall like CSF. For more details how to block entire country in CSF visit following URL:
http://www.vpsdiscussions.com/index.php/topic,87.0.html
I think this one is more accurate:
http://www.ip2location.com/blockvisitorsbycountry.aspx
This one is magento free module:
http://www.magentocommerce.com/magento-connect/et-ip-security.html
I already explained my experience here: http://www.magentocommerce.com/boards/viewth/viewthread/469503/
I just think you shouldn't block the whole site, just the prices. You couldn't believe how many people outside the US find us & we can point them to our european or asian partners.
Hope it helps

Suggest a project so that I can learn the Model - View - Controller [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i am new to the web and i understand that MVC is very important to web development. I'd like to do a project that could help me understand the MVC.
Plus, I also can't clearly understand what it is actually. i mean i can't find any good lesson or article that describes to the n00b. so if you guys could help me in that matter too that would be most appreciated.
Thanks in advance.
Start with CodeIgniter. It is a great MVC framework written in PHP. While you build a site in it, you can look at the code and learn how it works.
But remember, as with each design pattern, using it should not be a goal per se. Using a design pattern can help you find and build good generic solutions, but you shouldn't feel too bad if it doesn't work out exactly as you'd like. You'll learn and do better (or differently) next time and you're always free to skip or alter the pattern. It's just a tool.

Is there any forum in codeigniter php? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any forum software based on codeigniter ? free or commercial ?
I haven't tried either of these myself but i've heard very good things and you should take the time to investigate them both:
Dove Forums
Dove Forum is fairly new, but growing and seems to have fairly strong support from the Code Igniter community at the moment.
Pyro CMS
Pyro CMS is made by some of the top contributors to the Code Igniter community and gets alot of plaudits.
It's a fully fledged CMS rather than a forum script, but it has a forum add on which you can download to add that functionality.
You could check out MyForum (https://github.com/EllisLab/CodeIgniter/wiki/MyForum) - it is reasonably simple and I have had very good experiences with it in the past! It's free as well :)
Yep http://codeigniter.com/wiki/MyForum/ is nice and you can get all the necessary information about the coding and other practices using codeigniter over here.
not sure how helpful this is to you now, but Elite Bulletin Board(http://elite-board.us) is switching to CodeIgniter for their next version.
while its still in development, the code is in SVN if you wanted to look at it.

Resources