Written by
David Artiss. Published 4 years, 2 months ago. Last modified 4 years, 1 month ago. In categories
Web Development.
Over the last few weeks I’ve been looking at improving the eCommerce facilities on the BMTG website.
Up until now I’ve handled the handled the ticket availability via a combination of PHP and MySQL. The shopping basket and checkout has then been handled by PayPal. To add some more flexibility, though, I’ve been taking over the shopping basket. The coding was a little complicated but it’s done. I can now track multiple tickets in a basket, with options to change quantities and delete items from the basket. All well and good.
The next bit is to pass the basket entries to PayPal for final payment.
Oh lord.
The main PayPal site has “walk through” screens on how to add the code. But stuff is missing – but can be found in a 100+ downloadable PDF manual. Add to that the code they give you includes a broken link to a PayPal image.
So, now, I need to find a replacement “Checkout” graphic from PayPal. Could I find one. Could I heck. However, there was a news story about PayPal updating their graphics so I followed that and found a list of “before” and “after” images. That told me that PayPal generated images – such as the ones provided in the example code – would update automatically. The other option was to download replacement images and host them yourself. This wasn’t my preferred option, but I went for it anyway. Guess what? Yes, clicking on the link to download the image showed me the code that was required to host it from the PayPal site – exactly what I was after. But in no way obvious.
And that’s what I’ve found about the PayPal site in general – nothing is where you’d expect it to be and everything needs a good deal of searching to find.
Which is why most of the help can be found at the PayPal Developer Community – a group of official PayPal forums that I only came across via a Google search.
These forums mentioned that I could use the PayPal Sandbox for testing purposes. But could I find a link? No. A search on Google naturally lead me to a completely different site – PayPal Developer Central. And don’t even get me started on how complicated the Sandbox is to use…
So right now I’m frustrated to hell. My coding of the PayPal interface has barely started as I’ve spent all my time desperately trying to find answers to what I think are basic questions.
And after that… I’ve going to add Google Checkout as a second payment option. God help me.


Written by
David Artiss. Published 4 years, 2 months ago. Last modified 2 weeks, 2 days ago. In categories
Reviews,
Web Development.
Arachnophilia
Download from… http://www.arachnoid.com/arachnophilia
Download size… 1.59MB
Installation size… 1.54MB
Unlike most of the other editors, Arachnophilia is designed specifically for web development. It used to be my editor of choice, but that was version 4.0 (which you can still download from the site). Since then it’s been converted to Java so it will run on most platforms. Unfortunately, as most people will appreciate, that also means it runs like, well, a dog. Particularly to start. It’s slimline in size, but that’s for a reason – there aren’t many options.
It looks as if it’s been designed by someone from Fisher Price and lacks basic facilities such as word wrap and an explorer bar. There is line numbering a good browser launch system, as well as useful features such as the ability to auto-complete an image size.
In an attempt to make an editor for all people he’s made it difficult to use because it doesn’t perform how we expect it to.
I used Arachnophilia in it’s non-Java form because it was quick to use as a simple editor (although it lacked PHP syntax colouring). Now it’s even lost that. It comes with a Windows Installer but.. and this is always a bug-bear of mine… there’s no uninstall option without going into Control Panel.
Summary of Arachnophilia
Slow editor that lacks facilities and looks awful. Reviewed by David Artiss on 22nd November 2007.


Written by
David Artiss. Published 4 years, 2 months ago. Last modified 2 weeks, 4 days ago. In categories
Reviews,
Web Development.
Source Edit
Download from… http://www.brixoft.net
Download size… 3.73Mb
Installation size… 3.88Mb
This is a quite powerful editor, very similar to a commercial one that I use at work (my day job… not web development). In fact, the site even has a syntax highlighter for the obscure language that I programme in at work (a first that I know of – we had to write our own for the product we use). As with some of the other products I review, this is a generic code editor, which includes compiler options amongst other things. Never-the-less everything I look at specifically have facilities for web coding.
Again, this looks a little old-fashioned, but it’s compact and quick. Line numbering can be turned on, as can word wrap but this is where I came across it’s big problem. Word wrap occurs at a set column position – by default at position 80. All the other products I use wrap to the side of the window, so if you re-size it, the word wrap changes. Indeed, there’s a further problem with the word wrap – where lines wrap onto seperate lines, they are given their own line numbers. So, in the test I used, I had a 24 line piece of code but after turning on word wrap it was 27 lines – this means that debugging code will become harder as line numbers reported by, say, PHP will not correlate unless you turn the word wrap off. I looked in the configuration but couldn’t find a way to change this – I’m sure some people prefer it this way, but I’d at least like a way of changing it.
On top of that there’s little support, or something that will do an equivalent, for launching the code in a browser – just viewing it in the default browser. A crude macro facility exists but I can’t see a way of passing the current file name into it. Maybe there is something but after the word wrapping problem, I pretty much gave up the product.
Summary
Seems quite powerful but unusual for me because of its line wrapping problems, so 3 out of 5 stars.

