Archived entries for download

[Work] My first app for Blackberry Playbook

I’m happy to share with you one of my happy news for this week. You can read on the fine details at : http://bit.ly/hgvZIG

It’ll be available for download on the App World for free!

Will you be getting a Playbook once it’s ready on sale at your country?
I will also be sharing an in-depth detail on a workflow as a hybrid designer/developer in publishing your app to the App World. This includes developing inside Flash Professional, and then package for submission into App World (using Terminal).

I have to admit, it is not the world’s most smooth sailing journey in app submission process, but once you get past that barrier, the return is priceless. I would like to express my thanks to you :)

[Rant] 100 mil public facebook profile for download

Based on this story, some dude crawled the public profiles, which containes more than 100 million facebook profiles and then zipped it into one big mother torrent, sized at 2.8gb

read the news at : http://gizmodo.com/5598825/100-million-facebook-profile-pages-leaked-to-torrent-site

And today, reported that major corporations are downloading it :) (picture are somewhat related)
read the news at : gizmodo

Art by Sam Spratt.

[Javascript] Resizing Browser

This is one interesting trick I found which lurking on the web space, something which may annoy one or two of your web visitors by surprising them on things they do not want to happen : Resizing and moving their browser window around.

This usually happens when a mini-site, be it a movie or a promotional site will happen to launch in a new window, it will position itself in a fullscreen environment and cover your screen entirely. How do they do it? I’ve written a small file for you to know about how it works, not abuse it.

What makes this work?
Try copy and paste this line onto the place where you type in your URL inside your browser.

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight)

See?

How to use it?
Just download the file and use it anywhere on your site. The download compromise of 2 file, resize.html and resize.js. Inside the javascript (.js) file is the line above. To use it is pretty simple, just copy this line and put in between of your site’s <head></head>.

<script type=”text/javascript” language=”javascript” src=”resize.js”></script>

Download
You can download the source file and try it on your computer.
[ Auto-Resize & Fullscreen Browser ]

Most importantly, enjoy!



Copyright © 2004–2009. All rights reserved.

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.