Soak blog

Get the lowdown on what we love, what we hate and everything in-between.

Archive for the ‘Uncategorized’ Category

Soak on Minecraft

14.10.2010 By: ronansprake">ronansprake Under: Uncategorized Comments: none

ronansprake

Read More

HTML5 apps for mobile (iphone, android, and the rest)

17.06.2010 By: ronansprake">ronansprake Under: Uncategorized Comments: none

ronansprake

As demand for iphone and Android apps grows, the Soak team have been getting aquainted with the tools necessary for building mobile applications that run on multiple platforms. Rather than building separate apps for each mobile platform, we can write a single HTML5 application which can take advantage of the latest iphone hardware capabilities, without being limited to the Apple App Store.

Read More

Firefox 2, IE6 and Inline Block

12.03.2010 By: adamcollison">adamcollison Under: Uncategorized Comments: 1

adamcollison

I recently stumbled across yet another random bug in FireFox 2.0 and Internet Explorer 6 where the CSS declaration “display: inline-block” is not supported. There are a few ways to fix this. This is how we fix the issue, in our opinion this is the most stable and correct way of getting the browsers to render elements correctly.

Read More

Resizing Youtube Embed Video using PHP preg_replace

11.03.2010 By: leenewell">leenewell Under: Uncategorized Comments: 4

leenewell

Below is a PHP function that takes in youtube embed code, a desired width and height. It returns the embed code with width and height resized to the desired dimensions.

Read More