Close

Blog

DNN Search Box to Page with Search Results Module

We recently started work on a DNN skin, where we needed a custom search input box to submit to a page with a search results module installed on it. The input box could not be wrapped in a form layer, since Asp.net serves the entire page in a form. Our solution, while requiring javascript to […]

Read More

Solving jScrollPane Issues with jQuery Slideup

We ran into a problem where a jScrollPane was not showing up on a longer div, when it was slide up using jQuery’s “slideDown”/”slideUp”. After much debugging, we discovered that jScrollPane was actually being applied, however it was NOT calculating the actual DIV height correctly.

Read More

Magento SSL to Non-SSL redirect for SEO

One customer was having issues with certain SSL versions of their pages being crawled by Google. They were receiving duplicate content penalties. While Magento does a decent job forcing a user to an SSL page of mandatory secure sections of a website (checkout/accounts etc), it does not handle the opposite. Redirect the user to a […]

Read More

XenConvert – Solving Convert Issues

We’ve recently set out to convert one of our XP workstations into a virtual image to run on one of our XenServer boxes (GPU CUDA pass-through R&D for another article).  We downloaded the latest version XenConvert (2.5 as of this writing) and installed it on the host machine.  We made sure to clear the machine […]

Read More

Windows 7 IIS 7.5 Read Access

We’ve recently started a Dot Net Nuke project, that required IIS 7.5, so we installed a test server on a local Win 7 workstation that we had available to do some basic development work prior to moving to a production environment. We installed the the IIS server via the “Add Windows Feature” in Windows 7 […]

Read More

Magento – Auto Apply Coupon Discount

We had a request to be able to link a coupon from a email newsletter back to magento, and automatically apply a coupon discount with one URL. So for instance, clicking on something like http://yoursite/applycoupon/index/?url=some-cool-product&coupon_code=TESTYOURCOUPON would go the magento site, automatically apply the discount to the cart when the user adds something to their cart. […]

Read More

Magento Slow Product Save

Recently, one of our clients started having issues saving products, where it would take almost a full minute between saves. They had not installed any plugins recently, nor have they increased their product counts. The problem just started “happening”. We ruled out the index process, database degradation, network, firewall, etc. Everything we could think of. […]

Read More