Nov 21
Friday

jwCompactor Demo

As you can see this is a demo of the jwCompactor module which allows you to place several modules into a single position. The modules are packed together using jQuery and Anicollapse. So instead of a chunky collapse animation, there is a smooth transitional animation to hide unused modules.
As you can see this is a demo of the jwCompactor module which allows you to place several modules into a single position. The modules are packed together using jQuery and Anicollapse. So instead of a chunky collapse animation, there is a smooth transitional animation to hide unused modules.
Blog



Eve Online - Quantum Rise
Written by Adam McHugh   
Tuesday, 11 November 2008 22:19

The Eve Online universe is under going some updates at the moment, so I am not able to play for the moment (and I really need an active server to be testing API calls from the Eve API). So I am just going to say to all....

If you haven't heard of Eve Online or it's sheer massiveness... you must be hiding under a huge rock in a deep dark cavern somewhere =)

 
Financial crisis will claim a few heads
Written by Adam McHugh   
Tuesday, 28 October 2008 16:11

If you haven't heard the news you have probably been hiding under a really big rock. The world is facing a global recession and possibily a depression. Apart from the fact that I am loving the freelance work from the US (due to the USD to AUD exchange rate), it also means my server in Montreal, Canada is at risk due to the huge conversion rate.

There are a few ramifications involved with this price difference, and I will explain them.

 

Read more...
 
jQuery = Awesometastic
Written by Adam McHugh   
Wednesday, 17 September 2008 12:20

Every now and again I say Awesomtastic at something, usually it is a once off and then I have a silent appreciation for it there after. However there is one subject / technology that gets me consistently saying Awesometastic!

jQuery, a degradable Javascript library capable of tagging onto css ids and classes to remove the unsightly inline Javascript from your incredibly complex website (or even your personal blog).

 

 

Read more...
 
Are you benchmarking your code?
Written by Adam McHugh   
Monday, 15 September 2008 15:10

Through my few years of being a professional PHP programmer it has become apparent that not a lot of people benchmark their code. And therefore, they have no idea where a project could be optimised or sped up.

There is a simple solution. From the PHPClasses.org website there is a class called Benchmark, and I have been using it for all of my custom development lately. So what does it do and how can it help you write more efficient code?

 

Read more...