SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
Have you ever missed a plane? 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144
To save 700 euro and to be at 
work tomorrow? 
Meet Magento Poland 2014 
– 
To give my best and to manage 
to meet the Magento 
community?
Publishing free open source Magento 
extensions – examples, benefits and 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
observations 
Tsvetan Stoychev
About me 
Tsvetan Stoychev (@ceckoslab) 
 Born: In Razgrad, Bulgaria 
 Last 5 years doing Magento 
 Magento Certified 
 I am NOT an open source evangelist 
 9 published open source extensions 
 Current job – Jarlssen / Session Digital GmbH 
Meet Magento Poland 2014
About the topic 
Publishing free open source Magento extensions 
• Examples – I will show 3 Magento extensions 
• Benefits – I will describe some of the benefits of 
publishing your extensions as free and open source 
• Observations – I will share advices and thoughts 
Meet Magento Poland 2014
Publishing free open source Magento extensions 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
Examples
Styling a static block - “My” Workflow 
CSS and Images CSS and Images 
Meet Magento Poland 2014 
Bob 
(FE) 
Alice 
(FE) 
Repository 
Content 
Skype 
Email 
Magento admin 
Install script 
Content
Extension - Jarlssen_CmsFiles 
Meet Magento Poland 2014 
Better Workflow 
CSS, Images and 
Content as *.phtml 
CSS, Images and 
Content as *.phtml 
Bob 
(FE) 
Alice 
(FE) 
Repository
Extension - Jarlssen_CmsFiles 
Meet Magento Poland 2014 
CMS Pages / Blocks 
DB File system 
*.phtml versions of 
Pages and Blocks 
DB records of 
Pages and Blocks
Extension - Jarlssen_CmsFiles 
( admin interface ) 
Meet Magento Poland 2014
Extension - Jarlssen_CmsFiles 
A helpful shell script that allows you to do: 
Meet Magento Poland 2014 
Pull 
Push 
Diff
Extension - Jarlssen_CmsFiles 
Meet Magento Poland 2014 
Facts 
 License: OSL 3.0 
 http://github.com/Jarlssen/Jarlssen_CmsFiles 
 MODMAN 
 Zero opened issues so far 
 It's perfect for development but it's not recommended for use in 
production 
 Good for projects that lack specification and you quickly have to 
show results in the initial development phase 
 Helped to our FE developers to increase their productivity
What will happen if you try to save an attribute with 
more than 1000 options? 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
?
Extension - Jarlssen_FasterAttributeOptionEdit 
Quote from Magento forums: “Well, I added 1000 manufacturers and a few 
hundred flavors into the store (to 1.42 CE). When I attempt to edit either 
attribute, I get a “script unresponsive” error in my browser.” 
Meet Magento Poland 2014
Extension - Jarlssen_FasterAttributeOptionEdit 
Meet Magento Poland 2014 
Facts 
 License: OSL 3.0 
 http://github.com/Jarlssen/Jarlssen_FasterAttributeOptionEdit 
 MODMAN 
 Blog post: http://goo.gl/Cl0R0N 
 1 contributor 
 4 people favourited the extension in GITGUB 
 1 developer contributed 
 Every month someone send us a Thank you email 
 We've published reference to the solution in StackOverflow and 
the Magento forum
Extension - Jarlssen_UploaderComponent 
Developer’s module for generic file upload in the admin forms 
Meet Magento Poland 2014
Extension - Jarlssen_UploaderComponent 
Config path: global/jarlssen_uploader_component_config/uploads 
Meet Magento Poland 2014 
How to use 
<global> 
<jarlssen_uploader_component_config> 
<uploads> 
<MyCompany_MyModule_Model_Item> 
<thumbnail> 
<upload_dir>my_module/thumbnail</upload_dir> 
<allowed_extensions>jpg,png,gif</allowed_extensions> 
<input_name>thumbnail</input_name> 
</thumbnail> 
<pdf> 
<upload_dir>my_module/pdf</upload_dir> 
<allowed_extensions>pdf</allowed_extensions> 
<input_name>pdf_file</input_name> 
</pdf> 
</MyCompany_MyModule_Model_Item> 
</uploads> 
</jarlssen_uploader_component_config> 
</global> 
Model class name 
Field config
Extension - Jarlssen_UploaderComponent 
Meet Magento Poland 2014 
Facts 
 License: OSL 3.0 
 http://github.com/Jarlssen/Jarlssen_UploaderComponent 
 MODMAN 
 Blog post: http://goo.gl/rgzc4N 
 Zero opened issues so far 
 Has written unit tests (EcomDev_PHPUnit) 
 Respects DRY principle!
Publishing free open source Magento extensions 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144 
Benefits
Meet Magento Poland 2014 
Benefits 
Constructive Criticism
Meet Magento Poland 2014 
Benefits 
QA services for free
Meet Magento Poland 2014 
Benefits 
Somebody may like to contribute
Meet Magento Poland 2014 
Benefits 
Feedback about the current needs of 
the market
Publishing free open source Magento extensions 
Observations 
MMeeeett MMaaggeennttoo PPoollaanndd 22001144
Meet Magento Poland 2014 
Observations 
Most of the ideas for open 
source extensions come from 
real projects during solving real 
business problems.
Meet Magento Poland 2014 
Observations 
How to be more successful?
How to be more successful? 
Write technical documentation 
Meet Magento Poland 2014
How to be more successful? 
Make it easy to install ( Modman, Compose and etc. ) 
Meet Magento Poland 2014
How to be more successful? 
Write a blog post about your extension 
Meet Magento Poland 2014
How to be more successful? 
Share in the social networks (Twitter, Linkedin etc.) 
Meet Magento Poland 2014
How to be more successful? 
If your extension solves a problem described in a forum or 
stack overflow, then post a comment and link to the 
extension's repository 
Meet Magento Poland 2014
Meet Magento Poland 2014 
Observations 
The idea and benefits of 
publishing free open source 
extensions are great, but take 
TIME!
Meet Magento Poland 2014 
Observations 
Some extensions should indeed 
be free and open source! 
Of course, I am talking from 
personal experience!
Meet Magento Poland 2014 
Observations 
There is a possibility that 
somebody will sell your free 
extension as their own product!!! 
No worries, it's OK!
Meet Magento Poland 2014 
Observations 
Should somebody make money 
from my open source extension? 
Sure, why not?
Meet Magento Poland 2014 
Observations 
Choose a license that works for 
you. 
http://choosealicense.com/ 
(I am not a lawyer)
Meet Magento Poland 2014 
Observations 
Open source can 
boost sales!
Questions? 
Meet Magento Poland 2014

Contenu connexe

Tendances

How to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 StepsHow to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 StepsErwan Jegouzo
 
Adding flash animation to a website
Adding flash animation to a websiteAdding flash animation to a website
Adding flash animation to a websiteBubblefruit.com
 
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoftConnectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoftThierry TROUIN ☁
 
A websites
A websitesA websites
A websitesslide676
 
How to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboomHow to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboomPetros Michailidis
 
How to embed a Voki in a Twispace page
How to embed a Voki in a Twispace pageHow to embed a Voki in a Twispace page
How to embed a Voki in a Twispace pagePetros Michailidis
 

Tendances (11)

Browser As Platform
Browser As PlatformBrowser As Platform
Browser As Platform
 
FND COMP Project Guidelines
FND COMP Project GuidelinesFND COMP Project Guidelines
FND COMP Project Guidelines
 
How to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 StepsHow to Get started with Press2Flash in 8 Steps
How to Get started with Press2Flash in 8 Steps
 
Frontend Crash Course
Frontend Crash CourseFrontend Crash Course
Frontend Crash Course
 
Selling umbraco
Selling umbracoSelling umbraco
Selling umbraco
 
Adding flash animation to a website
Adding flash animation to a websiteAdding flash animation to a website
Adding flash animation to a website
 
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoftConnectez vos systèmes métiers à Salesforce grâce à MuleSoft
Connectez vos systèmes métiers à Salesforce grâce à MuleSoft
 
A websites
A websitesA websites
A websites
 
How to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboomHow to embed a ppt in a twinspace page - slideboom
How to embed a ppt in a twinspace page - slideboom
 
Selling Umbraco - CodeGarden 2015
Selling Umbraco - CodeGarden 2015Selling Umbraco - CodeGarden 2015
Selling Umbraco - CodeGarden 2015
 
How to embed a Voki in a Twispace page
How to embed a Voki in a Twispace pageHow to embed a Voki in a Twispace page
How to embed a Voki in a Twispace page
 

Similaire à Tsvetan stoychev m_mspeakers-edited-final

Differences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdfDifferences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdfMarie Weaver
 
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULESBEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULESKuldeep Sharma
 
Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5SoftProdigy
 
Extensions for today & beyond why you should be building the next generatio...
Extensions for today & beyond   why you should be building the next generatio...Extensions for today & beyond   why you should be building the next generatio...
Extensions for today & beyond why you should be building the next generatio...Jonathan Beri
 
E-commerce development specialist
E-commerce development specialistE-commerce development specialist
E-commerce development specialistalysheabeyer
 
Magento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentMagento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentBYSOFT
 
Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform? Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform? Inception System
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpressMoreNiche
 
The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on MagentoDivante
 
WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?Pixel Crayons
 
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...I-Verve Inc
 
Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?Website Development Outsourcing
 
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesKnut Relbe-Moe [MVP, MCT]
 
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...BIWUG
 
Share point 2013: introduction, features, and roles
Share point 2013: introduction, features, and rolesShare point 2013: introduction, features, and roles
Share point 2013: introduction, features, and rolesVinh Nguyen
 

Similaire à Tsvetan stoychev m_mspeakers-edited-final (20)

Differences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdfDifferences between Magento and WordPress.pdf
Differences between Magento and WordPress.pdf
 
Magento SEO
Magento SEOMagento SEO
Magento SEO
 
Modular plugins
Modular pluginsModular plugins
Modular plugins
 
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULESBEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
BEGINNERS’ GUIDE TO MAGENTO PLUGINS, EXTENSIONS, MODULES
 
Modular plugins
Modular pluginsModular plugins
Modular plugins
 
Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5Magento E-Commerce Customized Package-5
Magento E-Commerce Customized Package-5
 
Extensions for today & beyond why you should be building the next generatio...
Extensions for today & beyond   why you should be building the next generatio...Extensions for today & beyond   why you should be building the next generatio...
Extensions for today & beyond why you should be building the next generatio...
 
E-commerce development specialist
E-commerce development specialistE-commerce development specialist
E-commerce development specialist
 
Magento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks AssessmentMagento Prestashop Epages Ecommerce Frameworks Assessment
Magento Prestashop Epages Ecommerce Frameworks Assessment
 
Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform? Why you choose Magento as your ecommerce platform?
Why you choose Magento as your ecommerce platform?
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpress
 
The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on Magento
 
WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?WordPress vs. Magento: The Better CMS Option For You?
WordPress vs. Magento: The Better CMS Option For You?
 
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
 
ProjectDoc
ProjectDocProjectDoc
ProjectDoc
 
Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?Pros and Cons of Magento 2.0: Should you choose it in 2021?
Pros and Cons of Magento 2.0: Should you choose it in 2021?
 
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
 
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
 
Share point 2013: introduction, features, and roles
Share point 2013: introduction, features, and rolesShare point 2013: introduction, features, and roles
Share point 2013: introduction, features, and roles
 
Wordpress vs joomla
Wordpress vs joomlaWordpress vs joomla
Wordpress vs joomla
 

Dernier

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 

Dernier (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

Tsvetan stoychev m_mspeakers-edited-final

  • 1. Have you ever missed a plane? MMeeeett MMaaggeennttoo PPoollaanndd 22001144
  • 2. To save 700 euro and to be at work tomorrow? Meet Magento Poland 2014 – To give my best and to manage to meet the Magento community?
  • 3. Publishing free open source Magento extensions – examples, benefits and MMeeeett MMaaggeennttoo PPoollaanndd 22001144 observations Tsvetan Stoychev
  • 4. About me Tsvetan Stoychev (@ceckoslab)  Born: In Razgrad, Bulgaria  Last 5 years doing Magento  Magento Certified  I am NOT an open source evangelist  9 published open source extensions  Current job – Jarlssen / Session Digital GmbH Meet Magento Poland 2014
  • 5. About the topic Publishing free open source Magento extensions • Examples – I will show 3 Magento extensions • Benefits – I will describe some of the benefits of publishing your extensions as free and open source • Observations – I will share advices and thoughts Meet Magento Poland 2014
  • 6. Publishing free open source Magento extensions MMeeeett MMaaggeennttoo PPoollaanndd 22001144 Examples
  • 7. Styling a static block - “My” Workflow CSS and Images CSS and Images Meet Magento Poland 2014 Bob (FE) Alice (FE) Repository Content Skype Email Magento admin Install script Content
  • 8. Extension - Jarlssen_CmsFiles Meet Magento Poland 2014 Better Workflow CSS, Images and Content as *.phtml CSS, Images and Content as *.phtml Bob (FE) Alice (FE) Repository
  • 9. Extension - Jarlssen_CmsFiles Meet Magento Poland 2014 CMS Pages / Blocks DB File system *.phtml versions of Pages and Blocks DB records of Pages and Blocks
  • 10. Extension - Jarlssen_CmsFiles ( admin interface ) Meet Magento Poland 2014
  • 11. Extension - Jarlssen_CmsFiles A helpful shell script that allows you to do: Meet Magento Poland 2014 Pull Push Diff
  • 12. Extension - Jarlssen_CmsFiles Meet Magento Poland 2014 Facts  License: OSL 3.0  http://github.com/Jarlssen/Jarlssen_CmsFiles  MODMAN  Zero opened issues so far  It's perfect for development but it's not recommended for use in production  Good for projects that lack specification and you quickly have to show results in the initial development phase  Helped to our FE developers to increase their productivity
  • 13. What will happen if you try to save an attribute with more than 1000 options? MMeeeett MMaaggeennttoo PPoollaanndd 22001144 ?
  • 14. Extension - Jarlssen_FasterAttributeOptionEdit Quote from Magento forums: “Well, I added 1000 manufacturers and a few hundred flavors into the store (to 1.42 CE). When I attempt to edit either attribute, I get a “script unresponsive” error in my browser.” Meet Magento Poland 2014
  • 15. Extension - Jarlssen_FasterAttributeOptionEdit Meet Magento Poland 2014 Facts  License: OSL 3.0  http://github.com/Jarlssen/Jarlssen_FasterAttributeOptionEdit  MODMAN  Blog post: http://goo.gl/Cl0R0N  1 contributor  4 people favourited the extension in GITGUB  1 developer contributed  Every month someone send us a Thank you email  We've published reference to the solution in StackOverflow and the Magento forum
  • 16. Extension - Jarlssen_UploaderComponent Developer’s module for generic file upload in the admin forms Meet Magento Poland 2014
  • 17. Extension - Jarlssen_UploaderComponent Config path: global/jarlssen_uploader_component_config/uploads Meet Magento Poland 2014 How to use <global> <jarlssen_uploader_component_config> <uploads> <MyCompany_MyModule_Model_Item> <thumbnail> <upload_dir>my_module/thumbnail</upload_dir> <allowed_extensions>jpg,png,gif</allowed_extensions> <input_name>thumbnail</input_name> </thumbnail> <pdf> <upload_dir>my_module/pdf</upload_dir> <allowed_extensions>pdf</allowed_extensions> <input_name>pdf_file</input_name> </pdf> </MyCompany_MyModule_Model_Item> </uploads> </jarlssen_uploader_component_config> </global> Model class name Field config
  • 18. Extension - Jarlssen_UploaderComponent Meet Magento Poland 2014 Facts  License: OSL 3.0  http://github.com/Jarlssen/Jarlssen_UploaderComponent  MODMAN  Blog post: http://goo.gl/rgzc4N  Zero opened issues so far  Has written unit tests (EcomDev_PHPUnit)  Respects DRY principle!
  • 19. Publishing free open source Magento extensions MMeeeett MMaaggeennttoo PPoollaanndd 22001144 Benefits
  • 20. Meet Magento Poland 2014 Benefits Constructive Criticism
  • 21. Meet Magento Poland 2014 Benefits QA services for free
  • 22. Meet Magento Poland 2014 Benefits Somebody may like to contribute
  • 23. Meet Magento Poland 2014 Benefits Feedback about the current needs of the market
  • 24. Publishing free open source Magento extensions Observations MMeeeett MMaaggeennttoo PPoollaanndd 22001144
  • 25. Meet Magento Poland 2014 Observations Most of the ideas for open source extensions come from real projects during solving real business problems.
  • 26. Meet Magento Poland 2014 Observations How to be more successful?
  • 27. How to be more successful? Write technical documentation Meet Magento Poland 2014
  • 28. How to be more successful? Make it easy to install ( Modman, Compose and etc. ) Meet Magento Poland 2014
  • 29. How to be more successful? Write a blog post about your extension Meet Magento Poland 2014
  • 30. How to be more successful? Share in the social networks (Twitter, Linkedin etc.) Meet Magento Poland 2014
  • 31. How to be more successful? If your extension solves a problem described in a forum or stack overflow, then post a comment and link to the extension's repository Meet Magento Poland 2014
  • 32. Meet Magento Poland 2014 Observations The idea and benefits of publishing free open source extensions are great, but take TIME!
  • 33. Meet Magento Poland 2014 Observations Some extensions should indeed be free and open source! Of course, I am talking from personal experience!
  • 34. Meet Magento Poland 2014 Observations There is a possibility that somebody will sell your free extension as their own product!!! No worries, it's OK!
  • 35. Meet Magento Poland 2014 Observations Should somebody make money from my open source extension? Sure, why not?
  • 36. Meet Magento Poland 2014 Observations Choose a license that works for you. http://choosealicense.com/ (I am not a lawyer)
  • 37. Meet Magento Poland 2014 Observations Open source can boost sales!
  • 38. Questions? Meet Magento Poland 2014