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

Wordpress iframe Redirect Hack!

By Head Lounger • February 6th, 2010 • Word Press Tags: , , , I was just reading up on a new hack going around for WordPress. Sure enough a day later I find this on my site. It is a nasty little script that will redirect the visitor to another site. The script gets embedded on the Header.php file of your wordpress theme, right after the </head> tag and right before the <body> tag. I have the...
Read More...
Dec 11

My Favorite Wordpress Plugins

By Head Lounger • December 11th, 2009 • Word Press Tags: I don't know how many of these posts I have read, but in the spirit of spamming the internet, here is my list of my all time favorite WordPress plug-ins. When picking a plug-in, I keep in mind that I will not be making the updates, but my clients will be. So I try to pick plug-ins that are easy...
Read More...
Oct 17

Magento Get Review URL

By Head Lounger • October 17th, 2009 • Magento Tags: , , My latest project is a Magento Shopping cart. Alot of this theme needed some custom features added, not in the code core already. The first of this was adding the Review Link outside of the summary review template. This used to be done by using the reviews helper. In the latest version of Magento, this no longer exists.  After digging...
Read More...
Oct 17

sIFR Change Color on Roll Over

By Head Lounger • October 17th, 2009 • Bugs/Fixes

In a latest project, I had to add keep the designers font throughout the site. So the solution I ended up with is sIFR. I wanted to avoid using images for all links.

I started out using sIFR on the li and not on the achors. Then you can manipulate the a:hover tag. However, when you start getting into second level...

Read More...