Archive for Development
The Google Translate recursion bug
Recently I found a bug in Google Translate. It’s not damaging, but it is interesting.
What I have discovered is that when you use a certain string, the Google Translate frame inserts itself into the main frame, causing it to load again within that frame, in turn this causes it to reload within that frame and this continues until your browser decides it’s had enough and stops (or in the case of Internet Explorer, until it locks up). This kind of self-looping is often referred to as recursion.
How not to use PHPMailer
I came across PHPMailer usage the other day on a Chinese gadget wholesale site “SourcingMap.com”.
If you submit something via their contact us form, interestingly you appear to get a dump from PHP telling you all about the PHPMailer object.
Adding fonts into photoshop without adding them to windows
If you use Photoshop for any kind of graphic or web design, you’ll understand the importance of having an array of fonts to choose from.
However, you may soon find yourself with a font overload. The problem is that once you get over about 1000 fonts in your Windows directory (usually “C:\Windows\Fonts\”) you’ll find that windows becomes very slow, particularly at startup.
To get around this, you don’t add the fonts to Windows, instead you add them into Photoshop, which is able to handle many more fonts than simply loading them into Windows.
Inspiration for Navigation menus in web design
Sometimes when you’re designing a site you can find yourself wondering how is best to do a certain aspect.
More often than not navigation menus are one of these aspects.
Cex.co.uk site errors
After browsing the cex.co.uk website for some time I came across a few errors on the site…
HM2K’s code repository
HM2K’s code repository is now open for business!
This repository is a collection of scripts and code i’ve written in various languages such as mIRC Script, Perl, PHP, TCL, AutoIT, JavaScript, Shell, VB Script and Batch. Read the rest of this entry »
Using Your Own URL as Your OpenID with WordPress
Today I decided to join stackoverflow.com, which requires you to login using OpenID.
It was pretty simple to get signed up with myopenid.com, but while I was on the stackoverflow login page I noticed a little message which I found interesting: Read the rest of this entry »
Cannot redeclare pclziputilpathreduction()
I had this issue today, I found that you need to deactivate the “Wordpress Automatic Upgrade” plugin as it’s included in the core of Wordpress now anyway.
So, just disable the plugin and try again.
OpenCart v0.7.9 released
OpenCart is an open source PHP-based e-commerce online shop website solution. Ideal for new or existing stores to start selling online.
OpenCart all began because (at the time) the leading open source e-commerce solution out there was not very good, to say the least.
« Previous Page — « Previous entries « Previous Page · Next Page » Next entries » — Next Page »