Shipping Gateway You Could Use at TomatoCart Stores
Last Updated on Sunday, 3 March 2013 08:02 Written by Jack Yin Sunday, 3 March 2013 12:00
At admin panel of TomatoCart stores, payment modules could be easily enabled. Currently there are six shipping modules available under admin>Modules:
Flat Rate, Free Shipping, Per Item, Table Rate, USPS(United State Postal Service) and Zone Rates.
Other payment gateway are developed and shared at Extension Manager at tomatocart.com.
Learn MoreUsing Google Analytics to Track PDF Views
Last Updated on Saturday, 23 February 2013 01:37 Written by David Bauernschmidt Wednesday, 27 February 2013 12:00
I currently build and manage a pro-bono site for Greenwood Christian Academy where they have a lot of PDF documents. The users click on documents for enrollment, calendars, educational forms, health documents, etc. Just recently they also announced an event that offers sponsorships. The question that has come up lately is how to use Google Analytics to track how many people view the pdf documents and how many people click on the sponsor links. This may sound simple but then I realized that Google does not track counts for links that go away from the site or to pdf views. Not accepting this as failure, I started looking around and came across a “cool” feature that Google offers called ‘_trackEvent’. You can use this for a multitude of things but I believe this is what I need. The key is to realize that you need to attach something to the <a href> before the actual redirect. Since I always use the pdf and external links with a target=’_blank’ I decided to attach an event handler to the <a href>. The problem is this could take a while, especially if you have a lot of links and pdf. Thank goodness for jquery. I attached the code below as close to the end of the page as possible (preferably right before the </body>). This script attaches a click event to every <a href> if there is a target=’_blank’. I then determine if it is a pdf or just a “plain” link.
Learn MoreHow to Install WordPress Without Using FTP
Last Updated on Saturday, 23 February 2013 01:37 Written by Anand Narayanaswamy Tuesday, 26 February 2013 12:00
WebsitePanel control panel enables you to manually install WordPress without using any FTP software such as FileZilla. Follow the steps given below:
(1) Download the latest version of WordPress
(2) Extract the ZIP file and locate wp-config.php file
Learn MoreHow Do I Know How Much RAM I Am Using?
Last Updated on Thursday, 24 January 2013 11:23 Written by Sefket Nouri Thursday, 31 January 2013 12:00
Many people ask on they can find out how much RAM they’re using on their Windows or Linux account as sometimes they need to know if they need to upgrade their plan or not determining on their RAM.
Here is a guide for you to find out how much RAM you’re using.
VPS Linux: (Two ways)
1) Log into your WHM (Web Host Manager) which would be either yourdomain.com:2086 (Replace yourdomain with your domain) or username.arvixevps.com:2087 (Replace username with your Hosting Account Username).
Learn MoreHow to Use Microsoft SQL 2012 to Connect to Your Server
Last Updated on Monday, 21 January 2013 02:19 Written by Rodolfo Hernandez Tuesday, 29 January 2013 12:00
In this video, brought to you by Arvixe, I will give you a step by step guide on how to use Microsoft SQL 2012 to connect to your server:
Looking for quality ASP Web Hosting? Look no further than Arvixe Web Hosting!
Happy Hosting!
Rodolfo Hernandez
Learn More
Recent Comments