Category: FromSitesTree.com

How to Install Drupal Ecommerce #16

How to Install Drupal Ecommerce From: http://sitestree.com/?p=5094 Categories:16Tags: Post Data:2010-10-05 14:02:48 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: <a href=’https://www.ShopForSoul.com’> https://www.ShopForSoul.com/</a> Medium: …

Continue reading

Comparison among some popular PHP CMSs #16

Drupal/Joomla: Comparison Chart Comparing Open Source CMSes: Joomla, Drupal and Plone Drupal and Joomla comparison A Java-based CMS From: http://sitestree.com/?p=5007 Categories:16Tags: Post Data:2009-09-04 15:17:53 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: …

Continue reading

Part 2: How to install PHP/MySQL Development Environment: Eclipse PDT #16

Part 2: How to install PHP/MySQL Development Environment: Eclipse PDT Video Tutorial on this Topic Tools required: PHP 5, MySQL 5, MySQL GUI, IIS/Apache, Eclipse PDT Download software and install them. Mostly unzipping or clicking on setup.exe Use Windows – add remove programs to install IIS Configure php.ini for PHP 5 to support MySQL Configure …

Continue reading

A Sample PHP Class #16

A sample PHP class is provided below. How the class is used? When the submit button from the interface (web-page) will be clicked the code in the form-action web-page will call the the create method (static) to create a Ticket data/row in the database table Ticket. The method call will look like Ticket::create(array with field=>value …

Continue reading

Zend Tools for PHP Web-Application Development #16

“Zend Technologies is the leading provider of products and services for developing, deploying and managing business-critical PHP applications. The mission of Zend Technologies is to enable PHP as a world-class language for large-scale enterprise development solutions. [www.zend.com]” PHP Application Server: Solutions for Business Critical PHP: http://www.zend.com/en/products/platform/ Zend Developer Studio for RIA: http://www.zend.com/en/products/studio/: http://www.zend.com/en/products/studio/ Production ready …

Continue reading

Zend Developer Studio Overview #16

If you are familiar with Eclipse development IDE, then you can learn Zend Developer Studio pretty easily. If you are familiar with programming concepts in general and especially in PHP, then you may need 1-3 days to be good at Zend Developer Studio. You really don’t need 20 years of experience to be able to …

Continue reading

PHP Security: Coding that Maintains Security #16

Php Security PHP can be included as a module to the web-server, or executed as a separate executable binary. In either case, it can access files, execute commands, open network connections in the server. Further, PHP can be used to write scripts with all the power of the shell users. Hence, anything running on that …

Continue reading

How to Integrate Paymentech Payment Processing Solution on Your eCommerce Shop #17

How to Integrate Paymentech Payment Processing Solution on Your eCommerce Shop Sign up with paymentech. Get approval from them. Get an account with them Determine, how your software/application will verify with their API: Username/Password (preferred) or IP address Get the Username/Password for them for verification with their API. You will also be assigned a Merchant …

Continue reading

Online Reversal Request to Paymentech in C# #17

protected void saLearnOnlineReversal(object sender, EventArgs e) { PaymentechGateway gateway = new PaymentechGateway(); gateway.Url = “https://wsvar.paymentech.net/PaymentechGateway”; //Create a reversal request object ReversalElement reversalObj = new ReversalElement(); reversalObj.orbitalConnectionUsername = “paymentech_username”; reversalObj.orbitalConnectionPassword = “paymentech_password”; reversalObj.bin = “bin number with paymentech”; reversalObj.merchantID = “Your merchant ID with Paymentech”; reversalObj.terminalID = “Your Terminal ID with Paymentec”; //transaction for reversal reversalObj.orderID …

Continue reading

Online Payment Processing with Moneris #17

Resources Video Tutorial on Payment Processing by JustEtc Guide on How to implement: https://www3.moneris.com/connect/en/download/feb05/HOSTED/eSELECTplus_HPP_IG.pdf Demo for Hosted Pay Page Implementation: https://www3.moneris.com/connect/en/process/tryit/index.html Demo Store Administration: https://esqa.moneris.com/mpg/admin/hppv3_config/index.php Topics Covered Collect Order Information: Basic, Detail Go to Moneris Paypage : Validate payment, Configure payment screen Return from Moneris: Success: Show success message & Receipt, Failure: Show failure message …

Continue reading