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...
Sep 24

Setting up Zend Optimizer on Media Temple (dv)

By Head Lounger • September 24th, 2009 • Web Servers Tags: , , So I recently had an upgrade on a client server from Media Temple. They had a gs account and was upgraded to a dedicated server. Sounds great? Well the first thing I ran into was that their admin no longer worked since it used Zend Optimizer for some of the plugins. Media Temple (dv) uses ion cube. Oh shit... So I...
Read More...