Archive for the ‘General’ Category

Enable / Disable EDGE on iPhone without jailbreak and toggles

Tuesday, July 6th, 2010

After a long history of incidents/accidents, I’ve been using my iPhone 3GS (new bootrom) with regular iOS4 for a couple of days. However, I had to do without any mobile internet – even though my contract was fine and it had been working just fine with 3.1.2.

I’ve pretty much tried every instruction that’s out there which has anything to do with enabling mobile internet. Removing SIM-card, resetting APN (even though my provider doesn’t even need any APN settings), completely resetting network settings – along with disabling+enabling mobile data connections and/+ 3G for a thousand times. The “E” or the “3G” was showing up fine (depending which one I enabled), nevertheless, no connection could be made from any app.

(more…)

Computer gibberish in movie

Tuesday, June 22nd, 2010

We all know those scenes from movies, where we see a computer screen while the NOC-list is being copied or when someone logs into a mainframe in order to disable the power of half a city (via SSH btw). Some are done well or very well (as the mentioned SSH one) others poorly researched or even plain lazy.
While watching such scenes, we usually immediately recognize whether it’s authentic or just crap. Nowadays modern high resolution+definiton movie formats make it even possible to pause the movie and verify all the text that we see on computer screens in such scenes.

Recently, when I watched the (quite brutal) movie “Unthinkable” I saw a real killer:

(more…)

Opera and innerHTML vs. createTextNode()

Wednesday, January 20th, 2010

Recently I came across the situation where I created a webpage on which I wanted to include some raw XML data in a <textarea> so the user could see that XML data including all tags and stuff. What made the setup special was, that in this scenario I didn’t just put a predefined XML formatted data inside the textarea, but the XML data was supposed to be inserted into the webpage (into the textarea) on the client-side via Javascript.
(In order to give you a little bit more information about the whole picture: the source XML data – to be inserted on the fly – might change and should be able to be updated without reloading the whole page)

(more…)