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...
Feb 26

Enable Soap with PHP5 On Media Temple (dv)

By Head Lounger • February 26th, 2010 • Web Servers Tags: , , So here we go again with another Media Temple Update. I currently moved my development server to Media Temple (dv). Everything so far has been pretty smooth. I had a Magento Cart to set up and needed SOAP enabled. Low and behold, Soap was not enabled on the server.

Note: If you are uncertain if your server has SOAP...

Read More...