Blog posts dated 2011 – Posts 6..10 of 12 posts found:

Magento: Show address fields in account creation form

The Magento eCommerce platform hides the "address fields", including the customer's company name, by default. To enable them, most sources on the internet suggest overriding the register.phtml file and either commenting out the check to getShowAddressFields or to specifically call $this->setShowAddressFields (true);. That'll work, but it's not the proper way to do it. Read on the learn the proper way.
Read more

Google Image Search rolls out search by picture. Plagiarists, beware!

This past week, Google has rolled out a new feature for Google Image Search. Now, you can search the web for images similar to one that you upload yourself (or by simply entering the URL for an image that is already online). I love that feature, but it occurred to me there could be some interesting side effects. It will now be much easier for photographers and other artists to see who is using their images without being properly licensed.
Read more

Microsoft demo of Windows 8, UI opinions

After being very tight-lipped about their plans for the next version of Windows, Microsoft have now officially given the first demos of the the next generation of Windows, called "Windows 8" for now. It is a mix of the live tiles from Windows Phone 7's "Metro UI" and the traditional Windows 7 UI. Everybody and their uncle will have an opinion on this. Here's mine. What I've seen leaves me with mixed feelings. As a casual tablet user, I'm loving it. As a deskop PC worker and power user, it fills me with dread.
Read more

Hosting migration helpdesk blues

Web development is something I've been doing for the past 15 years, and it's been my day job for the past 8 years. I've also done quite a lot of server administration tasks since then, even if that wasn't part of my actual job description. While there's probably a good economic case for outsourcing hosting and support duties, it can get to be quite frustrating when things simply don't work as intended. This is even more the case when you're a more technically savvy user (and I count myself among those, even if I'm no guru) and you have to deal with a poor hapless tech. You know what it is needs to be done and they just don't seem to be able to do it.
Read more

Tunneling IPv6 over IPv4 using SixXS on Win7 x64

It's been a long time coming, and now the IPv4 address pool has been exhausted. Still it doesn't seem like world is scrambling to switch over to IPv6 (it doesn't even seem like they're preparing for it, even though they ought to be ready). My provider hasn't even given any information about their plans for implementing IPv6. This makes it difficult to see if my own network or any of the stuff I make will handle IPv6. Fortunately, there are services that allow you to experiment with IPv6 by tunneling it through IPv4. SixXS is one such service, but setting up a tunnels, especially on Windows 7 (64 bit) is a bit more involved than you might think from the documentation or the 10 step guide and there's a few things that are unclear or downright missing. Here's my step-by-step walkthrough.
Read more