Magento Development. Design. Integration.
(888) 897-7775

Archive for the ‘Web Development’ Category

Redirect HTTPS to HTTP for Any Homepage

Redirect HTTPS to HTTP for Any Homepage

Simple and effective way to force your site’s homepage to redirect from HTTPS to HTTP. This is now needed since all major modern browsers like FireFox, Chrome, and Internet Explorer will prefer the secure (HTTPS) URL when users type the domain name in the address bar.

Read more

The Unconventional Way to Hire Top Web Developers Used by Zappos

The Unconventional Way to Hire Top Web Developers Used by Zappos

This is not a long and detailed article on how sophisticated they are, instead this article is short and surprising. If you are doing work in the eCommerce world, you may have heard of the huge acquisition of Zappos.com…

Read more

Magento Admin Tip: Run mysqldump Without Locking Tables

Hey all Magento administrators or developers out there, just a short tip here on how to avoid locking tables when you perform a full mysqldump on a live server. This does not apply for any shared hosting, but only the more advanced dedicated hosting (VPS/cloud or not). When you perform a mysqldump on a live environment, the default behaviour is to lock the entire set of tables until the dump is complete, even if it takes 1 minute or less, it means that during that minute, users will not be able to checkout, or admins may not be able to perform any transactions in the back end.

Read more

Magento Extensions Here We Come…

Magento Extensions Here We Come…

I’m excited to announce a new division of Activo was recently born: Magento Extensions. This new division will focus on the various magento extensions which we have working on in the past 3 years. Essentially, every single piece of code that we have developed or delivered to our clients was written properly by extending Magento via their extensions mechanism. Some (not all) of these functionalists were developed further to easily integrate with other websites and hence allow a wide variety of online merchants to enjoy these advanced features.

Read more

Performance Tip: How to Prevent 100% CPU Spikes with TortoiseSVN

Performance Tip: How to Prevent 100% CPU Spikes with TortoiseSVN

One of the tools I swear by is Subversion, since I use Windows as my default development OS, it is only natural that TortoiseSVN is pretty much installed on any environment I work on. The only downside I can tell to TortoiseSVN is it’s poorly designed cache mechanism that does not scale well with large sets of files.

Read more

File Name Case Sensitivity and SVN

File Name Case Sensitivity and SVN

Last week I tried to add the media folder of a large catalog Magento website. Initially everything worked well, however eventually I started having severe issues on my local development environment. The issue is largely related to the File Name Case Sensitivity within SVN and how file names behave differently between Linux and Windows. I am just sharing my observation and I do not have a complete answer to this issue as of yet, maybe you can help here…

Read more

Security Tip: Disable the HTTP TRACE method in Apache

Security Tip: Disable the HTTP TRACE method in Apache

If you are running a multi-million dollar eCommerce site you may want to make sure that the HTTP TRACE method is disabled. By default this method is enabled in Apache, and if enabled it allows for Cross Site Tracing Issue and potentially giving the option to a hacker to steal your cookie information from a specific website so later they can impose as you.

Read more

How to Load jQuery and Prototype in Magento Admin Panel

How to Load jQuery and Prototype in Magento Admin Panel

This is an issue that comes up more often these days because more and more third party magento extensions simply throw in the jQuery library in the admin panel, even just for simple JS functionality that is fully supported in Prototype. I guess in the sake of a ‘working’ extension everything is compromised, right? well, ok. I guess so. but there is always a better way to doing things. Here is a little example that can make including the jQuery library in the Magento Admin Panel a little less painful and make your extension play nice with other third party extensions.

Read more

Updates, Updates, Updates…

A few updates from within Activo and a few updates in the internet and eCommerce world.

Read more

Why Magento Extensions and WordPress Plugins?

Why Magento Extensions and WordPress Plugins?

If you are responsible for marketing in a web development firm you will eventually come across this difference: Magento has Extensions and WordPress has Plugins. Two questions come to mind: Why? and What is the difference anyway? Honestly it does not matter much, however let’s review some assumptions, facts, and even one fun fact…

Read more
Page 1 of 212»