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.
Developers
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...