Inveis.com .cn domain scam

Today I received the following email from toby.yang@inveis.com…

[Note: If you also received this email, it's spam, my advice is to delete it!]

Read the rest of this entry »

Comments (1)

10 reasons why phpBB3 sucks!

I’ve been using phpBBv2 for a long while now, on quite a few sites for one reason and another. I like phpBB because it’s simple to use, for both users and admin. Things like the “ego search” are features I wouldn’t want to live without.

phpBBv2 was great, things like the templates, and installing mods was much to be desired, however workarounds appeared and we got used to dealing with them.

Upon the announcement that phpBB3 was coming out I got excited. Now usually I wait until the first bug fix release comes out before I start using the product, however I wanted to start a new forum, so instead of installing phpBB2 I decided to try phpBB3

This is what I found…

Read the rest of this entry »

Comments (4)

Adding table controls and support to TinyMCE in WordPress

One thing wordpress has always lacked is the ability to handle tabular data. This is not because it can’t handle it, after all it’s only HTML, but the problem is that by default the setup does NOT include tablecontrols in it’s TinyMCE setup.

Here’s what you need to do to get table controls added into WordPress’s TinyMCE…

Read the rest of this entry »

Comments (3)

Missing accessories shortcuts from start menu on Windows XP

I’m currently using a computer that has the “Remote Desktop Connection” icon missing, in fact the whole of the “Communications” directory is missing! Oh no… Never fear…

Read the rest of this entry »

Comments

eCommerce shopping cart software

So you’ve got a shop, or perhaps a new product range and you want to build a website so you can sell online.

What you need is some kind of web based eCommerce shopping cart system, the question is which?

I decided to build a short list of web based eCommerce shopping cart software out there.

The scenario is this, you have a client who wants an eCommerce solution, they are paying you, but not nearly enough, you’re doing this as more of a favour. You started to develop a solution for them, but felt their feedback wasn’t sufficient which would ultimately lead to missing things out, and it probably wasn’t worth it anyway. What is needed is a base platform to build upon.

The rules are this, it must be open source, and it must work out of the box.

Please remember, this is based purely on my options, by all means, take them on board, and form your own options.

Read the rest of this entry »

Comments (5)

Create a unique company name

When trying to create a unique company name for your business, I found that there was a three step approach to creating a unique name.

When I was developing a new company name, I created about 20 using this method, each time I would follow the steps through to create a name that was appropriate, unique and usable.

Read the rest of this entry »

Comments

Marketing Concepts

Some people find it difficult to get to grips with marketing concepts, so here’s some real life examples to get you started.

Read the rest of this entry »

Comments (1)

Storing mySQL database settings for php and perl in one file

I have a situation where there’s two scripts.

  1. The main core of the code which is PHP based.
  2. A perl script which is called by the mail server for parsing incoming mail.

Both of these scripts require database access to the same database.

Read the rest of this entry »

Comments (2)

Rip and decode mp3s via myspace music player

I’m always looking for new ways to get my hands on mp3s, this is yet another way, thanks to myspace.

I figured out that there must be a way we can get our hands on the actual mp3 files found on the myspace music player.

All we had to do was decode their site so we are able to grab their mp3s.

Read the rest of this entry »

Comments (5)

Word separators in URLs

In the world of web development and search engine optimisation you find this topic is frequently discussed, yet often without any reasoning or conclusion. Therefore the purpose of this article is to investigate why.

So, let’s start at the very beginning, and find out what “word separators” actually are, and why we need them in URLs.

Traditionally a word separator is a space, yes, an every day space you create with your space-bar key.

The problem with using spaces in URLs is that when the URL is utilised in a browser (for example), the URL is encoded using percent encoding which causes spaces to appear as the encoded “%20″, resulting in an ugly URL formation which is humanly difficult to read.

ie: http://www.example.com/percent%20encoding

How do we overcome the problem? Over the years a workaround has developed…

…the dash, no the hyphen, no in fact it’s the minus sign (yes, I mean this “-” symbol)…

ie: http://www.example.com/not-percent-encoding

Read the rest of this entry »

Comments

« Previous entries · Next entries »