Remove /categories/ from WordPress URL’s
I’m in the process of setting up onepagerage.com, a website dedicated to one page website design which I believe is great for SEO and makes designers think long and hard about how information interacts as opposed to leaving a rectangular space for text content… any way i digress. On the install of this theme using [...]
A Plea to WordPress Theme Authors
SO you’ve created a great wordpress theme, got your demo site up and running and packaged the files for download… looks great so far. But you know what really annoys wordpress theme users? When the re-uploaded packaged file is totally unpopulated and doesnt look anything like the dmeo theme you’re showcasing on your site. Sure [...]
Open Source ASP.NET Ecommerce System – NopCommerce
Just discovered this Open SOurce ASP.NET ecommerce system called NopCommerce. This is pretty revolutionary for me as in the past, I have been lead to believe that .NET systems are closed source, make use of COM objects and closed library files which resulted in almost every piece of .NET software being a paid application. The [...]
New Online Business Advice – Start Cheap!
As a pro web designer with over 10 years experience it pains me to say this but if you’re starting out with an online business the key is do do things as cheaply and more importantly basic as possible and once the site achieves a high search engine placement, then you can use your experience, [...]
Flash iPhone… Done!
From the creators of jailbreak comes flash for the iPhone. Steve Jobs said it couldn’t be done but some crayzee guy has managed to port flash to the iPhone 4/3gs/3g so you can now play farmville in all its glory. Its very buggy but worth it if you’re tired of seeing those blue lego bricks [...]
WordPress 3.0 I is Rocking It
With so many new features, im gonna spend some serious time going through the new version of WordPress which was launched today! Like McDonalds…I’m Lovin’ It.
PHP Training Courses in Leeds
I’ve been here for over a year now and thought I’d push my luck with the boss and ask if I could get some training to further my knowledge. Originally I thought about some SEO training with Aaron Wall, but at £600 a month and my (no doubt) considerable knowledge and experience in SEO, I [...]
Decode gzinflate base64
I’ve been playing with some code in an existing script and come across a big chunk of encryption starting with the line : eval(gzinflate(base64_decode, this appears to be a method of encrypting a line with the base64 method and then gzipping the file to further make it difficult to read. To get around this and [...]