December 2008
10 posts
FABRICLIVE Hospital Takeover 09/01/09
Room 1 - Hospital
High Contrast
Goldie
London Elektricity
Cyantific
Commix b2b Nu:Tone
Danny Byrd
Stamina, Darrison, Rage, Script
Room 2 - Dubstep
Caspa & Rusko
Hatcha
Darqwan
Appleblim
Pinch
Room 3 - Medschool
Marcus Intalex
Klute
Icicle
Martsman
Instra:mental
Randomer
Tickets £12 (£10 NUS and FabricFirst). Available from Ticketweb 08700 600 100 and...
Mac sfv creators and checkers: checkSum+ Vs MacSFV...
1st (Best)
checkSum+ (1.5)
http://osx.iusethis.com/app/checksum
http://homepage.mac.com/julifos/soft/checksum/index.html Download
Usage: Open > choose export Comments:
fast speed
md5 and csv too
drag to icon in dock
and can do all 3 at once to save time and adds there exts
quick and simple usage but lack of save as it saves automatically - so you need to rename file after, but not too...
MySQL - select rows that contain a string which...
In a table we have a column called tags which contains keywords separated with spaces, we want to return all rows which contain just the specified tag and not rows which it is part of a longer word. In this example designed sign signed design appear in different rows, and we want just the posts which have been tagged sign
SELECT * FROM tbl_name WHERE tags REGEXP '[[:<:]]sign[[:>:]]';
...
High quality videos on PSP using Visual Hub on Mac
1. Use MacTheRipper (3.0r14) to extract just the main feature.
2. Use MPEG Streamclip to join the VOB files into a single mpeg
Open Files, select all VOBs (VTS_01_1.VOB, VTS_01_2.VOB etc) in the VIDEO_TS folder.
Fix Now > Do not skip any frame selected > Proceed.
Save as ...
3. Use Visual Hub (1.34 final release) to make a mp4 using the single mpeg.
You should update PSP to the...
Multiple class IE6 bug
Having more than one classname for an id will cause only the first defined to work. This is yet another IE6 bug which I have just found after spending *awhile* trying to work out why a background image would’t appear. This seems fine in versions after IE6.
As #fruit.orange is defined after #fruit.apple in this example this word ‘Orange’ stays the default black in IE6, if the...
Stop background image replacement flicker in IE
JavaScript
<script type="text/javascript">
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
</script>
or using CSS (note this method is not recommend due to re-evaluation)
<style type="text/css">
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
</style>
Download 'listen to only' RTMP streams without...
1. As the RTMP protocol is over port 1935 we can see what we are dealing with using Fabric streaming as an example:
http://www.fabriclondon.com:1935/
Wowza Media Server Pro Unlimited 1.3.3 build5157
(I’ve split the next steps between two posts for convenience)
2. Find the file details in source, and download the RTMP stream from Wowza Media Server using Orbit Downloader, read this...
Download RTMP stream from Wowza Media Server using...
1. Download and install Orbit Downloader (unfortunately windows only and it doesn’t work on CrossOver)
2. You need to find in the page source the server/application and media content filename and then build the url back into one line by combining the two parts. eg Fabric...
Extract mp3 from flv using Replay Media Capture /...
Replay Media Capture (windows):
1. Download and install Replay Media Capture (The demo will do)
2. Tools > Extract MP3 from FLV
MPlayer (cross-platform / feel good option):
1. Download and install MPlayer
Mac
curl -O http://www.haque.net/software/mplayer/mplayerosx/builds/MPlayer-dev-SVN-latest.dmg
Install, then see this post to use MPlayer from the Terminal
Linux
sudo apt-get...
Download channel 4 catch-up full programmes hack
http://www.channel4.com/video/the-it-crowd/catchup.html
1. Go the the show page and rollover a Play the episode link to note the contractId and episodeId numbers for the show in the status bar (or you can view source in popup and look for the line starting oWMP.init if you’re feeling techie.)
2. Copy the link below and insert the id numbers (or just copy the url in the oWMP.init and...