How to Re-Enable Zoom for Websites That Block It in Safari for Your iPhone « iOS Gadget Hacks

Ever get frustrated that you can’t zoom pages on a mobile device (e.g., Facebook)? Here’s a bookmarklet/favelet that’ll re-enable zoom on any web site.

Then, when you go to a page you want to ‘Zoom’, just click the ‘Zoom’ bookmark and that page will be zoomable.

1. Make a bookmark
(you need to edit something, so it doesn’t matter which bookmark)

2. Change it’s name to ‘Zoom’

 

3. Replace URL of this bookmark with JavaScript Code
Now, just delete the URL address of the webpage you initially bookmarked (http://www.qz.com/… in the above screenshot) and replace it with the following JavaScript snippet.

javascript:document.querySelector(‘meta%5Bname=viewport%5D’).setAttribute(‘content’,’width=device-width,initial-scale=1.0,maximum-scale=10.0,user-scalable=1′);

Tap Done on the keyboard, then Done once again in Bookmarks to finish the process.

Source: How to Re-Enable Zoom for Websites That Block It in Safari for Your iPhone « iOS Gadget Hacks

RegexAdvice – Extract strings in-between curly braces

RegexAdvice – Extract strings in-between curly braces.

http://regexadvice.com/blogs/mash/archive/2007/06/01/You_2700_ve-got-your-sub_2D00_matches-in-my-matches.aspx

Raw Match Pattern:
\{([^}]*)\}

$matches Array:
(
 [0] => Array
 (
 [0] => {Mr. Jones}
 )

 [1] => Array
 (
 [0] => Mr. Jones
 )


Michael

“In theory, theory and practice are the same. In practice, they are not.”
Albert Einstein

Source Code of Several Atari 7800 Games Released! | ProgrammerFish – Everything that’s programmed!

Source Code of Several Atari 7800 Games Released! | ProgrammerFish – Everything that’s programmed!.

Remember the Dig Dug or Centipede or Robotron? They used to be favorites wheimagen Atari’s 7800 series was still around. Now since the era of those consoles is over and a different world of interactive reality gaming has taken over, Atari has unofficially released source code of over 15 games for the coders and enthusiasts to admire the state-of-the-art (because  this is what it was back then). During those times nobody would have imagined in their wildest dreams the games that Atari’s developers floated into the gaming thirsty market and instantly swept across continental boundaries. But things changed soon after that and a company once regarded as one of the most successful gaming console manufacturers and developers faded away in the pages of our technology’s hall-of-fame.

In an official release, Atari has quoted that the purpose of the release is to give potential developers insight into the Atari’s gaming platform so they may possibly build upon the 7800 series.

I have collected of the game’s banners:

Dig Dug

Joust