Amazon.com Widgets

Scriptaculous Quick Ref »

With some inline examples too!

Aug 11, 2010 @ 10:55 pm

Running Rails on the Google App Engine »

They have Rails 3.0.pre and Rails 2.3.5 running on App Engine. Rubygems has been disabled, but we use gem bundler to package gems. They use DataMapper instead of ActiveRecord. There are some issues with both these options, but they expect them to be resolved shortly.

Aug 6, 2010 @ 4:18 pm

Downloadable Content Store for iPhone »

Software for iPhone applications that sell downloadable content

Aug 5, 2010 @ 8:45 am

Plug-in Detection »

The script makes it easy to check for the existence of 5 commonly-used plug-ins: Apple’s QuickTime, Macromedia’s Flash and Shockwave for Director, Real Networks’ RealPlayer, and Microsoft’s Windows Media Player.

Aug 4, 2010 @ 12:32 pm

Quicktime & Javascript »

There are a few different ways to use JavaScript with QuickTime: you can use JavaScript to detect whether QuickTime is installed; you can use JavaScript to write the OBJECT and EMBED tags used to display QuickTime content; and you can control the QuickTime plug-in directly using JavaScript.

Aug 3, 2010 @ 8:59 am

Textorize »

textorize is a Ruby-based font rasterizer command line utility for Mac OS X. It generates PNG files from an input string and options, using Mac OS X’s pristine typography facilities.

Aug 1, 2010 @ 11:57 pm

Vaadin »

Vaadin is a Java framework for building web apps.

Jul 31, 2010 @ 12:12 pm

Moddable Games with XML »

How XML and scripting can be combined and used to create modifiable content for games.

Jul 29, 2010 @ 9:15 am

Email Standards Project »

The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.

Jul 19, 2010 @ 1:33 pm

Downgrade iOS 4.0 to iPhone OS 3.1.3 »

If you have a 3G that’s acting all poky now that you’re on iOS4 and now you want to go back, here’s how you do it.

Jul 6, 2010 @ 9:23 am

Google Toolbox for Mac and iPhone »

How to do iPhone Unit Testing

Jun 29, 2010 @ 11:29 am

iPhone App Project with Unit Tests »

Jun 29, 2010 @ 11:28 am

Splash Screen for Universal iPhone/iPad app »

Filename Dimensions
Default-Portrait.png * 768w x 1004h
Default-PortraitUpsideDown.png 768w x 1004h
Default-Landscape.png ** 1024w x 748h
Default-LandscapeLeft.png 1024w x 748h
Default-LandscapeRight.png 1024w x 748h
Default.png 320w x 460h

May 25, 2010 @ 5:56 pm

Keep UIWebView from flashing white »

@interface Web_ViewViewController : UIViewController {

UIWebView *web;
BOOL firstLoad;
}

@property (nonatomic, retain) IBOutlet UIWebView *web;
@end

(void)viewDidLoad {
[super viewDidLoad];
firstLoad = YES;
web.delegate = self;
web.alpha = 0.0;
NSURL *clUrl = [NSURL URLWithString:@”http://www.apple.com”];
NSURLRequest *req = [NSURLRequest requestWithURL:clUrl];
[web loadRequest:req];
}

- (void)webViewDidFinishLoad:(UIWebView *)webView {
if (firstLoad) {
firstLoad = NO;
[UIView beginAnimations:@”web” context:nil];
web.alpha = 1.0;
[UIView commitAnimations];
}
}

Apr 28, 2010 @ 11:41 pm

Convert mp3 to caf »

As described by nakummitul:

For uncompressed (highest quality) audio, use 16-bit, little endian, linear PCM audio data packaged in a CAF file. You can convert an audio file to this format in Mac OS X using the afconvert command-line tool, as shown here:

Code:
/usr/bin/afconvert -f caff -d LEI16 {INPUT} {OUTPUT}
The afconvert tool lets you convert to a wide range of audio data formats and file types. See the afconvert man page, and enter afconvert -h at a shell prompt, for more information.

For compressed audio when playing one sound at a time, and when you don’t need to play audio simultaneously with the iPod application, use the AAC format packaged in a CAF or m4a file.

For less memory usage when you need to play multiple sounds simultaneously, use IMA4 (IMA/ADPCM) compression. This reduces file size but entails minimal CPU impact during decompression. As with linear PCM data, package IMA4 data in a CAF file.

Apr 28, 2010 @ 4:09 pm

A good place for code snippets and tech randomness.

tools

clickcidental pulse of video games


github social coding


stack overflow


ruby

ruby language


rubyonrails web framework


gemcutter ruby gems


python

django framework


python programming language


appengine webapp sdk and hosting


gamedev

sio2 game engine


blender 3D content creation suite


cocos2d


recently on brv8...

Scriptaculous Quick Ref »


Running Rails on the Google App Engine »


Downloadable Content Store for iPhone »


Plug-in Detection »


Quicktime & Javascript »


Textorize »


Vaadin »


Moddable Games with XML »


Email Standards Project »


Downgrade iOS 4.0 to iPhone OS 3.1.3 »


Google Toolbox for Mac and iPhone »


iPhone App Project with Unit Tests »


Splash Screen for Universal iPhone/iPad app »


Keep UIWebView from flashing white »


Convert mp3 to caf »


Math flashcards for the iPhone. Improve your math skills now!

Audio waveform image on hi-print adhesive tape.

Ad via Ivaner