<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Fkn 1337</title>
	<link>http://fkn1337.com</link>
	<description>I R TEH 1337</description>
	<lastBuildDate>Tue, 02 Feb 2010 11:52:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>iPhone audioRecorder app xcodeproj</title>
		<description>Basically its code from famous 7 part audio exploring on trailsinthesand.com
Many people are unable to run that code on 3.1.2 SDK for that reason here's a full project file for them.
Things you should know about this project/app.

It works in simulator aswell, (tested on 3.1.2 SDK)
Not much modified from original version ...</description>
		<link>http://fkn1337.com/iphone-audio-recording-app-xcodeproj/</link>
			</item>
	<item>
		<title>decode google maps PolyLines objective C</title>
		<description>If you are working on Google maps API and using routes/directions
this will help you decode route polylines
works on MAC OS X and iPhone SDK

-(NSMutableArray *)decodePolyLine: (NSMutableString *)encoded {
	[encoded replaceOccurrencesOfString:@"\\\\" withString:@"\\" 
		options:NSLiteralSearch  
		range:NSMakeRange(0, [encoded length])];
	NSInteger len = [encoded length];
	NSInteger index = 0;
	NSMutableArray *array = [[NSMutableArray alloc] init];
	NSInteger lat=0;
	NSInteger lng=0;
	while (index ...</description>
		<link>http://fkn1337.com/decode-google-maps-polylines-objective-c/</link>
			</item>
	<item>
		<title>failed to upload *.app</title>
		<description>Developing with Xcode is not all gold, sometimes you get diarrhea.
Like "failed to upload *.app" to your iPhone device for debug.
Solution is to restart your Xcode.
dont bother disconnecting and reconnecting your iPhone.
If still same error
then check if you are misusing .plist file, just try bringing it back to stock.
Delete app ...</description>
		<link>http://fkn1337.com/failed-to-upload-xxxx-app/</link>
			</item>
	<item>
		<title>IIS 6.0 PHP Invalid access to memory location error</title>
		<description>installed php 5.2.11 on windows 2003 IIS 6.0 (ISAPI)
encountred following error on phpinfo()
Invalid access to memory location

FIX:
check directory write permissions for following paths in php.ini
upload_tmp_dir="C:\Temp"
session.save_path="C:\Temp"
error_log="C:\temp\php-errors.log"
paths on your php.ini might be different </description>
		<link>http://fkn1337.com/iis-6-0-php-invalid-access-to-memory-location-error/</link>
			</item>
	<item>
		<title>slow mac osx?</title>
		<description>experiencing slow mac osx?
good news is you are not alone, and easy to diagnose. just open Activity Monitor via spotlight. [caption id="attachment_113"  width="350" caption="activity monitor spotlight"][/caption]

Sort by %CPU usage and quit the app acting as a sucker.
[caption id="attachment_116"  width="800" caption="mac osx activity monitor"][/caption]
For me it was MSN messenger ...</description>
		<link>http://fkn1337.com/slow-mac-osx/</link>
			</item>
	<item>
		<title>Lottery Results Application for iPhone</title>
		<description>Get lottery results fast on your iPhone, from list of over 500 different lotteries from all over the world.
United States
Australia
Belgium
Canada
Ireland
Germany
New Zealand
Poland
Portugal
South Africa
Spain
Switzerland
UK
Download it from Lotteries or Lotteries Free

[caption id="" align="alignleft" width="320" caption="List of Lotteries"][/caption]
[caption id="" align="alignleft" width="320" caption="Lottery Results"][/caption]
[caption id="" align="alignleft" width="320" caption="Searching for Ireland Lotteries"][/caption]
[caption id="" align="alignleft" width="320" caption="Search ...</description>
		<link>http://fkn1337.com/lotteryresults/</link>
			</item>
	<item>
		<title>iPhone cycorder application</title>
		<description>I am stunned!
Record video from your iPhone and in very very impressive quality
you can get the application in Cydia search for cycorder

after video is done
SSH to: /private/var/mobile/Media/Videos
to download *.mov file(s) from iPhone
here is one i made
    



download cycorder video test (mov)
 </description>
		<link>http://fkn1337.com/iphone-cycorder-application/</link>
			</item>
	<item>
		<title>iTunes 64-bit on its way?!</title>
		<description>connected my iPhone to charge and i got this pretty message by iTunes     am using iTunes 7.5, iPhone 1.1.2 and Vista 64  previous iTunes just gave message that iPhone is not supported.   well if this is true i can finally delete my windows ...</description>
		<link>http://fkn1337.com/itunes-64-bit-on-its-way/</link>
			</item>
	<item>
		<title>Finally Google Payment through Western Union</title>
		<description>I always thought it was a rumor, but today I saw a signup link in reports overview page.  WU seems better than check or wire transfer as banks here are slow (am still waiting for July payment check to clear).     That's the screen shot of ...</description>
		<link>http://fkn1337.com/finally-google-payment-through-western-union/</link>
			</item>
	<item>
		<title>make Asus A8NVM rear microphone jack to work</title>
		<description>its been a long time I gave up on fixing the rear microphone jack on my motherboard (ASUS A8N-VM), problem actually was that by default motherboard is set to listen to front panel jack, which i have on my PC but i think its not linked to motherboard.  So ...</description>
		<link>http://fkn1337.com/make-asus-a8nvm-rear-microphone-jack-to-work/</link>
			</item>
</channel>
</rss>
