Aug 28

Magento Custom List All Products Page

By Head Lounger • August 28th, 2010 • Magento Tags: , , , I had to make this update on a client's site. I thought I'd share the code in case anyone has the same issue as I did. We needed to first all a "All Products" page in Magento, then have a particular category listed first. In this case the category was best selling items. The remaining list should display all the...
Read More...
Mar 30

Cu3er Slow to Load

By Head Lounger • March 30th, 2010 • JS Tags: If you haven't seen this flash gallery, check it out here. It has some very cool effects for images. I had added it to a site and it was taking FOREVER to load. After searching cu3er forum, they were of no help, just contact theme developer. Well I did find my issue with it... Maybe it could help someone else...
Read More...
Mar 14

Remove Value onFocus in Input Box

By Head Lounger • March 14th, 2010 • JS Tags: A nice touch to any text box on your site, is to easily remove the default text on the users "click" of that text box ('search...'). You can add the line of code directly to your input box. It has come in handy many times in building out web pages. Example:
Read More...
Mar 12

JQuery Image Rotator

By Head Lounger • March 12th, 2010 • General Tags: , , I had to create a simple image rotator for a client with static text over the image. So I am throwing it up here in case anyone else needed it. You will need JQuery for this. You can download it here. //
Read More...
Mar 4

Installing wordpress using SSH

By Head Lounger • March 4th, 2010 • Web Servers,Word Press Tags: , , Most of my clients are on a WordPress platform. It is much easier to install new wordpresses through SSH, then through the traditional Cpanel/plesk and ftp. Here is how you install WordPress using SSH. Step1: Login to your server via SSH. (I like using puTTY for this.)

Your will need your: ip: user: pass:

Step2: Navigate to your current directory on...
Read More...