Blog

Sublime Text 2 Review

A great new IDE

I’m a NetBeans user, but recently I’ve found it to be too bloated and slow. Then I heard about Sublime Text 2, which promised to be a

“sophisticated text editor for code, html and prose. You’ll love the slick user interface and extraordinary features”

Well, I thought, it doesn’t hurt to give it a go, and I’m glad I did. Here are my pros and cons so far.
Continue Reading →

TF Popup Launch

jQuery Popup/Lightbox Plugin

I’ve done a silly thing; I’ve created another jQuery popup/lightbox script. I’m not usually one to reinvent the wheel, I’d much rather use someone else’s probably superior code, but this time I needed something a little different (much like with TF Assets).

TF Popup is a jQuery plugin aimed at developers. It gives you full theming control and is really flexible; it can be used for simple information modal popups, to full login/registration forms complete with validation.

It includes a small API to help when validating your form, doing a lot of the display leg work for you.

Continue Reading →

API Pet Peeves

I’ve been doing a lot of work recently using various APIs, including creating some myself, and I’ve noticed quite a few seem to have annoying traits.

I mainly work with REST APIs, so this post will focus on them; although most of the points can be transferred across to others.

Continue Reading →

Recreating Dabble.in’s Homepage in CSS3

I was recently pointed towards Dabble.in where I, like many others it seems, instantly loved the cool rollover effect.

The first thing I did was inspect element to see how it was done (like pretty much every web developer I know did), and it turns out the effect is incredibly simple. It’s mainly CSS3 with a sprinkling of jQuery. Here’s how to replicate it, and why (I think) they used jQuery when it isn’t actually needed.

Continue Reading →