Skidoosh

Skidoosh – PHP, Python, Django, Ruby on Rails Web Developer in North Wales

Remove the natural padding from images (img) with CSS

Time for another CSS quick tip! I see this question crop up a lot over at stackoverflow, and it’s to do with the natural padding associated with the tag. If you don’t use a good CSS reset you’ll notice that all your images have a four pixel padding at the bottom of them. This is how to remove it!

Django 1.3 Released

As you may have have discovered the eagerly awaited iteration of Django 1.3 has finally been released. The major focus of this release has been long standing feature requests, bug fixes and additions to current features. So without any further ado, lets run through them.

Mozillas Web O(‘pen) Wonder

Mozilla launch the “Mozilla Firefox 4 & The Web O(‘pen) Wonder”. An HTML 5 showcase of the capabilities of the up-coming and eagerly awaited Firefox 4 browser. To see the site in all it’s web glory you’ll need the Firefox 4 beta or Googles’ Chrome 9 (no mention of Safari or IE….). You’ll be wowed [...]

Optimize your MySQL queries to fine tune your application

As applications are getting more complex and manipulating data in more complex ways it’s becoming more important to optimise our database queries to be as efficient as possible. This article shows how more explicit queries can reduce execution time and take some of the strain off system resources.