Ben Everard – Web Developer
Welcome! My name’s Ben Everard, a 23 year old web developer from Taunton, England. While you’re here you can learn more about me, catch up on some of my latests posts or drop me a line.
Siege! Benchmarking your web applications
Performance is absolutely everything… well, perhaps not everything, but it’s bloody important! It’s useless trying to improve the performance of your web app if you’ve no way of measuring your success. With this in mind you might want to add … Continue reading
jqPagination, a jQuery Pagination Plugin (Obviously)
jqPagination is a jQuery plugin that provides a newer method of pagination for your web site or application. Instead of displaying a list of page numbers like traditional pagination methods jqPagination uses an interactive ‘Page 1 of 5′ input that, … Continue reading
WordPress: Loading jQuery correctly, version 2
A few months ago I posted a bit of code to properly load jQuery within WordPress, the original issue (which existed on 50% of WordPress sites I looked at that day) was jQuery being loaded twice. This issue would cause … Continue reading