Our next gig will be at the Liverpool Tattoo Convention, saturday 4 May at 12.30. If you already planned to go there on saturday (it’s a huge event) come down early to catch us!
Last poster work for the Liverpool Tattoo Convention to list all the performers appearing during the event.
Quotes in MySQL Request (best practice)
Syntax in MySql can be tricky. The poor debugging service doesn’t really help. So, when in doubt regarding which type of quote using to write a request, I would suggest something like this :
`tablefield`= “value”;
First quote for the name of the field in the table is a twisted quote `.
Second one for the value is a regular double quote “.
Vannina Vesperini x new collection
New collection page on http://vanninavesperini.com to display the new products. (Responsive html development)
Easy way to play change select value
<select id=”idSelect”>
<option val=”1a”>1st</option>
<option val=”2a”>2nd</option>
</select>
Considering a classic select menu with a lot of options. Sometimes you may have to update your menu yourself when something else happens (content has changed, another navigation, etc.). val() function rocks.
$(“#idSelect”).val([]).val(“2a”);
We’re playing the FernStock Festival at the end of the month with an exciting line-up!
unofficial Poster finished for Fernstock Festival
How to handle special characters to create a share status for Twitter in AS3
encodeURI() does the trick.
var s:String = encodeURI(“Gagnez un cadeau éblouissant ! “);
var u:URLRequest = new URLRequest(“http://twitter.com/home?status=”+s);
navigateToURL(u,”_blank”);
Wonder Share Video Converter, to merge mp3s
I needed a soft to merge different mp3s into one and I found Wonder Share Video Converter.
The evaluation version let you create up to 3 minutes of sound merging with different files.
Several output options, video and audio.
Perfect for what I needed.
Java app Sloppy slows down the web (for testing purposes)
I’ve used this app for years and it is still really useful to test your websites in “real conditions”. You can slow down your connection and test your website in situ as if you had quite a low connection (several options available).
Small, efficient, perfect tool.
Identity & dev for the new Lapin Blanc UK mini-website


