Customize Magento modules - magento-1.7

I am new in magento. I have install SMS Text Messaging - powered by 24x module in magento but I want to customize this module and want to embed mvaayoo php api and remove 24x code. Please tell me how to Customize Magento modules and proper flow structure of the magento files.
Thanks,

To understand magento module development or customize existing modules(including directory structure) you may visit following links:
http://knowledge.santanu.net/developer-guide-for-magento-module-structure-and-codepool/
http://knowledge.santanu.net/magento-mvc-pattern-and-advanced-module-development-guide/

Related

Integration of Payum Module to my existing Zend 2 Project

I have already running a project in Zend Framework 2 Now i trying to integrate the Payum Module(paypal) with my existing project I have followed the instructions from
https://github.com/Payum/PayumModule/blob/master/docs/get-it-started.md
and install and configure the module. it is showing on the ZendDeveloperTools that the module is there now i need to move further on this but not found a way.
Is there any other documentation available that will provide step by step integration?
The repo of the mentioned module has documentation on how to use it:
https://github.com/Payum/PayumModule/blob/master/docs/get-it-started.md

Oracle ATG BCC Deployment

How to deploy an Html content to BCC server in Oracle ATG?
I need to deploy the Html page from my Bcc, so it gets reflected in my production server. I am new to ATG, so i don't know how to start with the basic scratch work.
Things i have started as a scratch.
Created the ATG project in the Eclipse and deployed to the JBOSS.
Created the database and accessed through the Repository.
Created the versioned repository and dono how to accesses it through the BCC.
After these steps, i got struck up. Is the following steps are correct for starting the ATG as a Beginner?
please give me a good suggestion or the task to learn the ATG from scratch.
BCC out of the box don't have the capability to create web pages (don't confuse it with multisite feature). Some time ago ATG was integrated with Endeca which can create pages using Expirience Manager. Now usually you will buy a bundle ATG11 + Endeca.
You have few alternatives to that, usually paid extensions. First is using ATG Sitebuilder plugin delivered by a company called Spindrift. It extend BCC and gives you possibility to build pages from blocks.
Next paid is APF (ATG Portal Framework) from company AMG.net, it gives you possibility to manage pages and content of those pages with nice live editing tool.
Other solution is to create dedicated repository with HTML spinets and use simple ootb droplet (e.g. RepositoryLookup) to show that content.

How to integrate magento sample data with magento?

I have installed magento on ubuntu using magento-1.7.0.2.zip. I have also downloaded magento sample data magento-sample-data-1.6.1.0.tar.gz . But I can't integrate this sample data with my magento installation.
Please somebody help me.
Thanks
Here is a guide on how to install it
Main thing that you should know that you need to extract magento sample data (.sql file and media folder) then put media folder into your magento installation and import .sql file into your empty database before you will run Magento installation wizard, otherwise you won't be able to successfully install sample data
This is simplest ways i checked out all of above answer are complicated
1.install the sample database (mysql) file from sample data.
2.copy catlog folder from media in sample data and paste into your magento project.
3.if on windows no problem of folder permission other have to check for there specific way .

Do DNN support ajax control tool kit.?

Do DNN support ajax control tool kit.
If not then why, and how can i make DNN support Ajax Control Tool kit?
I made my module work with the Ajax Control Tool Kit. I added a reference to my module and included the dll in the package as a dependency.
The dll is already loaded with the dnn installation.
You can use it in your project like this
First Register the dll
Then access the control list as
<dnnweb:dnnajaxpanel...
More on this on codeplex

intranet prebuild solution for joomla

HI,
is there any prebuild solution for intranet deployment in joomla??. I know there are solutions for Frupal like drupal commons and atrium but is there anything for joomla??
Or if any one knows a step by step procedure for doing this with all good module?? I know how to setup and install joomla but configuring it and setting up is difficult and so i am looking for pre build solution
I think I will go with wordpress and mediawiki integration. Thanks for the help.